@charset "utf-8";

/* outline
------------------------------*/
#contents_outer {
  padding-top: 0;
  background-color: #D5D5D5;
}

.l-page * {
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
}

.l-page {
  overflow: hidden;
  min-width: 1080px;
  background-color: #fff;
}
.l-page a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#contents {
  width: 100%;
  padding-bottom: 0;
}

#sec-1,
#sec-3,
#sec-4,
#sec-5,
#sec-6,
#sec-7 {
  padding-top: 104px;
  margin-top: -104px;
}

.section-title {
  font-family: "Noto Serif", serif;
}

.comparison__list, .comparison__text, .comparison__sub {
  font-family: "Noto Sans JP", sans-serif;
}

.section-container {
  width: 1080px;
  margin: 0 auto;
}

.section-title {
  font-size: 60px;
  letter-spacing: 0.04em;
}
.section-title span {
  font-size: 22px;
  margin-left: 20px;
}

.mv__area {
  background-image: url(../images/top/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
  padding-top: 322px;
}
.mv__main {
  font-size: 90px;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
}
.mv__main span {
  font-size: 90px;
  font-weight: 500;
  letter-spacing: 0.09em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.about__area {
  background-color: #2688C9;
  padding-top: 110px;
  padding-bottom: 149px;
  position: relative;
}
.about__area::before, .about__area::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  background-color: #1C569D;
  width: 100%;
  height: 138px;
  position: absolute;
  left: 0;
}
.about__area::before {
  top: 0;
}
.about__area::after {
  bottom: 0;
  transform: rotate(180deg);
}
.about__area .section-title {
  color: #fff;
}
.about__area .section-container {
  padding: 0 105px;
}
.about__wrapper {
  margin-top: 12px;
}
.about__group {
  display: flex;
  border-bottom: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 21px;
}
.about__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  width: 97px;
}
.about__description {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  flex: 1;
}

.strength__area {
  padding-top: 77px;
  padding-bottom: 100px;
}
.strength__wrapper {
  margin-top: 40px;
}
.strength__box {
  position: relative;
  z-index: 1;
}
.strength__box::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 580px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.strength__box::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 53px, 100% 100%, 0 162px);
          clip-path: polygon(0 0, 100% 53px, 100% 100%, 0 162px);
  width: 268px;
  height: 215px;
  background-color: rgba(38, 136, 201, 0.22);
  position: absolute;
  z-index: -1;
  top: 0;
}
.strength__box:not(:first-of-type) {
  margin-top: 50px;
}
.strength__box:nth-of-type(odd)::before {
  left: 0;
}
.strength__box:nth-of-type(odd)::after {
  right: -40px;
}
.strength__box:nth-of-type(odd) .strength__textbox {
  margin-left: auto;
}
.strength__box:nth-of-type(even)::before {
  right: 0;
}
.strength__box:nth-of-type(even)::after {
  left: -40px;
  transform: rotateX(180deg);
}
.strength__box-1 {
  padding-top: 160px;
}
.strength__box-1::before {
  background-image: url(../images/top/strength_1.jpg);
}
.strength__box-2 {
  padding-top: 136px;
}
.strength__box-2::before {
  background-image: url(../images/top/strength_2.jpg);
}
.strength__box-3 {
  padding-top: 160px;
}
.strength__box-3::before {
  background-image: url(../images/top/strength_3.jpg);
}
.strength__textbox {
  width: 580px;
  background-color: #1C569D;
  text-align: center;
  padding-top: 43px;
  padding-bottom: 47px;
}
.strength__sub {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}
.strength__text {
  font-size: 18px;
  font-weight: 600;
  color: #1C569D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 500px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 10px;
}
.strength__description {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.63;
  color: #fff;
  margin-top: 14px;
}

.comparison__area {
  background-image: linear-gradient(to right, #DCE8F1, #DCE8F1 50%, #FFEED7 50%, #FFEED7);
  padding-top: 80px;
  padding-bottom: 112px;
}
.comparison__area .section-title {
  text-align: center;
}
.comparison__area .section-title span {
  display: block;
  margin-left: 0;
}
.comparison__wrapper {
  display: flex;
  position: relative;
  margin-top: 29px;
}
.comparison__box {
  width: 50%;
}
.comparison__sub {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 11px 0;
}
.comparison__sub-1 {
  background-color: #6587AF;
}
.comparison__sub-2 {
  background-color: #D9963A;
}
.comparison__textbox {
  width: 400px;
}
.comparison__textbox-1 {
  padding-top: 42px;
}
.comparison__textbox-1 .comparison__text:not(:first-of-type) {
  margin-top: 65px;
}
.comparison__textbox-2 {
  margin-left: auto;
  margin-right: 14px;
  padding-top: 30px;
}
.comparison__textbox-2 .comparison__text:not(:first-of-type) {
  margin-top: 41px;
}
.comparison__text {
  font-size: 16px;
  line-height: 1.5;
}
.comparison__lists {
  position: absolute;
  left: 426px;
  top: 73px;
}
.comparison__list {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 220px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
.comparison__list::before {
  content: "";
  background-color: rgba(28, 86, 157, 0.6);
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.comparison__list-1 {
  background-image: url(../images/top/comparison_1.jpg);
}
.comparison__list-2 {
  background-image: url(../images/top/comparison_2.jpg);
  margin-top: 21px;
}

.point__area {
  background-color: #1C569D;
  padding-top: 77px;
  padding-bottom: 210px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 73px));
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 73px));
}
.point__area .section-title {
  color: #fff;
}
.point__area .section-title span {
  letter-spacing: normal;
  margin-left: 17px;
}
.point__wrapper {
  margin-top: 29px;
}
.point__box {
  display: flex;
  justify-content: space-between;
}
.point__box:nth-of-type(odd) .point__img {
  margin-right: 10px;
}
.point__box:nth-of-type(even) {
  flex-direction: row-reverse;
}
.point__box:not(:first-of-type) {
  margin-top: 60px;
}
.point__textbox {
  width: 490px;
}
.point__sub {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
}
.point__sub::before {
  font-size: 120px;
  font-weight: 400;
  letter-spacing: 0.04em;
  position: absolute;
  top: 16px;
  left: 0;
  color: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
.point__sub-1 {
  padding-top: 84px;
}
.point__sub-1::before {
  content: "01";
}
.point__sub-2 {
  padding-top: 84px;
  padding-left: 5px;
}
.point__sub-2::before {
  content: "02";
}
.point__sub-3 {
  padding-top: 97px;
}
.point__sub-3::before {
  content: "03";
  top: 28px;
}
.point__text {
  font-size: 16px;
  line-height: 1.63;
  color: #fff;
  margin-top: 50px;
}
.point__img {
  width: 560px;
  box-shadow: 10px 10px 0 rgba(255, 255, 255, 0.8);
}

.faq__area {
  padding-top: 80px;
  padding-bottom: 100px;
}
.faq__area .section-title span {
  margin-left: 17px;
  letter-spacing: normal;
}
.faq__wrapper {
  margin-top: 58px;
}
.faq__group {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(38, 136, 201, 0.22);
}
.faq__group:not(:first-of-type) {
  margin-top: 31px;
}
.faq__title {
  font-size: 26px;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  background-image: linear-gradient(to left, #D9963A, #D9963A 100%);
  background-size: 46px 46px;
  background-position: top right;
  background-repeat: no-repeat;
  cursor: pointer;
}
.faq__title::before, .faq__title::after {
  content: "";
  width: 24px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 22px;
  right: 10px;
}
.faq__title::after {
  transform: rotate(90deg);
}
.faq__title.is-active::after {
  content: none;
}
.faq__question {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 8px, 100% 100%, 0 52px);
          clip-path: polygon(0 0, 100% 8px, 100% 100%, 0 52px);
  background-color: #1C569D;
  width: 52px;
  margin-right: 10px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__description {
  font-size: 16px;
  line-height: 1.75;
  background-color: #F3F3F3;
  width: 1016px;
  margin-left: auto;
  padding: 27px 30px;
  margin-top: 10px;
  position: relative;
  display: none;
}
.faq__description::before {
  content: "";
  background-image: url(../images/top/faq_arrow.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 40px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
.faq__description::after {
  content: "";
  background-color: #1C569D;
  position: absolute;
  top: 0;
  left: -50px;
  height: 50%;
  width: 2px;
}

.contact__area {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: rgba(213, 213, 213, 0.22);
}
.contact__area .section-title span {
  margin-left: 17px;
  letter-spacing: normal;
}
.contact__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contact__lists {
  display: flex;
  position: relative;
  z-index: 1;
  -moz-column-gap: 127px;
       column-gap: 127px;
  padding-bottom: 3px;
}
.contact__lists::before {
  content: "";
  z-index: -1;
  background-color: #BFBFBF;
  height: 1px;
  width: 315px;
  position: absolute;
  bottom: 57px;
  right: 30px;
}
.contact__list {
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #BFBFBF;
  text-align: center;
  position: relative;
}
.contact__list::before {
  content: "";
  background-color: #BFBFBF;
  -webkit-clip-path: polygon(0 0, 100% 4px, 100% 100%, 0 25px);
          clip-path: polygon(0 0, 100% 4px, 100% 100%, 0 25px);
  width: 25px;
  height: 29px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -40px;
}
.contact__list.is-active {
  color: #1C569D;
}
.contact__list.is-active::before {
  background-color: #1C569D;
}
.contact__text {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.contact__text .contact__require {
  margin-left: 0;
  margin-right: 5px;
}
.contact__require {
  width: 8px;
  margin-left: 8px;
}
.contact__wrapper {
  margin-top: 21px;
}
.contact__group:not(:first-of-type) {
  margin-top: 21px;
}
.contact__title {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.contact__description {
  margin-top: 6px;
}
.contact__privacy {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 28px;
}
.contact__privacy a {
  color: #1C569D;
}

.l-page input[type=text],
.l-page input[type=tel],
.l-page input[type=email],
.l-page textarea {
  font-size: 16px;
  line-height: 1.38;
  padding: 14px 20px;
  width: 100%;
  border: 1px solid #989898;
  border-radius: 4px;
  background-color: #fff;
}
.l-page input[type=text]::-moz-placeholder,
.l-page input[type=tel]::-moz-placeholder,
.l-page input[type=email]::-moz-placeholder,
.l-page textarea::-moz-placeholder {
  color: #CCCCCC;
}
.l-page input[type=text]::placeholder,
.l-page input[type=tel]::placeholder,
.l-page input[type=email]::placeholder,
.l-page textarea::placeholder {
  color: #CCCCCC;
}
.l-page input[type=text], 
.l-page input[type=tel],
.l-page input[type=email]{
  height: 55px;
}
.l-page textarea {
  height: 175px;
}
.btn_submit.disabled {
	background-color: #BFBFBF;
	color: #fff;
}
.btn_submit.disabled:hover {
  opacity: 1;
  cursor: inherit;
}
.btn_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: #1C569D;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  width: 345px;
  height: 64px;
  margin: 0 auto;
  margin-top: 30px;
}
.btn_submit:hover{
  cursor: pointer;
  opacity: .7;
}