@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #373737;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.8;
  width: 100%;
  padding-top: 60px;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.5rem;
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  body {
    padding-top: 100px;
  }
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 920px) {
  body.fixed {
    position: static;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 360px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*aタグ デフォルト設定*/
a {
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ycwtyg");
  src: url("../fonts/icomoon.eot?ycwtyg#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ycwtyg") format("truetype"), url("../fonts/icomoon.woff?ycwtyg") format("woff"), url("../fonts/icomoon.svg?ycwtyg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e909";
  color: #fff;
}

.icon-blank:before {
  content: "\e908";
}

.icon-excel:before {
  content: "\e902";
  color: #019a4f;
}

.icon-file:before {
  content: "\e904";
}

.icon-pdf:before {
  content: "\e905";
  color: #cb0909;
}

.icon-word:before {
  content: "\e906";
  color: #1256b2;
}

.icon-search:before {
  content: "\e901";
}

.icon-pinch:before {
  content: "\e903";
}

.page_inner_s {
  max-width: 800px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 360px) {
  .page_inner_s {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 1100px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 360px) {
  .page_inner_m {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_l {
  max-width: 1240px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media print, screen and (min-width: 360px) {
  .page_inner_l {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.page_content_inner {
  max-width: 895px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media print, screen and (min-width: 360px) {
  .page_content_inner {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 768px) {
  .page_content_inner {
    width: calc(100% - 80px);
  }
}
@media print, screen and (min-width: 1200px) {
  .page_content_inner {
    width: calc(100% - 120px);
  }
}

.global_nav__pc {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .global_nav__pc {
    display: block;
  }
}
.global_nav__sp {
  display: block;
}
@media print, screen and (min-width: 920px) {
  .global_nav__sp {
    display: none;
  }
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.ta_c {
  text-align: center;
}

.bg_blue {
  background-color: #0158a7;
}

.bg_light_blue {
  background-color: #00a0e9;
}

.bg_light_green {
  background-color: #42b049;
}

.cmn_border_link {
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  display: block;
  padding: 15px 25px 15px 20px;
  border: 2px solid #0158a7;
  border-radius: 50px;
  background-color: #0158a7;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  position: relative;
  transition: color 0.3s, background-size 0.3s;
}
@media print, screen and (min-width: 768px) {
  .cmn_border_link {
    max-width: 300px;
  }
}
.cmn_border_link::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
  transition: border 0.3s;
}
@media print, screen and (min-width: 768px) {
  .cmn_border_link::after {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 1280px) {
  .cmn_border_link::after {
    width: 9px;
    height: 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .cmn_border_link:hover {
    color: #0158a7;
    background-position: bottom left;
    background-size: 100% 100%;
  }
  .cmn_border_link:hover::after {
    border-top: 2px solid #0158a7;
    border-right: 2px solid #0158a7;
  }
}

.anim {
  opacity: 0;
  transition: all 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.doanim {
  opacity: 1;
}

.blurtext {
  filter: blur(1rem);
  transform: translateY(5rem);
}

.doanim.blurtext {
  filter: blur(0);
  transform: translateY(0);
}

.blur {
  opacity: 0;
  filter: blur(0.7rem);
}

.doanim.blur {
  opacity: 1;
  filter: blur(0);
}

.fade_totop {
  transform: translateY(5rem);
}

.doanim.fade_totop {
  transform: translateY(0);
}

.fade_toleft {
  transform: translateX(5rem);
}

.doanim.fade_toleft {
  transform: translateX(0);
}

.fade_toright {
  transform: translateX(-5rem);
}

.doanim.fade_toright {
  transform: translateX(0);
}

.scaleimg {
  overflow: hidden;
  transition: all 1.2s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s linear;
}
.scaleimg img {
  transform: scale(1.1);
  transition: all 1.2s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s linear;
  transform-origin: center center;
}

.doanim.scaleimg img {
  transform: scale(1);
}

.img_expansion {
  transform: scale(0.7);
  transform-origin: center center;
}

.doanim.img_expansion {
  transform: scale(1);
}

.delay1 {
  transition-delay: 0.1s !important;
}
@media print, screen and (min-width: 768px) {
  .delay1 {
    transition-delay: 0.2s !important;
  }
}

.delay2 {
  transition-delay: 0.2s !important;
}
@media print, screen and (min-width: 768px) {
  .delay2 {
    transition-delay: 0.3s !important;
  }
}

.delay3 {
  transition-delay: 0.3s !important;
}
@media print, screen and (min-width: 768px) {
  .delay3 {
    transition-delay: 0.4s !important;
  }
}

.delay4 {
  transition-delay: 0.4s !important;
}
@media print, screen and (min-width: 768px) {
  .delay4 {
    transition-delay: 0.5s !important;
  }
}

.delay5 {
  transition-delay: 0.5s !important;
}
@media print, screen and (min-width: 768px) {
  .delay5 {
    transition-delay: 0.6s !important;
  }
}

.delay6 {
  transition-delay: 0.6s !important;
}
@media print, screen and (min-width: 768px) {
  .delay6 {
    transition-delay: 0.7s !important;
  }
}

.delay7 {
  transition-delay: 0.7s !important;
}
@media print, screen and (min-width: 768px) {
  .delay7 {
    transition-delay: 0.8s !important;
  }
}

.delay8 {
  transition-delay: 0.8s !important;
}
@media print, screen and (min-width: 768px) {
  .delay8 {
    transition-delay: 0.9s !important;
  }
}

.delay9 {
  transition-delay: 0.9s !important;
}
@media print, screen and (min-width: 768px) {
  .delay9 {
    transition-delay: 1s !important;
  }
}

.delay10 {
  transition-delay: 1s !important;
}
@media print, screen and (min-width: 768px) {
  .delay10 {
    transition-delay: 1.1s !important;
  }
}

.fixed header::before {
  background-color: #fff;
}

header {
  position: relative;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}
header .header_flex {
  height: 60px;
  display: flex;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  header .header_flex {
    height: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  header .header_flex {
    height: 100px;
  }
}
header #logo {
  padding-left: 20px;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  header #logo {
    padding-left: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  header #logo {
    padding-left: 40px;
  }
}
header #logo a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  gap: 12px;
}
@media print, screen and (min-width: 768px) {
  header #logo a {
    gap: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  header #logo a {
    gap: 20px;
  }
}
header #logo a img {
  width: min(45%, 175px);
}
@media print, screen and (min-width: 920px) {
  header #logo a img {
    width: min(62%, 200px);
  }
}
@media print, screen and (min-width: 1200px) {
  header #logo a img {
    width: 220px;
  }
}
header #logo a span {
  display: block;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 920px) {
  header #logo a span {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  header #logo a span {
    font-size: 1.5rem;
  }
}
header .menu_btn {
  width: 35px;
  padding-block: 14px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  header .menu_btn {
    display: none;
  }
}
header .menu_btn span {
  height: 14px;
  display: block;
  position: relative;
}
header .menu_btn span::before, header .menu_btn span::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background-color: #373737;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: transform 0.3s, top 0.3s, bottom 0.3s;
}
header .menu_btn span::before {
  top: 0;
}
header .menu_btn span::after {
  bottom: 0;
}
header .menu_btn.is_active::after {
  transform: translateX(5px) translateY(-50%);
  opacity: 0;
}
header .menu_btn.is_active span::before {
  top: 50%;
  transform: translateY(-50%) rotate(200deg);
}
header .menu_btn.is_active span::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-200deg);
}
header nav {
  height: calc(100dvh - 59px);
  display: none;
  padding: 25px 20px 50px 20px;
  background: #fff url(../img/common/sp_menu_bg.jpg) no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 59px;
  z-index: 10;
  overflow: auto;
}
@media print, screen and (min-width: 360px) {
  header nav {
    padding: 30px 20px 50px 20px;
  }
}
@media print, screen and (min-width: 920px) {
  header nav {
    height: auto;
    flex-shrink: 0;
    margin-left: auto;
    display: flex !important;
    justify-content: flex-end;
    padding: 0;
    position: static;
    overflow: visible;
    background: none;
  }
}
header nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 360px) {
  header nav > ul {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 920px) {
  header nav > ul {
    align-items: center;
    margin-bottom: 0;
  }
}
header nav .parent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 920px) {
  header nav .parent {
    width: auto;
  }
}
@media print, screen and (min-width: 920px) {
  header nav .parent.essential, header nav .parent.entry {
    margin-left: 18px;
  }
}
@media print, screen and (min-width: 1200px) {
  header nav .parent.essential, header nav .parent.entry {
    margin-left: 28px;
  }
}
@media print, screen and (min-width: 920px) {
  header nav .parent.entry {
    margin-left: 12px;
    margin-right: 25px;
  }
}
@media print, screen and (min-width: 1200px) {
  header nav .parent.entry {
    margin-right: 47px;
    margin-left: 16px;
  }
}
header nav .parent > a,
header nav .parent .toggle_btn {
  font-size: 1.7rem;
  font-weight: 600;
  color: #373737;
  line-height: 1.4;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 13px 0;
  transition: color 0.3s, background 0.3s;
  cursor: pointer;
  letter-spacing: 0;
}
@media print, screen and (min-width: 360px) {
  header nav .parent > a,
  header nav .parent .toggle_btn {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 920px) {
  header nav .parent > a,
  header nav .parent .toggle_btn {
    text-align: center;
    padding: 0 8px;
    font-size: 1.45rem;
  }
}
@media print, screen and (min-width: 1200px) {
  header nav .parent > a,
  header nav .parent .toggle_btn {
    font-size: 1.6rem;
    padding: 0 15px;
  }
}
header nav .parent > a br,
header nav .parent .toggle_btn br {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header nav .parent > a br,
  header nav .parent .toggle_btn br {
    display: block;
  }
}
@media print, screen and (min-width: 1280px) {
  header nav .parent > a br,
  header nav .parent .toggle_btn br {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  header nav .parent > a:hover,
  header nav .parent .toggle_btn:hover {
    color: #0158a7;
  }
}
header nav .parent .toggle_btn {
  position: relative;
}
header nav .parent .toggle_btn::before, header nav .parent .toggle_btn::after {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 4px;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  header nav .parent .toggle_btn::before, header nav .parent .toggle_btn::after {
    content: none;
  }
}
header nav .parent .toggle_btn::before {
  transform: translateY(-50%);
}
header nav .parent .toggle_btn::after {
  transform: translateY(-50%) rotate(90deg);
}
header nav .parent .toggle_btn.is-active::before {
  transform: translateY(-50%) rotate(-180deg);
}
header nav .parent .toggle_btn.is-active::after {
  transform: translateY(-50%) rotate(360deg);
}
header nav .parent.essential a, header nav .parent.entry a {
  position: relative;
  text-align: center;
  width: 100%;
  padding: 15px 80px 15px 20px;
  margin-top: 20px;
  background-color: #0158a7;
  color: #fff;
  border-radius: 100px;
}
@media print, screen and (min-width: 360px) {
  header nav .parent.essential a, header nav .parent.entry a {
    padding-block: 16px;
  }
}
@media print, screen and (min-width: 920px) {
  header nav .parent.essential a, header nav .parent.entry a {
    width: auto;
    height: 38px;
    padding: 0 16px;
    margin-top: 0;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1200px) {
  header nav .parent.essential a, header nav .parent.entry a {
    height: 52px;
    padding: 0 26px;
    font-size: 1.6rem;
  }
}
header nav .parent.essential a::after, header nav .parent.entry a::after {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  color: #0158a7;
  background: #fff;
  line-height: 1;
  padding: 8px 10px;
  width: 56px;
  border-radius: 100px;
  font-size: 8px;
}
@media print, screen and (min-width: 360px) {
  header nav .parent.essential a::after, header nav .parent.entry a::after {
    right: 18px;
  }
}
@media print, screen and (min-width: 920px) {
  header nav .parent.essential a::after, header nav .parent.entry a::after {
    content: none;
  }
}
@media print, screen and (min-width: 1200px) {
  header nav .parent.essential a::after, header nav .parent.entry a::after {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 920px) {
  header nav .parent.essential a:hover, header nav .parent.entry a:hover {
    color: #0158a7;
    background-color: #f7f7f7;
  }
}
header nav .parent.essential {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  header nav .parent.essential {
    margin-top: 0;
  }
}
header nav .parent.entry a {
  font-family: "Inter", sans-serif;
  line-height: 1;
  background-color: #00a0e9;
  font-size: 2.1rem;
}
header nav .parent.entry a::after {
  color: #00a0e9;
}
@media print, screen and (min-width: 920px) {
  header nav .parent.entry a {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1200px) {
  header nav .parent.entry a {
    padding-top: 2px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 920px) {
  header nav .parent.entry a:hover {
    color: #00a0e9;
  }
}
header nav .child {
  width: calc(100% + 60px);
  display: none;
  margin: 10px -60px 10px 0;
  background-color: #fff;
  position: relative;
  left: -30px;
}
@media print, screen and (min-width: 360px) {
  header nav .child {
    width: calc(100% + 80px);
    margin-right: -80px;
    left: -40px;
  }
}
@media print, screen and (min-width: 768px) {
  header nav .child {
    width: 350px;
    padding: 20px 0 0 0;
    margin: 0;
    background-color: transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
header nav .child ul {
  padding: 10px 30px;
}
@media print, screen and (min-width: 360px) {
  header nav .child ul {
    padding: 10px 40px;
  }
}
@media print, screen and (min-width: 768px) {
  header nav .child ul {
    padding: 15px 20px;
    border-radius: 8px;
    background-color: #fff;
  }
}
header nav .child ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
header nav .child ul a {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
  display: block;
  padding: 15px 20px 15px 0;
  position: relative;
  transition: color 0.3s, font-weight 0.3s;
}
@media print, screen and (min-width: 360px) {
  header nav .child ul a {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  header nav .child ul a {
    font-size: 1.4rem;
  }
}
header nav .child ul a::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 2px solid #0158a7;
  border-right: 2px solid #0158a7;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
@media print, screen and (min-width: 768px) {
  header nav .child ul a:hover {
    font-weight: bold;
    color: #0158a7;
  }
  header nav .child ul a:hover::after {
    transform: translateX(5px) translateY(-50%) rotate(45deg);
  }
}
header nav .snslist {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  header nav .snslist {
    display: none;
  }
}
header nav .snslist a {
  width: 30px;
}
@media print, screen and (min-width: 360px) {
  header nav .snslist a {
    width: 35px;
  }
}
header nav .snslist a:not(:last-child) {
  margin-right: 15px;
}
header nav .snslist a img {
  width: 100%;
}

.backtoTop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .backtoTop {
    bottom: 20px;
    right: 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .backtoTop {
    bottom: 25px;
    right: 25px;
  }
}
@media print, screen and (min-width: 1200px) {
  .backtoTop {
    bottom: 30px;
    right: 30px;
  }
}
.backtoTop a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  width: 50px;
  height: 50px;
  display: block;
  padding: 21px 5px 10px 5px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #0158a7;
  transition: color 0.3s, border 0.3s, background 0.3s;
}
@media print, screen and (min-width: 768px) {
  .backtoTop a {
    font-size: 1.6rem;
    width: 60px;
    height: 60px;
    padding: 24px 5px 10px 5px;
  }
}
@media print, screen and (min-width: 920px) {
  .backtoTop a {
    font-size: 1.7rem;
    width: 65px;
    height: 65px;
    padding: 27px 5px 10px 5px;
  }
}
@media print, screen and (min-width: 1200px) {
  .backtoTop a {
    font-size: 1.8rem;
    width: 70px;
    height: 70px;
    padding: 30px 5px 10px 5px;
  }
}
.backtoTop a::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  margin: 0 auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border 0.3s, top 0.3s;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .backtoTop a::before {
    width: 9px;
    height: 9px;
    top: 15px;
  }
}
@media print, screen and (min-width: 920px) {
  .backtoTop a::before {
    top: 17px;
  }
}
@media print, screen and (min-width: 1200px) {
  .backtoTop a::before {
    width: 10px;
    height: 10px;
    top: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .backtoTop a:hover {
    color: #0158a7;
    border: 2px solid #0158a7;
    background-color: #fff;
  }
  .backtoTop a:hover::before {
    border-top: 2px solid #0158a7;
    border-right: 2px solid #0158a7;
    top: 15px;
  }
}
footer {
  position: relative;
  padding: 50px 0 0;
  background: #f7f7f7;
}
@media print, screen and (min-width: 768px) {
  footer {
    padding: 54px 0 0;
  }
}
@media print, screen and (min-width: 920px) {
  footer {
    padding: 100px 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer_flex {
    display: flex;
    align-items: center;
  }
}
footer .footer_flex__menu {
  margin-left: auto;
}
footer .logo {
  width: min(32%, 100px);
}
@media print, screen and (min-width: 768px) {
  footer .logo {
    width: 100px;
  }
}
@media print, screen and (min-width: 920px) {
  footer .logo {
    width: 115px;
  }
}
@media print, screen and (min-width: 1280px) {
  footer .logo {
    width: 130px;
  }
}
footer .logo a {
  display: block;
  transition: opacity 0.3s;
}
@media print, screen and (min-width: 768px) {
  footer .logo a:hover {
    opacity: 0.8;
  }
}
footer .logo a img {
  width: 100%;
}
footer .logo a span {
  display: block;
  padding-top: 12px;
  font-size: min(3.5vw, 1.4rem);
  white-space: nowrap;
}
@media print, screen and (min-width: 360px) {
  footer .logo a span {
    padding-top: 0;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1280px) {
  footer .logo a span {
    font-size: 1.5rem;
  }
}
footer .footer_menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
@media print, screen and (min-width: 360px) {
  footer .footer_menu {
    gap: 18px;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer_menu {
    display: inline-grid;
    gap: 20px 60px;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto);
    margin-top: 0;
  }
  footer .footer_menu:has(> li:nth-child(7)) {
    grid-template-rows: repeat(4, auto);
  }
  footer .footer_menu:has(> li:nth-child(9)) {
    grid-template-rows: repeat(4, auto);
  }
}
@media print, screen and (min-width: 920px) {
  footer .footer_menu {
    column-gap: 80px;
  }
}
footer .footer_menu li a:hover {
  text-decoration: underline;
}
footer .snslist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
}
@media print, screen and (min-width: 360px) {
  footer .snslist {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .snslist {
    display: none;
  }
}
footer .snslist a {
  width: 30px;
  font-size: 0;
}
@media print, screen and (min-width: 360px) {
  footer .snslist a {
    width: 35px;
  }
}
footer .snslist a:not(:last-child) {
  margin-right: 15px;
}
footer .snslist a img {
  width: 100%;
}
footer .snslist.sns_white {
  display: none;
}
@media print, screen and (min-width: 768px) {
  footer .snslist.sns_white {
    display: flex;
    margin-top: 0;
    margin-left: 30px;
  }
  footer .snslist.sns_white a {
    width: 20px;
  }
  footer .snslist.sns_white a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 920px) {
  footer .snslist.sns_white {
    margin-left: 42px;
  }
  footer .snslist.sns_white a {
    width: 25px;
  }
}
footer .footer_bottom {
  background: #0158a7;
  margin-top: 50px;
  padding-block: 10px;
}
@media print, screen and (min-width: 360px) {
  footer .footer_bottom {
    margin-top: 56px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer_bottom {
    padding-block: 15px;
  }
}
@media print, screen and (min-width: 920px) {
  footer .footer_bottom {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  footer .footer_bottom .page_inner_l,
  footer .footer_bottom .page_inner_m {
    display: flex;
    align-items: center;
  }
}
footer .footer_sub_menu {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  gap: 20px;
}
@media print, screen and (min-width: 768px) {
  footer .footer_sub_menu {
    margin: 0;
  }
}
footer .footer_sub_menu li a {
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
}
@media print, screen and (min-width: 920px) {
  footer .footer_sub_menu li a {
    font-size: 1.4rem;
  }
}
footer .footer_sub_menu li a[target=_blank]::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  content: "\e908";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
footer .footer_sub_menu li a:hover {
  text-decoration: underline;
}
footer .copy {
  display: block;
  margin-top: 10px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer .copy {
    margin: 0;
    margin-left: auto;
  }
}
footer .copy small {
  font-size: 1rem;
  font-weight: 400;
  color: #c4c4c4;
  display: block;
}
@media print, screen and (min-width: 768px) {
  footer .copy small {
    font-size: 1.2rem;
  }
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.border_link {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  display: block;
  padding: 17px 25px 17px 15px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 100%;
  position: relative;
  transition: color 0.3s, background-size 0.3s;
}
@media print, screen and (min-width: 360px) {
  .border_link {
    font-size: 1.6rem;
    padding: 18px 25px 18px 20px;
    border: 2px solid #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .border_link {
    font-size: 1.8rem;
    padding: 19px 25px 19px 25px;
  }
}
@media print, screen and (min-width: 920px) {
  .border_link {
    font-size: 1.9rem;
    padding: 20px 27px 20px 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .border_link {
    font-size: 2rem;
    padding: 20px 30px 20px 35px;
  }
}
.border_link::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%) rotate(45deg);
  transition: border 0.3s;
}
@media print, screen and (min-width: 768px) {
  .border_link::after {
    width: 8px;
    height: 8px;
  }
}
@media print, screen and (min-width: 1280px) {
  .border_link::after {
    width: 9px;
    height: 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .border_link:hover {
    color: #0158a7;
    background-position: bottom left;
    background-size: 100% 100%;
  }
  .border_link:hover::after {
    border-top: 2px solid #0158a7;
    border-right: 2px solid #0158a7;
  }
}
@media print, screen and (min-width: 768px) {
  .border_link.bg_light_blue:hover {
    color: #00a0e9;
  }
  .border_link.bg_light_blue:hover::after {
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
  }
}
@media print, screen and (min-width: 768px) {
  .border_link.bg_light_green:hover {
    color: #42b049;
  }
  .border_link.bg_light_green:hover::after {
    border-top: 2px solid #42b049;
    border-right: 2px solid #42b049;
  }
}