@charset "UTF-8";
/* 変数の定義
--------------------------------------------------*/
/* reset
--------------------------------------------------*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body, p {
  font-weight: 500;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4 {
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  h1, h2, h3, h4 {
    line-height: 1.4;
  }
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.4s ease-out;
}

a:hover {
  opacity: 0.7;
}

img {
  display: block;
  border-style: none;
  max-width: 100%;
  width: 100%;
  height: auto;
}

:focus {
  border-style: none;
  outline: none;
}

/* ie11以下のテキストルール */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
}
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #0A1128;
}

.blue {
  color: #005EAD;
}

.light-blue {
  color: #3CA9FF;
}

.gray {
  color: #DFE0E2;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  color: #0A1128;
}

h1, h2, h3, h4 {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0;
  color: #005EAD;
}

body {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

p {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #0A1128;
  letter-spacing: 0.03em;
}

/* 凸版文久ゴシック R、凸版文久ゴシック DB
--------------------------------------------------*/
.toppan-r {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
}

.toppan-db {
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
}

/* 凸版文久見出しゴシック EB
--------------------------------------------------*/
.toppan-eb {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* Roboto Condensed
--------------------------------------------------*/
.roboto {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 下層メインビジュアル
--------------------------------------------------*/
main {
  width: 100%;
  overflow: hidden;
}

section {
  position: relative;
}

.under_kv_wrap {
  margin-top: 70px;
}
@media screen and (min-width: 1000px) {
  .under_kv_wrap {
    margin-top: 90px;
  }
}
.under_kv_wrap .kv_ttlwrap {
  position: relative;
  height: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .under_kv_wrap .kv_ttlwrap {
    height: 400px;
  }
}
.under_kv_wrap .kv_ttlwrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003879;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.under_kv_wrap .under_kv_en {
  position: relative;
  color: white;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media screen and (min-width: 769px) {
  .under_kv_wrap .under_kv_en {
    font-size: 2.5rem;
    padding-left: 40px;
  }
}
.under_kv_wrap .under_kv_en::before {
  position: absolute;
  content: "";
  top: 17px;
  left: 0;
  background-color: white;
  width: 25px;
  height: 2px;
  transform: rotate(-48.5deg);
}
@media screen and (min-width: 769px) {
  .under_kv_wrap .under_kv_en::before {
    top: 22px;
    width: 38px;
  }
}
.under_kv_wrap .under_kv_ttl {
  position: relative;
  color: white;
  font-size: clamp(3.4rem, 5.98vw, 4.6rem);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .under_kv_wrap .under_kv_ttl {
    font-size: clamp(5rem, 3.75vw, 6rem);
  }
}
.under_kv_wrap .kv_pagelist {
  background-color: #F4F5F5;
  border-bottom: 1px solid #DFE0E2;
}
.under_kv_wrap .kv_pagelist .w100 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 5px;
  padding: 22px 0;
}
.under_kv_wrap .kv_pagelist .breadcrumb-area {
  overflow-x: auto;
  overflow-y: hidden;
  word-break: keep-all;
  white-space: nowrap;
}
.under_kv_wrap .kv_pagelist .breadcrumb-area span {
  position: relative;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.under_kv_wrap .kv_pagelist .breadcrumb-area .current-item {
  color: #005EAD;
}
.under_kv_wrap .kv_pagelist .breadcrumb-area .breadcrumb_arrow {
  display: inline-block;
  position: relative;
  margin: 0 9px 0 12px;
  width: 7px;
  height: 12px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3E%3Cpath data-name='gray_arrow' d='M8.719-6.719A1.043,1.043,0,0,1,9-6a1.043,1.043,0,0,1-.281.719l-5,5A1.043,1.043,0,0,1,3,0a1.043,1.043,0,0,1-.719-.281A1.043,1.043,0,0,1,2-1a1.043,1.043,0,0,1,.281-.719L6.594-6,2.281-10.281A1.043,1.043,0,0,1,2-11a1.043,1.043,0,0,1,.281-.719A1.043,1.043,0,0,1,3-12a1.043,1.043,0,0,1,.719.281Z' transform='translate(-2 12)' fill='%23d6dddd'/%3E%3C/svg%3E%0A");
}

.white_bg {
  background-color: white;
  padding: 60px 5.125vw 60px;
}
@media screen and (min-width: 769px) {
  .white_bg {
    padding: 130px 6.25vw 80px;
  }
}

/* お知らせリスト
--------------------------------------------------*/
.news_lists {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .news_lists {
    margin-bottom: 0;
  }
}
.news_lists li {
  margin-bottom: 40px;
}
.news_lists li:last-child {
  margin-bottom: 0;
}
.news_lists .nesw_btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
  border-bottom: 1px solid #DFE0E2;
  padding: 0 0 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .news_lists .nesw_btn {
    padding: 0 60px 40px;
  }
}
.news_lists .nesw_btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0A1128;
  transition: all 0.5s ease-out;
  transform: scale(0, 1);
  transform-origin: left top;
}
.news_lists .nesw_btn::after {
  content: "0";
  position: absolute;
  right: 0;
  bottom: 53%;
  transform: translate(0, -50%);
  text-align: end;
  transition: all 0.4s ease-out;
  will-change: filter;
  width: 16px;
  height: 10px;
  background: #0A1128;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath data-name='arrow' d='M15.719-5.281A1.043,1.043,0,0,0,16-6a1.043,1.043,0,0,0-.281-.719l-4-4A1.043,1.043,0,0,0,11-11a1.043,1.043,0,0,0-.719.281A1.043,1.043,0,0,0,10-10a1.043,1.043,0,0,0,.281.719L12.594-7H1a.973.973,0,0,0-.719.281A.973.973,0,0,0,0-6a.973.973,0,0,0,.281.719A.973.973,0,0,0,1-5H12.594L10.281-2.719A1.043,1.043,0,0,0,10-2a1.043,1.043,0,0,0,.281.719A1.043,1.043,0,0,0,11-1a1.043,1.043,0,0,0,.719-.281Z' transform='translate(0 11)' fill='%230a1128'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath data-name='arrow' d='M15.719-5.281A1.043,1.043,0,0,0,16-6a1.043,1.043,0,0,0-.281-.719l-4-4A1.043,1.043,0,0,0,11-11a1.043,1.043,0,0,0-.719.281A1.043,1.043,0,0,0,10-10a1.043,1.043,0,0,0,.281.719L12.594-7H1a.973.973,0,0,0-.719.281A.973.973,0,0,0,0-6a.973.973,0,0,0,.281.719A.973.973,0,0,0,1-5H12.594L10.281-2.719A1.043,1.043,0,0,0,10-2a1.043,1.043,0,0,0,.281.719A1.043,1.043,0,0,0,11-1a1.043,1.043,0,0,0,.719-.281Z' transform='translate(0 11)' fill='%230a1128'/%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 769px) {
  .news_lists .nesw_btn::after {
    right: 60px;
  }
}
.news_lists .nesw_btn:hover::before {
  transform: scale(1, 1);
}
.news_lists .nesw_btn:hover::after {
  right: 0;
}
@media screen and (min-width: 769px) {
  .news_lists .nesw_btn:hover::after {
    right: 50px;
  }
}
.news_lists .day {
  margin-right: 20px;
  font-size: 1.6rem;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}
.news_lists .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F5F5;
  width: 135px;
  padding: 2px 0;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 50px;
  font-size: 1.2rem;
  margin-right: 30px;
}
@media screen and (min-width: 769px) {
  .news_lists .tag {
    width: 172px;
    font-size: 1.4rem;
  }
}
.news_lists .title {
  font-size: 1.6rem;
  width: calc(100% - 30px);
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 769px) {
  .news_lists .title {
    font-size: 1.8rem;
    width: calc(100% - 172px - 9rem - 126px);
  }
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* header
--------------------------------------------------*/
#corporate_header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  /*ドロップダウン*/
}
#corporate_header .header__wrap {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: white;
}
@media screen and (min-width: 1000px) {
  #corporate_header .header__wrap {
    height: 90px;
  }
}
#corporate_header .header__wrap::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: white;
}
@media screen and (min-width: 1000px) {
  #corporate_header .header__wrap::before {
    display: none;
  }
}
#corporate_header #logo_head {
  position: relative;
  z-index: 999;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#corporate_header #logo_head .logo_link {
  display: inline-block;
}
#corporate_header #logo_head .logo_icon {
  width: 147px;
  height: auto;
}
@media screen and (min-width: 1000px) {
  #corporate_header #logo_head .logo_icon {
    width: 191px;
  }
}
#corporate_header #logo_head .logo_text {
  position: absolute;
  top: 10px;
  width: 160px;
}
@media screen and (min-width: 1000px) {
  #corporate_header #logo_head .logo_text {
    width: 308px;
  }
}
#corporate_header #nav_head {
  position: absolute;
  z-index: 888;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.4s ease-out;
  background-color: white;
}
@media screen and (min-width: 1000px) {
  #corporate_header #nav_head {
    width: 100%;
    height: 90px;
    transform: translateX(0);
    opacity: 1;
  }
}
#corporate_header #nav_head.is_active {
  pointer-events: auto;
  transform: translateX(0);
  opacity: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
#corporate_header #nav_head .list_nav {
  width: 300px;
  position: relative;
  padding: 100px 30px 15px;
}
@media screen and (min-width: 1000px) {
  #corporate_header #nav_head .list_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 100%;
    -moz-column-gap: 30px;
         column-gap: 30px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
  }
}
#corporate_header .head_list {
  position: relative;
  margin-bottom: 16px;
}
@media screen and (min-width: 1000px) {
  #corporate_header .head_list {
    margin-bottom: 0;
  }
}
#corporate_header .head_list::before {
  content: "";
  position: absolute;
  width: calc(100% + 60px);
  height: 1px;
  bottom: 0;
  left: -30px;
  background-color: #DFE0E2;
}
@media screen and (min-width: 1000px) {
  #corporate_header .head_list::before {
    display: none;
  }
}
#corporate_header .head_list .nav_link {
  display: inline-block;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
  padding-bottom: 15px;
  color: #0A1128;
}
@media screen and (min-width: 1000px) {
  #corporate_header .head_list .nav_link {
    font-size: 1.4rem;
    padding-bottom: 8px;
    border-bottom: 3px solid transparent;
  }
}
@media screen and (min-width: 1200px) {
  #corporate_header .head_list .nav_link {
    font-size: 1.6rem;
  }
}
#corporate_header .head_list .nav_link:hover {
  opacity: 1;
  color: #005EAD;
}
@media screen and (min-width: 1000px) {
  #corporate_header .head_list .nav_link:hover {
    border-bottom: 3px solid #005EAD;
  }
}
#corporate_header .head_list .nav_link:hover::before {
  background: #005EAD;
}
#corporate_header .head_list .dropdown_link {
  position: relative;
  padding-right: 23px;
  border: none;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  padding-top: 0;
  padding-left: 0;
  transition: all 0.4s ease-out;
  will-change: filter;
}
#corporate_header .head_list .dropdown_link::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  transform: translate(0, -50%) rotate(-90deg);
  background: #0A1128;
  width: 16px;
  height: 16px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath id='パス_201' data-name='パス 201' d='M7.281-1.281A1.043,1.043,0,0,0,8-1a1.043,1.043,0,0,0,.719-.281l6-6A1.043,1.043,0,0,0,15-8a1.043,1.043,0,0,0-.281-.719A1.043,1.043,0,0,0,14-9a1.043,1.043,0,0,0-.719.281L8-3.406,2.719-8.719A1.043,1.043,0,0,0,2-9a1.043,1.043,0,0,0-.719.281A1.043,1.043,0,0,0,1-8a1.043,1.043,0,0,0,.281.719Z' transform='translate(-1 9)' fill='%230a1128'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath id='パス_201' data-name='パス 201' d='M7.281-1.281A1.043,1.043,0,0,0,8-1a1.043,1.043,0,0,0,.719-.281l6-6A1.043,1.043,0,0,0,15-8a1.043,1.043,0,0,0-.281-.719A1.043,1.043,0,0,0,14-9a1.043,1.043,0,0,0-.719.281L8-3.406,2.719-8.719A1.043,1.043,0,0,0,2-9a1.043,1.043,0,0,0-.719.281A1.043,1.043,0,0,0,1-8a1.043,1.043,0,0,0,.281.719Z' transform='translate(-1 9)' fill='%230a1128'/%3E%3C/svg%3E%0A");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
@media screen and (min-width: 1000px) {
  #corporate_header .head_list .dropdown_link::before {
    transform: translate(0, -50%);
  }
}
#corporate_header .right_top {
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
  width: calc(100% - 60px);
  margin: auto;
}
@media screen and (min-width: 1000px) {
  #corporate_header .right_top {
    position: absolute;
    align-items: center;
    justify-content: flex-end;
  }
}
#corporate_header .dropdown {
  position: relative;
  height: 100%;
  display: none;
}
@media screen and (min-width: 1000px) {
  #corporate_header .dropdown {
    display: block;
  }
}
#corporate_header .dropdown > button {
  cursor: default;
  height: 100%;
  display: flex;
  align-items: center;
}
#corporate_header .child {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.4s;
  pointer-events: none;
  z-index: 10;
  width: 100%;
  margin: auto;
  background-color: white;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (min-width: 1000px) {
  #corporate_header .child {
    position: fixed;
    top: 39px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 50px 22.5vw 40px;
  }
}
@media screen and (min-width: 1200px) {
  #corporate_header .child {
    top: 43px;
  }
}
#corporate_header .child.open {
  opacity: 1;
  pointer-events: auto;
}
#corporate_header .child .sub_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 33.3333333333%;
  font-size: 1.3rem;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
}
#corporate_header .child .sub_link::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  transform: translate(0, -50%);
  width: 5.5px;
  height: 9.63px;
  background: #005EAD;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.5' height='9.625' viewBox='0 0 5.5 9.625'%3E%3Cpath data-name='sub_arrow' d='M7.369-4.619a.717.717,0,0,1,.193.494.717.717,0,0,1-.193.494L3.244.494A.717.717,0,0,1,2.75.688.717.717,0,0,1,2.256.494.717.717,0,0,1,2.063,0a.717.717,0,0,1,.193-.494L5.908-4.125,2.256-7.756a.717.717,0,0,1-.193-.494.717.717,0,0,1,.193-.494.717.717,0,0,1,.494-.193.717.717,0,0,1,.494.193Z' transform='translate(-2.063 8.938)' fill='%230068b5'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.5' height='9.625' viewBox='0 0 5.5 9.625'%3E%3Cpath data-name='sub_arrow' d='M7.369-4.619a.717.717,0,0,1,.193.494.717.717,0,0,1-.193.494L3.244.494A.717.717,0,0,1,2.75.688.717.717,0,0,1,2.256.494.717.717,0,0,1,2.063,0a.717.717,0,0,1,.193-.494L5.908-4.125,2.256-7.756a.717.717,0,0,1-.193-.494.717.717,0,0,1,.193-.494.717.717,0,0,1,.494-.193.717.717,0,0,1,.494.193Z' transform='translate(-2.063 8.938)' fill='%230068b5'/%3E%3C/svg%3E%0A");
}
#corporate_header .child .sub_link svg {
  margin-left: 10px;
  width: 13px;
}
#corporate_header .child .sub_link:hover {
  opacity: 1;
  color: #005EAD;
}
#corporate_header .child .sub_link:hover svg path {
  fill: #005EAD;
}
#corporate_header .toggle_list {
  display: block;
}
@media screen and (min-width: 1000px) {
  #corporate_header .toggle_list {
    display: none;
  }
}
#corporate_header .toggle_link {
  display: block;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #corporate_header .toggle_link {
    display: none;
  }
}
#corporate_header .toggle_link::before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: -20px;
  transform: translate(0, -50%);
  width: 8px;
  height: 14px;
  background: #0A1128;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath data-name='sp_subarrow' d='M7.281-1.281A1.043,1.043,0,0,0,8-1a1.043,1.043,0,0,0,.719-.281l6-6A1.043,1.043,0,0,0,15-8a1.043,1.043,0,0,0-.281-.719A1.043,1.043,0,0,0,14-9a1.043,1.043,0,0,0-.719.281L8-3.406,2.719-8.719A1.043,1.043,0,0,0,2-9a1.043,1.043,0,0,0-.719.281A1.043,1.043,0,0,0,1-8a1.043,1.043,0,0,0,.281.719Z' transform='translate(9 15) rotate(-90)' fill='%230a1128'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cpath data-name='sp_subarrow' d='M7.281-1.281A1.043,1.043,0,0,0,8-1a1.043,1.043,0,0,0,.719-.281l6-6A1.043,1.043,0,0,0,15-8a1.043,1.043,0,0,0-.281-.719A1.043,1.043,0,0,0,14-9a1.043,1.043,0,0,0-.719.281L8-3.406,2.719-8.719A1.043,1.043,0,0,0,2-9a1.043,1.043,0,0,0-.719.281A1.043,1.043,0,0,0,1-8a1.043,1.043,0,0,0,.281.719Z' transform='translate(9 15) rotate(-90)' fill='%230a1128'/%3E%3C/svg%3E%0A");
}
#corporate_header .accordion-block {
  display: grid;
  gap: 10px;
  padding-bottom: 20px;
}
#corporate_header .accordion-block .sub_link {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
#corporate_header .accordion-block .sub_link svg {
  margin-left: 5px;
  width: 13px;
}
#corporate_header .accordion-block .sub_link:hover {
  opacity: 1;
  color: #005EAD;
}
#corporate_header #search-wrap .pc-search {
  display: none;
}
@media screen and (min-width: 1000px) {
  #corporate_header #search-wrap .pc-search {
    display: block;
  }
}
#corporate_header #search-wrap .sp-search {
  display: block;
}
@media screen and (min-width: 1000px) {
  #corporate_header #search-wrap .sp-search {
    display: none;
  }
}
#corporate_header #search-wrap .sp-search form {
  display: flex;
  align-items: center;
}
#corporate_header #search-wrap .modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.44s, visibility 0.4s;
}
#corporate_header #search-wrap .modal-toggle {
  border: 1px solid #0A1128;
  background-color: #00469B;
  border-radius: 0;
  width: 45px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#corporate_header #search-wrap .modal-content {
  position: absolute;
  width: 385px;
  height: 54px;
  background: #ebedef;
  overflow: hidden;
  top: 34px;
  right: 0;
}
#corporate_header #search-wrap form {
  overflow: hidden;
  transition: 0.5s;
  display: flex;
  margin-top: 10px;
}
#corporate_header #search-wrap button {
  cursor: pointer;
}
#corporate_header #search-wrap input[type=text] {
  margin: 0;
  padding: 0;
  font: inherit;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 194px;
  height: 36px;
  background: #fff;
  text-indent: 10px;
  border: 1px solid #CCCCCC;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  #corporate_header #search-wrap input[type=text] {
    width: 255px;
    height: 32px;
    margin-left: 12px;
  }
}
#corporate_header #search-wrap .search {
  margin: 0;
  padding: 0;
  font: inherit;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding-left: 13px;
  padding-right: 13px;
  background: #00469B;
  width: 38px;
  height: 38px;
  color: white;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  #corporate_header #search-wrap .search {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    width: auto;
    height: 32px;
  }
}
#corporate_header #search-wrap .search.search_pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  #corporate_header #search-wrap .search.search_pc {
    display: block;
  }
}
#corporate_header #search-wrap .search.search_sp {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  #corporate_header #search-wrap .search.search_sp {
    display: none;
  }
}
#corporate_header #search-wrap .modal-close {
  width: 20px;
  height: 20px;
  border: 1px solid #2b2c2c;
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translate3d(0, -50%, 0);
}
#corporate_header #search-wrap .modal-close span {
  width: 10px;
  height: 1px;
  display: block;
  background: #2b2c2c;
  position: absolute;
  top: 7.5px;
  left: 4px;
}
#corporate_header #search-wrap .modal-close span:first-child {
  transform: rotate(45deg);
}
#corporate_header #search-wrap .modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}
#corporate_header .header_contactbtn {
  border: 1px solid #00469B;
  border-left: none;
  background-color: #00469B;
  width: 100%;
  height: 44px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
}
@media screen and (min-width: 1000px) {
  #corporate_header .header_contactbtn {
    background-color: #0068B5;
    width: auto;
    height: 36px;
    border: 1px solid #0A1128;
    border-left: none;
  }
}
#corporate_header .header_contactbtn svg {
  margin-right: 10px;
}
#corporate_header .bnr_link {
  display: block;
  width: calc(100% - 60px);
  margin: auto;
}
@media screen and (min-width: 1000px) {
  #corporate_header .bnr_link {
    display: none;
  }
}
#corporate_header .bnr_link .bnr_btn {
  display: inline-block;
  margin-top: 10px;
}
#corporate_header .bnr_link .bnr_btn:first-child {
  margin-top: 12px;
}
#corporate_header .header__toppan {
  position: relative;
  width: calc(100% - 60px);
  margin: 30px auto 100px;
}
@media screen and (min-width: 1000px) {
  #corporate_header .header__toppan {
    position: absolute;
    right: 8px;
    bottom: 4px;
    width: auto;
    margin: auto;
  }
}
#corporate_header .header__toppan__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 8px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #corporate_header .header__toppan__btn {
    width: auto;
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #corporate_header .header__toppan__btn {
    font-size: 12px;
  }
}
#corporate_header .header__toppan__btn .window {
  margin-left: 6px;
}
#corporate_header .hamburger {
  width: 69px;
  height: 69px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  border: none;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  #corporate_header .hamburger {
    display: none;
  }
}
#corporate_header .hamburger.active .hamburger_bar:nth-child(1) {
  top: 24px;
  transform: translate(-50%, 0) rotate(45deg);
}
#corporate_header .hamburger.active .hamburger_bar:nth-child(2) {
  transform: translate(50%, -50%);
  background: transparent;
}
#corporate_header .hamburger.active .hamburger_bar:nth-child(2)::before {
  content: "CLOSE";
  transform: translate(-50%, 0);
  left: -50%;
}
#corporate_header .hamburger.active .hamburger_bar:nth-child(3) {
  top: 24px;
  transform: translate(-50%, 0) rotate(-45deg);
}
#corporate_header .hamburger_bar {
  display: block;
  z-index: 10;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #0A1128;
  transition: all 0.3s ease-out;
}
#corporate_header .hamburger_bar:nth-child(1) {
  top: 16px;
}
#corporate_header .hamburger_bar:nth-child(2) {
  top: 23px;
  transition-property: none;
}
#corporate_header .hamburger_bar:nth-child(2)::before {
  content: "MENU";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1rem;
  letter-spacing: 0.16em;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#corporate_header .hamburger_bar:nth-child(3) {
  top: 30px;
}
#corporate_header .shadow {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  height: calc(100% - 70px);
  background-color: rgba(0, 0, 0, 0);
  transition-duration: 0.4s;
  will-change: transform;
  pointer-events: none;
  z-index: 98;
}
@media screen and (min-width: 1000px) {
  #corporate_header .shadow {
    display: none;
  }
}
#corporate_header .shadow.active {
  background-color: rgba(10, 17, 40, 0.8);
  pointer-events: all;
}

/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* sec_footer
--------------------------------------------------*/
footer {
  background-color: #005EAD;
  padding: 40px 0 20px;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 60px 0 20px;
  }
}
footer .follow_bnr {
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 0;
  display: grid;
  gap: 10px;
  transition: 0.5s;
  width: 200px;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 1000px) {
  footer .follow_bnr {
    bottom: 40px;
    width: clamp(240px, 22.5vw, 360px);
  }
}
@media screen and (min-width: 1000px) {
  footer .follow_bnr .follow_link {
    display: inline-block;
    width: 100%;
  }
}
footer .follow_bnr.is-hidden {
  transition: all 0.4s ease-out;
  visibility: hidden;
  opacity: 0;
}
footer .follow_bnr.is_hidden {
  visibility: hidden;
  opacity: 0;
}
footer .none {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #005EAD;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  footer .none {
    display: none;
  }
}
footer .none span {
  position: relative;
}
footer .none span::before, footer .none span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #005EAD;
  width: 15px;
  height: 1px;
}
footer .none span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
footer .footer_top {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  footer .footer_top {
    padding-bottom: 60px;
  }
}
footer .footer_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5.125vw;
  width: calc(100% + 10.25vw);
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 769px) {
  footer .footer_top::before {
    left: -6.25vw;
    width: calc(100% + 12.5vw);
  }
}
footer .footer_top .footer_logo svg {
  width: 278px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  footer .footer_top .footer_logo svg {
    width: 540px;
    margin-bottom: 45px;
  }
}
footer .footer_top .content_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
footer .footer_top .address_lists {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 30px;
}
footer .footer_top .address_lists .name {
  color: white;
}
footer .footer_top .address_lists a {
  font-size: 1.4rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .footer_top .address_lists a svg {
  margin-left: 10px;
}
footer .footer_top .address_lists .tel_num {
  font-size: 1.4rem;
  color: white;
}
footer .footer_top .certification_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  footer .footer_top .certification_wrap {
    gap: 9px;
    width: 500px;
  }
}
footer .footer_top .certification_wrap img {
  height: auto;
}
footer .footer_top .certification_wrap img.icon01 {
  width: 106px;
}
@media screen and (min-width: 769px) {
  footer .footer_top .certification_wrap img.icon01 {
    width: 108px;
  }
}
footer .footer_top .certification_wrap img.icon02 {
  width: 102px;
}
@media screen and (min-width: 769px) {
  footer .footer_top .certification_wrap img.icon02 {
    width: 103px;
  }
}
footer .footer_top .certification_wrap img.icon03 {
  width: 174px;
}
footer .footer_link {
  position: relative;
  padding: 60px 0 75px;
}
footer .footer_link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5.125vw;
  width: calc(100% + 10.25vw);
  height: 1px;
  background-color: white;
}
@media screen and (min-width: 769px) {
  footer .footer_link::before {
    left: -6.25vw;
    width: calc(100% + 12.5vw);
  }
}
footer .footer_link .footer_link_lists {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
footer .footer_link .links_wrap:last-child {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer_link .big_link {
  font-size: 1.8rem;
  color: white;
}
footer .footer_link .under_link_wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
footer .footer_link .small_link {
  font-size: 1.4rem;
  color: white;
}
footer .footer_link .window::before, footer .footer_link .window::after {
  border-color: white;
}
footer .footer_link i {
  margin-left: 5px;
}
footer .footer_bottom {
  display: grid;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  padding: 30px 0 20px;
}
@media screen and (min-width: 769px) {
  footer .footer_bottom {
    display: flex;
    gap: 20px;
  }
}
footer .footer_bottom a {
  color: white;
  font-size: 1.4rem;
}
footer .footer_bottom .window::before, footer .footer_bottom .window::after {
  border-color: white;
}
footer .footer_bottom .footer__toppan .footer__toppan__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  height: 40px;
  padding: 0 8px;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  color: #0A1128;
}
footer .footer_bottom .footer__toppan .footer__toppan__btn .window::before, footer .footer_bottom .footer__toppan .footer__toppan__btn .window::after {
  border-color: #0A1128;
}
footer small {
  font-size: 1.1rem;
  color: white;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  footer small {
    justify-content: flex-end;
  }
}

/* 流用パーツ
--------------------------------------------------*/
.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  .pc-view.blank {
    display: none;
  }
}

.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
}

br.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  br.pc-view {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 850px) {
  br.pc-view.blank {
    display: none;
  }
}
br.sp-view {
  display: block;
}
@media screen and (min-width: 769px) {
  br.sp-view {
    display: none;
  }
}

/* 共通パーツ
--------------------------------------------------*/
.w50 {
  margin: auto;
  width: calc(100% - 10.25vw);
}
@media screen and (min-width: 769px) {
  .w50 {
    width: calc(100% - 6.25vw);
  }
}

.w100 {
  margin: auto;
  width: calc(100% - 10.25vw);
}
@media screen and (min-width: 769px) {
  .w100 {
    width: calc(100% - 12.5vw);
  }
}

.w150 {
  margin: auto;
  width: calc(100% - 10.25vw);
}
@media screen and (min-width: 769px) {
  .w150 {
    width: calc(100% - 12.5vw);
  }
}
@media screen and (min-width: 1000px) {
  .w150 {
    width: calc(100% - 18.75vw);
  }
}

.w200 {
  margin: auto;
  width: calc(100% - 10.25vw);
}
@media screen and (min-width: 769px) {
  .w200 {
    width: calc(100% - 12.5vw);
  }
}
@media screen and (min-width: 1200px) {
  .w200 {
    width: calc(100% - 25vw);
  }
}

.main_ttl {
  position: relative;
  z-index: 10;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(2.2rem, 6.66vw, 2.6rem);
  display: inline-block;
  margin-bottom: 55px;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .main_ttl {
    font-size: 4rem;
    margin-bottom: 75px;
  }
}
.main_ttl::before {
  position: absolute;
  content: "";
  top: 26px;
  right: -56px;
  background-color: #005EAD;
  width: 67px;
  height: 3px;
  transform: rotate(-48.5deg);
}
@media screen and (min-width: 769px) {
  .main_ttl::before {
    top: 40px;
    right: -84px;
    width: 93px;
    height: 5px;
  }
}
.main_ttl.under_ttl {
  margin-top: 35px;
  padding-left: 35px;
}
@media screen and (min-width: 769px) {
  .main_ttl.under_ttl {
    margin-top: 100px;
    padding-left: 50px;
  }
}
.main_ttl.under_ttl::before {
  top: 10px;
  right: auto;
  left: -10px;
  width: 45px;
  height: 3px;
}
@media screen and (min-width: 769px) {
  .main_ttl.under_ttl::before {
    top: 15px;
    left: -15px;
    width: 76px;
    height: 3px;
  }
}

.bg_txt {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 3.125vw;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #DFE0E2;
  font-size: clamp(5rem, 15.38vw, 6rem);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .bg_txt {
    font-size: clamp(13rem, 9.37vw, 15rem);
  }
}

.sqare_ttl {
  position: relative;
  font-size: 2rem;
  color: #0A1128;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 25px;
  padding-left: 24px;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .sqare_ttl {
    font-size: clamp(2.2rem, 1.625vw, 2.6rem);
    margin-bottom: 35px;
    padding-left: 28px;
  }
}
.sqare_ttl::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.85rem;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #005EAD;
}
@media screen and (min-width: 769px) {
  .sqare_ttl::before {
    top: calc(clamp(2.2rem, 1.625vw, 2.6rem) / 2 - 3px);
    width: 18px;
    height: 18px;
  }
}

/* ボタン
--------------------------------------------------*/
.main_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .main_btn {
    margin-left: 0;
  }
}
.main_btn.pc-view {
  display: none;
}
@media screen and (min-width: 769px) {
  .main_btn.pc-view {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .main_btn.sp-view {
    display: none;
  }
}
.main_btn .btn_txt {
  font-size: 1.4rem;
  font-weight: 400;
  transition: all 0.4s ease-out;
  width: calc(100% - 86px);
  text-align: end;
}
.main_btn .round {
  display: grid;
  position: relative;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px #D6DDDD;
  background-color: transparent;
}
.main_btn .round::before {
  grid-area: 1/1;
  display: block;
  content: "";
  width: calc(100% + 1.6px);
  height: calc(100% + 1.6px);
  border-radius: 50%;
  background: conic-gradient(from 0deg, #000 var(--deg1, 0deg), #000 var(--deg2, 0deg), rgba(0, 0, 0, 0) var(--deg3, 0deg), rgba(0, 0, 0, 0) var(--deg4, 360deg));
  -webkit-mask-image: url(../img/common/circle.svg), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  -webkit-mask-size: calc(100% - 2px), 100%;
  -webkit-mask-position: center, center;
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  will-change: filter;
}
.main_btn .round::after {
  content: "";
  position: absolute;
  transition: all 0.4s ease-out;
  will-change: filter;
  width: 16px;
  height: 10px;
  background: #0A1128;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath data-name='arrow' d='M15.719-5.281A1.043,1.043,0,0,0,16-6a1.043,1.043,0,0,0-.281-.719l-4-4A1.043,1.043,0,0,0,11-11a1.043,1.043,0,0,0-.719.281A1.043,1.043,0,0,0,10-10a1.043,1.043,0,0,0,.281.719L12.594-7H1a.973.973,0,0,0-.719.281A.973.973,0,0,0,0-6a.973.973,0,0,0,.281.719A.973.973,0,0,0,1-5H12.594L10.281-2.719A1.043,1.043,0,0,0,10-2a1.043,1.043,0,0,0,.281.719A1.043,1.043,0,0,0,11-1a1.043,1.043,0,0,0,.719-.281Z' transform='translate(0 11)' fill='%230a1128'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath data-name='arrow' d='M15.719-5.281A1.043,1.043,0,0,0,16-6a1.043,1.043,0,0,0-.281-.719l-4-4A1.043,1.043,0,0,0,11-11a1.043,1.043,0,0,0-.719.281A1.043,1.043,0,0,0,10-10a1.043,1.043,0,0,0,.281.719L12.594-7H1a.973.973,0,0,0-.719.281A.973.973,0,0,0,0-6a.973.973,0,0,0,.281.719A.973.973,0,0,0,1-5H12.594L10.281-2.719A1.043,1.043,0,0,0,10-2a1.043,1.043,0,0,0,.281.719A1.043,1.043,0,0,0,11-1a1.043,1.043,0,0,0,.719-.281Z' transform='translate(0 11)' fill='%230a1128'/%3E%3C/svg%3E%0A");
}
.main_btn:hover {
  opacity: 1;
  gap: 20px;
}
.main_btn:hover .btn_txt {
  margin-left: 10px;
}
.main_btn:hover .round {
  transition: background-color 0.2s 0.6s, color 0.2s 0.6s;
}
.main_btn:hover .round::before {
  -webkit-animation: conic 0.6s cubic-bezier(0.49, 0, 1, 0.99) forwards;
          animation: conic 0.6s cubic-bezier(0.49, 0, 1, 0.99) forwards;
}

.window_link .window {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 15px;
  height: 11px;
  transform: scale(1);
  margin-left: 10px;
  top: -1px;
}
.window_link .window::before, .window_link .window::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #0A1128;
}
.window_link .window::before {
  top: 0;
  left: 0;
  border-width: 1px;
}
.window_link .window::after {
  top: 2px;
  left: -2px;
  border-width: 0 0 1px 1px;
}

@media screen and (min-width: 769px) {
  .tel {
    pointer-events: none;
  }
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 377;
  }
  99.9%, to {
    stroke-dasharray: 377 377;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
/* 丸ボタン
--------------------------------------------------*/
@property --deg1 {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --deg2 {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --deg3 {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --deg4 {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@-webkit-keyframes conic {
  from {
    --deg1:0deg;
    --deg2:0deg;
    --deg3:0deg;
    --deg4:361deg;
  }
  to {
    --deg1:0deg;
    --deg2:361deg;
    --deg3:361deg;
    --deg4:361deg;
  }
}
@keyframes conic {
  from {
    --deg1:0deg;
    --deg2:0deg;
    --deg3:0deg;
    --deg4:361deg;
  }
  to {
    --deg1:0deg;
    --deg2:361deg;
    --deg3:361deg;
    --deg4:361deg;
  }
}
/*# sourceMappingURL=style.css.map */