@charset "UTF-8";
/* Scss Document */ /* Scss Document */ /********************** font **********************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
/********************** variable style **********************/
/********************** variable color **********************/
/********************** font-size **********************/
/********************** entiri element **********************/
.heading-center {
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 1.4em;
  text-align: center;
  margin: 0 auto 40px !important;
}
@media (max-width: 768px) {
  .heading-center {
    font-size: clamp(2rem, 0.69rem + 4.032vw, 2.625rem);
  }
}
@media (max-width: 520px) {
  .heading-center {
    font-size: 1.875rem;
    line-height: 1.4em;
    margin: 0 auto 32px !important;
  }
}
.heading-center:before {
  content: "";
  background: url(../img/common/dec-heading_pc.png) center top no-repeat;
  display: block;
  width: 120px;
  height: 16px;
  margin: 0 auto 32px;
}
@media (max-width: 520px) {
  .heading-center:before {
    width: 60px;
    height: 8px;
    background-size: contain;
    margin: 0 auto 16px;
  }
}
.heading-center_english {
  display: block !important;
  font-size: 1.125rem;
  line-height: 2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #073190;
  margin: 8px auto 0;
}
@media (max-width: 520px) {
  .heading-center_english {
    margin: 0 auto 0;
  }
}

p {
  font-size: 1rem;
  line-height: 2em;
}

a {
  text-decoration: none;
  color: #000;
}

.link-text {
  text-decoration: underline;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.link-text:hover {
  text-decoration: none;
  color: #00a39e;
}

ul li {
  list-style: none;
}

.text-blue {
  color: #073190;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-0 {
  margin-bottom: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mr-8 {
  margin-bottom: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mr-16 {
  margin-bottom: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mr-24 {
  margin-bottom: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mr-32 {
  margin-bottom: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-bottom: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mr-48 {
  margin-bottom: 48px;
}

.pb-48 {
  padding-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mr-56 {
  margin-bottom: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mr-64 {
  margin-bottom: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mr-72 {
  margin-bottom: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mr-80 {
  margin-bottom: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mb-88 {
  margin-bottom: 88px;
}

.mr-88 {
  margin-bottom: 88px;
}

.pb-88 {
  padding-bottom: 88px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mr-96 {
  margin-bottom: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.mb-104 {
  margin-bottom: 104px;
}

.mr-104 {
  margin-bottom: 104px;
}

.pb-104 {
  padding-bottom: 104px;
}

.mb-112 {
  margin-bottom: 112px;
}

.mr-112 {
  margin-bottom: 112px;
}

.pb-112 {
  padding-bottom: 112px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mr-120 {
  margin-bottom: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.mb-128 {
  margin-bottom: 128px;
}

.mr-128 {
  margin-bottom: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.mb-136 {
  margin-bottom: 136px;
}

.mr-136 {
  margin-bottom: 136px;
}

.pb-136 {
  padding-bottom: 136px;
}

.mb-144 {
  margin-bottom: 144px;
}

.mr-144 {
  margin-bottom: 144px;
}

.pb-144 {
  padding-bottom: 144px;
}

.mb-152 {
  margin-bottom: 152px;
}

.mr-152 {
  margin-bottom: 152px;
}

.pb-152 {
  padding-bottom: 152px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mr-160 {
  margin-bottom: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.clearfix {
  display: table;
}

.key-color {
  color: #073190;
}

.marker {
  font-weight: 500 !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, rgb(252, 222, 141)));
  background: linear-gradient(transparent 80%, rgb(252, 222, 141) 80%);
  display: inline;
  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;
  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;
  /* マーカーが引かれる速度を指定 */
  -webkit-transition: background-size 1.5s;
  transition: background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}

.pc_none {
  display: none;
  /**sp**/
}
@media (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.tab_none {
  display: none;
  /**sp**/
}
@media (max-width: 1024px) {
  .tab_none {
    display: block;
  }
}

.sp_none {
  display: block;
  /**sp**/
}
@media (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

/********************** lowlayer style **********************/
.common-main {
  width: 100%;
  height: 520px;
  border-radius: 0 0 80px 0;
  margin: 0 auto 120px;
}
@media (max-width: 1024px) {
  .common-main {
    margin: 0 auto 80px;
  }
}
@media (max-width: 520px) {
  .common-main {
    margin: 0 auto 40px;
    height: 320px;
    border-radius: 0;
  }
}
.common-main-inbox {
  height: 520px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/common/bg-main_lowlayer.webp) left top no-repeat;
  background-size: cover;
  padding: 40px 0 0 0;
  border-radius: 0 0 80px 0;
}
@media (max-width: 768px) {
  .common-main-inbox {
    background-size: auto;
    background-position: -180px top;
  }
}
@media (max-width: 520px) {
  .common-main-inbox {
    padding: 16px 0 0 0;
    height: 320px;
    border-radius: 0;
    background-size: 250%;
    background-position: -100px top;
  }
}
.common-main-group {
  height: calc(100% - 188px);
  padding-bottom: 32px;
  padding-left: clamp(40px, -255.385px + 28.846vw, 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 520px) {
  .common-main-group {
    padding-left: 32px;
  }
}
.common-main-heading {
  font-size: clamp(40px, 28.571px + 1.488vw, 50px);
  line-height: 1.4em;
}
@media (max-width: 520px) {
  .common-main-heading {
    font-size: 2rem;
  }
}
.common-main-heading_eng {
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #073190;
  font-size: 1.125rem;
}
@media (max-width: 520px) {
  .common-main-heading_eng {
    font-size: 1rem;
    margin-top: 0;
  }
}

/********************** lowlayer **********************/
.lowlayer .header {
  margin-bottom: 112px !important;
}
@media (max-width: 520px) {
  .lowlayer .header {
    margin-bottom: 64px !important;
  }
}

.breadcrumbs {
  display: inline-block !important;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #fff;
  padding: 12px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50em;
  text-align: left;
}
@media (max-width: 520px) {
  .breadcrumbs {
    display: none !important;
  }
}
.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
.breadcrumbs-list_item {
  margin-right: 16px;
  font-weight: 500;
}
.breadcrumbs-list_item:last-child {
  margin-right: 0 !important;
}
.breadcrumbs-list_item:last-child:after {
  display: none;
}
.breadcrumbs-list_item:after {
  content: ">";
  display: inline-block;
  margin-left: 16px;
}
.breadcrumbs-list_link {
  color: #00a39e;
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a39e), to(#00a39e)) bottom right no-repeat;
  background: linear-gradient(#00a39e, #00a39e) bottom right no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.breadcrumbs-list_link:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}

/********************** anchor **********************/
.anchor {
  margin: 0 auto 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 520px) {
  .anchor {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 16px;
    margin: 0 auto 80px;
  }
}
.anchor-link {
  width: 206px;
  height: 48px;
  line-height: 48px;
  background: #ebeff6;
  text-align: center;
  border-radius: 50em;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 520px) {
  .anchor-link {
    font-size: 0.875rem;
    width: 47%;
  }
}
.anchor-link:hover {
  background: #073190;
  color: #fff;
}

/********************** news-list **********************/
.listcontent {
  width: clamp(736px, 22.857px + 92.857vw, 1360px);
  margin: 0 auto 160px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 70.6% 5.8% 23.6%;
      grid-template: "leftcolumn ... rightcolumn"/70.6% 5.8% 23.6%;
}
@media (max-width: 768px) {
  .listcontent {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .listcontent {
    -ms-grid-rows: auto;
        grid-template: "rightcolumn" "leftcolumn";
    margin: 0 auto 80px;
  }
}
.listcontent-leftbox {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: leftcolumn;
}
@media (max-width: 520px) {
  .listcontent-leftbox {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
  }
}
.listcontent-leftbox-subheading {
  font-size: clamp(28px, 23.429px + 0.595vw, 32px);
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .listcontent-leftbox-subheading {
    font-size: 1.5rem;
    margin-bottom: 32px;
    text-align: center;
  }
}
.listcontent-rightbox {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: rightcolumn;
}
@media (max-width: 520px){
  .listcontent-leftbox {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .listcontent-rightbox {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 520px) {
  .listcontent-rightbox {
    width: 100%;
    margin: 0 auto 80px;
  }
}
.listcontent-rightbox-subheading {
  font-size: 1.625rem;
  margin-bottom: 32px;
}
@media (max-width: 520px) {
  .listcontent-rightbox-subheading {
    text-align: center;
    margin-bottom: 24px;
  }
}
.listcontent-rightbox-subheading_eng {
  font-family: "Montserrat", sans-serif;
  color: #073190;
  font-size: 1.125rem;
  display: block;
  margin-top: 8px;
}
.listcontent-rightbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 520px) {
  .listcontent-rightbox-group {
    gap: 16px;
  }
}
.listcontent-rightbox-link {
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: rgba(7, 49, 144, 0.08);
  border-radius: 50em;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.listcontent-rightbox-link:hover {
  background: #073190;
  color: #fff !important;
}
.listcontent-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 80px;
}
@media (max-width: 520px) {
  .listcontent-group {
    margin: 0 auto 40px;
  }
}
.listcontent-group-definition {
  width: 33.3%;
  padding-bottom: 24px;
  border-bottom: 1px solid #073190;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .listcontent-group-definition {
    width: 40%;
    padding-bottom: 0;
    margin-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }
}
.listcontent-group-definition a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.listcontent-group-definition a:hover {
  opacity: 0.5;
}
.listcontent-group_pict {
  width: 100%;
  border-radius: 8px;
  vertical-align: bottom;
}
@media (max-width: 520px) {
  .listcontent-group_pict {
    border-radius: 4px;
  }
}
.listcontent-group-term {
  width: 66.7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 32px 32px auto;
  -ms-grid-columns: 160px 0 24px 0 1fr;
      grid-template: "category ... date" 32px "blogtitle blogtitle blogtitle"/160px 24px 1fr;
  gap: 32px 0;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .listcontent-group-term {
    width: 60%;
    padding-left: 16px;
    -ms-grid-rows: 32px 8px auto;
        grid-template: "category" 32px "date" "blogtitle";
    gap: 8px 0;
    margin-bottom: 24px;
  }
}
.listcontent-group_category {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: category;
  font-size: 0.875rem;
  background: rgba(7, 49, 144, 0.08);
  font-weight: 500;
  text-align: center;
  border-radius: 50em;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (max-width: 520px) {
  .listcontent-group_category {
    width: 140px;
  }
}
.listcontent-group_category:hover {
  background: #073190;
  color: #fff !important;
}
.listcontent-group_date {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: date;
  font-size: 0.875rem;
}
.listcontent-group_title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: blogtitle;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 520px){
  .listcontent-group_category {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .listcontent-group_date {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .listcontent-group_title {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
.listcontent-group_title a {
  -webkit-text-decoration: underline #bbb;
          text-decoration: underline #bbb;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.listcontent-group_title a:hover {
  color: #00a39e;
  text-decoration: none;
}
@media (max-width: 520px) {
  .listcontent-group_title {
    font-size: 1rem;
    width: 100%;
  }
}

.pagenation {
  margin: 0 auto;
  text-align: center;
}
.pagenation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media (max-width: 520px) {
  .pagenation-list {
    gap: 8px;
  }
}
.pagenation-list_item {
  font-size: 0.875rem;
}
.pagenation-list_item_link {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(7, 49, 144, 0.08);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.pagenation-list_item_link:hover {
  background: #073190;
  color: #fff;
}

/********************** news **********************/
.newscontents {
  width: 960px;
  margin: 0 auto 160px;
}
@media (max-width: 1024px) {
  .newscontents {
    width: clamp(768px, 192px + 75vw, 960px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .newscontents {
    width: 100%;
  }
}
.newscontents-subheading {
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  margin: 0 0 24px;
  font-weight: 500;
}
@media (max-width: 520px) {
  .newscontents-subheading {
    font-size: 1.375rem;
  }
}
.newscontents-subblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 40px;
}
.newscontents-subblock_category {
  display: inline-block;
  padding: 5px 48px;
  font-size: 0.875rem;
  font-weight: 500;
  background: rgba(7, 49, 144, 0.08);
  border-radius: 50em;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 520px) {
  .newscontents-subblock_category {
    padding: 4px 40px;
  }
}
.newscontents-subblock_category:hover {
  background: #073190;
  color: #fff;
}
.newscontents-thumbnail {
  margin: 0 auto 40px;
}
.newscontents-thumbnail_pict {
  border-radius: 16px;
  width: 100%;
}
@media (max-width: 520px) {
  .newscontents-thumbnail_pict {
    border-radius: 8px;
  }
}
.newscontents-article {
  margin: 0 auto 80px;
}
.newscontents-article p {
  line-height: 2em !important;
  margin-bottom: 32px;
}
.newscontents-article img {
  border-radius: 8px;
}
@media (max-width: 520px) {
  .newscontents-article img {
    border-radius: 4px;
  }
}
.newscontents-article-pictbox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto 32px;
}
@media (max-width: 1024px) {
  .newscontents-article-pictbox3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 520px) {
  .newscontents-article-pictbox3 {
    gap: 16px;
  }
}
@media (max-width: 520px) {
  .newscontents-article-pictbox3 img {
    width: 44%;
  }
}
.newscontents-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  width: 320px;
  height: 64px;
  line-height: 64px;
  border-radius: 50rem;
  font-weight: 500;
  display: block;
  background: #F9BE1B url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 95% center;
  margin: 0 auto 80px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (max-width: 520px) {
  .newscontents-btn {
    font-size: 1rem;
    width: 280px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 40px;
  }
}
.newscontents-btn:hover {
  color: #fff;
  background: #f9841b url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 98% center;
}

/********************** service **********************/
.servicecontents1200 {
  width: clamp(736px, 205.714px + 69.048vw, 1200px);
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .servicecontents1200 {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .servicecontents1200 {
    margin: 0 auto 80px;
  }
}
.servicecontents1200-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.6%;
  margin: 0 auto 80px;
}
@media (max-width: 520px) {
  .servicecontents1200-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
    margin: 0 auto 40px;
  }
}
.servicecontents1200-column_left {
  width: 46.6%;
}
@media (max-width: 520px) {
  .servicecontents1200-column_left {
    width: 100%;
  }
}
.servicecontents1200-column_right {
  width: 46.6%;
}
@media (max-width: 520px) {
  .servicecontents1200-column_right {
    width: 100%;
  }
}
.servicecontents1200-subheading {
  font-size: 1.5rem;
  line-height: 1.6em;
  margin-bottom: 32px;
}
@media (max-width: 520px) {
  .servicecontents1200-subheading {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}
.servicecontents1200-image {
  width: 100%;
  border-radius: 8px;
}
.servicecontents1200-group {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 0;
}
@media (max-width: 520px) {
  .servicecontents1200-group {
    gap: 32px;
  }
}
.servicecontents1200-group-box {
  width: 48.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #ccc;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 24px auto;
  -ms-grid-columns: 22.5% 6% 71.5%;
      grid-template: "serviceicon ... servicename" "serviceicon ... ..." 24px "serviceicon ... servicetext"/22.5% 6% 71.5%;
}
@media (max-width: 520px) {
  .servicecontents1200-group-box {
    width: 100%;
    -ms-grid-rows: auto 24px auto auto;
    -ms-grid-columns: 1fr;
        grid-template: "serviceicon" "..." 24px "servicename" "servicetext"/1fr;
  }
}
.servicecontents1200-group_icon {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  width: clamp(80px, 34.286px + 5.952vw, 120px);
  border-radius: 8px;
  grid-area: serviceicon;
}
@media (max-width: 520px) {
  .servicecontents1200-group_icon {
    text-align: center;
    margin: auto;
  }
}
.servicecontents1200-group-smallheading {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: servicename;
  font-size: 1.25rem;
  color: #073190;
}
@media (max-width: 520px) {
  .servicecontents1200-group-smallheading {
    text-align: center;
    margin: 0 auto 24px;
  }
}
.servicecontents1200-group_text {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: servicetext;
}
@media (max-width: 520px){
  .servicecontents1200-group_icon {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .servicecontents1200-group-smallheading {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .servicecontents1200-group_text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}

.servicecontents100 {
  width: 100%;
  background: #e6eaf4;
  border-radius: 64px;
  margin: 0 auto 120px;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .servicecontents100 {
    border-radius: 48px;
  }
}
@media (max-width: 520px) {
  .servicecontents100 {
    border-radius: 24px;
    padding: 40px 0;
    margin: 0 auto 80px;
  }
}
.servicecontents100-group {
  width: clamp(736px, 205.714px + 69.048vw, 1200px);
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .servicecontents100-group {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .servicecontents100-group {
    margin: 0 auto 80px;
  }
}
.servicecontents100-group:has(.service-kuruman) {
  margin: 0 auto;
}
.servicecontents100-group-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 32px;
}
@media (max-width: 520px) {
  .servicecontents100-group-column {
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.servicecontents100-group-column_left {
  width: 46.6%;
}
@media (max-width: 520px) {
  .servicecontents100-group-column_left {
    display: none;
    /**width: 90%;
    align-self: center;
    margin: 0 auto 32px;**/
  }
}
.servicecontents100-group-column_right {
  width: 46.6%;
}
@media (max-width: 520px) {
  .servicecontents100-group-column_right {
    width: 100%;
  }
}
.servicecontents100-group-column_pict {
  width: 100%;
}
@media (max-width: 520px) {
  .servicecontents100-group-column_pict {
    width: 100%;
    margin: auto !important;
  }
}
.servicecontents100-group-column_pict_sp {
  display: none;
}
@media (max-width: 520px) {
  .servicecontents100-group-column_pict_sp {
    display: block;
    width: 90%;
    margin: 0 auto 32px;
  }
}
.servicecontents100-group-column_subheading {
  font-size: clamp(20px, 8.571px + 1.488vw, 30px);
  line-height: 1.4em;
  margin-bottom: 32px;
}
@media (max-width: 520px) {
  .servicecontents100-group-column_subheading {
    margin-bottom: 24px;
  }
}
.servicecontents100-group-column_smallheading {
  font-size: 1.125rem;
  line-height: 48px;
  text-align: center;
  background: #d7deed;
  height: 48px;
  border-radius: 50em;
  margin-bottom: 24px;
}
.servicecontents100-group-column_list_item {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.servicecontents100-group-column_list_item:before {
  content: "⚫︎";
  color: #F9BE1B;
  display: block;
  margin-right: 8px;
}
.servicecontents100-group-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  width: 320px;
  height: 64px;
  line-height: 64px;
  border-radius: 50rem;
  font-weight: 500;
  display: block;
  background: #F9BE1B url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 95% center;
  margin: 0 auto;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (max-width: 520px) {
  .servicecontents100-group-btn {
    font-size: 1rem;
    width: 280px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 40px;
  }
}
.servicecontents100-group-btn:hover {
  color: #fff;
  background: #f9841b url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 98% center;
}

.service-heading {
  font-size: 3.125rem;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 40px !important;
}
@media (max-width: 768px) {
  .service-heading {
    font-size: clamp(2rem, 0.69rem + 4.032vw, 2.625rem);
  }
}
@media (max-width: 520px) {
  .service-heading {
    font-size: 1.875rem;
    margin: 0 auto 32px !important;
  }
}
.service-heading_english {
  display: block !important;
  font-size: 1.125rem;
  line-height: 2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #073190;
  margin: 8px auto 0;
}
@media (max-width: 520px) {
  .service-heading_english {
    margin: 0 auto 0;
  }
}

.servicecontents1160 {
  width: clamp(46rem, 15.714rem + 63.095vw, 72.5rem);
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .servicecontents1160 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
  }
}
@media (max-width: 520px) {
  .servicecontents1160 {
    margin: 0 auto 80px;
  }
}
.servicecontents1160-group {
  margin: 0 auto 120px;
  text-align: center;
}
@media (max-width: 520px) {
  .servicecontents1160-group {
    margin: 0 auto 80px;
  }
}
.servicecontents1160-group-titlebox {
  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;
  gap: 24px;
  margin: 0 auto 32px;
}
@media (max-width: 520px) {
  .servicecontents1160-group-titlebox {
    gap: 16px;
  }
}
.servicecontents1160-group_logo {
  width: auto;
}
@media (max-width: 520px) {
  .servicecontents1160-group_logo {
    width: 128px;
  }
}
.servicecontents1160-group_subheading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
  text-align: left;
}
@media (max-width: 520px) {
  .servicecontents1160-group_subheading {
    font-size: 1.25rem;
  }
}
.servicecontents1160-group_read {
  margin: 0 auto 48px;
}
@media (max-width: 520px) {
  .servicecontents1160-group_read {
    text-align: left;
    margin: 0 auto 32px;
  }
}
.servicecontents1160-group_image {
  width: clamp(736px, 662.857px + 9.524vw, 800px);
  border-radius: 8px;
  margin: 0 auto 56px;
}
@media (max-width: 768px) {
  .servicecontents1160-group_image {
    width: clamp(488px, -32px + 100vw, 736px);
  }
}
@media (max-width: 520px) {
  .servicecontents1160-group_image {
    width: 100%;
    margin: 0 auto 32px;
  }
}
.servicecontents1160-group-title {
  font-size: clamp(22px, 15.143px + 0.893vw, 28px);
  line-height: 1.5em;
  color: #073190;
  margin: 0 auto 40px;
  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;
  gap: 24px;
}
@media (max-width: 520px) {
  .servicecontents1160-group-title {
    font-size: 1.375rem;
    margin: 0 auto 32px;
    gap: 16px;
  }
}
.servicecontents1160-group-title:before {
  content: "";
  display: block;
  width: 104px;
  height: 1px;
  background: #073190;
}
@media (max-width: 520px) {
  .servicecontents1160-group-title:before {
    width: 40px;
  }
}
.servicecontents1160-group-title:after {
  content: "";
  display: block;
  width: 104px;
  height: 1px;
  background: #073190;
}
@media (max-width: 520px) {
  .servicecontents1160-group-title:after {
    width: 40px;
  }
}
.servicecontents1160-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 0 auto 56px;
}
@media (max-width: 520px) {
  .servicecontents1160-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 32px;
    gap: 32px;
  }
}
.servicecontents1160-column_left {
  width: 48.27%;
}
@media (max-width: 520px) {
  .servicecontents1160-column_left {
    width: 100%;
  }
}
.servicecontents1160-column_right {
  width: 48.27%;
}
@media (max-width: 520px) {
  .servicecontents1160-column_right {
    width: 100%;
  }
}
.servicecontents1160-column_smallheading {
  font-size: 1.125rem;
  line-height: 48px;
  text-align: center;
  background: #d7deed;
  height: 48px;
  border-radius: 50em;
  margin-bottom: 24px;
}
.servicecontents1160-column-list {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.servicecontents1160-column-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.servicecontents1160-column-list_item:before {
  content: "⚫︎";
  color: #F9BE1B;
  display: block;
  margin-right: 8px;
}
.servicecontents1160-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  color: #000;
  text-align: center;
  width: 320px;
  height: 64px;
  line-height: 64px;
  border-radius: 50rem;
  font-weight: 500;
  display: block;
  background: #F9BE1B url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 95% center;
  margin: 0 auto;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (max-width: 520px) {
  .servicecontents1160-btn {
    font-size: 1rem;
    width: 280px;
    height: 48px;
    line-height: 48px;
    margin: 0 auto 40px;
  }
}
.servicecontents1160-btn:hover {
  color: #fff;
  background: #f9841b url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 98% center;
}

.logo-mirais:before {
  content: "";
  display: block;
  background: url(../img/service/dec-h3_mirais.svg);
  width: 65px;
  height: 56px;
  margin: 0 auto 32px;
}
@media (max-width: 520px) {
  .logo-mirais:before {
    margin: 0 auto 16px;
  }
}

.logo-tech:before {
  content: "";
  display: block;
  background: url(../img/service/dec-h3_tech.svg);
  width: 65px;
  height: 56px;
  margin: 0 auto 32px;
}
@media (max-width: 520px) {
  .logo-tech:before {
    margin: 0 auto 16px;
  }
}

.service-pays {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 520px) {
  .service-pays {
    gap: 16px;
  }
}
.service-pays:before {
  content: "";
  display: block;
  width: 178px;
  height: 94px;
  background: url(../img/service/service-logo01.svg) 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .service-pays:before {
    width: 110px;
    height: 58px;
    background-size: 100%;
  }
}

.service-kuruman {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 520px) {
  .service-kuruman {
    gap: 16px;
  }
}
.service-kuruman:before {
  content: "";
  display: block;
  width: 256px;
  height: 56px;
  background: url(../img/service/service-logo02.svg) 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .service-kuruman:before {
    width: 176px;
    height: 39px;
    background-size: 100%;
  }
}

#service-pays,
#service-kuruman {
  scroll-margin-top: 80px;
}

.service-one-column {
  width: clamp(736px, 662.857px + 9.524vw, 800px) !important;
}

/********************** company-01 **********************/
.co-company {
  width: clamp(736px, 480px + 33.333vw, 960px);
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .co-company {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
  }
}
@media (max-width: 520px) {
  .co-company {
    margin: 0 auto 80px;
  }
}
.co-company-areabox {
  width: 100%;
  margin: auto;
}
@media (max-width: 520px) {
  .co-company-areabox {
    overflow-x: auto;
  }
}
.co-company_table {
  width: clamp(736px, 480px + 33.333vw, 960px);
  text-align: left;
  border-collapse: collapse;
  line-height: 2em;
}
@media (max-width: 768px) {
  .co-company_table {
    width: 100%;
  }
}
.co-company_table th {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  font-weight: 400;
  padding: 24px 0 16px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
@media (max-width: 520px) {
  .co-company_table th {
    width: 23%;
    font-size: 0.875rem;
  }
}
.co-company_table td {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  vertical-align: top;
  padding: 24px 0 16px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 520px) {
  .co-company_table td {
    width: 77%;
    font-size: 0.875rem;
  }
}

/********************** company-02 **********************/
.co-history {
  width: 100%;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 120px;
  background: #e6eaf4;
  border-radius: 64px;
}
@media (max-width: 768px) {
  .co-history {
    border-radius: 48px;
    padding: 80px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .co-history {
    border-radius: 24px;
    margin: 0 auto 80px;
    padding: 40px 16px;
  }
}
.co-history-areabox {
  width: clamp(736px, 480px + 33.333vw, 960px);
  margin: auto;
}
@media (max-width: 520px) {
  .co-history-areabox {
    width: 100%;
    overflow-x: auto;
  }
}
.co-history_table {
  width: clamp(736px, 480px + 33.333vw, 960px);
  text-align: left;
  border-collapse: collapse;
  line-height: 2em;
  margin: auto;
}
@media (max-width: 768px) {
  .co-history_table {
    width: 100%;
  }
}
.co-history_table th {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  padding: 24px 0 16px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  width: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 520px) {
  .co-history_table th {
    text-align: right;
    font-size: 0.875rem;
    width: 24%;
  }
}
.co-history_table td {
  font-size: 16px !important;
  -webkit-text-size-adjust: 100%;
  vertical-align: top;
  padding: 24px 0 16px 24px;
  border-bottom: 1px solid #ccc;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 520px) {
  .co-history_table td {
    font-size: 0.875rem;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.co-history_table .cell-noborder {
  border: none !important;
}

/********************** company-03 **********************/
.co-sponsor {
  width: 100%;
  margin: 0 auto 120px;
}
@media (max-width: 520px) {
  .co-sponsor {
    margin: 0 auto 80px;
  }
}
.co-sponsor-group {
  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;
  gap: 48px;
  margin: auto;
}
@media (max-width: 520px) {
  .co-sponsor-group {
    display: block;
    text-align: center;
  }
}
.co-sponsor-group_logo {
  width: auto;
}
@media (max-width: 520px) {
  .co-sponsor-group_logo {
    width: 40%;
  }
}
.co-sponsor-group_name {
  font-weight: 300;
}
.co-sponsor-group_name strong {
  font-size: 1.625rem;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 520px) {
  .co-sponsor-group_name strong {
    font-size: 1.5rem;
  }
}
.co-sponsor-group-btn {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #000;
  text-align: left;
  width: 240px;
  height: 48px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 48px;
  border-radius: 50rem;
  font-weight: 500;
  display: block;
  background: #F9BE1B url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 95% center;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (max-width: 520px) {
  .co-sponsor-group-btn {
    font-size: 1rem;
    width: 280px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto 40px;
    padding-left: 0;
  }
}
.co-sponsor-group-btn:hover {
  color: #fff;
  background: #f9841b url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 98% center;
}

/********************** message **********************/
.co-message {
  width: clamp(736px, 480px + 33.333vw, 960px);
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .co-message {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .co-message {
    margin: 0 auto 80px;
  }
}
.co-message-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 520px) {
  .co-message-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.co-message-group-left {
  width: 58.3%;
}
@media (max-width: 520px) {
  .co-message-group-left {
    width: 100%;
  }
}
.co-message-group-right {
  width: 33.3%;
}
@media (max-width: 520px) {
  .co-message-group-right {
    width: 80%;
    margin: 0 auto 40px;
  }
}
.co-message-group_pict {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 24px;
}
@media (max-width: 520px) {
  .co-message-group_pict {
    margin-bottom: 16px;
  }
}
.co-message-group_name {
  font-size: 1.125rem;
  font-weight: 500;
}

/********************** vision **********************/
.co-mission {
  width: clamp(736px, 205.714px + 69.048vw, 1200px);
  margin: 0 auto 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .co-mission {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .co-mission {
    margin: 0 auto 80px;
  }
}
.co-mission-subheading {
  font-size: 2.5rem;
  color: #073190;
  font-weight: 500;
  margin: 0 auto 40px;
}
@media (max-width: 520px) {
  .co-mission-subheading {
    font-size: 1.625rem;
    margin: 0 auto 24px;
  }
}
.co-mission-read {
  font-size: 1.625rem;
  font-weight: 500;
  margin: 0 auto 32px;
}
@media (max-width: 520px) {
  .co-mission-read {
    font-size: 1.25rem;
    margin: 0 auto 24px;
  }
}
.co-mission-text {
  width: clamp(736px, 708.571px + 3.571vw, 760px);
  text-align: left !important;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .co-mission-text {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .co-mission-text {
    margin: 0 auto 40px;
  }
}
.co-mission-group {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .co-mission-group {
    display: block;
  }
}
.co-mission-group_pict01 {
  width: clamp(505px, 351.365px + 29.489vw, 776px);
  border-radius: 8px;
}
@media (max-width: 520px) {
  .co-mission-group_pict01 {
    margin: 0 auto 16px;
    width: 100%;
  }
}

.co-vision {
  width: 100%;
  background: #e6eaf4;
  border-radius: 64px;
  margin: 0 auto 120px;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .co-vision {
    border-radius: 48px;
  }
}
@media (max-width: 520px) {
  .co-vision {
    border-radius: 24px;
    padding: 40px 0;
    margin: 0 auto 80px;
  }
}
.co-vision-inbox {
  width: clamp(736px, 480px + 33.333vw, 960px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .co-vision-inbox {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.co-vision-text {
  width: clamp(736px, 708.571px + 3.571vw, 760px);
  margin: 0 auto 56px;
}
@media (max-width: 768px) {
  .co-vision-text {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .co-vision-text {
    margin: 0 auto 40px;
  }
}
.co-vision-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 520px) {
  .co-vision-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
.co-vision-group-box {
  width: 47.9%;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
}
@media (max-width: 520px) {
  .co-vision-group-box {
    width: 100%;
    padding: 24px;
  }
}
.co-vision-subheading {
  font-size: 1.375rem;
  color: #073190;
  text-align: center;
  margin: 0 auto 24px;
}

.co-compass {
  width: clamp(736px, 352px + 50vw, 1072px);
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .co-compass {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 80px;
  }
}
.co-compass-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 0;
}
.co-compass-group-box {
  width: 31.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 32px 24px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
@media (max-width: 520px) {
  .co-compass-group-box {
    width: 100%;
  }
}
.co-compass-subheading {
  width: 88%;
  background: #fff;
  color: #073190;
  text-align: center;
  font-size: 1.25rem;
  margin: -12px auto 16px;
}
@media (max-width: 768px) {
  .co-compass-subheading {
    width: 100%;
    display: block;
    font-size: 1.125rem;
  }
}
@media (max-width: 520px) {
  .co-compass-subheading {
    width: 80%;
    font-size: 1.25rem;
  }
}

.co-sc {
  width: 100%;
  margin: 0 auto 120px;
}
.co-sc-inbox {
  width: clamp(728px, 691.429px + 4.762vw, 760px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .co-sc-inbox {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .co-sc-inbox {
    margin: 0 auto 80px;
  }
}

.co-activity {
  width: 100%;
  margin: 0 auto 120px;
}
@media (max-width: 520px) {
  .co-activity {
    margin: 0 auto 80px;
  }
}
.co-activity-centerbox {
  width: clamp(736px, 352px + 50vw, 1072px);
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .co-activity-centerbox {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.co-activity-centerbox_pict {
  width: 100%;
  border-radius: 8px;
  margin: 0 auto 32px;
}
.co-activity-subheading {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .co-activity-subheading {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}
.co-activity-pointbox {
  width: 100%;
  padding: 0 32px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .co-activity-pointbox {
    margin-bottom: 24px;
  }
}
.co-activity-pointbox_icon {
  margin: -16px 0 0 -16px;
}
.co-activity-smallheading {
  font-size: 1.5rem;
  margin-bottom: 32px;
}
@media (max-width: 520px) {
  .co-activity-smallheading {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}
.co-activity-leftbox {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, #fff), color-stop(40%, #e7eaf4), to(#e7eaf4));
  background: linear-gradient(90deg, #fff 0%, #fff 40%, #e7eaf4 40%, #e7eaf4 100%);
  padding: 80px 0;
  border-radius: 0 0 64px 0;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .co-activity-leftbox {
    border-radius: 0 0 48px 0;
  }
}
@media (max-width: 520px) {
  .co-activity-leftbox {
    background: none;
    padding: 0;
  }
}
.co-activity-leftbox-inbox {
  width: clamp(736px, 352px + 50vw, 1072px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .co-activity-leftbox-inbox {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .co-activity-leftbox-inbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.co-activity-leftbox-inbox_left {
  width: 62.7%;
}
@media (max-width: 520px) {
  .co-activity-leftbox-inbox_left {
    width: 100%;
    margin: 0 auto;
  }
}
.co-activity-leftbox-inbox_right {
  width: 33.5%;
}
@media (max-width: 520px) {
  .co-activity-leftbox-inbox_right {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.co-activity-leftbox-pict {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 520px) {
  .co-activity-leftbox-pict {
    width: 72%;
    display: block;
    margin: auto;
  }
}
.co-activity-rightbox {
  background: -webkit-gradient(linear, left top, right top, from(#e7eaf4), color-stop(60%, #e7eaf4), color-stop(60%, #fff), to(#fff));
  background: linear-gradient(90deg, #e7eaf4 0%, #e7eaf4 60%, #fff 60%, #fff 100%);
  padding: 80px 0;
  border-radius: 0 0 0 64px;
  margin: 0 auto 80px;
}
@media (max-width: 768px) {
  .co-activity-rightbox {
    border-radius: 0 0 0 48px;
  }
}
@media (max-width: 520px) {
  .co-activity-rightbox {
    background: none;
    padding: 0;
  }
}
.co-activity-rightbox-inbox {
  width: clamp(736px, 352px + 50vw, 1072px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .co-activity-rightbox-inbox {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .co-activity-rightbox-inbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.co-activity-rightbox-inbox_left {
  width: 33.5%;
}
@media (max-width: 520px) {
  .co-activity-rightbox-inbox_left {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.co-activity-rightbox-inbox_right {
  width: 62.7%;
}
@media (max-width: 520px) {
  .co-activity-rightbox-inbox_right {
    width: 100%;
  }
}
.co-activity-rightbox-pict {
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 520px) {
  .co-activity-rightbox-pict {
    width: 72%;
    display: block;
    margin: auto;
  }
}

/********************** contact **********************/
.formcontents {
  width: clamp(732px, 562.857px + 22.024vw, 880px);
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .formcontents {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 16px;
  }
}
@media (max-width: 520px) {
  .formcontents {
    margin: 0 auto 80px;
  }
}
.formcontents-list {
  width: 100%;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formcontents-list_tearm {
  font-weight: 500;
  width: 24%;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .formcontents-list_tearm {
    width: 100%;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 16px;
  }
}
.formcontents-list_description {
  width: 76%;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .formcontents-list_description {
    width: 100%;
    margin-bottom: 24px;
  }
}
.formcontents-textfield {
  width: 100%;
  border: 1px solid #ccc;
  background: #f5f7fb;
  border-radius: 8px;
  font-size: 1rem;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formcontents-required {
  font-size: 0.875rem;
  color: #fff;
  display: inline-block;
  padding: 8px;
  background: #00a39e;
  padding: 2px 12px;
  border-radius: 8px;
  margin-left: 16px;
}
.formcontents-textarea {
  width: 100%;
  background: #f5f7fb;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formcontents-checkbox {
  border: 1px solid red;
}

.formcontents-button {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  width: 320px;
  height: 64px;
  line-height: 64px;
  border: none;
  border-radius: 50rem;
  font-weight: 500;
  display: block;
  background: #F9BE1B url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 95% center;
  margin: 40px auto 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.formcontents-button:hover {
  color: #fff;
  background: #f9841b url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 98% center;
}
@media (max-width: 520px) {
  .formcontents-button {
    font-size: 1rem;
    width: 280px;
    height: 48px;
    line-height: 48px;
  }
}

.formcontents-button[type=button] {
  background-color: #7f8c8d;
  margin-right: 15px;
}

.formcontents-button[type=button]:hover {
  background-color: #6c7a7d;
}

.formcontents-button:disabled {
  background-color: #bdc3c7;
  cursor: not-allowed;
}

.error {
  color: #00a39e;
  font-weight: 500;
}

.formcontents-button-confirm {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  width: 320px;
  height: 64px;
  line-height: 64px;
  border: none;
  border-radius: 50rem;
  font-weight: 500;
  display: block;
  background: #F9BE1B url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 95% center;
  margin: 40px auto 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.formcontents-button-confirm:hover {
  color: #fff;
  background: #f9841b url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 98% center;
}
@media (max-width: 520px) {
  .formcontents-button-confirm {
    font-size: 1rem;
    width: 280px;
    height: 48px;
    line-height: 48px;
  }
}

/********************** privacy **********************/
.privacy {
  width: clamp(736px, 480px + 33.333vw, 960px);
  margin: 0 auto 120px;
}
@media (max-width: 768px) {
  .privacy {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 520px) {
  .privacy {
    margin: 0 auto 80px;
  }
}
.privacy-inbox {
  width: 100%;
  margin: 0 auto 64px;
}
@media (max-width: 520px) {
  .privacy-inbox {
    font-size: 1.25rem;
    margin: 0 auto 40px;
  }
}
.privacy-subheading {
  font-size: 1.5rem;
  margin-bottom: 24px;
}
@media (max-width: 520px) {
  .privacy-subheading {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
.privacy-dlist {
  font-size: 1rem;
}
.privacy-dlist_tearm::before {
  content: "■";
  margin-right: 4px;
}
.privacy-dlist_description {
  margin-left: 16px;
}
.privacy-tables {
  width: 100%;
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1rem;
  text-align: left;
  margin: 0 auto 40px;
}
@media (max-width: 520px) {
  .privacy-tables {
    font-size: 0.875rem;
  }
}
.privacy-tables th {
  width: 25%;
  padding: 8px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}
@media (max-width: 520px) {
  .privacy-tables th {
    width: 30%;
  }
}
.privacy-tables td {
  width: 75%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}
@media (max-width: 520px) {
  .privacy-tables td {
    width: 70%;
  }
}
.privacy-btn {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  text-align: center;
  width: 320px;
  height: 64px;
  line-height: 64px;
  border: none;
  border-radius: 50rem;
  font-weight: 500;
  display: block;
  background: #F9BE1B url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 95% center;
  margin: 40px auto 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.privacy-btn:hover {
  color: #fff;
  background: #f9841b url(../img/common/arrow-btn.svg) no-repeat;
  background-position: 98% center;
}
@media (max-width: 520px) {
  .privacy-btn {
    font-size: 1rem;
    width: 280px;
    height: 48px;
    line-height: 48px;
  }
}

@media (max-width: 520px) {
  .longheading {
    font-size: 1.5rem;
  }
}

.cell-gray {
  background: #eee !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

html {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  scroll-behavior: smooth;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 100%;
  line-height: 1.8em;
  letter-spacing: 0.02em;
  margin: 0 auto;
  padding: 0;
}
body.no-scroll {
  overflow: hidden;
}

/********************** header & nav **********************/
.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-bottom: clamp(40px, 15.024px + 2.439vw, 56px);
}
@media (max-width: 768px) {
  .header {
    margin-bottom: 24px;
  }
}
@media (max-width: 520px) {
  .header {
    width: 100%;
    padding: 0 16px;
    margin-bottom: 16px;
    display: block;
  }
}
.header-title {
  line-height: 1em;
  margin: 0;
}
.header-title a {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.header-title a:hover {
  opacity: 0.6;
}
.header-title img {
  width: clamp(200px, 137.561px + 6.098vw, 240px);
}
@media (max-width: 768px) {
  .header-title img {
    width: clamp(160px, 93.333px + 13.889vw, 200px);
  }
}
.header-text {
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (max-width: 520px) {
  .header-text {
    display: none;
  }
}

.gnav {
  max-width: 544px;
  height: 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px 0 80px;
  background: #fff;
  border-radius: 50em;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 24px;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 999;
}
@media (max-width: 1024px) {
  .gnav {
    display: none;
  }
}
.gnav-list {
  grid-area: gnavi;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.gnav-list-item {
  font-size: 1rem;
  font-weight: 700;
}
.gnav-list-item a {
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) bottom right no-repeat;
  background: linear-gradient(#000, #000) bottom right no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.gnav-list-item a:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}
.gnav_contact {
  width: 136px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  display: block;
  background: #F9BE1B;
  text-align: center;
  border-radius: 50em;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.gnav_contact:hover {
  color: #fff;
  background: #f9841b;
}

.toggle-button {
  display: none;
}
@media (max-width: 1024px) {
  .toggle-button {
    display: inline-block;
    cursor: pointer;
    width: 72px;
    height: 72px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    background: #073190;
    border-radius: 50%;
    border: none;
    position: fixed;
    right: 40px;
    top: 40px;
    z-index: 9999;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .toggle-button {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 1024px) and (max-width: 520px) {
  .toggle-button {
    width: 48px;
    height: 48px;
    top: 16px;
    right: 16px;
  }
}
@media (max-width: 1024px) {
  .toggle-button .bar {
    display: block;
    height: 2px;
    background-color: #fff;
    margin: 5px 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .toggle-button .bar {
    margin: 5px 4px;
  }
}
@media (max-width: 1024px) and (max-width: 520px) {
  .toggle-button .bar {
    margin: 4px 0;
  }
}

/* × に変形 */
.toggle-button span:nth-child(1) {
  width: 32px;
}
@media (max-width: 520px) {
  .toggle-button span:nth-child(1) {
    width: 24px;
  }
}

.toggle-button span:nth-child(2) {
  width: 20px;
}
@media (max-width: 520px) {
  .toggle-button span:nth-child(2) {
    width: 14px;
  }
}

.toggle-button span:nth-child(3) {
  width: 16px;
}
@media (max-width: 520px) {
  .toggle-button span:nth-child(3) {
    width: 8px;
  }
}

/* × に変形 */
.toggle-button.is-active .bar:nth-child(1) {
  width: 32px;
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
@media (max-width: 520px) {
  .toggle-button.is-active .bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(4px, 4px);
            transform: rotate(45deg) translate(4px, 4px);
    width: 20px;
  }
}

.toggle-button.is-active .bar:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.toggle-button.is-active .bar:nth-child(3) {
  width: 32px;
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}
@media (max-width: 520px) {
  .toggle-button.is-active .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
            transform: rotate(-45deg) translate(4px, -4px);
    width: 20px;
  }
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 88%;
  height: 100%;
  background: #073190;
  border-radius: 40px 0 0 0;
  color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 18;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 112px 24px 0;
}
.menu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-inbox {
  border-top: 1px solid #fff;
  padding: 24px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu-list {
  font-weight: 500;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 0;
  margin: 0 auto 40px;
}
.menu-list_item {
  width: 50%;
  font-size: 1rem;
}
.menu-list_item_link {
  color: #fff;
}
.menu-inmenu {
  padding-left: 8px;
  font-size: 0.875rem;
  margin-top: 16px;
  font-weight: 400 !important;
}
.menu-inmenu_item {
  margin-bottom: 16px;
}
.menu-inmenu_item::before {
  content: "-";
  margin-right: 4px;
}
.menu-btn {
  width: 280px;
  height: 48px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 48px;
  display: block;
  border-radius: 50em;
  margin: 0 auto;
  text-align: center;
  background: #fff url(../img/common/arrow-btn_drawer.svg) no-repeat;
  background-position: 95% center;
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px rgba(0, 0, 0, 0.16);
}

.panel {
  min-height: 100vh;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明の黒 */
  z-index: 17;
  /* ドロワーメニューより背面、ヘッダーより前面 */
  display: none;
  /* 初期状態では非表示 */
}

.sp-contact {
  display: none;
}
@media (max-width: 520px) {
  .sp-contact {
    display: block;
    border-radius: 50em;
    padding: 0 24px;
    height: 40px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    background: #F9BE1B;
    position: fixed;
    z-index: 17;
    top: 16px;
    right: 64px;
  }
}

/********************** swiper **********************/
/* アクティブなドットの色 */
.swiper-pagination-bullet-active {
  background: #F9BE1B !important;
}

.mega-contents {
  background: rgba(0, 0, 0, 0.88);
  display: none;
  position: absolute;
  top: 56px;
  left: -220px;
  width: 744px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
}
.mega-contents-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 16px;
}
.mega-contents-nav-item {
  font-weight: 400;
}
.mega-contents-nav-item:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/common/arrow_-nav-drawer.svg) 0 0 no-repeat;
  margin-right: 4px;
}
.mega-contents-nav-item a {
  color: #fff;
  padding-bottom: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) bottom right no-repeat;
  background: linear-gradient(#fff, #fff) bottom right no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.mega-contents-nav-item a:hover {
  color: #fff;
  background-position: bottom left;
  background-size: 100% 1px;
}
.mega-contents-inbox {
  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;
  gap: 16px;
}
.mega-contents_image {
  border-radius: 50%;
}

/********************** group **********************/
.group {
  width: 100%;
  height: 496px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
@media (max-width: 520px) {
  .group {
    background: -webkit-gradient(linear, left top, left bottom, from(#073190), color-stop(50%, #073190), color-stop(50%, #00a39e), to(#00a39e));
    background: linear-gradient(180deg, #073190 0%, #073190 50%, #00a39e 50%, #00a39e 100%);
    position: static;
    height: auto;
    padding: 24px 0;
  }
}
.group-area {
  margin: -300px auto 0;
  -webkit-animation: text-loop 40s linear infinite;
          animation: text-loop 40s linear infinite;
}
@media (max-width: 520px) {
  .group-area {
    display: none;
  }
}
.group-scroll {
  font-family: "Montserrat", sans-serif;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 600;
  font-size: 17.5rem;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: auto;
}
.group-inbox {
  width: 100%;
  height: 496px;
  position: absolute;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  mix-blend-mode: screen;
}
@media (max-width: 520px) {
  .group-inbox {
    display: none;
  }
}
.group-left {
  width: 50%;
  background: #073190;
  border-radius: 0 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  isolation: isolate;
}
.group-right {
  width: 50%;
  background: #00a39e;
  mix-blend-mode: screen;
  border-radius: 48px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.group-flex {
  width: clamp(1024px, 0px + 100vw, 1160px);
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px auto 0;
  mix-blend-mode: normal !important;
  z-index: 10;
}
@media (max-width: 1024px) {
  .group-flex {
    margin: 64px auto 0;
    width: calc(100% - 64px);
  }
}
@media (max-width: 520px) {
  .group-flex {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: static;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
.group-contents {
  width: 504px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 56px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  mix-blend-mode: normal !important;
}
@media (max-width: 1024px) {
  .group-contents {
    width: calc(50% - 32px);
    padding: 40px 32px;
  }
}
@media (max-width: 768px) {
  .group-contents {
    padding: 40px 24px;
  }
}
@media (max-width: 520px) {
  .group-contents {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 24px;
  }
}
.group-heading {
  font-size: 1.625rem;
  margin: 0 auto 32px;
}
@media (max-width: 1024px) {
  .group-heading {
    font-size: clamp(1.25rem, 0.125rem + 2.344vw, 1.625rem);
    white-space: pre-wrap;
  }
}
@media (max-width: 768px) {
  .group-heading {
    font-size: 1.125rem;
  }
}
@media (max-width: 520px) {
  .group-heading {
    margin: 0 auto;
  }
}
.group-read {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 auto 40px;
}
@media (max-width: 1024px) {
  .group-read {
    white-space: pre-wrap;
  }
}
@media (max-width: 520px) {
  .group-read {
    display: none;
  }
}
.group-logo {
  position: relative;
  z-index: 4;
  mix-blend-mode: normal !important;
  isolation: auto;
}
@media (max-width: 1024px) {
  .group-logo {
    height: clamp(3.5rem, 0.5rem + 6.25vw, 4.5rem);
  }
}
@media (max-width: 520px) {
  .group-logo {
    margin: 0 auto 8px;
  }
}
.group-link {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.group-link:hover {
  opacity: 0.5;
}

@-webkit-keyframes text-loop {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes text-loop {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/********************** footer **********************/
.footer {
  width: 100%;
  margin: 0 auto;
  background: #2d2d2d url(../img/bg-footer.svg) 400px 18% no-repeat;
  background-size: auto;
  padding: 56px 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .footer {
    background: #2d2d2d url(../img/bg-footer.svg) 10% 18% no-repeat;
  }
}
@media (max-width: 520px) {
  .footer {
    padding: 32px 0 16px;
  }
}
.footer-inbox {
  width: 1160px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 80px 1fr;
      grid-template: "info fnavs" "copyright copyright" 1fr;
  gap: 80px;
}
@media (max-width: 1160px) {
  .footer-inbox {
    width: clamp(64rem, 0rem + 100vw, 72.5rem);
    padding: 0 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    gap: 56px;
  }
}
@media (max-width: 1024px) {
  .footer-inbox {
    width: 100%;
    -ms-grid-rows: auto 1fr;
        grid-template: "info" "copyright" 1fr;
  }
}
@media (max-width: 520px) {
  .footer-inbox {
    gap: 8px;
    -ms-grid-rows: auto;
        grid-template: "info" "copyright";
  }
}
.footer-info {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: info;
}
.footer-logo {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .footer-logo {
    margin: 0 auto 40px;
    text-align: center;
  }
}
@media (max-width: 520px) {
  .footer-logo {
    margin-bottom: 32px;
  }
}
.footer-logo-link img {
  width: clamp(10rem, 5.789rem + 8.772vw, 15rem);
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.footer-logo-link img:hover {
  opacity: 0.5;
}
.footer-companyname {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.footer-address {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .footer-address {
    font-size: 0.875rem;
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .footer-mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (max-width: 768px) {
  .footer-pp {
    width: clamp(4rem, 1.903rem + 6.452vw, 5rem);
  }
}
.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .footer-sns {
    padding-top: 8px;
    margin-bottom: 24px;
  }
}
.footer-icon img {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.footer-icon img:hover {
  opacity: 0.5;
}
.footer-nav {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: fnavs;
}
@media (max-width: 1024px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav a {
  color: #fff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.footer-nav a:hover {
  opacity: 0.5;
}
.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 48px;
}
@media (max-width: 1160px) {
  .footer-list {
    gap: clamp(1.5rem, -0.459rem + 4.082vw, 2.5rem);
  }
}
.footer-list_item {
  font-weight: 500;
}
.footer-list_item_tree {
  margin-top: 24px;
}
.footer-list_item_tree_branch {
  font-size: 0.875rem;
  font-weight: 400 !important;
  margin-bottom: 8px;
}
.footer-list_item_tree_branch a:before {
  content: "-";
  margin-right: 4px;
}
.footer-copy {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  width: 100%;
  grid-area: copyright;
  border-top: 1px solid #505050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  padding: 24px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px){
  .footer-info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-copy {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 520px){
  .footer-info {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer-copy {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 520px) {
  .footer-copy {
    padding: 16px 0 0 0;
  }
}
.footer-copy p {
  font-size: 0.875rem;
}
.footer-copy a {
  color: #fff;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.footer-copy a:hover {
  opacity: 0.5;
}