@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------------------------------------
    html
---------------------------------------------*/
html {
  font-size: 62.5%;
}

/*---------------------------------------------
    body
  ---------------------------------------------*/
body {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  background: #f8f5e4;
}
body * {
  box-sizing: border-box;
}

/*---------------------------------------------
    link
  ---------------------------------------------*/
a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition-duration: 0.5s;
}
a img {
  transition-duration: 0.5s;
}
a img:hover {
  opacity: 0.8;
}

/*---------------------------------------------
    common
  ---------------------------------------------*/
html {
  -webkit-text-size-adjust: none;
}

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

input[type=submit], input[type=reset], input[type=button], button {
  cursor: pointer;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
}

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

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

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 700ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.bg-fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

.flex {
  display: flex;
}

.more {
  text-align: right;
}
.more a {
  border-bottom: #13334c solid 5px;
  display: inline-block;
  font-family: "Acumin Variable Concept", "Josefin Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 5px 4px;
}

.section-ttl {
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
}

.btn {
  text-align: center;
}
.btn a {
  background: #1E499D;
  border-radius: 40px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  height: 76px;
  letter-spacing: 1px;
  line-height: 76px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 500px;
}
.btn a::after {
  content: "\f178";
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.4rem;
    height: 46px;
    width: 240px;
  }
}

/*---------------------------------------------
    header
  ---------------------------------------------*/
#header {
  background: #fff;
  border-radius: 20px;
  margin: 20px auto;
  max-width: 1480px;
  position: relative;
  width: 90%;
}
#header #h-inner {
  align-items: center;
  display: flex;
  height: 90px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1480px;
  padding: 0 20px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 1400px) {
  #header #h-inner {
    padding: 0 5%;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  #header #h-inner {
    height: 80px;
    padding: 0;
  }
}
#header #h-inner .h-logo {
  padding-top: 12px;
  position: relative;
  width: 345px;
  z-index: 999;
}
@media screen and (max-width: 820px) {
  #header #h-inner .h-logo {
    padding-left: 5%;
    width: 280px;
  }
}
@media screen and (max-width: 767px) {
  #header #h-inner .h-logo {
    width: 200px;
  }
}
#header #h-inner .h-logo img {
  width: 100%;
}
#header #h-inner #gnav {
  margin: 0 auto 0;
  width: calc(100% - 280px);
}
@media screen and (max-width: 1024px) {
  #header #h-inner #gnav {
    width: 60%;
  }
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav {
    display: block;
    margin: 0;
    opacity: 0;
    position: fixed;
    right: 0 !important;
    top: 0 !important;
    transition: all 0.5s;
    visibility: hidden;
    width: 100%;
    z-index: 99;
  }
  #header #h-inner #gnav.open {
    opacity: 1;
    position: absolute;
    transition: all 0.5s;
    visibility: visible;
  }
  #header #h-inner #gnav #nav-inner {
    background: #fff;
    background-size: cover;
    border-radius: 20px;
    height: 94vh;
    opacity: 0.9;
    width: 100%;
    z-index: 9999;
  }
}
#header #h-inner #gnav ul {
  display: flex;
}
@media screen and (min-width: 1025px) {
  #header #h-inner #gnav ul {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav ul {
    align-items: center;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
  }
}
#header #h-inner #gnav ul li {
  margin: 0 16px;
}
#header #h-inner #gnav ul li a {
  display: block;
}
#header #h-inner #gnav ul li a.blank {
  color: #888;
  pointer-events: none;
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav ul li {
    margin: 20px 0;
  }
}
#header #h-inner #gnav ul li:last-child {
  margin-right: 0;
}
#header #h-inner #gnav ul li:last-child a {
  background: #ea7f00;
  color: #fff;
  display: block;
  padding: 6px 30px;
  position: relative;
  top: -1px;
}
#header #h-inner #gnav ul li:last-child a i {
  font-size: 2rem;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
#header #h-inner #gnav ul li a {
  background-image: linear-gradient(#3761ac, #3761ac);
  background-position: bottom right; /* 下線の初期位置 */
  background-repeat: no-repeat;
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  color: #3761ac;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  padding: 6px 10px;
  padding-bottom: 3px; /* テキストと下線の間隔 */
  transition: background-size 0.3s;
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav ul li a {
    border: none;
  }
}
#header #h-inner #gnav ul li a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}
@media screen and (max-width: 1400px) {
  #header #h-inner #gnav ul li a {
    font-size: 1.8rem;
  }
}

#menu-button {
  display: none;
}

@media screen and (max-width: 1400px) {
  #menu-button {
    background: #3761ac;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 46px;
    position: absolute;
    right: 5%;
    top: 30px;
    width: 46px;
    z-index: 999;
  }
  #menu-button span {
    background: #fff;
    bottom: 0;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    z-index: 99;
  }
  #menu-button span::before, #menu-button span::after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: 0.3s;
    width: 25px;
  }
  #menu-button span::before {
    top: -10px;
  }
  #menu-button span::after {
    top: 10px;
  }
  #menu-button .close {
    background: transparent;
  }
  #menu-button .close:before, #menu-button .close:after {
    top: 0;
  }
  #menu-button .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #fff;
  }
  #menu-button .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background: #fff;
  }
}
@media screen and (max-width: 820px) {
  #menu-button {
    height: 50px;
    right: 5%;
    top: 16px;
    width: 50px;
  }
  #menu-button span {
    height: 2px;
    width: 25px;
  }
  #menu-button span::before, #menu-button span::after {
    height: 2px;
    left: 0;
    right: 0;
    width: 25px;
  }
  #menu-button span::before {
    top: -10px;
  }
  #menu-button span::after {
    top: 10px;
  }
  #menu-button .close:before, #menu-button .close:after {
    top: 0;
  }
}
/*---------------------------------------------
    main
  ---------------------------------------------*/
#main {
  padding-top: 80px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  #main {
    padding-top: 20px;
  }
}

#wrapper {
  height: auto;
  position: relative;
  width: 100%;
}

a {
  color: black;
  text-decoration: none;
}

/*---------------------------------------------
    footer
  ---------------------------------------------*/
footer {
  background: #fff;
  border-top: #ea7f00 solid 4px;
  margin: 80px auto 0;
  padding-bottom: 24px;
  padding-top: 64px;
  width: 100%;
}
footer #f-inner .copy {
  color: #666;
  font-size: 1.4rem;
  margin: 0 auto;
  text-align: center;
}
footer #f-inner .f-contents {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
@media screen and (max-width: 820px) {
  footer #f-inner .f-contents {
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
footer #f-inner .f-contents .f-logo {
  margin: 0 auto 24px;
  width: 380px;
}
@media screen and (max-width: 767px) {
  footer #f-inner .f-contents .f-logo {
    margin-bottom: 16px;
    width: 260px;
  }
}
footer #f-inner .f-contents address {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 24px;
  margin-top: 6px;
  text-align: center;
}
footer #f-inner .f-contents address .tel {
  display: inline-block;
  margin-left: 24px;
}
@media screen and (max-width: 820px) {
  footer #f-inner .f-contents address .tel {
    margin-left: 0;
  }
}
footer #f-inner .f-contents .f-nav {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 24px;
}
footer #f-inner .f-contents .f-nav li {
  margin: 0 20px;
}
footer #f-inner .f-contents .f-nav li a.blank {
  color: #888;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  footer #f-inner .f-contents .f-nav li {
    font-size: 1.4rem;
  }
}

.pagetop {
  bottom: 20px;
  display: none;
  position: fixed;
  right: 20px;
}

.gotop {
  background: #1E499D;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 60px;
  letter-spacing: -1px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
@media screen and (max-width: 820px) {
  .gotop {
    height: 30px;
    width: 30px;
  }
}
.gotop::before {
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  content: "";
  display: block;
  height: 25%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 38%;
  transform: rotate(-45deg);
  width: 25%;
}
@media screen and (max-width: 820px) {
  .gotop::before {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    height: 20%;
    width: 20%;
  }
}
.gotop:hover {
  opacity: 0.7;
}