@charset "UTF-8";
/* ベース処理*/
body,
html {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  color: #333;
}

input,
textarea {
  background-color: #fff;
}

input[type=checkbox]:checked {
  background-color: #fff;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  color: #333;
  background-color: #ffd5b2;
}

::selection {
  color: #333;
  background-color: #ffd5b2;
}

a {
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
}

input[type=checkbox] {
  border: 1px solid #999;
  border-radius: 3px;
  outline: none;
}

.l-header {
  width: 100%;
  padding: 16px 0 8px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header__wrap {
  width: 96%;
  max-width: 1280px;
  margin: 0 2%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
.l-header__wrap--logo {
  width: auto;
  max-width: 250px;
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  .l-header__wrap--logo {
    max-width: 200px;
    margin-left: 16px;
  }
}

.l-header_hero {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-image: url("./../img/img_hero1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  overflow: auto;
}
@media (max-width: 700px) {
  .l-header_hero {
    height: 450px;
    background-size: cover;
  }
}
.l-header_hero::before {
  content: "";
  padding-top: 600px;
  display: block;
}
@media (max-width: 700px) {
  .l-header_hero::before {
    padding-top: 450px;
  }
}
.l-header_hero--wrap {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
}

.l-header_news-hero {
  width: 100%;
  background-image: url("./../img/img_hero1.jpg");
  background-size: 100% auto;
  background-position: center center;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.l-header_news-hero::before {
  content: "";
  padding-top: 10%;
  display: block;
}

.l-global_menu {
  display: flex;
  align-items: flex-end;
}
.l-global_menu li {
  min-width: 80px;
  margin-left: 24px;
  white-space: nowrap;
}
.l-global_menu li a {
  cursor: pointer;
  display: inline-block;
  padding: 8px;
}
.l-global_menu li a:hover {
  opacity: 0.5;
}

.l-catch_message {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: auto;
  max-width: 31.25vw;
  height: auto;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(180deg, rgba(119, 189, 204, 0.8) 0%, rgba(75, 45, 0, 0.504) 100%);
  padding: 12px;
}
@media (max-width: 700px) {
  .l-catch_message {
    max-width: 60vw;
  }
}
@media (max-width: 550px) {
  .l-catch_message {
    max-width: 84vw;
  }
}
.l-catch_message--title {
  font-size: 2.08vw;
  line-height: 1.2;
  word-break: auto-phrase;
  white-space: normal;
}
@media (max-width: 700px) {
  .l-catch_message--title {
    font-size: 22px;
  }
}
.l-catch_message--sub_title {
  margin-top: 4px;
  display: block;
  font-size: 0.8vw;
  opacity: 0.8;
  font-size: clamp(11px, 0.76vw, 11px);
}
@media (max-width: 600px) {
  .l-catch_message--sub_title {
    font-size: 11px;
  }
}

.l-news_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  font-size: 0.972vw;
  color: #fff;
  background: linear-gradient(180deg, rgba(119, 189, 204, 0.8) 0%, rgba(75, 45, 0, 0.504) 100%);
  padding: 16px;
}
.l-news_title--title {
  font-size: 30px;
  font-size: 3.125vw;
  line-height: 1.2;
}
.l-news_title--sub_title {
  display: block;
  font-size: 14px;
  opacity: 0.8;
}

.l-section1 {
  margin-top: 160px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .l-section1 {
    flex-direction: column;
    margin-top: 40px;
    flex-direction: column-reverse;
  }
}
.l-section1--left {
  width: 50%;
}
@media (max-width: 700px) {
  .l-section1--left {
    width: 100%;
  }
}
.l-section1--right {
  width: calc(50% - 16px);
  padding-left: 16px;
}
@media (max-width: 700px) {
  .l-section1--right {
    width: 100%;
    padding: 0 4.69vw 16px;
  }
}
.l-section1--right__wrap {
  margin-top: 16px;
}
.l-section1--right__title {
  margin-bottom: 24px;
}
@media (max-width: 700px) {
  .l-section1--right__title {
    margin-bottom: 8px;
  }
}
.l-section1--right__sub-title {
  margin-top: 16px;
  font-size: clamp(18px, 1.805vw, 28px);
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 2px 8px;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 700px) {
  .l-section1--right__sub-title {
    font-size: 4vw;
    white-space: nowrap;
    margin-top: 0;
    padding: 0 8px;
  }
}
.l-section1--right__sub-title::after {
  content: "";
  background-color: rgba(255, 213, 179, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.l-section1--text {
  font-size: 16px;
  margin-top: 24px;
  line-height: 1.8;
  font-size: clamp(18px, 1.11vw, 24px);
}
@media (max-width: 700px) {
  .l-section1--text {
    font-size: 14px;
  }
}

.l-section2 {
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 700px) {
  .l-section2 {
    flex-direction: column;
    margin-top: 60px;
  }
}
.l-section2--left {
  width: 55%;
  padding: 0 4%;
}
@media (max-width: 700px) {
  .l-section2--left {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("./img/img_02_sp.png");
  }
}
.l-section2--right {
  width: 45%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 700px) {
  .l-section2--right {
    width: 100%;
    overflow: hidden;
  }
}

.l-sub_title {
  margin-top: 40px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 0 4px;
  z-index: 10;
  font-size: clamp(18px, 1.805vw, 28px);
}
@media (max-width: 550px) {
  .l-sub_title {
    font-size: 21px;
    word-wrap: normal;
  }
}
.l-sub_title::after {
  content: "";
  background-color: rgba(255, 213, 179, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  opacity: 1;
  z-index: -1;
  display: block;
}
.l-sub_title__sub {
  display: block;
  margin-bottom: 10px;
  margin-top: 4px;
  color: #888;
  font-size: 12px;
}

.p-text {
  max-width: 650px;
  line-height: 1.8;
  font-size: clamp(16px, 1.11vw, 18px);
}
@media (max-width: 550px) {
  .p-text {
    font-size: 14px;
  }
}

.l-section3 {
  width: 100%;
  max-width: 1024px;
  margin: 80px auto 0;
}
.l-section3--list {
  display: flex;
  flex-direction: column;
  margin: 40px auto 0;
  width: 100%;
  max-width: 1024px;
}
.l-section3--list__menu {
  width: 100%;
  padding: 16px;
  display: flex;
}
.l-section3--list__menu > dd {
  margin-left: 16px;
}
@media (max-width: 550px) {
  .l-section3 {
    padding: 0 16px;
  }
}

.l-alink {
  width: 100%;
  display: block;
  background-color: #fbfbfb;
  text-decoration: none;
  font-size: clamp(16px, 1.11vw, 18px);
}
.l-alink:hover {
  opacity: 0.5;
}

.l-section4 {
  width: 100%;
  height: 100%;
  padding: 16px 32px;
  margin-top: 100px;
  display: flex;
  justify-content: flex-start;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/img/img_03.png");
  position: relative;
  top: 0;
}
@media (max-width: 550px) {
  .l-section4 {
    flex-direction: column;
    padding: 5%;
  }
}
.l-section4--wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
}
.l-section4--wrap__title {
  text-shadow: 1px 1px 3px #aaa;
  font-size: clamp(22px, 2.2vw, 32px);
}
@media (max-width: 550px) {
  .l-section4--wrap__title {
    word-break: nowrap;
    font-size: 24px;
    margin-top: 16px;
  }
}
.l-section4--wrap__text {
  width: auto;
  text-shadow: 1px 1px 1.5px #aaa;
  max-width: 720px;
  margin-top: 24px;
  line-height: 1.8;
}
@media (max-width: 550px) {
  .l-section4--wrap__text {
    margin-top: 8px;
  }
}
.l-section4::after {
  content: "";
  padding-top: 30%;
  display: block;
}
.l-section4--deco {
  height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  .l-section4--deco {
    display: none;
  }
}
.l-section4--deco > svg {
  width: auto;
  height: 90%;
}

.l-section5 {
  width: 100%;
}
.l-section5--wrap {
  width: 100%;
  max-width: 1280px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 550px) {
  .l-section5--wrap {
    flex-direction: column;
    margin-top: 32px;
  }
}
.l-section5--wrap__left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 550px) {
  .l-section5--wrap__left {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  .l-section5--wrap__left svg {
    max-width: 150px;
  }
}
.l-section5--wrap__right {
  width: 50%;
  justify-items: center;
  align-items: center;
}
@media (max-width: 550px) {
  .l-section5--wrap__right {
    width: 90%;
    margin: 16px auto 0;
  }
}

.l-company_title {
  font-size: 40px;
  text-align: center;
  margin: 100px auto 0;
  display: table;
  color: #484848;
}

.l-table th {
  width: 150px;
  text-align: left;
  vertical-align: top;
  padding: 16px 8px;
}
.l-table td {
  vertical-align: top;
  padding: 16px 8px;
}
@media (max-width: 700px) {
  .l-table tr {
    display: flex;
    flex-direction: column;
  }
  .l-table th,
  .l-table td {
    padding: 4px 8px;
    display: inline-flex;
  }
  .l-table th {
    margin-top: 16px;
  }
}

.l-plan_section {
  background: linear-gradient(180deg, #0685a1 0%, rgba(39, 142, 165, 0.71) 45.5%, rgba(3, 73, 39, 0.31) 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  margin-top: 100px;
}
.l-plan_section--title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.l-plan_section--text {
  font-size: 16px;
  color: #fff;
  margin-top: 32px;
}

.l-form_table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.l-form_table--wrap {
  margin: 64px auto 0;
}
@media (max-width: 550px) {
  .l-form_table {
    width: 100%;
  }
}
.l-form_table th,
.l-form_table td {
  padding: 16px 8px;
}
.l-form_table--head {
  min-width: 150px;
  font-size: 16px;
  max-width: 150px;
  vertical-align: top;
  padding-top: 24px;
  text-align: left;
}

@media (max-width: 550px) {
  .l-form_table {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .l-form_table th,
  .l-form_table td {
    display: block;
    padding: 0;
  }
  .l-form_table--head {
    min-width: 150px;
    font-size: 16px;
    max-width: 150px;
    vertical-align: top;
    padding-top: 24px;
    text-align: left;
  }
}
.f-input_base {
  border: 0;
  padding: 10px;
  font-size: 14px;
  border: solid 1px #ccc;
  margin: 0 0 20px;
  width: 100%;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 550px) {
  .f-input_base {
    margin-top: 8px;
  }
}

.l-section_form {
  margin: 24px auto 0;
  width: 90%;
  max-width: 700px;
}
.l-section_form--area {
  border: 1px solid #ccc;
  width: 100%;
  height: 200px;
  overflow: auto;
  text-align: left;
}
@media (max-width: 550px) {
  .l-section_form--area {
    width: 94%;
    margin: 0 3%;
  }
}

.l-privacypolicy {
  padding: 1em;
  margin-top: 8px;
}
.l-privacypolicy .text-lg {
  display: block;
  font-size: 16px;
  margin-top: 16px;
}
.l-privacypolicy .text-p {
  font-size: 14px;
}
.l-privacypolicy .text-ul {
  margin-top: 8px;
}
.l-privacypolicy .text-ul > li {
  margin-top: 8px;
}

.buttons {
  margin: 10%;
  text-align: center;
}

.btn-hover {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 60px auto;
  height: 55px;
  text-align: center;
  display: table;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-hover:focus {
  outline: none;
}

.btn-hover.color-2 {
  background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
  box-shadow: 0 4px 5px 0 rgba(229, 66, 10, 0.75);
}

.l-check_submit {
  font-size: 16px;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  line-height: 24px;
}
.l-check_submit--label {
  line-height: 1em;
  display: flex;
  align-items: center;
}
.l-check_submit--check {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  background-color: #fff;
}

.l-footer {
  text-align: center;
  background-color: #333;
  padding: 8px;
  color: #fff;
  margin-top: 80px;
}

.l-section_news {
  width: 90%;
  max-width: 1024px;
  margin: 32px 5% 0;
}
@media (max-width: 700px) {
  .l-section_news {
    width: 90%;
    margin: 32px auto 0;
  }
}
.l-section_news .hero_img {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.hero_title {
  font-size: 32px;
  color: #484848;
}
.hero_title--strong {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 8px;
}
.hero_title--strong::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffd5b2;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.hero_title--strong::before {
  content: "";
  width: 30%;
  height: 4px;
  background-color: #b04f00;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.hero_title .hero_data {
  font-size: 16px;
  color: #666;
  line-height: 1em;
  margin-top: 8px;
  display: block;
}

.c-text-sentence {
  margin-top: 16px;
  display: inline-block;
  line-height: 1.8;
}

#switch {
  display: none;
}

#switch:checked + label + .global_menu {
  display: block;
}

.l-global_sp_menu {
  display: flex;
  flex-direction: column;
}
.l-global_sp_menu li {
  margin-top: 8px;
  font-size: 32px;
}

.l-global_menu .l-header__wrap--logo {
  display: none;
}
.l-global_menu--ul {
  display: flex;
  flex-direction: row;
  margin-top: 0;
  padding-right: 24px;
}
.l-global_menu--ul > li {
  font-size: 16px;
  margin-top: 16px;
}
.l-global_menu--ul > li > a {
  text-decoration: none;
}

.l-icon_menu {
  display: none;
}

.sp-navi {
  display: none;
}

.pc-navi {
  display: block;
}

@media (max-width: 700px) {
  .sp-navi {
    display: block;
  }
  .pc-navi {
    display: none;
  }
}
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100; /* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 16px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 16px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav_content {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  padding: 5%;
  left: 100%;
  z-index: 99;
  background: #fff;
  transition: 0.5s;
}

.nav_list {
  list-style: none;
}

#drawer_input:checked ~ .nav_content {
  left: 0;
}

.animate__animated {
  opacity: 0;
}

@media (max-width: 550px) {
  .br {
    display: none;
  }
}

/*スクロールリンクの形状*/
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 2;
  opacity: 1;
  writing-mode: vertical-rl;
  white-space: nowrap;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}
.scroll-top.scroll-view {
  bottom: 150px;
  opacity: 1;
  visibility: visible;
}

/*ページトップリンクの形状*/
.js-pagetop a {
  text-decoration: none;
  color: #666;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
}
.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #666;
}
.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #666;
  transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-scroll a::before {
  right: -11px;
}

/*Edge IE11 hack*/
_:-ms-lang(x),
.js-pagetop a::before {
  right: 0;
}