@charset "UTF-8";
/*
Theme Name: 株式会社CGSコーポレーション
Theme URI: https://
Description: 株式会社CGSコーポレーションオリジナルテーマ
Author: Arase
Author URI:
Version: 1.0.0

*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-animation: fadeIn 1.2s ease-out normal;
          animation: fadeIn 1.2s ease-out normal;
}
html body {
  overflow-x: hidden;
}

@media (scripting: none) {
  html {
    scroll-behavior: smooth;
  }
}
@-webkit-keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
@keyframes fadeIn {
  /*フェードインの詳細な動き*/
  from {
    /*フェードインの始まりの項目*/
    opacity: 0; /*始まりの透明度*/
    -webkit-transform: translateY(1px);
            transform: translateY(1px); /*縦軸の始まりの位置*/
  }
  to {
    /*フェードインの終わりの項目*/
    opacity: 1; /*終わりの透明度*/
    -webkit-transform: translateY(0%);
            transform: translateY(0%); /*縦軸の終わりの位置*/
  }
}
a,
p,
li {
  font-size: 1.6rem;
  line-height: 1.6;
}

.home .pankuzu {
  display: none;
}

.upper {
  text-transform: uppercase;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767.9px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .sp-block {
    display: block;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}

.pc-block {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-block {
    display: none;
  }
}

a {
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.wrapper {
  width: 100%;
}

.cont {
  width: 88.4%;
  max-width: 1000px;
  margin: 0 auto;
}

li {
  list-style-type: "";
}

.pop {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.gnav-top ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gnav-top .entry {
  margin-left: 8px;
}
.gnav-top .entry a {
  background: #51adfc;
  padding: 2px 15px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.gnav-top .sns {
  width: 30px;
  height: 30px;
  margin-left: 12px;
}
.gnav-top .sns a {
  display: block;
}
.gnav-top .sns:nth-child(2) {
  margin-right: 20px;
}

@media screen and (min-width: 1200px) {
  .header {
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 11;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    z-index: 100;
  }
  .ham-sns {
    display: none;
  }
  .header__inner {
    width: 100%;
    height: 100%;
    padding: 15px 35px;
  }
  .header_logo {
    width: 360px;
    margin-bottom: 10px;
  }
  .gnav_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .gnav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 12px;
    height: 100%;
  }
  .gnav ul .ham_block {
    display: none;
  }
  .gnav ul a {
    display: block;
  }
  .gnav ul > li {
    position: relative;
    height: 100%;
  }
  .gnav ul > li .menu,
  .gnav ul > li .p_menu_text {
    margin-left: 20px;
    font-size: 1.4rem;
    line-height: 3.5rem;
    padding-bottom: 10px;
    height: 45px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gnav ul > li .p_menu_text {
    cursor: pointer;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .gnav ul > li .p_menu_text::after {
    content: "";
    background-image: url(assets/img/path_gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 6px;
    margin-left: 8px;
    display: inline-block;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
    margin-right: -6px;
  }
  .gnav ul > li .c_menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    top: 90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1000px;
    background-color: #51adfc;
    z-index: 2;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .gnav ul > li .c_menu .inner {
    margin: 30px 0 32px 60px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
  }
  .gnav ul > li .c_menu .c_menu_heading {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 22px;
    color: #fff;
    letter-spacing: 0.08em;
    line-height: 1.4666666667;
    height: 100%;
    border-right: 1px solid #fff;
    padding-right: 40px;
  }
  .gnav ul > li .c_menu .c_menu_heading span {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4375;
  }
  .gnav ul > li .c_menu .c_menu-list {
    padding-top: 8px;
    padding-left: 40px;
    position: relative;
  }
  .gnav ul > li .c_menu .c_menu-list a {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 700;
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .gnav ul > li .c_menu .c_menu-list a:hover {
    opacity: 1;
    color: #002f71;
  }
  .gnav ul > li .c_menu img {
    width: 32%;
  }
  .gnav ul > li .c_menu .item2 {
    position: absolute;
    top: 8px;
    left: 215px;
    width: 100%;
  }
  .gnav ul .p_menu:hover .p_menu_text {
    color: #51adfc;
    opacity: 1;
  }
  .gnav ul .p_menu:hover .p_menu_text::after {
    background-image: url(assets/img/path_blue.svg);
  }
  .gnav ul .p_menu:hover .c_menu {
    visibility: visible;
    opacity: 1;
  }
  .gnav ul li:hover .menu {
    color: #51adfc;
    opacity: 1;
  }
}
@media screen and (max-width: 1199.9px) {
  .header {
    height: 60px;
    top: 0;
    display: block;
    width: 100%;
    z-index: 99;
    position: fixed;
    background: #fff;
  }
  .header h1,
  .header .header_logo {
    width: 256px;
  }
  .header .ham_none {
    display: none;
  }
  .header .header__inner {
    padding: 0 22px;
    height: 100%;
  }
  .header .header-wrap {
    border-radius: 0;
    background: #fff;
    display: block;
    margin: 0;
    width: 100%;
    height: 100dvh;
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 24px;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 90;
    overflow: auto;
  }
  .header .ham-sns {
    padding-bottom: 100px;
  }
  .header .gnav ul {
    display: block;
    border-top: solid 1px #cdd6dd;
    /*アイコンの＋と×*/
    /*　closeというクラスがついたら形状変化　*/
  }
  .header .gnav ul li {
    border-bottom: solid 1px #cdd6dd;
    padding: 17px 10px 19px;
  }
  .header .gnav ul .ham-title {
    position: relative;
  }
  .header .gnav ul .ham-title::before,
  .header .gnav ul .ham-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: #002f71;
  }
  .header .gnav ul .ham-title::before {
    top: 48%;
    right: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header .gnav ul .ham-title::after {
    top: 48%;
    right: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header .gnav ul .ham-title.close::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .header .gnav ul .ham-box {
    display: none;
  }
  .header .gnav ul .c_menu-list a {
    display: block;
  }
  .header .gnav ul .c_menu-list {
    padding-bottom: 11px;
  }
  .header .gnav ul .c_menu-list a {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4285714286;
    margin-top: 15px;
    position: relative;
    padding-left: 15px;
  }
  .header .gnav ul .c_menu-list a::before {
    content: "";
    background-image: url(assets/img/path_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .gnav ul .menu {
    position: relative;
    display: block;
  }
  .header .gnav ul .menu::before {
    content: "";
    background-image: url(assets/img/arrow-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.ham-sns {
  margin-top: 30px;
}
.ham-sns .sns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
}
.ham-sns .sns a {
  width: 30px;
  height: 30px;
}
.ham-sns .entry {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
}
.ham-sns .entry a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 157px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 2px 10px;
  background: #51adfc;
  text-align: center;
  color: #fff;
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1199.9px) {
  .hamburger {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 10px;
    right: 22px;
    border: none;
    background: none;
  }
  .hamburger__line,
  .hamburger__line::before,
  .hamburger__line::after {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    width: 21px;
    height: 2px;
    background: #002f71;
    border-radius: 1px;
  }
  .hamburger__line {
    top: 10px;
    left: 10px;
  }
  .hamburger__line::before {
    content: "";
    top: 9px;
    left: 0;
  }
  .hamburger__line::after {
    content: "";
    top: 19px;
    left: 0;
  }
  /*activeクラスが付与されると線が回転して×になる*/
  .hamburger.active span {
    top: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 26px;
  }
  .hamburger.active span::before {
    opacity: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  .hamburger.active span::after {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 26px;
  }
  .header-wrap.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
main {
  margin-top: 90px;
}
@media screen and (max-width: 1199.9px) {
  main {
    margin-top: 60px;
  }
}

.main_visual {
  height: calc(100svh - 90px);
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .main_visual {
    height: 530px;
  }
}
.main_visual .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_visual .image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
  -o-object-position: center;
     object-position: center;
}
.main_visual .cont {
  z-index: 2;
  position: relative;
  height: 100%;
}
.main_visual .cont h2 {
  position: absolute;
  bottom: 102px;
  width: 375px;
}
@media screen and (max-width: 767.9px) {
  .main_visual .cont h2 {
    width: 256px;
    bottom: 40px;
    left: 8px;
  }
}

.heading {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4523809524;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .heading {
    font-size: 3rem;
    line-height: 1.4666666667;
  }
}
.heading span {
  display: block;
  color: #51adfc;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media screen and (max-width: 767.9px) {
  .heading span {
    margin-top: 8px;
  }
}

.top_section {
  padding: 100px 0 120px;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .top_section {
    padding: 50px 0 60px;
  }
}

@media screen and (max-width: 767.9px) {
  .top_news {
    padding-top: 30px;
    padding-bottom: 145px;
    position: relative;
  }
}
.top_news .left {
  width: 247px;
}
@media screen and (max-width: 767.9px) {
  .top_news .left {
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .top_news h2 {
    text-align: center;
  }
}
.top_news .more_btn {
  padding: 12px 25px;
}
@media screen and (max-width: 767.9px) {
  .top_news .more_btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.tab-list {
  margin-left: 20px;
  margin-top: 30px;
  padding-left: 20px;
  border-left: solid 1px #51adfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .tab-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-bottom: solid 1px #bebebe;
    margin-bottom: 27px;
  }
}

.tab-list-item {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4705882353;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767.9px) {
  .tab-list-item {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 10px;
    padding-bottom: 25px;
    position: relative;
  }
  .tab-list-item::after {
    content: "";
    background: #bebebe;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 4px;
    right: -10px;
  }
  .tab-list-item:last-child::after {
    content: none;
  }
}

.tab-list-item.active {
  color: #51adfc;
}
@media screen and (max-width: 767.9px) {
  .tab-list-item.active {
    border-bottom: solid 3px #51adfc;
  }
}

.tab-list-item:hover {
  color: #51adfc;
}

.tab-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 13px;
}
@media screen and (max-width: 767.9px) {
  .tab-contents {
    margin-top: 0;
  }
}

.tab-contents-item {
  display: none;
}

.tab-contents-item.show {
  display: block;
}

.news_list {
  width: 100%;
}
.news_list li {
  border-bottom: solid 1px #bebebe;
  width: 100%;
}
.news_list li:first-of-type {
  border-top: solid 1px #bebebe;
}
@media screen and (max-width: 767.9px) {
  .news_list li:first-of-type {
    border-top: none;
  }
}
.news_list a {
  padding: 21px 26px 21px 20px;
}
@media screen and (max-width: 767.9px) {
  .news_list a {
    padding: 23px 0 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.news_list time {
  font-size: 1.2rem;
  color: #707f89;
  margin-right: 15px;
  margin-top: 4px;
}
@media screen and (max-width: 767.9px) {
  .news_list time {
    margin-top: 0;
    line-height: 1.5833333333;
  }
}
.news_list .post_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-right: 20px;
}
.news_list .post_category p {
  padding: 1px 8px;
  background: #f0f3f5;
  color: #707f89;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.02em;
  margin-top: 2px;
}
@media screen and (max-width: 767.9px) {
  .news_list .post_category p {
    margin-top: 0;
  }
}
.news_list .news_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .news_list .news_title {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 16px;
  }
}

.more_btn {
  display: block;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: #fff;
  border: solid 1px #1a1a1a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
}
.more_btn .arrow {
  display: inline-block;
  margin-left: 20px;
  background-image: url(assets/img/path_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
}
.more_btn:hover {
  color: #fff;
  background: #51adfc;
  border-color: #51adfc;
  opacity: 1;
}
.more_btn:hover .arrow {
  background-image: url(assets/img/path_right_w.svg);
}

.top_about_us {
  background: #f0f3f5;
}
.top_about_us ul {
  margin-top: 50px;
  gap: 40px 4%;
}
@media screen and (max-width: 767.9px) {
  .top_about_us ul {
    margin-top: 24px;
    row-gap: 30px;
  }
}
.top_about_us li {
  width: 48%;
  height: auto;
  aspect-ratio: 48/27;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_about_us li {
    width: 100%;
    aspect-ratio: 331/180;
  }
}
.top_about_us li a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_about_us li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(95, 95, 95, 0.2);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_about_us li a::before {
    background: rgba(26, 26, 26, 0.37);
    opacity: 1;
  }
}
.top_about_us li a:hover {
  opacity: 1;
}
.top_about_us li a:hover::before {
  background: rgba(81, 173, 252, 0.8);
}
.top_about_us li a .flex {
  position: absolute;
  left: 0px;
  width: 100%;
  padding: 0 30px 0 40px;
  bottom: 27px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .top_about_us li a .flex {
    bottom: 15px;
    padding-left: 22px;
  }
}
.top_about_us li a .flex p {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
}
.top_about_us li a .flex p span {
  display: block;
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.top_about_us li a .flex img {
  width: 28px;
  margin-bottom: 3px;
}
.top_about_us li:nth-child(1) {
  background-image: url(assets/img/top_aboutus_img1.jpg);
}
.top_about_us li:nth-child(2) {
  background-image: url(assets/img/top_aboutus_img2.jpg);
}
.top_about_us li:nth-child(3) {
  background-image: url(assets/img/top_aboutus_img3.jpg);
}
.top_about_us li:nth-child(4) {
  background-image: url(assets/img/top_aboutus_img4.jpg);
}

.top_business {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 767.9px) {
  .top_business {
    padding-top: 50px;
  }
}
.top_business::before {
  content: "";
  width: 100%;
  height: 365px;
  background: #51adfc;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .top_business::before {
    height: 386px;
  }
}
.top_business::after {
  content: "";
  width: 100%;
  height: calc(100% - 365px);
  background-image: url(assets/img/top_business_bg.jpg);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .top_business::after {
    height: calc(100% - 386px);
    background-image: url(assets/img/top_business_bg-sp.jpg);
  }
}
.top_business .heading,
.top_business .heading span {
  color: #fff;
}
.top_business ul {
  margin-top: 72px;
  gap: 50px 4%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .top_business ul {
    row-gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.top_business li {
  width: 48%;
  min-height: 280px;
  min-width: 400px;
}
@media screen and (max-width: 767.9px) {
  .top_business li {
    width: 100%;
    min-width: unset;
    max-width: 400px;
  }
}
.top_business a {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
@media screen and (max-width: 767.9px) {
  .top_business a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_business a .img_wrap {
  width: 42.7%;
  overflow: hidden;
}
@media screen and (max-width: 767.9px) {
  .top_business a .img_wrap {
    width: 100%;
    aspect-ratio: 332/160;
  }
}
.top_business a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top_business a .detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 50px 20px 30px 30px;
}
@media screen and (max-width: 767.9px) {
  .top_business a .detail {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    padding: 30px 22px 38px;
  }
}
.top_business a .detail p {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
}
.top_business a .detail .upper {
  color: #51adfc;
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 17px;
}
@media screen and (max-width: 767.9px) {
  .top_business a .detail .upper {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.top_business a .detail h3 {
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2727272727;
  width: calc(100% - 34px);
}
@media screen and (max-width: 767.9px) {
  .top_business a .detail h3 {
    font-size: 2.1rem;
    line-height: 1.3333333333;
  }
}
.top_business a .detail img {
  width: 28px;
}
.top_business a .detail .flex-top {
  margin-bottom: 22px;
  min-height: 35px;
}
@media screen and (max-width: 767.9px) {
  .top_business a .detail .flex-top {
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_business a:hover {
  opacity: 1;
}
.top_business a:hover .img_wrap img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.top_topics {
  background: #f0f3f5;
}
.top_topics .cont {
  position: relative;
}
.top_topics .more_btn {
  position: absolute;
  right: 0;
  top: 20px;
}
@media screen and (max-width: 767.9px) {
  .top_topics .more_btn {
    position: relative;
    margin: 0 auto;
    top: unset;
  }
}
.top_topics ul {
  gap: 30px 2%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
.top_topics ul li {
  width: 27%;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li {
    width: 100%;
    max-width: 400px;
    min-height: 204px;
  }
}
.top_topics ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.top_topics ul li .img_wrap {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 27/20;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li .img_wrap {
    aspect-ratio: unset;
    width: 150px;
  }
}
.top_topics ul li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top_topics ul li .bottom {
  background: #fff;
  padding: 15px 25px 30px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 残りの高さを占める */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li .bottom {
    padding: 20px 7px 25px 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.top_topics ul li .bottom::before {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #51adfc;
  opacity: 0;
  position: absolute;
  bottom: 0;
  line-height: 1.4;
  letter-spacing: 0.02em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 6.6vw;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li .bottom::before {
    font-size: 9.5rem;
  }
}
.top_topics ul li .category_wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li .category_wrap {
    gap: 5px;
  }
}
.top_topics ul li .category_wrap span {
  color: #fff;
  background: #51adfc;
  padding: 2px 10px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li .category_wrap span {
    padding: 2px 9px;
  }
}
.top_topics ul li h3 {
  font-size: 2.3rem;
  line-height: 1.28;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li h3 {
    font-size: 2.1rem;
    line-height: 1.1904761905;
    margin-bottom: 5px;
    min-height: 50px;
  }
}
.top_topics ul li p {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li p {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4666666667;
  }
}
.top_topics ul li:nth-child(1),
.top_topics ul li:nth-child(2) {
  width: 41%;
  margin-right: 1%;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li:nth-child(1),
  .top_topics ul li:nth-child(2) {
    width: 100%;
  }
}
.top_topics ul li:nth-child(1) .img_wrap,
.top_topics ul li:nth-child(2) .img_wrap {
  aspect-ratio: 41/20;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li:nth-child(1) .img_wrap,
  .top_topics ul li:nth-child(2) .img_wrap {
    width: 100%;
    aspect-ratio: 331/180;
  }
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li:nth-child(1) a,
  .top_topics ul li:nth-child(2) a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top_topics ul li:nth-child(1) h3,
.top_topics ul li:nth-child(2) h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li:nth-child(1) h3,
  .top_topics ul li:nth-child(2) h3 {
    font-size: 2.1rem;
    min-height: 30px;
  }
}
.top_topics ul li:nth-child(1) p,
.top_topics ul li:nth-child(2) p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li:nth-child(1) p,
  .top_topics ul li:nth-child(2) p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.top_topics ul li:nth-child(1) .bottom,
.top_topics ul li:nth-child(2) .bottom {
  padding: 15px 30px 13px;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul li:nth-child(1) .bottom,
  .top_topics ul li:nth-child(2) .bottom {
    padding: 10px 22px 30px;
    width: 100%;
  }
}
.top_topics ul li:nth-child(1) .bottom::before {
  content: "01";
}
.top_topics ul li:nth-child(2) .bottom::before {
  content: "02";
}
.top_topics ul li:nth-child(3) .bottom::before {
  content: "03";
}
.top_topics ul li:nth-child(4) .bottom::before {
  content: "04";
}
.top_topics ul li:nth-child(5) .bottom::before {
  content: "05";
}
.top_topics ul li:nth-child(6) .bottom::before {
  content: "06";
}
@media (min-width: 768px) {
  .top_topics ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .top_topics ul li:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .top_topics ul li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_topics ul li:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .top_topics ul li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .top_topics ul li:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.top_topics ul a:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 20px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 20px;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul a:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 10px;
  }
}
.top_topics ul a:hover .img_wrap img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.top_topics ul a:hover .bottom::before {
  opacity: 0.33;
}
@media screen and (max-width: 767.9px) {
  .top_topics ul a:hover .bottom::before {
    opacity: 0.25;
  }
}

@media screen and (max-width: 767.9px) {
  .top_product {
    padding-bottom: 70px;
  }
}
.top_product .top_product_inner {
  margin-top: 50px;
  -webkit-column-gap: 5.57%;
     -moz-column-gap: 5.57%;
          column-gap: 5.57%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: 8%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .top_product .top_product_inner {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_product .top_product_inner .left {
  width: 51.1%;
}
@media screen and (max-width: 767.9px) {
  .top_product .top_product_inner .left {
    width: 100%;
    height: auto;
    aspect-ratio: 331/300;
  }
}
.top_product .top_product_inner .left img {
  width: 100%;
  height: 100%;
}
.top_product .top_product_inner .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 529px;
  margin-bottom: 26px;
}
@media screen and (max-width: 767.9px) {
  .top_product .top_product_inner .right {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    margin: 0;
  }
}
.top_product .top_product_inner .right ul {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .top_product .top_product_inner .right ul {
    margin-top: 20px;
  }
}
.top_product .top_product_inner .right ul a {
  border-bottom: solid 1px #bebebe;
  padding: 35px 5px 28px 0;
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 600;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 767.9px) {
  .top_product .top_product_inner .right ul a {
    padding: 30px 0;
  }
}
.top_product .top_product_inner .right ul a span {
  background-image: url(assets/img/btn_blue2.svg);
  width: 49px;
  min-width: 49px;
  height: 49px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .top_product .top_product_inner .right ul a span {
    background-image: url(assets/img/btn_blue.svg);
    width: 28px;
    height: 28px;
    min-width: 28px;
  }
}
.top_product .top_product_inner .right ul a:hover {
  color: #51adfc;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .top_product .more_btn {
    margin: 0 auto;
  }
}

.top_movie {
  background: #51adfc;
  padding-bottom: 78px;
  overflow: hidden;
  padding-top: 120px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767.9px) {
  .top_movie {
    padding-bottom: 60px;
    padding-top: 50px;
    margin-bottom: 36px;
  }
}
.top_movie .cont {
  max-width: 936px;
}
.top_movie .heading {
  text-align: center;
  color: #fff;
}
.top_movie .heading span {
  color: #fff;
}
.top_movie .swiper_youtube {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
  padding-bottom: 76px;
}
@media screen and (max-width: 767.9px) {
  .top_movie .swiper_youtube {
    margin: 30px auto 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 599.9px) {
  .top_movie .swiper_youtube {
    width: 250px;
  }
}
.top_movie .swiper_youtube .swiper-slide {
  aspect-ratio: 292/165;
}
.top_movie .swiper_youtube iframe {
  width: 100%;
  height: 100%;
}
.top_movie .swiper_youtube .swiper-button-prev,
.top_movie .swiper_youtube .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 49px;
  height: 49px;
  background: #fff;
  border-radius: 50%;
  z-index: 3;
}
@media screen and (max-width: 767.9px) {
  .top_movie .swiper_youtube .swiper-button-prev,
  .top_movie .swiper_youtube .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
.top_movie .swiper_youtube .swiper-button-next.swiper-button-disabled,
.top_movie .swiper_youtube .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.top_movie .swiper_youtube .swiper-button-prev::after,
.top_movie .swiper_youtube .swiper-button-next::after {
  content: "";
  background-image: url(assets/img/path_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 11px;
}
@media screen and (max-width: 767.9px) {
  .top_movie .swiper_youtube .swiper-button-prev::after,
  .top_movie .swiper_youtube .swiper-button-next::after {
    width: 14px;
    height: 9px;
  }
}
.top_movie .swiper_youtube .swiper-button-prev {
  right: 59px;
  left: auto;
}
@media screen and (max-width: 767.9px) {
  .top_movie .swiper_youtube .swiper-button-prev {
    right: 47px;
  }
}
.top_movie .swiper_youtube .swiper-button-prev::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.top_movie .swiper_youtube .swiper-button-next {
  right: 0;
}
.top_movie .swiper_youtube .swiper-button-next::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.top_movie .swiper_youtube .swiper-pagination {
  bottom: 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.9px) {
  .top_movie .swiper_youtube .swiper-pagination {
    bottom: 44px;
  }
}
.top_movie .swiper_youtube .swiper-pagination span {
  margin: 0 10px;
  width: 4px;
  height: 4px;
  background: #cdd6dd;
  opacity: 1;
}
.top_movie .swiper_youtube .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.top_recruit {
  padding: 0 0 55px;
}
@media screen and (max-width: 767.9px) {
  .top_recruit {
    padding-bottom: 40px;
  }
}
.top_recruit .top_recruit_inner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top_recruit .top_recruit_inner .left {
  width: 49.78%;
  height: auto;
  aspect-ratio: 680/427;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .top_recruit .top_recruit_inner .left {
    width: 100%;
  }
}
.top_recruit .top_recruit_inner .left::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #51adfc;
  opacity: 0.38;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.top_recruit .top_recruit_inner .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_recruit .top_recruit_inner .left .lead {
  position: absolute;
  width: 63.6%;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 60%;
  z-index: 3;
  -o-object-fit: contain;
     object-fit: contain;
}
.top_recruit .top_recruit_inner .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  display: grid;
  place-content: center;
  background: #f4f9fd;
}
@media screen and (max-width: 767.9px) {
  .top_recruit .top_recruit_inner .right {
    margin-top: -43px;
    width: 88.4%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 50px 20px 60px;
  }
}
.top_recruit .top_recruit_inner .right .heading {
  margin-bottom: 36px;
}
@media screen and (max-width: 767.9px) {
  .top_recruit .top_recruit_inner .right .heading {
    margin-bottom: 20px;
  }
}
.top_recruit .top_recruit_inner .right p {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  line-height: 1.6666666667;
  margin-bottom: 36px;
}
@media screen and (max-width: 767.9px) {
  .top_recruit .top_recruit_inner .right p {
    margin-bottom: 30px;
  }
}
.top_recruit .top_recruit_inner .right .btn_wrap {
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .top_recruit .top_recruit_inner .right .btn_wrap {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_recruit .top_recruit_inner .right .btn_wrap a {
  padding: 7px 10px 8px 19px;
  background: #51adfc;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4117647059;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.9px) {
  .top_recruit .top_recruit_inner .right .btn_wrap a {
    font-size: 1.8rem;
    padding: 17px 30px 17px 29px;
    min-width: 250px;
  }
}
.top_recruit .top_recruit_inner .right .btn_wrap a .arrow {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: solid 1px #fff;
  position: relative;
  margin-left: 42px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.top_recruit .top_recruit_inner .right .btn_wrap a .arrow::before {
  content: "";
  width: 4px;
  min-width: 4px;
  height: 7px;
  min-height: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  background-image: url(assets/img/path_right_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.top_recruit .top_recruit_inner .right .btn_wrap a:hover {
  opacity: 1;
}
.top_recruit .top_recruit_inner .right .btn_wrap a:hover .arrow {
  background: #fff;
}
.top_recruit .top_recruit_inner .right .btn_wrap a:hover .arrow::before {
  background-image: url(assets/img/path_right_blue.svg);
}

.top_sdgs {
  padding-bottom: 212px;
  position: relative;
  padding-top: 0;
  margin-top: 38px;
  margin-bottom: 72px;
}
@media screen and (max-width: 767.9px) {
  .top_sdgs {
    padding-bottom: 103px;
    margin-bottom: 36px;
  }
}
.top_sdgs::before {
  content: "";
  width: 100%;
  height: calc(100% - 100px);
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(assets/img/top_sdgs@2x.jpg);
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .top_sdgs::before {
    height: calc(100% - 117px);
    background-image: url(assets/img/top_sdgs-sp.jpg);
  }
}
.top_sdgs .cont {
  max-width: 920px;
  background: #fff;
  padding: 50px 30px 47px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .top_sdgs .cont {
    padding: 30px 15px;
  }
}
.top_sdgs .cont .flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .top_sdgs .cont .flex {
    margin-bottom: 26px;
  }
}
.top_sdgs .cont .flex .img1 {
  width: 29%;
  margin-top: 34px;
}
@media screen and (max-width: 767.9px) {
  .top_sdgs .cont .flex .img1 {
    width: 38%;
    margin-top: 17px;
  }
}
.top_sdgs .cont .flex .img2 {
  width: 8%;
  margin-left: 8.3%;
  margin-right: 7.6%;
}
@media screen and (max-width: 767.9px) {
  .top_sdgs .cont .flex .img2 {
    width: 10.3%;
    margin: 0 5%;
  }
}
.top_sdgs .cont .flex .img3 {
  width: 32.3%;
}
@media screen and (max-width: 767.9px) {
  .top_sdgs .cont .flex .img3 {
    width: 41.3%;
  }
}
.top_sdgs h2 {
  color: #003b82;
  font-size: 2.5rem;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .top_sdgs h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
.top_sdgs .more_btn {
  margin: 0 auto;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
@media screen and (max-width: 767.9px) {
  .top_sdgs .more_btn {
    -webkit-transform: unset;
            transform: unset;
  }
}

.top_group {
  background: #f4f9fd;
  padding-top: 120px;
}
@media screen and (max-width: 767.9px) {
  .top_group {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.top_group h2 {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .top_group h2 {
    margin-bottom: 30px;
  }
}
.top_group h2 img {
  width: 575px;
}
@media screen and (max-width: 767.9px) {
  .top_group h2 img {
    width: 86%;
  }
}
.top_group ul {
  gap: 19px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 956px;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .top_group ul {
    gap: 8px 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top_group li {
  height: 155px;
  position: relative;
  width: 160px;
  width: auto;
}
@media screen and (max-width: 767.9px) {
  .top_group li {
    height: 102px;
    width: 105px;
  }
}
.top_group li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.top_group li img {
  height: 100%;
  display: block;
  width: auto;
}
.top_group li p {
  position: absolute;
  font-size: 1.5rem;
  bottom: 23px;
  left: 0;
  width: 100%;
  text-align: center;
  top: auto;
}
@media screen and (max-width: 767.9px) {
  .top_group li p {
    font-size: 1rem;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    bottom: 13px;
  }
}
.top_group li:nth-child(4) {
  width: 236px;
}
@media screen and (max-width: 767.9px) {
  .top_group li:nth-child(4) {
    height: 103px;
    width: 157px;
  }
}

#scroll-top {
  display: none;
}

#scroll-top a {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 55px;
  height: 55px;
  z-index: 10;
}
@media screen and (max-width: 767.9px) {
  #scroll-top a {
    width: 40px;
    height: 40px;
  }
}
#scroll-top a img {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767.9px) {
  #scroll-top a {
    right: 20px;
  }
}

.footer {
  padding: 60px 0 40px;
}
@media screen and (max-width: 767.9px) {
  .footer {
    padding-top: 50px;
  }
}
.footer .cont {
  max-width: 919px;
}
.footer .footer_top {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top {
    margin-bottom: 40px;
  }
}
.footer .footer_top .f_logo {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer_top .f_logo .mascot {
  position: absolute;
  right: -103px;
  top: -30px;
  width: 83px;
}
.footer .footer_top .f_logo .mascot img {
  width: 100%;
}
.footer .footer_top .f_logo a {
  display: block;
  width: 360px;
  max-width: 100%;
  margin-bottom: 13px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_top .f_logo a {
    width: 286px;
    margin-bottom: 12px;
  }
}
.footer .footer_top .f_logo a img {
  width: 100%;
}
.footer .footer_top .footer_address {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
}
.footer .fnav {
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav {
    margin-bottom: 20px;
  }
}
.footer .fnav ul {
  gap: 40px 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav ul {
    gap: 30px 20px;
  }
}
.footer .fnav li {
  min-width: 178px;
}
@media screen and (max-width: 767.9px) {
  .footer .fnav li {
    width: calc(50% - 12px);
    min-width: unset;
  }
}
.footer .fnav li .p_menu {
  font-size: 1.5rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: solid 1px #cdd6dd;
}
.footer .fnav li .p_menu::after {
  content: "";
  width: 14px;
  height: 7px;
  background-image: url(assets/img/arrow_normal.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.footer .fnav li ul {
  margin-top: 13px;
  gap: unset;
}
.footer .fnav li ul li {
  margin-bottom: 8px;
  width: 100%;
  height: auto;
  list-style: none;
}
.footer .fnav li ul li a {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4615384615;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .fnav li ul li a img {
  height: 7.3px;
  min-width: 4.74px;
  width: 4.74px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 6px;
}
.footer .fnav .right_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}
.footer .gnav-top {
  padding-bottom: 43px;
}
.footer .ham-sns {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .footer .ham-sns {
    margin-top: 20px;
    margin-bottom: 47px;
    position: relative;
  }
  .footer .ham-sns .sns {
    margin-bottom: 47px;
  }
  .footer .ham-sns .mascot {
    width: 63px;
    position: absolute;
    right: 22px;
    top: -21px;
  }
  .footer .ham-sns .mascot img {
    width: 100%;
  }
}
.footer .footer_bottom {
  border-top: solid 1px #cdd6dd;
  padding-top: 20px;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
}
.footer .footer_bottom .footer_bottom_menu {
  gap: 10px 35px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom .footer_bottom_menu {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer_bottom a,
.footer .footer_bottom small {
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom a,
  .footer .footer_bottom small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767.9px) {
  .footer .footer_bottom small {
    margin-top: 15px;
  }
}
.footer .gnav-top .sns:nth-child(2) {
  margin-right: 50px;
}

.common_page .page_top {
  padding: 60px 0;
  border-bottom: solid 1px #bebebe;
}
@media screen and (max-width: 767.9px) {
  .common_page .page_top {
    padding: 22px 0;
  }
}
.common_page h1 {
  font-size: 4.2rem;
  font-weight: 600;
  line-height: 1.4523809524;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.9px) {
  .common_page h1 {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.4545454545;
  }
}

.pankuzu {
  padding: 30px 0;
}
@media screen and (max-width: 767.9px) {
  .pankuzu {
    padding: 15px 0 40px;
  }
}
.pankuzu .cont {
  gap: 8px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pankuzu a,
.pankuzu span {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767.9px) {
  .pankuzu a,
  .pankuzu span {
    font-size: 1.3rem;
  }
}
.pankuzu a {
  color: #777777;
}
.pankuzu .bar {
  content: "";
  width: 12px;
  height: 1px;
  background: #999999;
}
.pankuzu .current-item {
  color: #51adfc;
}

.topics_archive {
  background: #f0f3f5;
  padding-bottom: 132px;
}
@media screen and (max-width: 767.9px) {
  .topics_archive {
    padding-bottom: 60px;
  }
}
.topics_archive .topics_archive_top_message {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .topics_archive .topics_archive_top_message {
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0.03em;
    line-height: 1.875;
  }
}
.topics_archive ul {
  gap: 50px 4%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .topics_archive ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    margin-bottom: 50px;
  }
}
.topics_archive ul li {
  width: 48%;
}
@media screen and (max-width: 767.9px) {
  .topics_archive ul li {
    width: 100%;
  }
}
.topics_archive ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.topics_archive ul li .img_wrap {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 48/28;
  height: auto;
}
.topics_archive ul li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.topics_archive ul li .bottom {
  background: #fff;
  padding: 25px 30px 40px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* 残りの高さを占める */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  .topics_archive ul li .bottom {
    padding: 15px 22px 58px;
  }
}
.topics_archive ul li .category_wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.topics_archive ul li .category_wrap span {
  color: #fff;
  background: #51adfc;
  padding: 2px 10px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1.4285714286;
}
.topics_archive ul li .topics_title {
  width: 100%;
}
.topics_archive ul li .topics_title h2 {
  font-size: 2.5rem;
  line-height: 1.28;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 10px;
  width: calc(100% - 36px);
}
@media screen and (max-width: 767.9px) {
  .topics_archive ul li .topics_title h2 {
    width: 100%;
    font-size: 2.1rem;
    line-height: 1.1904761905;
  }
}
.topics_archive ul li .topics_title img {
  width: 28px;
  margin-top: 4px;
}
@media screen and (max-width: 767.9px) {
  .topics_archive ul li .topics_title img {
    position: absolute;
    bottom: 20px;
    left: 22px;
  }
}
.topics_archive ul li .sub_title {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .topics_archive ul li .sub_title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.topics_archive ul li .description {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
.topics_archive ul li a:hover {
  opacity: 1;
}
.topics_archive ul li a:hover .img_wrap img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.pagenation,
.nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation span,
.pagenation a,
.nav-links ul span,
.nav-links ul a {
  width: 28px;
  height: 29px;
  background: #fff;
  font-size: 1.4rem;
  display: grid;
  place-content: center;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagenation .current,
.nav-links ul .current {
  background: #51adfc;
  color: #fff;
}
.pagenation a:hover,
.nav-links ul a:hover {
  background: #51adfc;
  color: #fff;
}
.pagenation .dots,
.nav-links ul .dots {
  background: none;
}
.pagenation .page-numbers.next,
.pagenation .page-numbers.prev,
.nav-links ul .page-numbers.next,
.nav-links ul .page-numbers.prev {
  background-color: unset;
}
.pagenation .page-numbers.next::before,
.pagenation .page-numbers.prev::before,
.nav-links ul .page-numbers.next::before,
.nav-links ul .page-numbers.prev::before {
  content: "";
  width: 6px;
  height: 9px;
  background-image: url(assets/img/path_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.pagenation .prev.page-numbers,
.nav-links ul .prev.page-numbers {
  margin-right: 16px;
}
.pagenation .prev.page-numbers::before,
.nav-links ul .prev.page-numbers::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.pagenation .next.page-numbers,
.nav-links ul .next.page-numbers {
  margin-left: 16px;
}

.article_topics .top {
  height: calc(100svh - 90px);
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .article_topics .top {
    height: 250px;
  }
}
.article_topics .top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article_topics .top .article_topics_title_wrap {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .article_topics .top .article_topics_title_wrap {
    bottom: 30px;
  }
}
.article_topics .top .category_wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
  gap: 10px;
}
@media screen and (max-width: 767.9px) {
  .article_topics .top .category_wrap {
    gap: 5px;
  }
}
.article_topics .top .category_wrap span {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background: #51adfc;
  letter-spacing: 0.02em;
  line-height: 1.45;
  padding: 5px 20px;
}
@media screen and (max-width: 767.9px) {
  .article_topics .top .category_wrap span {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    padding: 2px 10px;
  }
}
.article_topics .top .article_topics_title p,
.article_topics .top .article_topics_title h1 {
  background: #fff;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.article_topics .top .article_topics_title p {
  padding: 5px 20px 2px 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767.9px) {
  .article_topics .top .article_topics_title p {
    font-size: 1.8rem;
    padding: 4px 15px 2px;
  }
}
.article_topics .top .article_topics_title h1 {
  padding: 4px 40px;
  font-size: 3.6rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767.9px) {
  .article_topics .top .article_topics_title h1 {
    padding: 4px 15px 3px;
    font-size: 2rem;
  }
}
.article_topics .more_btn_wrap {
  margin-bottom: 150px;
  text-align: center;
}
.article_topics .more_btn_wrap .more_btn {
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .article_topics .more_btn_wrap .more_btn {
    padding: 12px 25px;
  }
}
@media screen and (max-width: 767.9px) {
  .article_topics .more_btn_wrap {
    margin-bottom: 60px;
  }
}

.article_topics_content {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 40px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .article_topics_content {
    margin-top: -10px;
    padding-bottom: 50px;
  }
}
.article_topics_content p {
  margin-bottom: 70px;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .article_topics_content p {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-bottom: 30px;
  }
}
.article_topics_content img {
  width: 100%;
  margin-bottom: 70px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .article_topics_content img {
    margin-bottom: 30px;
  }
}
.article_topics_content .gallery {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767.9px) {
  .article_topics_content .gallery {
    margin-bottom: 20px !important;
  }
}
.article_topics_content .gallery-item {
  margin-top: 0 !important;
}
.article_topics_content .gallery-item a {
  pointer-events: none;
}
.article_topics_content .gallery-item img {
  height: auto;
  margin-bottom: 30px;
  display: block;
  border: none !important;
}
@media screen and (max-width: 767.9px) {
  .article_topics_content .gallery-item img {
    margin-bottom: 10px;
  }
}
.article_topics_content h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .article_topics_content h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.article_topics_content h2::before {
  content: "";
  width: 9px;
  min-width: 9px;
  background: #51adfc;
  display: inline-block;
  margin-right: 15px;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .article_topics_content h2::before {
    width: 6px;
    min-width: 6px;
    margin-right: 10px;
  }
}
.article_topics_content .article_topics_pamphlet .pamphlet_wrap {
  width: 48.8%;
  height: auto;
  aspect-ratio: 410/295;
}
@media screen and (max-width: 767.9px) {
  .article_topics_content .article_topics_pamphlet .pamphlet_wrap {
    width: 86.7%;
    margin: 0 auto;
    aspect-ratio: 287/207;
  }
}
.article_topics_content .article_topics_pamphlet .pamphlet_wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.article_topics_content .article_topics_pamphlet .pamphlet_wrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article_youtube {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .article_youtube {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .article_youtube ul {
    row-gap: 40px;
  }
}
.article_youtube ul li {
  width: 48.8%;
  aspect-ratio: 41/23;
  list-style: none;
}
@media screen and (max-width: 767.9px) {
  .article_youtube ul li {
    width: 86.7%;
    margin: 0 auto;
    aspect-ratio: 288/162;
  }
}
.article_youtube ul li iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.taxonomy_page {
  height: 400px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .taxonomy_page {
    height: 170px;
  }
}
.taxonomy_page::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.39);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.taxonomy_page img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.taxonomy_page .parent-term-title {
  position: absolute;
  padding-top: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .taxonomy_page .parent-term-title {
    bottom: 60px;
    -webkit-transform: unset;
            transform: unset;
    padding: 0;
    top: unset;
  }
}
.taxonomy_page .parent-term-title .cont {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px 30px;
}
.taxonomy_page .parent-term-title h1,
.taxonomy_page .parent-term-title p {
  color: #fff;
}
.taxonomy_page .parent-term-title h1 {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4523809524;
}
@media screen and (max-width: 767.9px) {
  .taxonomy_page .parent-term-title h1 {
    font-size: 2.2rem;
  }
}
.taxonomy_page .parent-term-title p {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}

.business_list section {
  padding: 120px 0;
}
@media screen and (max-width: 767.9px) {
  .business_list section {
    padding: 50px 0 60px;
  }
}
.business_list h2 {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4523809524;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .business_list h2 {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    margin-bottom: 30px;
  }
}
.business_list ul {
  row-gap: 50px;
}
@media screen and (max-width: 767.9px) {
  .business_list ul {
    row-gap: 30px;
  }
}
.business_list ul li {
  width: 48%;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .business_list ul li {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.business_list ul .img_wrap {
  width: 100%;
  aspect-ratio: 48/27;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .business_list ul .img_wrap {
    margin-bottom: 15px;
    aspect-ratio: 331/180;
  }
}
.business_list ul .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_list ul h3 {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .business_list ul h3 {
    font-size: 2.4rem;
  }
}
.business_list ul p {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
}
.business_list ul .more_btn {
  margin-top: 20px;
}
.business_list section:nth-child(1) {
  padding-top: 50px;
}
@media screen and (max-width: 767.9px) {
  .business_list section:nth-child(1) {
    padding-top: 0;
  }
}
.business_list section:nth-child(2n) {
  background: #f0f3f5;
}

.page-about {
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .page-about {
    margin-bottom: 60px;
  }
}
.page-about .cont {
  max-width: 920px;
}

.page-message .ceo {
  width: 39%;
  float: left;
  margin-right: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page-message .ceo {
    width: 100%;
    max-width: 360px;
    margin: 0 auto 30px;
    float: none;
  }
}
.page-message .ceo img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .page-message .ceo img {
    width: 100%;
    max-width: 360px;
  }
}
.page-message .ceo_sign {
  margin-top: 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .page-message .ceo_sign {
    margin-top: 40px;
  }
}
.page-message .ceo_sign h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #002f71;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 84px;
}
@media screen and (max-width: 767.9px) {
  .page-message .ceo_sign h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    line-height: 1.7;
    margin-right: -10px;
  }
}
.page-message .ceo_sign h2 span.letter200 {
  letter-spacing: -0.2em;
}
.page-message .ceo_sign h2 span.letter300 {
  letter-spacing: -0.3em;
}
.page-message .ceo_sign img {
  width: 360px;
  max-width: 100%;
  display: block;
  margin-bottom: 18px;
}
@media screen and (max-width: 767.9px) {
  .page-message .ceo_sign img {
    width: 266px;
    margin-bottom: 15px;
  }
}
.page-message .ceo_sign .ceo_name {
  color: #002f71;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.page-message .desciption {
  letter-spacing: 0.03em;
  line-height: 1.875;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .page-message .desciption {
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 1.6666666667;
  }
}
.page-message .content_flex {
  margin-top: 50px;
  gap: 50px;
}
@media screen and (max-width: 767.9px) {
  .page-message .content_flex {
    margin-top: 0;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-message .content_flex .img {
  width: 47.2%;
}
@media screen and (max-width: 767.9px) {
  .page-message .content_flex .img {
    width: 100%;
    max-width: 435px;
  }
}
.page-message .content_flex .img img {
  width: 100%;
  height: 100%;
}
.page-message .content_flex p {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .page-message .content_flex p {
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
}
.page-message .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767.9px) {
  .page-message .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767.9px) {
  .page-philosophy {
    margin-bottom: 80px;
  }
}
.page-philosophy h2 {
  font-size: 3.6rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.9px) {
  .page-philosophy h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.36;
    margin-bottom: 30px;
  }
}
.page-philosophy .philosophy01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .page-philosophy .philosophy01 {
    margin-bottom: 50px;
  }
}
.page-philosophy .philosophy01 h2 {
  color: #002f71;
}
.page-philosophy .philosophy01 .wrap {
  padding: 109px 30px 83px;
  text-align: center;
  background-image: url(assets/img/philosophy_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  .page-philosophy .philosophy01 .wrap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 120px 5.8% 80px;
    background-image: url(assets/img/philosophy_bg-sp.jpg);
  }
}
.page-philosophy .philosophy01 .wrap .img {
  margin-bottom: 35px;
}
@media screen and (max-width: 767.9px) {
  .page-philosophy .philosophy01 .wrap .img {
    margin-bottom: 20px;
  }
}
.page-philosophy .philosophy01 .wrap .img img {
  width: 210px;
}
@media screen and (max-width: 767.9px) {
  .page-philosophy .philosophy01 .wrap .img img {
    width: 135px;
  }
}
.page-philosophy .philosophy01 .wrap h3 {
  color: #002f71;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.3888888889;
  margin-bottom: 35px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .page-philosophy .philosophy01 .wrap h3 {
    font-size: 2.7rem;
    line-height: 1.4074074074;
    margin-bottom: 30px;
  }
}
.page-philosophy .philosophy01 .wrap p {
  line-height: 1.875;
  letter-spacing: 0.03em;
  max-width: 567px;
  margin: 0 auto;
  text-align: left;
  font-weight: 400;
}
.page-philosophy .philosophy02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .page-philosophy .philosophy02 {
    margin-bottom: 50px;
  }
}
.page-philosophy .philosophy02 ol,
.page-philosophy .philosophy03 ol {
  background: #f0f3f5;
  padding: 60px 5% 60px 13%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
}
@media screen and (max-width: 767.9px) {
  .page-philosophy .philosophy02 ol,
  .page-philosophy .philosophy03 ol {
    padding: 30px 12px 30px 22px;
    gap: 20px;
  }
}
.page-philosophy .philosophy02 ol li,
.page-philosophy .philosophy03 ol li {
  font-size: 2.6rem;
  line-height: 1.2307692308;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .page-philosophy .philosophy02 ol li,
  .page-philosophy .philosophy03 ol li {
    font-size: 1.8rem;
    line-height: 1.3888888889;
  }
}
.page-philosophy .philosophy02 ol li span,
.page-philosophy .philosophy03 ol li span {
  min-width: 23px;
  margin-right: 18px;
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .page-philosophy .philosophy02 ol li span,
  .page-philosophy .philosophy03 ol li span {
    font-size: 2.6rem;
    margin-right: 0;
    margin-top: 2px;
  }
}

.page-outline section {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .page-outline section {
    margin-bottom: 50px;
  }
}
.page-outline h2 {
  font-size: 3.6rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767.9px) {
  .page-outline h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.36;
    margin-bottom: 30px;
  }
}
.page-outline .outline01 {
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline01 {
    margin-top: 0;
  }
}
.page-outline .outline01 h2 {
  margin-bottom: 12px;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline01 h2 {
    margin-bottom: 25px;
  }
}
.page-outline .outline01 table {
  width: 100%;
}
.page-outline .outline01 table tbody {
  width: 100%;
}
.page-outline .outline01 table tr {
  padding: 28px 0 30px;
  display: block;
  border-bottom: solid 1px #bebebe;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline01 table tr {
    padding: 25px 0 27px;
  }
}
.page-outline .outline01 table tr th {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  letter-spacing: 0.03em;
}
.page-outline .outline01 table tr td {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: block;
  width: 100%;
  line-height: 1.6;
}
.page-outline .outline01 table tr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
.page-outline .outline01 table tr ul li {
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-outline .outline01 table tr ul p {
  min-width: 107px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.page-outline .outline02 .img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline02 h2 {
    font-size: 2.3rem;
  }
}
.page-outline .outline03 .detail .offices_name {
  font-weight: 600;
  color: #002f71;
  line-height: 1.5;
  margin-bottom: 12px;
  letter-spacing: 0.03em;
}
.page-outline .outline03 .detail address {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  font-style: normal;
  margin-bottom: 25px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .detail address {
    margin-bottom: 0px;
  }
}
.page-outline .outline03 .map {
  width: 100%;
  aspect-ratio: 2/1;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .map {
    aspect-ratio: 331/170;
  }
}
.page-outline .outline03 .map iframe {
  width: 100%;
  height: 100%;
}
.page-outline .outline03 .head_office {
  gap: 30px;
  padding-bottom: 40px;
  border-bottom: solid 1px #bebebe;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .head_office {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
}
.page-outline .outline03 .head_office .detail {
  min-width: 330px;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .head_office .detail {
    min-width: unset;
  }
}
.page-outline .outline03 .head_office .map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .head_office .map {
    width: 100%;
  }
}
.page-outline .outline03 .branch_office h3 {
  font-size: 3rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .branch_office h3 {
    font-size: 2rem;
    font-weight: 700;
    inherits: 1.45;
  }
}
.page-outline .outline03 .branch_office ul {
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .branch_office ul {
    margin-bottom: 30px;
  }
}
.page-outline .outline03 .branch_office li {
  padding: 40px 0;
  border-bottom: solid 1px #bebebe;
  width: 46%;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .branch_office li {
    padding: 25px 0 20px;
    width: 100%;
  }
}
.page-outline .outline03 .branch_office li .map {
  padding-right: 30px;
  aspect-ratio: 430/200;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .branch_office li .map {
    padding-right: 0;
    aspect-ratio: unset;
    height: 170px;
    margin-top: 20px;
  }
}
.page-outline .outline03 .branch_office li .left {
  width: 100%;
}
.page-outline .outline03 .branch_office .with_img {
  width: 100%;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .branch_office .with_img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-bottom: 210px;
  }
}
.page-outline .outline03 .branch_office .with_img .img,
.page-outline .outline03 .branch_office .with_img .left {
  width: 50%;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .branch_office .with_img .img,
  .page-outline .outline03 .branch_office .with_img .left {
    width: 100%;
  }
}
.page-outline .outline03 .branch_office .with_img .left {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .branch_office .with_img .left {
    padding-right: 0;
  }
}
.page-outline .outline03 .branch_office .with_img .left .map {
  margin-top: auto;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .branch_office .with_img .left .map {
    position: absolute;
    bottom: 20px;
    left: 0;
  }
}
.page-outline .outline03 .branch_office .with_img .img {
  aspect-ratio: 460/331;
}
@media screen and (max-width: 767.9px) {
  .page-outline .outline03 .branch_office .with_img .img {
    margin-top: 20px;
  }
}
.page-outline .outline04 p,
.page-outline .outline04 a {
  font-weight: 400;
}
.page-outline .outline04 p {
  margin-bottom: 10px;
}
.page-outline .outline04 h3,
.page-outline .outline04 a {
  font-size: 1.6rem;
  line-height: 2;
}
.page-outline .outline04 h3 {
  font-weight: 500;
  margin-top: 5px;
}
.page-outline .outline04 a {
  text-decoration: underline;
  color: #002f71;
}

.page-group {
  margin-bottom: 160px;
}
@media screen and (max-width: 767.9px) {
  .page-group {
    margin-bottom: 0;
  }
}
.page-group .cont {
  max-width: 920px;
}
.page-group .group_top {
  margin-top: 20px;
  margin-bottom: 93px;
}
@media screen and (max-width: 767.9px) {
  .page-group .group_top {
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.page-group .group_top img {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .page-group .group_top img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 30px;
    max-width: unset;
    height: 350px;
  }
}
.page-group .group_top p {
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
.page-group section {
  margin-bottom: 100px;
}
@media screen and (max-width: 767.9px) {
  .page-group section {
    margin-bottom: 60px;
  }
}
.page-group section h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page-group section h2 {
    font-size: 2rem;
    line-height: 1.45;
    margin-bottom: 30px;
  }
}
.page-group section h2::before {
  content: "";
  width: 9px;
  min-width: 9px;
  height: auto;
  background: #51adfc;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767.9px) {
  .page-group section h2::before {
    width: 6px;
    min-width: 6px;
    margin-right: 10px;
  }
}
.page-group section .logo {
  width: 260px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767.9px) {
  .page-group section .logo {
    width: 175px;
    margin-bottom: 30px;
  }
}
.page-group section .img_flex {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page-group section .img_flex {
    margin-bottom: 10px;
  }
}
.page-group section .img_flex img {
  width: 48.9%;
}
@media screen and (max-width: 767.9px) {
  .page-group section .img_flex img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.page-group section .description {
  font-weight: 400;
  line-height: 1.5625;
  margin-bottom: 33px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .page-group section .description {
    font-size: 1.5rem;
    line-height: 1.6666666667;
    margin-bottom: 5px;
  }
}

.table1 {
  width: 100%;
}
.table1 tbody {
  width: 100%;
}
.table1 tr {
  padding: 27px 0;
  display: block;
  border-bottom: solid 1px #bebebe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .table1 tr {
    padding: 25px 0 27px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.table1 tr th {
  font-size: 1.6rem;
  line-height: 1.625;
  display: inline-block;
  width: 184px;
  letter-spacing: 0;
  padding-left: 40px;
}
@media screen and (max-width: 767.9px) {
  .table1 tr th {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}
.table1 tr td {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.625;
  padding-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .table1 tr td {
    font-size: 1.5rem;
    padding: 0;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
.table1 tr a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.625;
}

.page-id-42 .page_top {
  background-image: url(assets/img/page_top-sdgs.jpg);
}
@media screen and (max-width: 767.9px) {
  .page-id-42 .page_top {
    background-image: url(assets/img/page_top-sdgs-sp.jpg);
  }
}

.type2_page .page_top {
  height: 400px;
  background-size: cover;
}
@media screen and (max-width: 767.9px) {
  .type2_page .page_top {
    height: 170px;
  }
}
.type2_page h1 {
  font-size: 3.6rem;
  letter-spacing: 0.08em;
  margin-top: 50px;
  line-height: 1.6666666667;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .type2_page h1 {
    margin-top: 0;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}

.sdgs_wrapper .cont {
  max-width: 920px;
}
.sdgs_wrapper .sdgs_top {
  background: #f4f9fd;
  padding: 80px 80px 73px;
  margin-top: 140px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_top {
    padding: 40px 22px 50px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.sdgs_wrapper .sdgs_top img {
  width: 125px;
  display: block;
  margin: 0 auto 38px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_top img {
    width: 80px;
    margin-bottom: 20px;
  }
}
.sdgs_wrapper .sdgs_top p {
  letter-spacing: 0.03em;
  text-align: center;
}
.sdgs_wrapper .sdgs_top .description {
  line-height: 1.875;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_top .description {
    line-height: 1.75;
    padding: 0 12px;
  }
  .sdgs_wrapper .sdgs_top .description br {
    display: none;
  }
}
.sdgs_wrapper .sdgs_top .philosophy_title {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin-bottom: 15px;
  padding-top: 10px;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_top .philosophy_title {
    margin-bottom: 7px;
  }
}
.sdgs_wrapper .sdgs_top .philosophy {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.4666666667;
  margin-bottom: 60px;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_top .philosophy {
    font-size: 2rem;
    line-height: 1.55;
    margin-bottom: 30px;
  }
}
.sdgs_wrapper .sdgs_top .sign {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_top .sign {
    margin-top: 50px;
  }
}
.sdgs_wrapper .sdgs_top .sign p {
  text-align: right;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_top .sign p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.sdgs_wrapper h2 {
  color: #51adfc;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4285714286;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper h2 {
    font-size: 2.4rem;
    padding-bottom: 30px;
  }
}
.sdgs_wrapper h2::before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  background: #bebebe;
}
.sdgs_wrapper h2::after {
  content: "";
  width: 89px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  background: #51adfc;
}
.sdgs_wrapper .sdgs_wrap {
  padding: 50px 0;
  border-bottom: solid 2px #bebebe;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_wrap {
    padding: 40px 0 30px;
  }
}
.sdgs_wrapper .sdgs_wrap h3 {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4285714286;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_wrap h3 {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
    line-height: 1.3333333333;
    margin-bottom: 20px;
  }
}
.sdgs_wrapper .sdgs_wrap .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_wrap .left {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-bottom: 20px;
  }
}
.sdgs_wrapper .sdgs_wrap .left p {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_wrap .left p {
    margin-bottom: 20px;
  }
}
.sdgs_wrapper .sdgs_wrap .left .initiatives {
  padding: 25px 10px 25px 20px;
  background: #f4f9fd;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_wrap .left .initiatives {
    padding: 20px 22px;
  }
}
.sdgs_wrapper .sdgs_wrap .left .initiatives h4 {
  font-size: 1.6rem;
  font-weight: 600px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.sdgs_wrapper .sdgs_wrap .left .initiatives li {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
.sdgs_wrapper .sdgs_wrap .right {
  width: 320px;
  margin-left: 40px;
  gap: 25px 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_wrap .right {
    width: 100%;
    gap: 10px;
    margin: 0 22px;
  }
}
.sdgs_wrapper .sdgs_wrap .right img {
  width: 100px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_wrap .right img {
    width: 89px;
  }
}
.sdgs_wrapper .sdgs_list {
  margin-top: 133px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_list {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.sdgs_wrapper .sdgs_list img {
  display: block;
  margin-bottom: 73px;
}
@media screen and (max-width: 767.9px) {
  .sdgs_wrapper .sdgs_list img {
    margin-bottom: 30px;
  }
}
.sdgs_wrapper .sdgs_list p {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}

.article_business {
  padding-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .article_business {
    padding-bottom: 10px;
  }
}
.article_business .business_img_wide {
  padding-bottom: 120px;
  margin-top: -60px;
}
@media screen and (max-width: 767.9px) {
  .article_business .business_img_wide {
    padding-bottom: 60px;
    margin-top: -20px;
  }
}
.article_business .business_img_wide img {
  display: block;
}
.article_business .business_img_wide .second_img {
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .article_business .business_img_wide .second_img {
    margin-top: 20px;
  }
}
.article_business .section1 h2,
.article_business .section2 h2,
.article_business .section3 h2 {
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-bottom: 30px;
  line-height: 1.3888888889;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .article_business .section1 h2,
  .article_business .section2 h2,
  .article_business .section3 h2 {
    font-size: 2.4rem;
    line-height: 1.3333333333;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.article_business .section1 h2::before,
.article_business .section2 h2::before,
.article_business .section3 h2::before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  background: #bebebe;
}
.article_business .section1 h2::after,
.article_business .section2 h2::after,
.article_business .section3 h2::after {
  content: "";
  width: 89px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
  background: #51adfc;
}
.article_business p {
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
.article_business .section1 {
  padding-top: 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .article_business .section1 {
    padding-top: 0;
    margin-bottom: 60px;
  }
}
.article_business .section1 li {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: solid 2px #bebebe;
}
@media screen and (max-width: 767.9px) {
  .article_business .section1 li {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.article_business .section1 li img {
  width: 36.4%;
  aspect-ratio: 364/230;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 40px;
}
@media screen and (max-width: 767.9px) {
  .article_business .section1 li img {
    width: 100%;
    margin-right: 0;
  }
}
.article_business .section1 li .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .article_business .section1 li .right {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.article_business .section1 li .right h3 {
  font-size: 3rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 35px;
}
@media screen and (max-width: 767.9px) {
  .article_business .section1 li .right h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.article_business .section1 li .flex-images {
  margin-top: 30px;
  width: 100%;
  gap: 2%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .article_business .section1 li .flex-images {
    margin-top: 0;
  }
}
.article_business .section1 li .flex-images .flex-item {
  width: 32%;
  aspect-ratio: 3/2;
  height: auto;
}
.article_business .section1 li .flex-images .flex-item p {
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .article_business .section1 li .flex-images .flex-item p {
    font-size: 1.2rem;
  }
}
.article_business .section1 li .flex-images .flex-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-bottom: 10px;
}
.article_business .section1 li:first-of-type {
  padding-top: 0;
}
.article_business .section2 {
  padding: 120px 0;
  margin-bottom: 120px;
  background: #f0f3f5;
}
@media screen and (max-width: 767.9px) {
  .article_business .section2 {
    padding: 50px 0 60px;
  }
}
.article_business .section2 li {
  width: 48.7%;
}
@media screen and (max-width: 767.9px) {
  .article_business .section2 li {
    display: contents;
  }
}
.article_business .section2 li .img_wrap {
  gap: 5.3%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .article_business .section2 li .img_wrap {
    margin-bottom: 0;
    gap: unset;
  }
}
.article_business .section2 li .img_wrap img {
  width: 47.2%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  .article_business .section2 li .img_wrap img {
    width: 48.3%;
  }
}
@media screen and (max-width: 767.9px) {
  .article_business .section2 li:nth-child(1) .img_wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .article_business .section2 li:nth-child(1) .bottom {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 20px;
  }
  .article_business .section2 li:nth-child(2) .img_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
  }
  .article_business .section2 li:nth-child(2) .bottom {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
  }
}
.article_business .section3 {
  margin: 0 0 80px;
}
@media screen and (max-width: 767.9px) {
  .article_business .section3 {
    margin-bottom: 0 0 50px;
  }
}
.article_business .section3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.article_business .section3 li img {
  width: 36.4%;
  margin-right: 40px;
  aspect-ratio: 364/230;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  .article_business .section3 li img {
    width: 100%;
  }
}
.article_business .section3 li .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .article_business .section3 li .right {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-top: 20px;
  }
}
.article_business .padding {
  padding-top: 120px;
}

.business_section {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .business_section {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.business_section h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767.9px) {
  .business_section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.business_section h2::before {
  content: "";
  width: 9px;
  min-width: 9px;
  height: auto;
  background: #51adfc;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767.9px) {
  .business_section h2::before {
    width: 6px;
    min-width: 6px;
  }
}

@media screen and (max-width: 767.9px) {
  .business_section.article_youtube ul {
    row-gap: 20px;
  }
}

.business_section.article_youtube ul li {
  width: 48%;
  aspect-ratio: 48/27;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .business_section.article_youtube ul li {
    width: 86.7%;
  }
}

.section_list ul,
.article_business_pamphlet ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.section_list li,
.article_business_pamphlet li {
  list-style: "●";
  margin-left: 1em;
  padding-left: 1em;
}
.section_list li,
.section_list a,
.article_business_pamphlet li,
.article_business_pamphlet a {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767.9px) {
  .section_list li,
  .section_list a,
  .article_business_pamphlet li,
  .article_business_pamphlet a {
    font-size: 1.6rem;
  }
}

.article_business_contact_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4%;
  margin-top: 30px;
}
@media screen and (max-width: 767.9px) {
  .article_business_contact_wrap {
    margin-top: 20px;
    row-gap: 10px;
  }
}
.article_business_contact_wrap a {
  width: 48%;
  padding: 20px 5px;
  background: #51adfc;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
}
@media screen and (max-width: 767.9px) {
  .article_business_contact_wrap a {
    max-width: 400px;
    width: 100%;
    padding: 12px 5px;
  }
}
.article_business_contact_wrap a img {
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  vertical-align: middle;
}

.page_wrapper {
  padding-top: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767.9px) {
  .page_wrapper {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

.contact_top p {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
.contact_top .bottom {
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .contact_top .bottom {
    margin-top: 18px;
  }
}
.contact_top .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 11px;
}
@media screen and (max-width: 767.9px) {
  .contact_top .flex {
    gap: 5px;
  }
}
.contact_top .company_name,
.contact_top a {
  color: #002f71;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4782608696;
}
@media screen and (max-width: 767.9px) {
  .contact_top .company_name,
  .contact_top a {
    font-size: 2rem;
    letter-spacing: 0.018em;
    line-height: 1.4;
  }
}
.contact_top .time {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.9px) {
  .contact_top .time {
    width: 100%;
    font-size: 1.3rem;
  }
}

.form {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767.9px) {
  .form {
    margin-top: 50px;
  }
}
.form .check {
  display: block;
  font-size: 1.4rem;
  color: #002f71;
  font-weight: 700;
  letter-spacing: 0;
  padding: 6px 15px 6px 15px;
  border: solid 1px #002f71;
  display: inline-block;
  border-radius: 16px;
  background-color: #fff;
  margin-left: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 767.9px) {
  .form .check {
    font-size: 1.3rem;
    line-height: 1.4615384615;
    padding: 0 10px;
  }
}
.form .ninni {
  color: #bebebe;
  border-color: #bebebe;
}
.form table {
  width: 100%;
  display: block;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .form table {
    margin-bottom: 60px;
  }
}
.form table tbody {
  display: block;
}
.form table tr {
  margin-bottom: 50px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .form table tr {
    margin-bottom: 32px;
  }
}
.form table tr th,
.form table tr .zip_title {
  margin-bottom: 15px;
  display: block;
}
.form table tr th p,
.form table tr .zip_title p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767.9px) {
  .form table tr th p,
  .form table tr .zip_title p {
    font-size: 1.5rem;
  }
}
.form table tr .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form table tr td {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  line-height: 2;
}
.form table tr td br {
  display: none;
}
.form table tr td input[type=text],
.form table tr td input[type=email],
.form table tr td input[type=tel],
.form table tr td textarea {
  font-weight: 500;
  width: 100%;
  border: solid 1px #bebebe;
  font-size: 1.6rem;
  padding: 18px 25px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  margin-left: 0;
  background: #f0f3f5;
}
@media screen and (max-width: 767.9px) {
  .form table tr td input[type=text],
  .form table tr td input[type=email],
  .form table tr td input[type=tel],
  .form table tr td textarea {
    padding: 10px 20px;
  }
}
.form table tr td input[type=text]::-webkit-input-placeholder, .form table tr td input[type=email]::-webkit-input-placeholder, .form table tr td input[type=tel]::-webkit-input-placeholder, .form table tr td textarea::-webkit-input-placeholder {
  color: #bebebe;
}
.form table tr td input[type=text]::-moz-placeholder, .form table tr td input[type=email]::-moz-placeholder, .form table tr td input[type=tel]::-moz-placeholder, .form table tr td textarea::-moz-placeholder {
  color: #bebebe;
}
.form table tr td input[type=text]:-ms-input-placeholder, .form table tr td input[type=email]:-ms-input-placeholder, .form table tr td input[type=tel]:-ms-input-placeholder, .form table tr td textarea:-ms-input-placeholder {
  color: #bebebe;
}
.form table tr td input[type=text]::-ms-input-placeholder, .form table tr td input[type=email]::-ms-input-placeholder, .form table tr td input[type=tel]::-ms-input-placeholder, .form table tr td textarea::-ms-input-placeholder {
  color: #bebebe;
}
.form table tr td input[type=text]::placeholder,
.form table tr td input[type=email]::placeholder,
.form table tr td input[type=tel]::placeholder,
.form table tr td textarea::placeholder {
  color: #bebebe;
}
@media screen and (max-width: 767.9px) {
  .form table tr td input[type=text]::-webkit-input-placeholder, .form table tr td input[type=email]::-webkit-input-placeholder, .form table tr td input[type=tel]::-webkit-input-placeholder, .form table tr td textarea::-webkit-input-placeholder {
    font-size: 1.5rem;
  }
  .form table tr td input[type=text]::-moz-placeholder, .form table tr td input[type=email]::-moz-placeholder, .form table tr td input[type=tel]::-moz-placeholder, .form table tr td textarea::-moz-placeholder {
    font-size: 1.5rem;
  }
  .form table tr td input[type=text]:-ms-input-placeholder, .form table tr td input[type=email]:-ms-input-placeholder, .form table tr td input[type=tel]:-ms-input-placeholder, .form table tr td textarea:-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .form table tr td input[type=text]::-ms-input-placeholder, .form table tr td input[type=email]::-ms-input-placeholder, .form table tr td input[type=tel]::-ms-input-placeholder, .form table tr td textarea::-ms-input-placeholder {
    font-size: 1.5rem;
  }
  .form table tr td input[type=text]::placeholder,
  .form table tr td input[type=email]::placeholder,
  .form table tr td input[type=tel]::placeholder,
  .form table tr td textarea::placeholder {
    font-size: 1.5rem;
  }
}
.form table tr td textarea {
  height: 188px;
  display: block;
}
@media screen and (max-width: 767.9px) {
  .form table tr td textarea {
    height: 167px;
  }
}
.form table tr td.flex {
  gap: 12px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form table tr td.flex label {
  margin-right: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767.9px) {
  .form table tr td.flex label {
    font-size: 1.5rem;
    min-width: 30px;
  }
}
.form table tr td.flex div {
  width: 48%;
}
@media screen and (max-width: 767.9px) {
  .form table tr td.flex div {
    width: 100%;
  }
}
.form table tr td.flex div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form table tr td.flex div .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form table tr .address_wrap textarea {
  height: 60px;
}
@media screen and (max-width: 767.9px) {
  .form table tr .address_wrap textarea {
    height: 72px;
  }
}
.form table tr .zip_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.form table tr .zip_wrap::before {
  content: "〒";
  margin-right: 15px;
  font-size: 1.6rem;
  font-weight: 500;
}
.form table tr .zip_wrap p {
  width: 100%;
}
.form table tr .zip_wrap input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.form .privacy_policy_check {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check {
    margin-bottom: 40px;
  }
}
.form .privacy_policy_check .wpcf7-not-valid-tip {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-wrap: nowrap;
}
.form .privacy_policy_check .wpcf7-list-item {
  margin-left: 0;
}
.form .privacy_policy_check label,
.form .privacy_policy_check p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .privacy_policy_check a {
  text-decoration: underline;
}
.form .privacy_policy_check a,
.form .privacy_policy_check p {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check a,
  .form .privacy_policy_check p {
    font-size: 1.5rem;
  }
}
.form .privacy_policy_check .check {
  line-height: 1.4285714286;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check .check {
    line-height: 1.4615384615;
  }
}
.form .privacy_policy_check .wpcf7-list-item {
  vertical-align: middle;
}
.form .privacy_policy_check input[type=checkbox] {
  margin: 0 15px 0 0;
  width: 34px;
  height: 34px;
  border: solid 1px #51adfc;
}
@media screen and (max-width: 767.9px) {
  .form .privacy_policy_check input[type=checkbox] {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    margin-right: 12px;
  }
}
.form .wpcf7-response-output {
  font-size: 1.5rem;
}
.form p.submit {
  position: relative;
  width: 215px;
  height: 45px;
  margin: 0 auto;
}
.form p.submit br {
  display: none;
}
.form p.submit input {
  display: inline-block;
  width: 100%;
  padding: 12px 25px;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
  background: #fff;
  border: solid 1px #1a1a1a;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  color: #1a1a1a;
}
.form p.submit::after {
  z-index: 2;
  content: "";
  background-image: url(assets/img/path_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  right: 25px;
  top: 52%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form p.submit:hover input {
  background: #51adfc;
  color: #fff;
  border-color: #51adfc;
}
.form p.submit:hover::after {
  background-image: url(assets/img/path_right_w.svg);
}
.form p.submit2 {
  margin-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .form p.submit2 {
    margin-top: 20px;
  }
}

.thanks_wrap {
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrap {
    padding-top: 30px;
  }
}
.thanks_wrap h2 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrap h2 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.thanks_wrap .description {
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .thanks_wrap .description {
    text-align: left;
  }
}
.thanks_wrap .more_btn {
  margin: 0 auto;
}

.pp p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .pp p {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.pp h2 {
  margin-top: 60px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1666666667;
}
@media screen and (max-width: 767.9px) {
  .pp h2 {
    margin-top: 32px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.article_news {
  position: relative;
  z-index: 2;
}
.article_news .cont {
  position: relative;
  max-width: 920px;
}
.article_news .content {
  position: relative;
  margin-bottom: 80px;
  z-index: 2;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .article_news .content {
    margin-bottom: 50px;
  }
}
.article_news .content .news_category p {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #707f89;
  background: #f0f3f5;
  padding: 1px 10px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .article_news .content .news_category p {
    margin-bottom: 11px;
  }
}
.article_news .content time {
  color: #707f89;
  font-size: 1.5rem;
  margin-bottom: 30px;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 767.9px) {
  .article_news .content time {
    margin-bottom: 20px;
  }
}
.article_news .content .news_title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  padding-bottom: 30px;
  border-bottom: solid 1px #bebebe;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .article_news .content .news_title {
    font-size: 2rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.article_news .content p,
.article_news .content img,
.article_news .content a {
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .article_news .content p,
  .article_news .content img,
  .article_news .content a {
    margin-bottom: 30px;
  }
}
.article_news .content img {
  max-width: 100%;
  height: auto;
}
.article_news .content p,
.article_news .content a {
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 767.9px) {
  .article_news .content p,
  .article_news .content a {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.9333333333;
  }
}
.article_news .content a {
  text-decoration: underline;
}
.article_news .btn_wrap {
  text-align: center;
}
.article_news .btn_wrap .more_btn {
  display: inline-block;
  padding: 12px 25px;
}

.page_news .news_list li a {
  padding-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .page_news .news_list li a {
    padding-left: 0;
  }
}
.page_news .page_news-wrap .left {
  width: 247px;
}
@media screen and (max-width: 767.9px) {
  .page_news .page_news-wrap .left {
    width: 100%;
  }
}
.page_news .page_news-wrap .page_news_title {
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.4523809524;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.9px) {
  .page_news .page_news-wrap .page_news_title {
    font-size: 3rem;
    line-height: 1.4666666667;
    margin-bottom: 30px;
  }
}
.page_news .page_news-wrap .page_news_title span {
  display: block;
  margin-top: 10px;
  color: #51adfc;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.9px) {
  .page_news .page_news-wrap .page_news_title span {
    margin-top: 8px;
  }
}
.page_news .page_news-wrap .news_category {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 20px;
  padding-left: 20px;
  border-left: solid 1px #51adfc;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .page_news .page_news-wrap .news_category {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-bottom: solid 1px #bebebe;
    margin-bottom: 27px;
  }
}
.page_news .page_news-wrap .news_category a {
  font-size: 1.7rem;
  font-weight: 600;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767.9px) {
  .page_news .page_news-wrap .news_category a {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 10px;
    padding-bottom: 25px;
    position: relative;
  }
  .page_news .page_news-wrap .news_category a::after {
    content: "";
    background: #bebebe;
    width: 1px;
    height: 15px;
    position: absolute;
    top: 4px;
    right: -10px;
  }
}
.page_news .page_news-wrap .news_category a:last-child::after {
  content: none;
}
.page_news .page_news-wrap .news_category a.current {
  color: #51adfc;
}
@media screen and (max-width: 767.9px) {
  .page_news .page_news-wrap .news_category a.current {
    border-bottom: solid 3px #51adfc;
  }
}
.page_news .page_news-wrap .news_category a:hover {
  color: #51adfc;
  opacity: 1;
}
@media screen and (max-width: 767.9px) {
  .page_news .page_news-wrap .news_category a:hover {
    border-bottom: solid 3px #51adfc;
  }
}
.page_news .page_news-wrap .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .page_news .page_news-wrap .right {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.page_news .page_news-wrap .news_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .page_news .page_news-wrap .news_list {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.page_news .page_news-wrap .pagenation a {
  background: #f0f3f5;
}
.page_news .page_news-wrap .pagenation a:hover {
  background: #51adfc;
}
.page_news .page_news-wrap .pagenation .current {
  background: #51adfc;
}
.page_news .page_news-wrap .pagenation .dots {
  background: unset;
}
.page_news .page_news-wrap .pagenation .page-numbers.next,
.page_news .page_news-wrap .pagenation .page-numbers.prev {
  background-color: unset;
}

.history {
  padding-top: 20px;
}
@media screen and (max-width: 767.9px) {
  .history {
    padding-top: 0;
    padding-bottom: 10px;
  }
}
.history .cont {
  max-width: 920px;
}
.history .content {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.9px) {
  .history .content {
    margin-bottom: 0;
  }
}
.history h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #002f71;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.9px) {
  .history h2 {
    font-size: 1.8rem;
    line-height: 1.3888888889;
    text-align: left;
    margin-bottom: 30px;
  }
  .history h2 br {
    display: none;
  }
}
.history .history_tab {
  gap: 8px;
  border-bottom: solid 3px #002f71;
  position: sticky;
  top: 90px;
  left: 0;
  background: #fff;
  margin-bottom: 60px;
  padding-top: 10px;
  z-index: 20;
}
@media screen and (max-width: 767.9px) {
  .history .history_tab {
    gap: 12px 0;
    border: none;
    top: 60px;
    margin-bottom: 45px;
    padding-top: 0;
  }
}
.history .history_tab li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767.9px) {
  .history .history_tab li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 50%;
    border-bottom: solid 3px #002f71;
  }
}
.history .history_tab li a {
  width: 100%;
  height: 100%;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4705882353;
  letter-spacing: 0.03em;
  background: #f0f3f5;
  display: block;
  padding: 11px;
}
@media screen and (max-width: 767.9px) {
  .history .history_tab li a {
    margin-right: 2px;
    font-size: 1.6rem;
    padding-top: 4px;
    padding-bottom: 2px;
  }
}
.history .history_tab li a.is-active {
  background: #51adfc;
  color: #fff;
}
.history .history_tab li a:hover {
  opacity: 1;
}
.history .history_tab li span {
  display: block;
  margin-top: 1px;
  font-style: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .history .history_tab li span {
    font-size: 1.5rem;
  }
}
.history .history_tab li:nth-child(2n) a {
  margin-left: 2px;
  margin-right: 0;
}
.history .history_inner {
  margin-top: -100px;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner {
    margin-top: -150px;
    padding-top: 150px;
  }
}
.history .history_inner .history_inner_title {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner .history_inner_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.history .history_inner .history_inner_title div {
  width: 150px;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner .history_inner_title div {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.history .history_inner .history_inner_title div p {
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner .history_inner_title div p {
    text-align: center;
  }
}
.history .history_inner .history_inner_title div p:first-child {
  line-height: 1.4705882353;
  background: #51adfc;
  color: #fff;
  font-size: 1.7rem;
  padding: 5px;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner .history_inner_title div p:first-child {
    width: 45.3%;
    font-size: 1.6rem;
  }
}
.history .history_inner .history_inner_title div p:nth-child(2) {
  background: #d1eaff;
  padding: 6px 0 7px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner .history_inner_title div p:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.5rem;
    padding: 7px 0 6px;
  }
}
.history .history_inner .history_inner_title h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f0f3f5;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 5px 30px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner .history_inner_title h3 {
    font-size: 1.6rem;
    padding: 5px 10px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.history .history_inner ul {
  position: relative;
  padding-top: 50px;
  padding-bottom: 1px;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner ul {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.history .history_inner ul::before {
  content: "";
  background: #cdd6dd;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: 70px;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner ul::before {
    left: 7px;
  }
}
.history .history_inner ul li {
  padding-left: 135px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner ul li {
    padding-left: 68px;
    margin-bottom: 30px;
  }
}
.history .history_inner ul li::after {
  content: "";
  background: #cdd6dd;
  height: 2px;
  width: 50px;
  position: absolute;
  top: 12px;
  left: 70px;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner ul li::after {
    left: 7px;
  }
}
.history .history_inner ul li .circle {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(assets/img/circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: 63px;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner ul li .circle {
    left: 0;
  }
}
.history .history_inner ul .year {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner ul .year {
    margin-bottom: 10px;
  }
}
.history .history_inner ul .year span {
  display: inline-block;
  margin-left: 10px;
}
.history .history_inner ul .table_img {
  margin-bottom: 25px;
}
.history .history_inner ul .history_inner_item:last-of-type .table_img {
  margin-bottom: 0;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner ul .flex-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.history .history_inner ul .flex-top .left {
  width: calc(100% - 312px);
}
@media screen and (max-width: 767.9px) {
  .history .history_inner ul .flex-top .left {
    width: 100%;
  }
}
.history .history_inner ul .flex-top h4 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.history .history_inner ul .flex-top .table_img {
  width: 300px;
  height: auto;
  aspect-ratio: 22/14;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner ul .flex-top .table_img {
    width: 100%;
    margin-top: 20px;
  }
}
.history .history_inner ul .history_inner_item {
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .history .history_inner ul .history_inner_item {
    margin-bottom: 15px;
  }
}
.history .popup_wrap input {
  display: none;
}
.history .popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: auto;
  background: rgba(119, 119, 119, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
  padding: 50px;
  overflow: auto;
  max-height: 100svh;
}
@media screen and (max-width: 767.9px) {
  .history .popup_overlay {
    padding: 15px 10px;
    max-height: unset;
    height: 100lvh;
  }
}
.history .popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.history .popup_content {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 1266px;
  margin: 0 auto;
  padding: 80px 90px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767.9px) {
  .history .popup_content {
    padding: 40px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.history .popup_content .img_wrap {
  width: 47.2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .history .popup_content .img_wrap {
    width: 100%;
    row-gap: 8px;
  }
}
.history .popup_content .img_wrap img {
  height: auto;
  aspect-ratio: 512/345;
  -o-object-fit: cover;
     object-fit: cover;
}
.history .popup_content .img_wrap img:nth-child(1) {
  width: 100%;
  height: auto;
  aspect-ratio: 512/345;
  -o-object-fit: cover;
     object-fit: cover;
}
.history .popup_content .img_wrap img:nth-child(n+2) {
  width: 48.6%;
  height: auto;
  aspect-ratio: 512/345;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.9px) {
  .history .popup_content .img_wrap img:nth-child(n+2) {
    width: 48.9%;
  }
}
.history .popup_content .detail {
  width: 47.4%;
}
@media screen and (max-width: 767.9px) {
  .history .popup_content .detail {
    width: 100%;
    margin-bottom: 30px;
  }
}
.history .popup_content .detail .popup_year {
  font-size: 3.1rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1.4516129032;
}
@media screen and (max-width: 767.9px) {
  .history .popup_content .detail .popup_year {
    font-size: 2.6rem;
  }
}
.history .popup_content .detail .popup_year span {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767.9px) {
  .history .popup_content .detail .popup_year span {
    margin-left: 15px;
  }
}
.history .popup_content .detail .popup_wareki {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .history .popup_content .detail .popup_wareki {
    font-size: 1.4rem;
  }
}
.history .popup_content .detail .popup_title {
  font-size: 2.3rem;
  line-height: 1.4782608696;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .history .popup_content .detail .popup_title {
    font-size: 2rem;
  }
  .history .popup_content .detail .popup_title br {
    display: none;
  }
}
.history .popup_content .detail .popup_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
}
.history .close_btn {
  position: absolute;
  top: 44px;
  right: 55px;
  font-size: 26px;
  cursor: pointer;
  padding: 10px;
  color: #51adfc;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .history .close_btn {
    top: 8px;
    right: 8px;
  }
}
.history .popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.history .open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin: 20px 0;
  color: #51adfc;
  font-size: 1.4rem;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.9px) {
  .history .open_btn {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.history .open_btn::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #51adfc;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.history .open_btn::after {
  content: "";
  width: 4px;
  height: 6px;
  background-image: url(assets/img/path_right_w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.history .open_btn:hover {
  color: #002f71;
}
.history .open_btn:hover::before {
  background: #002f71;
}

.simplefavorite-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  min-width: 145px;
  text-align: center;
  font-weight: 600;
}

button {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

.products_archive .products_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px 3%;
}
.products_archive .products_list li {
  width: 30%;
  position: relative;
}
.products_archive .products_list .simplefavorite-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.favorites_popup_wrap input {
  display: none;
}

.favorites_popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: rgba(119, 119, 119, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
  padding: 50px;
  overflow: auto;
}
@media screen and (max-width: 767.9px) {
  .favorites_popup_overlay {
    padding: 15px 10px;
    max-height: unset;
    height: 100lvh;
  }
}

.favorites_popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.favorites_popup_content {
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 1266px;
  margin: 0 auto;
  padding: 80px 90px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: auto;
}
@media screen and (max-width: 767.9px) {
  .favorites_popup_content {
    padding: 40px 18px;
  }
}
.favorites_popup_content h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 20px;
}
.favorites_popup_content .favorites-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: solid 1px #bebebe;
  padding: 20px 0;
  border-top: none !important;
}
.favorites_popup_content .contact-link {
  margin: 40px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  border: solid 1px #1a1a1a;
  padding: 10px 40px;
  font-size: 2rem;
}
.favorites_popup_content .no-favorites {
  font-size: 2rem;
  text-align: center;
  margin: 40px 0;
}

.favorites_close_btn {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 26px;
  cursor: pointer;
  padding: 10px;
  color: #1a1a1a;
  line-height: 1;
}
@media screen and (max-width: 767.9px) {
  .favorites_close_btn {
    top: 8px;
    right: 8px;
  }
}

.favorites_popup_wrap input:checked ~ .favorites_popup_overlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.favorites_open_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 2rem;
  font-weight: 600;
  background: #000;
  padding: 10px 40px;
  color: #fff;
  z-index: 88;
  cursor: pointer;
  line-height: 1.6;
}/*# sourceMappingURL=style.css.map */