@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap");
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #344a63;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.6em;
  line-height: 1.55;
  letter-spacing: 0.15rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.3;
}

.en {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

@media screen and (min-width: 835px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  body {
    font-size: 1.45rem;
    line-height: 1.45;
  }
  .sp-hide {
    display: none;
  }
}
/*----------------------------------
基本設定
----------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.txt-link {
  text-decoration: underline;
}

a.txt-link:hover {
  text-decoration: none;
}

hr {
  background-color: #ccc;
  display: block;
  border: 0;
  height: 1px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

a[href^="tel:"] {
  cursor: default;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.object-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold {
  font-weight: 700;
}

.white {
  color: #fff !important;
}

/*--------------------------------
レイアウト関係
---------------------------------*/
main {
  width: 100%;
  display: block;
  padding-top: 115px;
  position: relative;
}
@media (max-width: 1024px) {
  main {
    padding-top: 90px;
  }
}
@media (max-width: 834px) {
  main {
    padding-top: 76px;
  }
}
@media (max-width: 540px) {
  main {
    padding-top: 58px;
  }
}

.pages {
  padding-bottom: 50px;
}
@media (max-width: 540px) {
  .pages {
    padding-bottom: 20px;
  }
}

section {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

#top-page section {
  padding: 120px 0;
}
@media (max-width: 834px) {
  #top-page section {
    padding: 90px 0;
  }
}
@media (max-width: 540px) {
  #top-page section {
    padding: 60px 0;
  }
}

.pages section {
  padding: 120px 0;
}
@media (max-width: 834px) {
  .pages section {
    padding: 80px 0;
  }
}
@media (max-width: 540px) {
  .pages section {
    padding: 60px 0;
  }
}

.inner {
  margin: 0 auto;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  max-width: 1024px;
}

.inner-wide {
  margin: 0 auto;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 82%;
  max-width: 1920px;
}
@media (max-width: 1024px) {
  .inner-wide {
    width: 90%;
  }
}

.inner:after,
.inner-wide:after {
  clear: both;
  content: "";
  display: table;
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
@media (max-width: 540px) {
  .anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}

/*--------------------------------
2カラム
---------------------------------*/
.container-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container-2column .container-main {
  width: 70%;
}
@media (max-width: 540px) {
  .container-2column .container-main {
    width: 100%;
    margin-bottom: 50px;
  }
}
.container-2column .container-side {
  width: 23%;
}
@media (max-width: 540px) {
  .container-2column .container-side {
    width: 100%;
  }
}
.container-2column .container-side .side-wrap {
  margin-bottom: 40px;
}
@media (max-width: 540px) {
  .container-2column .container-side .side-wrap {
    margin-bottom: 30px;
  }
}

/*--------------------------
見出し・テキスト
----------------------------*/
.en-title {
  font-size: 1.6rem;
  color: #0071bc;
  margin-bottom: 10px;
}
@media (max-width: 540px) {
  .en-title {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

.jp-title {
  font-size: 3rem;
  margin-bottom: 30px;
}
@media (max-width: 834px) {
  .jp-title {
    font-size: 2.6rem;
  }
}
@media (max-width: 540px) {
  .jp-title {
    font-size: 2.3rem;
  }
}

.lineheight {
  line-height: 2;
}
@media (max-width: 540px) {
  .lineheight {
    line-height: 1.5 !important;
  }
}

.letterspacing {
  letter-spacing: 0.3rem;
}
@media (max-width: 834px) {
  .letterspacing {
    letter-spacing: 0.2rem;
  }
}

.danraku p {
  margin-bottom: 1rem;
}
.danraku p:last-child {
  margin-bottom: 0;
}

.norap {
  white-space: nowrap;
}

.f30 {
  font-size: 3rem;
}

.f27 {
  font-size: 2.7rem;
}

.f24 {
  font-size: 2.4rem;
}

.f22 {
  font-size: 2.2rem;
}

.f20 {
  font-size: 2rem;
}

.f18 {
  font-size: 1.8rem;
}

.f15 {
  font-size: 1.5rem;
}

.f13 {
  font-size: 1.3rem;
}

.f12 {
  font-size: 1.2rem;
}

@media (max-width: 834px) {
  .f30 {
    font-size: 2.8rem;
  }
  .f27 {
    font-size: 2.5rem;
  }
  .f24 {
    font-size: 2.2rem;
  }
  .f20 {
    font-size: 1.9rem;
  }
}
@media (max-width: 540px) {
  .f30 {
    font-size: 2.5rem;
  }
  .f27 {
    font-size: 2.3rem;
  }
  .f24 {
    font-size: 2rem;
  }
  .f22 {
    font-size: 1.9rem;
  }
  .f20 {
    font-size: 1.7rem;
  }
  .f18 {
    font-size: 1.6rem;
  }
  .f15 {
    font-size: 1.4rem;
  }
  .f13 {
    font-size: 1.2rem;
  }
}
/*--------------------------
矢印ボタン
----------------------------*/
.more-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.more-btn a .zen {
  line-height: 1;
  font-size: 1.8rem;
  color: #0071bc;
}
@media (max-width: 540px) {
  .more-btn a .zen {
    font-size: 1.5rem;
  }
}
.more-btn a .ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2px;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50%;
  background: #0071bc;
  color: #fff;
  margin-left: 10px;
}
@media (max-width: 540px) {
  .more-btn a .ic {
    width: 40px !important;
    height: 40px !important;
  }
}
.more-btn a .ic i {
  font-size: 24px;
  font-weight: 700;
}

/*----------------------------
メニュー
---------------------------*/
#nav li a {
  display: block;
  position: relative;
  white-space: nowrap;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}

#nav .menu-item-has-children > a:after, #nav .menu-item-has-children > a:before {
  display: block;
  content: "";
  position: absolute;
  top: -17px;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 10px;
  height: 1px;
  background: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#nav .menu-item-has-children > a:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

#nav .menu-item-has-children > a.open:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

#nav .menu-item-has-children > a.open:after {
  background: transparent;
}

#nav .menu-item-has-children .sub-menu {
  display: none;
}

@media print, screen and (min-width: 1025px) {
  #menu_btn, .overlay {
    display: none;
  }
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nav li {
    position: relative;
  }
  #nav li a {
    padding: 0 10px;
  }
  #nav .menu-item-has-children > a {
    padding-right: 25px;
  }
  #nav li ul.sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #80a4b6;
    position: absolute;
    width: 200px;
    left: 50%;
    top: calc(100% + 20px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #nav li ul.sub-menu li {
    width: 100%;
  }
  #nav li ul.sub-menu li a {
    line-height: 1.6em;
    color: #fff;
    padding: 10px 20px;
  }
  #nav li ul.sub-menu li a:hover {
    background: #4c3b30;
  }
}
@media only screen and (max-width: 1024px) {
  #nav .menu-item-has-children > a:after, #nav .menu-item-has-children > a:before {
    background: #fff;
    top: -17px;
    bottom: 0;
    right: 30px;
  }
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: rgba(255, 255, 255, 0.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    min-height: 100vh;
  }
  #main.open {
    position: fixed;
    width: 100%;
  }
  #menu_btn {
    top: 20px;
    right: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-trigger {
    width: 26px;
    height: 21px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
            transform: translateY(10px) rotate(-45deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
  #nav {
    width: 280px;
    height: 100%;
    overflow: auto;
    padding: 70px 0;
    background: rgba(52, 83, 127, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    -webkit-transform: translate(280px);
            transform: translate(280px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #nav.open {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  #nav li {
    padding: 0 20px;
    text-align: left;
  }
  #nav li a {
    position: relative;
    padding: 15px;
    color: #fff;
  }
  #nav li a span {
    text-align: left;
  }
  #nav .menu-item-has-children .sub-menu {
    padding: 0 0 20px 25px;
  }
  #nav .menu-item-has-children > a.open:first-of-type {
    color: #fff;
  }
  #nav .menu-item-has-children .sub-menu li {
    padding: 0;
    margin-bottom: 20px;
  }
  #nav .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
  }
  #nav .menu-item-has-children .sub-menu li a {
    padding: 0;
    font-size: 1.55rem;
  }
}
@media only screen and (max-width: 834px) {
  #menu_btn {
    top: 14px;
    right: 16px;
  }
}
@media only screen and (max-width: 540px) {
  #menu_btn {
    top: 5px;
    right: 6px;
  }
  #nav {
    width: 240px;
    padding: 60px 0;
    -webkit-transform: translate(240px);
            transform: translate(240px);
  }
}
/*-----------------------
header
------------------------*/
header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgb(255, 255, 255);
}

header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-left img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: auto;
}

@media print, screen and (min-width: 1025px) {
  header {
    height: 115px;
    padding: 0 15px 0 10px;
  }
  header.transform {
    height: 90px;
    padding: 0 10px 0 10px;
  }
  header .logo-hamanen {
    height: 88px;
  }
  header .logo-license {
    height: 66px;
    margin-left: 10px;
  }
  header .logo-kenko {
    height: 80px;
    margin-left: 20px;
  }
  header.transform .logo-hamanen {
    height: 76px;
  }
  header.transform .logo-license {
    height: 64px;
    margin-left: 10px;
  }
  header.transform .logo-kenko {
    height: 74px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    padding: 0 10px;
    height: 90px;
    z-index: 50;
  }
  header .logo-hamanen {
    height: 76px;
  }
  header .logo-license {
    height: 64px;
    margin-left: 10px;
  }
  header .logo-kenko {
    height: 74px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 834px) {
  header {
    padding: 0 15px;
    height: 76px;
    z-index: 50;
  }
  header .logo-hamanen {
    height: 68px;
  }
  header .logo-license {
    height: 56px;
    margin-left: 10px;
  }
  header .logo-kenko {
    height: 66px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 540px) {
  header {
    padding: 0 6px;
    height: 58px;
  }
  header .logo-hamanen {
    height: 50px;
  }
  header .logo-license {
    height: 40px;
    margin-left: 6px;
  }
  header .logo-kenko {
    height: 48px;
    margin-left: 10px;
  }
}
/*-----------------------
footer
------------------------*/
/*--- under-contact -----*/
.under-contact-wrap {
  position: relative;
  width: 100%;
}
.under-contact-wrap:after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  background: #34537f;
  width: 100%;
  height: 50%;
  z-index: -1;
}

.under-contact {
  width: 93%;
  height: 30vw;
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-top-right-radius: 15vw;
  border-bottom-right-radius: 15vw;
}
@media (max-width: 834px) {
  .under-contact {
    padding: 0 6%;
  }
}
@media (max-width: 540px) {
  .under-contact {
    max-height: auto;
    height: auto;
    padding: 10% 6%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.under-contact .under-contact-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
@media (max-width: 540px) {
  .under-contact .under-contact-list {
    display: block;
  }
  .under-contact .under-contact-list li {
    margin-bottom: 26px;
  }
  .under-contact .under-contact-list li:last-child {
    margin-bottom: 0;
  }
}
.under-contact .under-contact-list p {
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 834px) {
  .under-contact .under-contact-list p {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}
@media (max-width: 540px) {
  .under-contact .under-contact-list p {
    margin-bottom: 7px;
  }
}
.under-contact .under-contact-list h5 {
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 834px) {
  .under-contact .under-contact-list h5 {
    font-size: 2.5rem;
  }
}
.under-contact .under-contact-list h5 i {
  font-size: 2.6rem;
  margin-right: 5px;
}
@media (max-width: 834px) {
  .under-contact .under-contact-list h5 i {
    font-size: 2.2rem;
  }
}

.under-contact-list .mail-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.under-contact-list .mail-btn a .zen {
  line-height: 1;
  font-size: 1.6rem;
}
.under-contact-list .mail-btn a .ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #0071bc;
  color: #fff;
  margin-left: 10px;
}
@media (max-width: 540px) {
  .under-contact-list .mail-btn a .ic {
    width: 30px;
    height: 30px;
  }
}
.under-contact-list .mail-btn a .ic i {
  font-size: 16px;
}

/*--- footer -----*/
footer {
  background: #34537f;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 100px 5vw 150px;
  color: #fff;
}
@media (max-width: 834px) {
  footer {
    padding: 80px 5% 100px;
  }
}
@media (max-width: 540px) {
  footer {
    padding: 50px 4% 120px;
  }
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 834px) {
  .footer-wrap {
    display: block;
  }
}
.footer-wrap .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer-wrap .footer-nav {
    margin-bottom: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-wrap .footer-nav li {
  font-size: 1.4rem;
  margin-left: 20px;
  line-height: 1.65;
}
@media (max-width: 834px) {
  .footer-wrap .footer-nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer-wrap .logo-container {
  text-align: left;
}
@media (max-width: 834px) {
  .footer-wrap .logo-container {
    text-align: center;
  }
}
.footer-wrap .logo-container .f-logo img {
  width: 260px;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.copy {
  font-size: 1.2rem;
}
.copy::before {
  content: "©";
}

/*トップへ戻るボタン */
#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
  line-height: 1;
  z-index: 5;
}
#pageTop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 56px;
  height: 56px;
  background: #1a1a1a;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  opacity: 1;
}
#pageTop a:hover {
  opacity: 1;
}
@media (max-width: 540px) {
  #pageTop a {
    width: 48px;
    height: 48px;
  }
}

/*CTA */
.cta {
  position: fixed;
  z-index: 10;
}
.cta a {
  width: 100%;
  height: 100%;
  display: block;
}
.cta a img {
  height: auto;
  display: block;
}

@media screen and (min-width: 835px) {
  .cta {
    bottom: 25px;
    right: 0;
  }
  .cta a img {
    width: 180px;
  }
}
@media (max-width: 834px) {
  .cta {
    bottom: 20px;
    right: 0;
  }
  .cta a img {
    width: 150px;
  }
}
@media (max-width: 540px) {
  .cta {
    bottom: 15px;
    left: 0;
  }
  .cta a img {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}