@charset "UTF-8";
/* -------------------------------
	default
-------------------------------- */
html {
  font-size: 100%;
  /* 16px */
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: 112.5%;
    /* 18px */
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.065em;
}

@media screen {
  #wrapper {
    opacity: 0;
  }

  body.is-loaded #wrapper {
    opacity: 1;
  }
}
.fs-en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
}

/* -------------------------------
	ローディング
-------------------------------- */
.loader {
  color: rgba(0, 0, 0, 0.2);
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load4 1.3s infinite linear;
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
  visibility: hidden;
}

@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/* -------------------------------
	見出しタグ調整
-------------------------------- */
h1 {
  font-size: 1.9rem;
  /* 30px相当 */
}

h2 {
  font-size: 1.69rem;
  /* 27px相当 */
}

h3 {
  font-size: 1.5rem;
  /* 24px相当 */
}

h4 {
  font-size: 1.33rem;
  /* 21px相当 */
}

h5 {
  font-size: 1.19rem;
  /* 19px相当 */
}

h6 {
  font-size: 1.05rem;
  /* 17px相当 */
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.21rem;
    /* 35px相当 */
  }

  h2 {
    font-size: 1.97rem;
    /* 32px相当 */
  }

  h3 {
    font-size: 1.75rem;
    /* 28px相当 */
  }

  h4 {
    font-size: 1.56rem;
    /* 25px相当 */
  }

  h5 {
    font-size: 1.38rem;
    /* 22px相当 */
  }

  h6 {
    font-size: 1.23rem;
    /* 20px相当 */
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.37rem;
    /* 38px相当 */
  }

  h2 {
    font-size: 2.11rem;
    /* 34px相当 */
  }

  h3 {
    font-size: 1.88rem;
    /* 30px相当 */
  }

  h4 {
    font-size: 1.67rem;
    /* 27px相当 */
  }

  h5 {
    font-size: 1.48rem;
    /* 24px相当 */
  }

  h6 {
    font-size: 1.32rem;
    /* 21px相当 */
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.53rem;
    /* 40px相当 */
  }

  h2 {
    font-size: 2.25rem;
    /* 36px相当 */
  }

  h3 {
    font-size: 2rem;
    /* 32px相当 */
  }

  h4 {
    font-size: 1.78rem;
    /* 28px相当 */
  }

  h5 {
    font-size: 1.58rem;
    /* 25px相当 */
  }

  h6 {
    font-size: 1.4rem;
    /* 22px相当 */
  }
}
h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

p, ol, ul, dl, table {
  margin-bottom: 1rem;
}
p + h3, p + h4, p + h5, p + h6, ol + h3, ol + h4, ol + h5, ol + h6, ul + h3, ul + h4, ul + h5, ul + h6, dl + h3, dl + h4, dl + h5, dl + h6, table + h3, table + h4, table + h5, table + h6 {
  margin-top: 2rem;
}
p:last-child, ol:last-child, ul:last-child, dl:last-child, table:last-child {
  margin-bottom: 0;
}

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

ul {
  padding-left: 1.5em;
}

ol {
  padding-left: 2em;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* -------------------------------
	header
-------------------------------- */
/* 基本サイズ */
#header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
@media print {
  #header {
    position: absolute;
  }
}

/* ---  --- */
.row-head {
  display: flex;
  align-items: center;
  height: 50px;
}
@media print, screen and (min-width: 768px) {
  .row-head {
    height: min(calc(50px + 50 * (100vw - 768px) / 432), 100px);
  }
}
.row-head .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
}
.row-head .logo h1 {
  font-size: 1rem;
  line-height: normal;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .row-head .logo {
    width: min(calc(130px + 139 * (100vw - 768px) / 432), 269px);
  }
}
.row-head .head_contents {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  .row-head .head_contents {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 calc(100% - 230px);
    padding-right: min(3vw, 50px);
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .row-head .head_contents {
    flex: 0 0 calc(100% - 269px);
  }
}

@media screen {
  #header {
    background: linear-gradient(to bottom, #003770 0%, #003770 50%, rgba(0, 55, 112, 0) 50%, rgba(0, 55, 112, 0) 100%);
    background-position: center bottom;
    background-size: 100% 200%;
    transition: background .5s ease;
  }
  #header .row-head {
    transition: height .5s ease;
  }
  #header .row-head .logo {
    transition: width .5s ease;
  }

  .fixed-nav #header, .side-open #header {
    background-position: center top;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-nav #header .row-head {
    height: 80px;
  }
  .fixed-nav #header .row-head .logo {
    width: 200px;
  }
}
/* -------------------------------
	メインメニュー
-------------------------------- */
#gNavi {
  display: none;
}
@media print, screen and (min-width: 1200px) {
  #gNavi {
    display: block;
  }
}

.list-gnav {
  font-size: min(calc(13px + 2 * (100vw - 1200px) / 300), 15px);
  list-style: none;
  padding: 0;
  margin: 0 -1em;
  display: flex;
}
.list-gnav > li {
  padding: 0 1em;
}
.list-gnav > li > button {
  display: none;
}
.list-gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-gnav a {
  text-decoration: none;
}
.list-gnav > li > a {
  color: #fff;
  line-height: 2;
  letter-spacing: normal;
  display: block;
  position: relative;
}
.list-gnav > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  background-color: #fff;
  transition: transform .3s ease, visibility .3s ease;
  visibility: hidden;
}
.list-gnav > li > a:hover:after, .list-gnav > li.active > a:after {
  transform: scaleX(1);
  visibility: visible;
}

/* サブメニュー */
.list-gnav > li > ul, .list-gnav > li > div {
  display: none;
}

.list-gnav > li.child, .list-gnav > li.has-child {
  position: relative;
}
.list-gnav > li.child > ul, .list-gnav > li.has-child > ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  padding: .5em 0;
  white-space: nowrap;
}
.list-gnav > li.child > ul > li > a, .list-gnav > li.has-child > ul > li > a {
  display: block;
  padding: 1em;
  background-color: #fff;
}

/* メガメニュー */
.list-gnav > li.mega-child {
  position: static;
}
.list-gnav > li.mega-child > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
}

/* ---  --- */
.gnav_recruit {
  font-size: min(calc(13px + 2 * (100vw - 1200px) / 300), 15px);
  letter-spacing: normal;
  margin-left: 30px;
  position: relative;
}
.gnav_recruit .ttl {
  color: #fff;
  text-align: center;
  width: 14.1333em;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-color: #03adeb;
  position: relative;
  z-index: 0;
  transition: border-radius 0.3s ease 0.25s;
}
.gnav_recruit.active .ttl {
  border-radius: 25px 25px 0 0;
  transition: border-radius 0.1s ease;
}
.gnav_recruit > ul {
  font-size: 0.93334em;
  position: absolute;
  left: 0;
  list-style: none;
  padding: 0 1em 1em;
  margin: 0;
  border-radius: 0 0 25px 25px;
  min-width: 100%;
  display: block;
  flex-direction: column;
  background-color: #03adeb;
}
.gnav_recruit > ul > li {
  margin: 5px 0;
}
.gnav_recruit > ul > li > a {
  color: #03adeb;
  text-decoration: none;
  display: block;
  padding: 0.5em 2em 0.5em 1.5em;
  border: solid 1px #fff;
  border-radius: 10em;
  background-color: #fff;
  transition: color 0.3s ease, background 0.3s ease;
  position: relative;
}
.gnav_recruit > ul > li > a:before {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.85714em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}
.gnav_recruit > ul > li > a:hover, .gnav_recruit > ul > li.active > a {
  color: #fff;
  background-color: #03adeb;
}

/* -------------------------------
	main
-------------------------------- */
.page-content {
  position: relative;
  z-index: 10;
}

/* -------------------------------
	main title
-------------------------------- */
.main_ttl {
  height: min(calc(250px + 250 * (100vw - 320px) / 1180), 500px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.main_ttl > .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 min(5vw, 100px) min(5vw, 100px);
  background-color: #03adeb;
  pointer-events: none;
  overflow: hidden;
}
.main_ttl > .bg img {
  max-width: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_ttl h2 {
  color: #fff;
  font-size: 1rem;
  line-height: normal;
  padding-right: 20%;
  margin: 0;
  position: absolute;
  left: min(calc(15px + 85 * (100vw - 320px) / 1600), 100px);
  bottom: min(calc(20px + 40 * (100vw - 320px) / 1600), 60px);
}
.main_ttl h2 > .fs-en {
  font-size: min(calc(30px + 40 * (100vw - 320px) / 1600), 70px);
  line-height: normal;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.2), 0 0 0.3em rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
  text-transform: capitalize;
  display: block;
}
.main_ttl h2 > .txt {
  font-size: min(calc(16px + 20 * (100vw - 320px) / 1600), 36px);
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.2), 0 0 0.3em rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
  display: block;
  margin-top: 0.5em;
  padding-left: 1em;
}

/* -------------------------------
	pagetop
-------------------------------- */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
#pagetop.is-active {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease;
}

/* scroll */
#pagetop .scroll {
  position: relative;
  bottom: 106px;
  right: min(3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
  	/*
    font-family: "Oswald", sans-serif;
    font-weight: 500;
  	*/
  font-size: 12px;
  color: #7c888c;
  letter-spacing: 0.1em;
  z-index: 4;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  cursor: pointer;
}

#pagetop .scroll::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
  background: none;
}

#pagetop .scroll::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #7c888c;
  animation: lineAnime2 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime2 {
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* -------------------------------
	スクロールバー
-------------------------------- */
div, .scrollbar {
  scrollbar-color: #8b8b8b #fcfcfc;
  scrollbar-width: thin;
}
div::-webkit-scrollbar, .scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
div::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track {
  background: #fcfcfc;
}
div::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb {
  background: #8b8b8b;
}

/* -------------------------------
	サイドメニュー
-------------------------------- */
#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -280px;
  width: 280px;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  background-color: #efefef;
  transition: transform 0.5s ease;
  overflow-y: auto;
  z-index: 9900;
}
@media print, screen and (min-width: 768px) {
  #sidebar {
    padding-top: min(calc(50px + 50 * (100vw - 768px) / 432), 100px);
    right: -320px;
    width: 320px;
  }
}
.side-open #sidebar {
  transform: translate3d(-100%, 0, 0);
}
@media print, screen and (min-width: 1200px) {
  #sidebar {
    display: none !important;
  }
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar a {
  text-decoration: none;
}
#sidebar .list-sidenav {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #f3f3f3;
  margin-left: 15px;
}
#sidebar .list-sidenav > li {
  text-align: left;
  border-bottom: solid 1px #ccc;
  position: relative;
}
#sidebar .list-sidenav > li:first-child {
  border-top: solid 1px #f3f3f3;
}
#sidebar .list-sidenav > li + li {
  border-top: solid 1px #f3f3f3;
}
#sidebar .list-sidenav > li > a {
  color: #333;
  line-height: 1.5;
  display: block;
  padding: 0.65em 2em 0.65em 1.5em;
  position: relative;
  transition: color 0.3s ease;
}
#sidebar .list-sidenav > li > a:after {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.875em;
  line-height: 1;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav > li.active > a, #sidebar .list-sidenav > li > a:hover {
  color: #03adeb;
}

/*
 * 下層メニュー用ボタン
 */
#sidebar .list-sidenav > li .toggle-submenu {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(1.5em + 0.55em + 0.55em);
  height: calc(1.5em + 0.55em + 0.55em);
  border: none;
  outline: none;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#sidebar .list-sidenav > li .toggle-submenu:before, #sidebar .list-sidenav > li .toggle-submenu:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 2px;
  margin: auto;
  background: #fff;
  transition: transform 0.3s ease;
}
#sidebar .list-sidenav > li .toggle-submenu:after {
  transform: rotate(90deg);
}
#sidebar .list-sidenav > li.open > .toggle-submenu:before {
  transform: rotate(360deg);
}
#sidebar .list-sidenav > li.open > .toggle-submenu:after {
  transform: rotate(0deg);
}

/* 
 * 下層メニュー
 */
#sidebar .list-sidenav li > ul {
  display: none;
}

#sidebar .list-sidenav > ul {
  position: relative;
}
#sidebar .list-sidenav > ul > a:after {
  display: none;
}
#sidebar .list-sidenav > ul > ul {
  background-color: #fff;
}
#sidebar .list-sidenav > ul > ul > li {
  position: relative;
}
#sidebar .list-sidenav > ul > ul > li > a {
  color: #333;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0.55em 2em 0.55em 1.3em;
  display: block;
  background-color: #fff;
  position: relative;
}
#sidebar .list-sidenav > ul > ul > li > a:before {
  content: "\f0da";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -.5em;
}
#sidebar .list-sidenav > ul > ul > li.active > a, #sidebar .list-sidenav > ul > ul > li > a:hover {
  background-color: #ddd;
}

/**/
.side_entry {
  margin-top: auto;
  padding: 1.5rem;
  border-radius: 15px 15px 0 0;
  background-color: #03adeb;
}
.side_entry .ttl {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0.75em;
}
.side_entry > ul {
  font-size: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #03adeb;
}
.side_entry > ul > li {
  margin: 5px 0;
}
.side_entry > ul > li > a {
  color: #03adeb;
  text-decoration: none;
  display: block;
  padding: 0.5em 2em 0.5em 1.5em;
  border: solid 1px #fff;
  border-radius: 10em;
  background-color: #fff;
  transition: color 0.3s ease, background 0.3s ease;
  position: relative;
}
.side_entry > ul > li > a:before {
  content: "\f105";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 0.85714em;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.5em;
}
.side_entry > ul > li > a:hover, .side_entry > ul > li.active > a {
  color: #fff;
  background-color: #03adeb;
}

/* -------------------------------
	半透明
-------------------------------- */
.overlay {
  content: '';
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 20;
}
.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1200px) {
  .overlay {
    display: none;
  }
}

/* -------------------------------
	三本線
-------------------------------- */
.menuWrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  transform: translate3d(0, 0, 0);
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .menuWrapper {
    width: min(calc(50px + 50 * (100vw - 768px) / 432), 100px);
    height: min(calc(50px + 50 * (100vw - 768px) / 432), 100px);
  }
}
@media print, screen and (min-width: 1200px) {
  .menuWrapper {
    display: none;
  }
}

#menuButton {
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#menuButton span, #menuButton:before, #menuButton:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: min(60%, 50px);
  height: 3%;
  margin: auto;
  background: #fff;
}
#menuButton span {
  overflow: hidden;
  z-index: 1;
  color: #fff;
}
#menuButton:before {
  z-index: 2;
  transform: translate(0, -500%);
  content: "";
}
#menuButton:after {
  z-index: 2;
  transform: translate(0, 500%);
  content: "";
}
#menuButton small {
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  display: block;
  display: none;
}

/* アニメーション */
#menuButton span {
  opacity: 1;
  transition: opacity 150ms 50ms;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
}
.side-open #menuButton span {
  opacity: 0;
  transition: opacity 150ms;
}
.side-open #menuButton::before {
  transform: rotate(45deg);
}
.side-open #menuButton::after {
  transform: rotate(-45deg);
}

/* -------------------------------
	footer entry
-------------------------------- */
.foot_entry {
  padding: min(calc(50px + 80 * (100vw - 320px) / 1600), 130px) 0;
  border-radius: min(7.5vw, 150px) min(7.5vw, 150px) 0 0;
  background-image: url("../images/common/bg-img001.jpg");
}
@media print, screen and (min-width: 768px) {
  .foot_entry {
    min-height: 80vh;
    display: flex;
  }
  .foot_entry .container-fluid-xl {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.foot_entry h2 {
  color: #fff;
  text-align: center;
}
.foot_entry h2 > .fs-en {
  font-size: min(calc(35px + 40 * (100vw - 320px) / 880), 75px);
  line-height: normal;
  display: block;
}
.foot_entry h2 > .txt {
  font-size: 18px;
  display: block;
  margin-top: 0.5em;
}
.foot_entry .btn {
  font-size: 16px;
  display: block;
  padding: 0.77em 3em 0.77em 2em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .foot_entry .btn {
    font-size: min(calc(16px + 9 * (100vw - 768px) / 732), 25px);
  }
}
.foot_entry .btn > i {
  position: absolute;
  right: 1.2em;
  top: 50%;
  color: #fff;
  font-size: 0.6em;
  letter-spacing: normal;
  line-height: 1;
  width: 3.14066em;
  height: 3.14066em;
  margin-top: -1.57034em;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: #03adeb;
  transition: background 0.3s ease;
}
.foot_entry .btn:hover > i {
  background-color: #003873;
}

/* -------------------------------
	footer
-------------------------------- */
#footer {
  padding: min(calc(50px + 50 * (100vw - 320px) / 1180), 100px) 0;
  background-color: #fff;
  page-break-inside: avoid;
}

@media print, screen and (min-width: 992px) {
  .footer_content {
    display: flex;
  }
  .footer_content__left {
    flex: 0 0 223px;
  }
  .footer_content__right {
    flex: 1 1 0;
  }
}

.footer_content__left h2 {
  font-size: 1rem;
  line-height: normal;
  text-align: center;
  margin-bottom: 30px;
}
.footer_content__left .foot_btn {
  text-align: center;
}
.footer_content__left .foot_btn .btn {
  color: #03adeb;
  font-size: 16px;
  text-align: left;
  width: 193px;
  height: 42px;
  padding: 0 0 0 24px;
  display: inline-flex;
  align-items: center;
  border: solid 1px #03adeb;
  border-radius: 5px;
  position: relative;
}
.footer_content__left .foot_btn .btn > i {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -.5em;
}
.footer_content__left .foot_btn .btn:hover {
  color: #fff;
  background-color: #03adeb;
}
@media print, screen and (min-width: 992px) {
  .footer_content__left h2, .footer_content__left .foot_btn {
    text-align: left;
  }
}

.f_navi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .f_navi {
    display: flex;
    justify-content: center;
    gap: 0 30px;
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .f_navi {
    margin-top: 0;
    justify-content: flex-end;
    gap: 0 min(calc(30px + 35 * (100vw - 992px) / 508), 65px);
  }
}
.f_navi__box .ttl {
  color: #003873;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 0.75em;
}
.f_navi__box > ul {
  font-size: 14px;
  line-height: 1.875;
  list-style: none;
  padding: 0;
  margin: 0;
}
.f_navi__box > ul > li > a {
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.f_navi__box > ul > li > a:hover {
  opacity: 0.65;
}
@media print, screen and (min-width: 992px) {
  .f_navi__box > .ttl {
    font-size: min(calc(16px + 4 * (100vw - 992px) / 508), 20px);
  }
  .f_navi__box > ul {
    font-size: min(calc(14px + 2 * (100vw - 992px) / 508), 16px);
  }
}

.copyright {
  font-size: 13px;
  line-height: normal;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .copyright {
    text-align: left;
  }
}

/* 印刷用 */
@page {
  margin: 10mm 4mm 10mm 4mm;
}
@media print {
  body {
    min-width: 1500px !important;
  }

  .container {
    min-width: 1200px !important;
  }

  .container-fluid-xl {
    min-width: 1500px !important;
  }

  .row {
    overflow: visible !important;
  }

  [class^="col"], [class*=" col"], [class^="col-"], [class*=" col-"] {
    page-break-inside: avoid;
  }

  #pagetop {
    opacity: 0;
    visibility: hidden;
  }

  .page-break {
    page-break-inside: avoid;
    page-break-after: avoid;
  }
}
/* firefox　ハック */
@-moz-document url-prefix() {
  @page {
    margin: auto;
  }
}

/*# sourceMappingURL=screen.css.map */
