@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
/* ------------------------------
 Base
------------------------------ */
html, body {
  margin: 0;
  padding: 0;
  height: 100%; }

html {
  -webkit-text-size-adjust: 100%; }

* {
  border: none;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

section, article, aside, dialog, figure, footer, header, hgroup, nav, li {
  display: block; }

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  color: #1F1F1F;
  background: #fff; }

a {
  color: #1F1F1F;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  outline: none;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

a.hover {
  cursor: pointer; }

li {
  list-style-type: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  img.objectfit {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%; }

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

::selection {
  background: #ddd; }

::-moz-selection {
  background: #ddd; }

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/ }

/* ---------- Common-Setting ---------- */
.clear {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

body {
  overflow: auto !important; }

body.no-scroll {
  overflow: hidden !important; }

/* ------------------------------
 Base END
------------------------------ */
#container {
  padding-left: 80px; }

main {
  display: block; }

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  text-align: left;
  clear: both; }
  .wrapper.wide {
    max-width: 1600px;
    padding: 0 5%; }

.pcnone {
  display: none; }

.pctabnone {
  display: none; }

/* ------------------------------
 Header
------------------------------ */
#header {
  position: fixed;
  width: 80px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-sizing: border-box;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #124A97;
  color: #fff; }
  #header #header-logo {
    position: relative;
    z-index: 999; }
    #header #header-logo a {
      background-color: #fff;
      display: block;
      padding: 16px 19px; }
  #header .sp_event {
    display: none; }
  #header #fixmenu {
    position: absolute;
    bottom: 25px;
    left: 0; }
    #header #fixmenu .sns ul li {
      margin-bottom: 10px; }
      #header #fixmenu .sns ul li a {
        display: block;
        color: #fff; }
        #header #fixmenu .sns ul li a i {
          font-size: 24px; }
    #header #fixmenu .iconbox {
      margin-top: 20px; }
      #header #fixmenu .iconbox ul li {
        width: 80px;
        height: 80px;
        margin-top: 1px; }
        #header #fixmenu .iconbox ul li a {
          color: #124A97;
          background-color: #F7F7F7;
          text-align: center;
          will-change: 100%;
          height: 100%;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: center;
          justify-content: center; }
          #header #fixmenu .iconbox ul li a .icon {
            width: 30px;
            margin-bottom: 7px; }
          #header #fixmenu .iconbox ul li a .text {
            font-size: 13px;
            line-height: 1.3;
            width: 100%;
            font-weight: 500; }

#navibutton {
  position: fixed;
  left: 20px;
  top: 108px;
  z-index: 99999; }

/* ------------------------------
 Fat-Navigation
------------------------------ */
.fat-nav, .hamburger__icon, .hamburger__icon:after, .hamburger__icon:before {
  -moz-transition-duration: .4s;
  -o-transition-duration: .4s;
  -webkit-transition-duration: .4s;
  transition-duration: 0.4s; }

.hamburger {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 30px 0 0;
  height: 60px;
  box-sizing: border-box;
  touch-action: manipulation;
  display: none;
  position: relative;
  text-align: center;
  z-index: 1000;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }
  .hamburger::before {
    content: "";
    width: 80px;
    height: 80px;
    background-color: #124A97;
    position: absolute;
    left: -20px;
    top: -20px;
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
  .hamburger::after {
    content: "MENU";
    color: #fff;
    text-align: center;
    display: block;
    font-size: 11px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0; }

#navibutton .hamburger {
  display: block; }

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff; }

.hamburger__icon {
  position: relative;
  margin: 0 auto;
  width: 40px; }
  .hamburger.active .hamburger__icon {
    width: 34px; }

.hamburger__icon:before {
  top: -7px;
  right: 0; }

.hamburger__icon:after {
  top: 7px;
  right: 0; }

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: ""; }

.hamburger.active {
  background-color: transparent; }
  .hamburger.active::before {
    opacity: 0; }
  .hamburger.active::after {
    content: "CLOSE";
    color: #1F1F1F; }

.hamburger.active .hamburger__icon {
  background-color: transparent; }

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  width: 34px;
  background-color: #1F1F1F; }

.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg); }

.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg); }

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  text-align: left;
  box-sizing: border-box;
  background: #fff;
  /*-moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);*/
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important; }

.fat-nav.active {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.fat-nav .logomark {
  width: 40px;
  position: absolute;
  left: 17px;
  top: 20px;
  z-index: 10; }
.fat-nav .fat-nav__title {
  right: 0;
  top: 0;
  width: 42vw;
  height: 100vh;
  position: absolute;
  background: url("../img/globalnavi-bg.jpg") no-repeat center center;
  background-size: cover; }
  .fat-nav .fat-nav__title #globalnavi-home {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 260px; }
    .fat-nav .fat-nav__title #globalnavi-home a {
      display: block; }
      .fat-nav .fat-nav__title #globalnavi-home a svg {
        width: 260px;
        display: block;
        margin: 0 auto;
        fill: #fff; }
      .fat-nav .fat-nav__title #globalnavi-home a .text {
        font-weight: bold;
        color: #fff;
        text-align: center;
        font-feature-settings: "palt";
        letter-spacing: 0.2em;
        margin-top: 13px;
        display: block;
        font-size: 15px; }
.fat-nav .fat-nav__menu {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  box-sizing: border-box;
  padding-right: 42vw;
  overflow-y: scroll; }
  .fat-nav .fat-nav__menu .fat-nav__menu_inner {
    padding: 4vw 4vw 260px;
    box-sizing: border-box;
    width: 58vw;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative; }
  .fat-nav .fat-nav__menu .menu_containar {
    width: 100%;
    text-align: center; }
    .fat-nav .fat-nav__menu .menu_containar .menu_list {
      display: inline-block;
      vertical-align: top;
      margin: 0 35px; }
      .fat-nav .fat-nav__menu .menu_containar .menu_list li {
        margin-bottom: 1.6vw;
        text-align: left; }
        .fat-nav .fat-nav__menu .menu_containar .menu_list li:last-child {
          margin-bottom: 0; }
        .fat-nav .fat-nav__menu .menu_containar .menu_list li a {
          position: relative;
          display: inline-block;
          line-height: 1.4;
          font-size: 17px;
          overflow: hidden;
          padding-bottom: 5px;
          font-weight: 500; }
          .fat-nav .fat-nav__menu .menu_containar .menu_list li a:hover {
            opacity: .6; }
          .fat-nav .fat-nav__menu .menu_containar .menu_list li a i {
            color: #C8C8C8;
            margin-left: 8px;
            font-size: 90%; }
      .fat-nav .fat-nav__menu .menu_containar .menu_list.form li a {
        color: #124A97;
        font-weight: 500;
        font-size: 18px; }
  .fat-nav .fat-nav__menu .infobox {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4vw;
    box-sizing: border-box; }
    .fat-nav .fat-nav__menu .infobox .info .logoarea {
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .fat-nav .fat-nav__menu .infobox .info .logoarea .logo {
        width: 260px; }
      .fat-nav .fat-nav__menu .infobox .info .logoarea .icon {
        order: 2; }
        .fat-nav .fat-nav__menu .infobox .info .logoarea .icon li {
          display: inline-block;
          margin-left: 4px; }
          .fat-nav .fat-nav__menu .infobox .info .logoarea .icon li a {
            font-size: 22px;
            color: #464343; }
    .fat-nav .fat-nav__menu .infobox .info .address {
      margin-top: 20px; }
    .fat-nav .fat-nav__menu .infobox .tel {
      text-align: center; }
      .fat-nav .fat-nav__menu .infobox .tel .telnumber {
        font-weight: 600;
        font-size: 41px;
        line-height: 1; }
        .fat-nav .fat-nav__menu .infobox .tel .telnumber img {
          width: 30px;
          margin-right: 13px; }
      .fat-nav .fat-nav__menu .infobox .tel .text {
        display: block;
        font-size: 13px;
        margin-top: 10px; }

/* ------------------------------
 Footer
------------------------------ */
#footer {
  margin-top: 110px; }
  #footer .ft_btn {
    background-color: #124A97; }
    #footer .ft_btn .inner {
      display: -webkit-flex;
      display: flex;
      justify-content: center; }
      #footer .ft_btn .inner p {
        flex: 1;
        margin: 25px 0 25px 25px; }
        #footer .ft_btn .inner p:first-child {
          margin-left: 0; }
        #footer .ft_btn .inner p a {
          color: #fff;
          position: relative;
          padding: 25px;
          display: -webkit-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          letter-spacing: 0.15em;
          font-weight: bold; }
          #footer .ft_btn .inner p a:hover::after {
            border-width: 5px; }
          #footer .ft_btn .inner p a::after {
            content: "";
            position: absolute;
            z-index: 1;
            border: 1px solid #fff;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
            -webkit-transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden; }
          #footer .ft_btn .inner p a .icon {
            width: 32px;
            height: 32px;
            margin-right: 15px; }
            #footer .ft_btn .inner p a .icon img {
              object-fit: contain;
              font-family: "object-fit: contain;"; }
  #footer .footer_main {
    padding: 110px 0; }
    #footer .footer_main .inner {
      display: -webkit-flex;
      display: flex;
      align-items: flex-end;
      justify-content: space-between; }
      #footer .footer_main .inner .box1 #footer-logo {
        width: 250px; }
      #footer .footer_main .inner .box1 .address {
        margin: 30px 0; }
      #footer .footer_main .inner .box1 .tel {
        font-weight: 600;
        font-size: 38px;
        line-height: 1;
        white-space: nowrap; }
        #footer .footer_main .inner .box1 .tel img {
          width: 30px;
          margin-right: 13px; }
        #footer .footer_main .inner .box1 .tel .tel-link {
          color: #1F1F1F; }
      #footer .footer_main .inner .box1 .time {
        font-size: 13px;
        margin: 8px 0 0 -7px;
        color: #464343; }
      #footer .footer_main .inner .box2 {
        position: relative; }
        #footer .footer_main .inner .box2 .sekouarea {
          margin-bottom: 35px; }
          #footer .footer_main .inner .box2 .sekouarea a {
            display: block;
            border: 1px solid #C8C8C8;
            padding: 20px;
            font-size: 15px; }
            #footer .footer_main .inner .box2 .sekouarea a:hover {
              opacity: .7; }
            #footer .footer_main .inner .box2 .sekouarea a .head {
              display: inline-block;
              color: #fff;
              padding: 2px 10px;
              background-color: #124A97;
              margin-bottom: 12px;
              font-weight: 500; }
            #footer .footer_main .inner .box2 .sekouarea a .textarea p span {
              color: #124A97;
              font-weight: 600; }
            #footer .footer_main .inner .box2 .sekouarea a .text {
              text-align: right;
              font-size: 13px;
              margin-top: 10px;
              font-weight: 500; }
              #footer .footer_main .inner .box2 .sekouarea a .text span {
                background-color: rgba(18, 74, 151, 0.15);
                padding: 1px 3px; }
              #footer .footer_main .inner .box2 .sekouarea a .text i {
                margin-left: 5px; }
        #footer .footer_main .inner .box2 .ft_navi {
          display: -webkit-flex;
          display: flex;
          justify-content: flex-end;
          white-space: nowrap; }
          #footer .footer_main .inner .box2 .ft_navi .navi li {
            display: inline-block; }
            #footer .footer_main .inner .box2 .ft_navi .navi li::after {
              display: inline-block;
              margin: 0 10px;
              content: "/"; }
            #footer .footer_main .inner .box2 .ft_navi .navi li:last-child::after {
              display: none; }
          #footer .footer_main .inner .box2 .ft_navi .icon {
            margin-left: 20px; }
            #footer .footer_main .inner .box2 .ft_navi .icon li {
              display: inline-block;
              position: relative; }
              #footer .footer_main .inner .box2 .ft_navi .icon li a {
                font-size: 16px;
                color: #124A97;
                padding: 0 10px; }
                #footer .footer_main .inner .box2 .ft_navi .icon li a::after {
                  position: absolute;
                  top: 50%;
                  transform: translateY(-50%);
                  -webkit-transform: translateY(-50%);
                  right: -5px;
                  width: 1px;
                  height: 1em;
                  content: "";
                  background-color: #C8C8C8; }
              #footer .footer_main .inner .box2 .ft_navi .icon li:last-child a::after {
                display: none; }
        #footer .footer_main .inner .box2 .copyright {
          position: absolute;
          right: 0;
          bottom: -40px; }
          #footer .footer_main .inner .box2 .copyright small {
            font-size: 13px;
            color: #C8C8C8;
            letter-spacing: 0.08em; }

#ft_fix {
  display: none; }

/* ------------------------------
 PageTop
------------------------------ */
#pagetop {
  position: fixed;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  right: 0;
  bottom: 40px;
  width: 60px;
  height: 60px;
  opacity: 0;
  visibility: hidden;
  z-index: 999; }
  #pagetop a {
    display: block;
    background-color: #1F1F1F;
    color: #fff;
    width: 100%;
    height: 100%;
    position: relative; }
    #pagetop a:hover {
      background-color: #124A97; }
    #pagetop a .arrow {
      display: block;
      position: absolute;
      width: 18px;
      height: 18px;
      top: 26px;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }
    #pagetop a .text {
      display: none; }

.is-scroll #pagetop {
  visibility: visible;
  opacity: 1; }

/* ------------------------------
 Contents
------------------------------ */
#toparea #toptitle {
  height: 560px;
  position: relative; }
  #toparea #toptitle .title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
    line-height: 1; }
    #toparea #toptitle .title::before {
      display: block;
      content: "";
      background-color: #fff;
      width: 400px;
      height: 165px;
      left: 0;
      right: 0;
      margin: 0 auto;
      position: absolute;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      z-index: -1; }
    #toparea #toptitle .title .en {
      font-size: 62px;
      font-family: "Caveat", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
      display: block;
      margin-top: -5px; }
    #toparea #toptitle .title .jp {
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.15em;
      margin-top: 13px;
      display: block; }
  #toparea #toptitle #topimg {
    height: 560px; }

#breadcrumbs {
  margin: 20px 0; }
  #breadcrumbs ul {
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    letter-spacing: -.4em; }
    #breadcrumbs ul li {
      display: inline-block;
      letter-spacing: 1px;
      font-size: 14px; }
      #breadcrumbs ul li a {
        padding-right: 2px;
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline; }
        #breadcrumbs ul li a::after {
          content: "";
          display: inline-block;
          width: 7px;
          height: 7px;
          border-top: #1F1F1F 1px solid;
          border-right: #1F1F1F 1px solid;
          margin: 0 10px;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
      #breadcrumbs ul li strong {
        font-size: 14px; }
      #breadcrumbs ul li:first-child a::before {
        content: "\f015";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        display: inline-block;
        margin-right: 5px;
        vertical-align: middle; }

#bodyarea {
  padding-top: 100px; }

.telbnr {
  border: 1px solid #C8C8C8;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 80px;
  margin: 120px auto;
  text-align: center;
  max-width: 1100px;
  box-sizing: border-box; }
  .telbnr .titlearea {
    font-weight: bold;
    font-size: 24px;
    width: 40%; }
  .telbnr .textarea {
    width: 60%;
    border-left: 1px solid #1F1F1F;
    padding-left: 40px;
    margin-left: 40px;
    box-sizing: border-box; }
    .telbnr .textarea .sub {
      font-weight: bold;
      font-size: 15px;
      font-feature-settings: "palt";
      letter-spacing: 0.1em; }
    .telbnr .textarea .telnumber {
      margin: 15px auto 20px;
      font-size: 52px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.04em;
      white-space: nowrap; }
      .telbnr .textarea .telnumber .icon {
        width: 34px;
        margin-right: 15px; }
        .telbnr .textarea .telnumber .icon img {
          object-fit: contain;
          font-family: 'object-fit: contain;';
          display: block; }
      .telbnr .textarea .telnumber a, .telbnr .textarea .telnumber span {
        display: inline-block;
        color: #1F1F1F; }
    .telbnr .textarea .time {
      font-size: 14px; }

/* ---------- Typography ---------- */
.postbody {
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: .1em; }

.postbody p + p {
  margin-top: 1.5em; }

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

.postbody ul {
  margin: 10px 0; }

.postbody ul li::before {
  content: "●";
  color: #464343;
  font-size: 80%;
  padding-right: 5px; }

.postbody ul li {
  padding: 0 0 8px 1em;
  text-indent: -1em;
  position: relative; }

.postbody h1 {
  font-size: 180%;
  font-weight: 400;
  margin-bottom: 15px; }

.postbody h1 * {
  font-size: inherit; }

.postbody h2 {
  font-size: 160%;
  font-weight: 500;
  margin: 20px 0; }

.postbody h2 * {
  font-size: inherit; }

.postbody h3 {
  font-size: 140%;
  font-weight: 500;
  margin: 20px 0; }

.postbody h3 * {
  font-size: inherit; }

.postbody h4 {
  font-size: 120%;
  font-weight: 500;
  margin-bottom: 15px; }

.postbody h4 * {
  font-size: inherit; }

.postbody h5 {
  font-size: 110%;
  font-weight: 500;
  margin-bottom: 15px; }

.postbody h5 * {
  font-size: inherit; }

.postbody h6 {
  font-size: 105%;
  font-weight: 500;
  margin-bottom: 15px; }

.postbody h6 * {
  font-size: inherit; }

.postbody strong {
  font-weight: bold; }

.postbody strong * {
  font-weight: inherit; }

.postbody a {
  text-decoration: underline; }

.postbody img.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 1em; }

.postbody img.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 1em; }

.postbody img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.postbody img.alignnone {
  padding: 5px;
  box-sizing: border-box; }

.postbody blockquote {
  width: 80%;
  margin: 0 auto;
  border: 1px dashed #bbb;
  padding: 20px;
  box-sizing: border-box; }

.postbody hr {
  background-color: #C8C8C8;
  border: 0;
  height: 1px;
  margin: 2em -10px; }

.postbody table {
  border-collapse: collapse;
  border: #ddd 1px solid; }
  .postbody table caption {
    font-size: 1.2em;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center; }
  .postbody table tr {
    border-bottom: #ddd 1px solid; }
  .postbody table th {
    padding: 15px 20px;
    font-weight: bold;
    border-right: #ddd 1px solid;
    text-align: center; }
  .postbody table td {
    padding: 15px 20px;
    border-right: #ddd 1px solid; }

/* ---------- Page-Back ---------- */
.pageback {
  margin: 90px 0 100px; }
  .pageback a {
    display: block;
    max-width: 380px;
    box-sizing: border-box;
    border: 1px solid #464343;
    border-radius: 99px;
    text-align: center;
    padding: 16px;
    font-weight: bold;
    margin: 0 auto;
    font-size: 15px;
    color: #464343;
    position: relative;
    overflow: hidden; }
    .pageback a:hover {
      color: #fff; }
      .pageback a:hover::after {
        left: 0; }
    .pageback a::before {
      content: '\f03a';
      font-weight: bold;
      font-family: "Font Awesome 5 free";
      margin-right: 7px; }
    .pageback a::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: -100%;
      top: 0;
      z-index: -1;
      background-color: #464343;
      transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
      -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }

/* ---------- pagination ---------- */
#pagenav {
  margin: 60px auto 0;
  clear: both; }
  #pagenav ul {
    overflow: hidden;
    height: 60px;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8; }
    #pagenav ul li {
      height: 60px; }
      #pagenav ul li#next {
        float: left;
        width: 34%; }
        #pagenav ul li#next a::before {
          content: "";
          width: 8px;
          height: 8px;
          border-top: 2px solid #1F1F1F;
          border-left: 2px solid #1F1F1F;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          display: inline-block;
          vertical-align: middle;
          margin: -5px 10px 0 0;
          position: absolute;
          top: 50%;
          left: 10px; }
      #pagenav ul li#prev {
        float: right;
        width: 34%; }
        #pagenav ul li#prev a {
          text-align: right; }
          #pagenav ul li#prev a::after {
            content: "";
            width: 8px;
            height: 8px;
            border-top: 2px solid #1F1F1F;
            border-right: 2px solid #1F1F1F;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            vertical-align: middle;
            margin: -5px 0 0 10px;
            position: absolute;
            top: 50%;
            right: 10px; }
      #pagenav ul li#back a {
        text-align: center; }
        #pagenav ul li#back a::before {
          content: '\f03a';
          font-weight: bold;
          font-family: "Font Awesome 5 free";
          margin-right: 7px;
          color: #464343; }
      #pagenav ul li a {
        display: block;
        height: 60px;
        line-height: 60px;
        text-decoration: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 28px;
        position: relative; }
        #pagenav ul li a:hover {
          background-color: #F7F7F7; }

.pager {
  clear: both;
  margin: 40px auto 100px;
  text-align: center; }
  .pager span {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    padding: 2px 12px;
    margin: 1px;
    color: #fff; }
  .pager .current_page {
    color: #fff;
    border: 1px solid #124A97;
    background-color: #124A97;
    overflow: hidden; }
  .pager a {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    padding: 2px 12px;
    margin: 1px;
    border: 1px solid #EEE;
    overflow: hidden;
    text-decoration: none; }
    .pager a:hover {
      color: #fff;
      border: 1px solid #C8C8C8;
      background-color: #C8C8C8; }

/* ------------------------------
 Mail-Form
------------------------------ */
#formarea {
  margin-top: 50px; }
  #formarea .form_title {
    margin-bottom: 80px;
    position: relative;
    font-size: 28px;
    text-align: center;
    font-weight: bold; }
    #formarea .form_title::after {
      content: "";
      position: absolute;
      bottom: -30px;
      width: 80px;
      height: 1px;
      background-color: #1F1F1F;
      left: 0;
      right: 0;
      margin: 0 auto; }
  #formarea .form_intro {
    text-align: center; }
    #formarea .form_intro p {
      margin-bottom: 20px; }
    #formarea .form_intro .caution {
      font-size: 14px;
      font-weight: bold; }
      #formarea .form_intro .caution .domain {
        display: inline-block;
        margin: 0 7px;
        line-height: 1.6;
        color: #124A97; }

form#mailformpro {
  padding: 0; }

.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea {
  box-shadow: none;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 0;
  padding: 5px;
  box-sizing: border-box; }

#formbox {
  margin-top: 50px; }

#formbox .notesbox {
  margin: 30px 0;
  text-align: center; }
  #formbox .notesbox p {
    display: inline-block;
    border: 1px solid #C8C8C8;
    padding: 20px;
    font-weight: bold; }

#formbox table {
  width: 100%;
  margin: 15px auto 30px;
  clear: both;
  border-collapse: collapse;
  border-top: 1px solid #eee; }

#formbox table tr {
  border-bottom: 1px solid #eee; }

#formbox table th,
#formbox table tr td:first-child {
  width: 25%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: right;
  font-weight: 500;
  vertical-align: middle;
  padding: 30px 0 30px 20px; }
  #formbox table th b,
  #formbox table tr td:first-child b {
    font-weight: bold; }

#formbox table th {
  font-weight: bold; }
  #formbox table th a.link {
    text-decoration: underline; }
  #formbox table th .notes {
    display: block;
    font-size: 90%;
    font-weight: normal; }

#formbox table td {
  padding: 30px 60px 30px 60px;
  box-sizing: border-box; }
  #formbox table td .note {
    display: inline-block;
    color: #464343;
    margin: 10px 0;
    font-size: 80%; }
  #formbox table td .note_strong {
    display: inline-block;
    font-weight: bold;
    margin: 10px 0;
    font-size: 80%; }

#formbox table textarea {
  height: 120px !important;
  width: 100% !important; }

#formbox table input[type="text"],
#formbox table input[type="tel"],
#formbox table input[type="email"],
#formbox table textarea {
  width: 100%;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 8px;
  font-size: 15px;
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  border-radius: 0;
  vertical-align: middle;
  background-color: #fafafa;
  box-shadow: none;
  margin: 5px 0; }
  #formbox table input[type="text"]:focus,
  #formbox table input[type="tel"]:focus,
  #formbox table input[type="email"]:focus,
  #formbox table textarea:focus {
    background-color: #fff;
    border-color: #1F1F1F; }

#formbox table input[type=radio],
#formbox table input[type=checkbox] {
  vertical-align: middle;
  margin-left: 5px; }

#formbox table input[type="checkbox"]:checked,
#formbox table input[type="radio"]:checked {
  color: #1F1F1F;
  font-weight: bold; }

#formbox table input[type="checkbox"] + span,
#formbox table input[type="radio"] + span {
  padding-left: 10px; }

#formbox table input[type="checkbox"]:checked + span,
#formbox table input[type="radio"]:checked + span {
  color: #1F1F1F;
  font-weight: bold; }

#formbox table select {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 8px;
  vertical-align: middle;
  box-shadow: none; }

#formbox table input.noborder {
  border: none; }

#formbox table ul {
  overflow: hidden; }

#formbox table ul li + li {
  margin-top: 6px; }

#formbox table ul.float li {
  float: left;
  padding-right: 10px;
  margin: 4px 0; }

#formbox table strong {
  color: #1F1F1F;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle; }

.yoyaku_att {
  margin-top: 10px;
  padding-left: 6px;
  color: #F00;
  font-weight: bold;
  font-size: 14px; }

#kid_box .inner {
  margin-top: 15px; }

.safety-regulations {
  width: 100%;
  height: 200px;
  padding: 20px 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #464343;
  font-size: 0.8em;
  border: 1px solid #C8C8C8;
  overflow-y: scroll;
  border-radius: 4px;
  box-sizing: border-box; }
  .safety-regulations .title {
    margin-bottom: 15px;
    font-size: 130%;
    font-weight: 600;
    text-align: center; }
  .safety-regulations .h {
    margin-bottom: 10px;
    font-size: 110%;
    font-weight: 600; }
  .safety-regulations .bold {
    font-weight: bold; }
  .safety-regulations ul {
    margin: 15px 0; }
    .safety-regulations ul li {
      padding-left: 1.2em;
      position: relative; }
      .safety-regulations ul li::before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #C8C8C8;
        position: absolute;
        top: 7px;
        left: 0;
        border-radius: 50px; }

.check-disabled {
  color: #C8C8C8;
  pointer-events: none; }

.hissu {
  padding: 2px 8px;
  color: #fff;
  background-color: #124A97;
  font-size: 12px;
  border-radius: 1px;
  letter-spacing: 0.2em;
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block; }

:placeholder-shown {
  color: #bbb; }

::-webkit-input-placeholder {
  color: #bbb; }

:-moz-placeholder {
  color: #bbb;
  opacity: 1; }

::-moz-placeholder {
  color: #bbb;
  opacity: 1; }

:-ms-input-placeholder {
  color: #bbb; }

.mfp_err {
  clear: both; }

.zipsearch {
  display: inline-block;
  background-color: #ccc;
  padding: 4px 8px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 1px;
  vertical-align: middle;
  margin-left: 10px; }

.zipsearch:hover {
  background-color: #1F1F1F; }

#formbox table input[type=submit] {
  border: none;
  border-radius: 3px;
  background: #1F1F1F;
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  padding: 0;
  overflow: hidden;
  text-shadow: none; }

#formbox table input[type=submit]:hover {
  background-color: rgba(31, 31, 31, 0.7);
  text-shadow: 0 0 6px rgba(31, 31, 31, 0.8);
  box-shadow: 0 0 8px rgba(31, 31, 31, 0.3); }

#formbox #introducer_box .inner {
  display: inline-block;
  margin-top: 20px;
  border: 1px dashed #1F1F1F;
  padding: 10px 15px; }
  #formbox #introducer_box .inner span {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 3px; }

/* ---------- label override ---------- */
#formbox table label,
form#mailformpro label {
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 10px 8px 8px;
  border: #ddd 1px solid;
  background-color: #fafafa;
  border-radius: 2px; }

form#mailformpro label.mfp_checked {
  padding: 8px 10px 8px 8px;
  background-color: #464343;
  border: #464343 1px solid;
  color: #fff;
  box-shadow: none;
  border-radius: 2px;
  font-weight: 500; }

form#mailformpro label.mfp_not_checked {
  padding: 8px 10px 8px 8px;
  border: #ddd 1px solid;
  background-color: #fafafa;
  border-radius: 2px; }

/* ---------- button override ---------- */
.mfp_element_all {
  max-width: none; }

#mfp_buttons p {
  text-align: center;
  width: auto;
  margin: 0 auto;
  box-shadow: none; }

#mfp_buttons button#btn_confirm {
  border: none;
  border-radius: 3px;
  background: #124A97;
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  padding: 0;
  overflow: hidden;
  text-shadow: none; }

#mfp_buttons button#btn_confirm:hover {
  opacity: .7;
  text-shadow: none;
  box-shadow: none; }

/* ---------- confirm.css override ---------- */
div#mfp_phase_confirm {
  margin: 0 0; }

div#mfp_phase_confirm h4 {
  font-size: 26px;
  font-weight: bold;
  color: #124A97;
  padding: 0;
  text-align: center;
  margin: 0 0 20px; }

table#mfp_confirm_table {
  border-bottom: #eee 1px solid;
  width: 80%;
  margin: 0 auto; }

table#mfp_confirm_table tr th {
  width: 30%;
  white-space: nowrap;
  padding: 20px 10px 20px 30px; }

table#mfp_confirm_table tr td {
  padding: 20px 30px; }

table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td {
  text-align: left;
  border-top: #eee 1px solid;
  font-size: 15px; }

table#mfp_confirm_table tr.mfp_colored {
  background-color: #fafafa; }

.mfp_buttons {
  margin: 30px auto 80px;
  vertical-align: middle; }

div.mfp_buttons button {
  border: none;
  color: #fff;
  font-size: 22px;
  border-radius: 3px;
  cursor: pointer;
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica, sans-serif;
  margin: 0 10px;
  text-align: center;
  text-shadow: none;
  transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  vertical-align: middle;
  padding: 10px 0; }

div.mfp_buttons button:hover {
  border: none;
  box-shadow: none; }

div.mfp_buttons button#mfp_button_send {
  width: 280px;
  background: #FD7800;
  font-weight: bold; }

div.mfp_buttons button#mfp_button_send:hover {
  background-color: rgba(253, 120, 0, 0.8); }

div.mfp_buttons button#mfp_button_cancel {
  width: 160px;
  font-size: 18px;
  letter-spacing: 0;
  background: #AAA; }

div.mfp_buttons button#mfp_button_cancel:hover {
  background-color: #ccc; }

/* ---------- Guide override ---------- */
div.mfp_guide div {
  border-radius: 3px;
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 500;
  background: #1c4c8a;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2); }

/* ------------------------------
 Thanks
------------------------------ */
.thanks #bodyarea .wrapper .thankstitle {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center; }
.thanks #bodyarea .wrapper > p {
  text-align: center; }
  .thanks #bodyarea .wrapper > p + p {
    margin-top: 40px; }
.thanks .telbox {
  margin: 60px auto;
  width: 800px; }
  .thanks .telbox .telinner {
    border: 1px solid #EEE;
    padding: 30px 10px;
    text-align: center; }
    .thanks .telbox .telinner > p {
      line-height: 1;
      margin-bottom: 15px; }
    .thanks .telbox .telinner dl {
      display: table;
      margin: 10px auto; }
      .thanks .telbox .telinner dl dt {
        display: table-cell;
        vertical-align: middle; }
        .thanks .telbox .telinner dl dt img {
          max-width: none;
          height: 47px;
          width: auto;
          vertical-align: middle; }
      .thanks .telbox .telinner dl dd {
        display: table-cell;
        vertical-align: bottom;
        padding-left: 40px; }
        .thanks .telbox .telinner dl dd .number {
          display: inline-block;
          line-height: 1;
          vertical-align: middle; }
          .thanks .telbox .telinner dl dd .number img {
            max-width: none;
            height: 30px;
            width: auto;
            margin: 0 10px 0 0; }
          .thanks .telbox .telinner dl dd .number span.tel-link, .thanks .telbox .telinner dl dd .number a {
            display: inline-block;
            font-size: 32px;
            font-weight: bold;
            letter-spacing: 1px; }
.thanks .campaign2022 {
  text-align: center;
  margin: 30px auto; }
  .thanks .campaign2022 h2 {
    font-size: 20px;
    font-weight: bold; }
  .thanks .campaign2022 img {
    width: 500px;
    margin: 10px auto 30px; }
  .thanks .campaign2022 h3 {
    font-size: 18px;
    font-weight: bold; }
  .thanks .campaign2022 .campaign2022_list {
    margin: 10px auto;
    border: 1px solid #EEEEEE;
    width: 560px;
    padding: 20px;
    text-align: left; }
  .thanks .campaign2022 .campaign2022_bnr {
    margin: 20px auto; }
    .thanks .campaign2022 .campaign2022_bnr a {
      padding: 30px 14px;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      background: #164A96;
      border: double 10px #fff;
      width: 560px;
      display: inline-block; }
      .thanks .campaign2022 .campaign2022_bnr a:hover {
        opacity: .6; }

/* ----------------------------------------
 banner
---------------------------------------- */
@media only screen and (max-width: 1600px) {
  .fat-nav .fat-nav__menu .fat-nav__menu_inner {
    padding-bottom: 340px; }
  .fat-nav .fat-nav__menu .menu_containar {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .fat-nav .fat-nav__menu .menu_containar .menu_list li {
      margin-bottom: 1.4vw; }
    .fat-nav .fat-nav__menu .menu_containar .menu_list.form {
      width: 100%;
      display: -webkit-flex;
      display: flex;
      justify-content: space-around; }
  .fat-nav .fat-nav__menu .infobox {
    display: block; }
    .fat-nav .fat-nav__menu .infobox .info {
      text-align: center; }
      .fat-nav .fat-nav__menu .infobox .info .logoarea {
        display: block; }
        .fat-nav .fat-nav__menu .infobox .info .logoarea .icon {
          margin-bottom: 12px; }
        .fat-nav .fat-nav__menu .infobox .info .logoarea .logo {
          width: 230px;
          margin: 0 auto 15px; }
        .fat-nav .fat-nav__menu .infobox .info .logoarea .address {
          font-size: 14px; }
    .fat-nav .fat-nav__menu .infobox .tel {
      margin-top: 35px; }
      .fat-nav .fat-nav__menu .infobox .tel .telnumber {
        font-size: 32px; }
        .fat-nav .fat-nav__menu .infobox .tel .telnumber img {
          width: 23px;
          margin-right: 10px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1400px) {
  .wrapper {
    padding-right: 5vw;
    padding-left: 5vw; }

  /* ------------------------------
   Header
  ------------------------------ */
  #header #header-tel {
    margin-right: 60px; }

  /* ------------------------------
   Footer
  ------------------------------ */
  /* ------------------------------
   Contents
  ------------------------------ */ }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  body {
    font-size: 15px;
    line-height: 1.8; }

  .pcnone {
    display: block; }

  .tabspnone {
    display: none; }

  .tabnone {
    display: none; }

  /* ------------------------------
   Header
  ------------------------------ */
  /* ------------------------------
   GlobalNavi
  ------------------------------ */
  .fat-nav .fat-nav__title {
    display: none; }
  .fat-nav .fat-nav__menu {
    padding: 0;
    position: static; }
    .fat-nav .fat-nav__menu .fat-nav__menu_inner {
      display: block;
      width: 100%;
      padding: 10vw 4vw 6vw; }
    .fat-nav .fat-nav__menu .menu_containar {
      display: block; }
      .fat-nav .fat-nav__menu .menu_containar .menu_list.form {
        width: auto;
        justify-content: center;
        margin-bottom: 30px; }
        .fat-nav .fat-nav__menu .menu_containar .menu_list.form li {
          margin: 0 10px; }
          .fat-nav .fat-nav__menu .menu_containar .menu_list.form li a {
            background-color: #124A97;
            color: #fff;
            text-align: center;
            padding: 15px 22px;
            display: block; }
    .fat-nav .fat-nav__menu .infobox {
      position: static;
      margin-top: 40px;
      padding: 0; }

  /* ------------------------------
   Footer
  ------------------------------ */
  #footer {
    margin-top: 80px; }
    #footer .ft_btn {
      padding: 10px 0; }
      #footer .ft_btn .inner {
        display: block; }
        #footer .ft_btn .inner p {
          margin: 15px 0; }
    #footer .footer_main {
      padding: 80px 0 20px; }
      #footer .footer_main .inner {
        display: block; }
        #footer .footer_main .inner .box1 #footer-logo {
          margin: 0 auto;
          width: 220px; }
        #footer .footer_main .inner .box1 .address {
          text-align: center;
          margin: 20px 0 25px; }
        #footer .footer_main .inner .box1 .tel {
          margin: 0 auto;
          text-align: center; }
        #footer .footer_main .inner .box1 .time {
          font-size: 12px;
          margin: 8px 0 0;
          text-align: center; }
        #footer .footer_main .inner .box2 {
          margin-top: 30px; }
          #footer .footer_main .inner .box2 .sekouarea {
            max-width: 580px;
            margin: 0 auto 35px; }
          #footer .footer_main .inner .box2 .ft_navi {
            display: block; }
            #footer .footer_main .inner .box2 .ft_navi .navi {
              display: none; }
            #footer .footer_main .inner .box2 .ft_navi .icon {
              text-align: center;
              margin-left: 0; }
              #footer .footer_main .inner .box2 .ft_navi .icon li {
                margin: 0 3px; }
                #footer .footer_main .inner .box2 .ft_navi .icon li.icon_blog, #footer .footer_main .inner .box2 .ft_navi .icon li.icon_contact {
                  display: none; }
                #footer .footer_main .inner .box2 .ft_navi .icon li a {
                  font-size: 20px;
                  border: 1px solid #fff;
                  border-radius: 99px;
                  width: 40px;
                  height: 40px;
                  display: block;
                  padding: 0;
                  box-sizing: border-box;
                  line-height: 38px; }
                  #footer .footer_main .inner .box2 .ft_navi .icon li a::after {
                    display: none; }
          #footer .footer_main .inner .box2 .copyright {
            position: static;
            text-align: center;
            margin-top: 50px; }

  /* ------------------------------
   Contents
  ------------------------------ */
  #toparea #toptitle {
    height: 430px; }
    #toparea #toptitle .title::before {
      width: 350px;
      height: 140px; }
    #toparea #toptitle .title .en {
      font-size: 50px; }
    #toparea #toptitle .title .jp {
      font-size: 16px;
      margin-top: 10px; }
    #toparea #toptitle #topimg {
      height: 430px; }

  #breadcrumbs ul {
    font-size: 13px; }
    #breadcrumbs ul li {
      font-size: 13px; }
      #breadcrumbs ul li a {
        font-size: 13px; }
      #breadcrumbs ul li strong {
        font-size: 13px; }

  #bodyarea {
    padding-top: 40px; }

  .telbnr {
    display: block;
    text-align: center;
    padding: 6vw 8vw;
    margin: 80px 0; }
    .telbnr .titlearea {
      width: auto; }
    .telbnr .textarea {
      width: auto;
      border-left: none;
      padding: 40px 0 0;
      margin: 30px 0 0;
      border-top: 1px solid #1F1F1F; }
      .telbnr .textarea .telnumber {
        font-size: 50px; }
        .telbnr .textarea .telnumber .icon {
          width: 32px;
          margin-right: 12px; }

  /* ---------- Typography ---------- */
  .postbody hr {
    min-width: 0;
    margin: 20px 0; }

  /* ------------------------------
   Mail-Form
  ------------------------------ */
  #formbox table tr td:first-of-type,
  table.inputform th {
    white-space: normal;
    padding: 20px 20px 20px 15px;
    font-size: 15px; }

  #formbox table td {
    padding: 20px 15px 20px 20px;
    font-size: 15px; }

  #formbox table ul.float li {
    margin-bottom: 5px; }

  /* ---------- confirm.css override ---------- */
  table#mfp_confirm_table {
    width: 100%; }

  /* ------------------------------
   Thanks
  ------------------------------ */
  .thanks #bodyarea .wrapper > p + p {
    margin-top: 20px; }
  .thanks .telbox {
    margin: 40px 0;
    width: 100%; }
    .thanks .telbox .telinner dl dt img {
      height: 40px; }
    .thanks .telbox .telinner dl dd {
      padding-left: 20px; }
      .thanks .telbox .telinner dl dd .number img {
        height: 30px;
        margin: 0 7px 0 0; }
      .thanks .telbox .telinner dl dd .number span.tel-link, .thanks .telbox .telinner dl dd .number a {
        letter-spacing: 0; }
  .thanks .campaign2022 .campaign2022_list {
    margin: 0 auto;
    width: auto; }
  .thanks .campaign2022 .campaign2022_bnr a {
    width: auto;
    display: block; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  body {
    font-size: 15px;
    line-height: 1.6; }

  .spnone {
    display: none; }

  .pctabnone {
    display: block; }

  #container {
    padding-left: 0;
    padding-top: 60px; }

  .wrapper {
    padding: 0 5vw; }
    .wrapper.wide {
      padding: 0 5vw; }

  /* ------------------------------
   Header
  ------------------------------ */
  #header {
    width: 100%;
    height: 60px; }
    #header #header-logo {
      margin: 21px 0 0 15px;
      width: 165px; }
      #header #header-logo a {
        padding: 0;
        background-color: transparent; }
    #header .sp_event {
      display: block;
      position: absolute;
      right: 80px;
      top: 0; }
      #header .sp_event a {
        color: #124A97;
        display: block;
        background-color: #fff;
        width: 60px;
        height: 60px;
        padding-top: 7px;
        box-sizing: border-box; }
        #header .sp_event a .icon {
          width: 20px;
          margin: 0 auto 3px; }
        #header .sp_event a .text {
          font-size: 12px;
          letter-spacing: 0.05em; }
    #header #fixmenu {
      display: none; }

  #navibutton {
    left: auto;
    right: 20px;
    top: 10px; }

  /* ------------------------------
   Fat-Navigation
  ------------------------------ */
  .hamburger {
    padding-top: 28px;
    height: 56px; }
    .hamburger::before {
      display: none; }

  .hamburger__icon:before {
    top: -6px; }

  .hamburger__icon:after {
    top: 6px; }

  .hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg); }

  .hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg); }

  .fat-nav .logomark {
    position: static;
    width: 180px;
    padding: 25px 0 0 5vw; }
  .fat-nav .fat-nav__menu {
    overflow: visible; }
    .fat-nav .fat-nav__menu .fat-nav__menu_inner {
      padding: 50px 5vw 30px; }
    .fat-nav .fat-nav__menu .menu_containar {
      margin-bottom: 50px;
      display: block; }
      .fat-nav .fat-nav__menu .menu_containar .menu_list {
        display: block;
        margin: 0 20px 15px; }
        .fat-nav .fat-nav__menu .menu_containar .menu_list li {
          margin-bottom: 15px; }
          .fat-nav .fat-nav__menu .menu_containar .menu_list li a {
            font-size: 16px; }
        .fat-nav .fat-nav__menu .menu_containar .menu_list.form {
          display: block;
          margin: 0 20px 40px; }
          .fat-nav .fat-nav__menu .menu_containar .menu_list.form li {
            margin: 0 0 8px; }
            .fat-nav .fat-nav__menu .menu_containar .menu_list.form li a {
              padding: 15px 22px; }
    .fat-nav .fat-nav__menu .infobox {
      position: static; }
      .fat-nav .fat-nav__menu .infobox .info .logoarea .logo {
        width: 200px; }
      .fat-nav .fat-nav__menu .infobox .info .address {
        font-size: 12px; }
      .fat-nav .fat-nav__menu .infobox .tel .telnumber {
        font-size: 30px; }
      .fat-nav .fat-nav__menu .infobox .tel .text {
        font-size: 10px; }

  /* ------------------------------
   Footer
  ------------------------------ */
  #footer {
    margin-top: 60px; }
    #footer .ft_btn .inner {
      margin: 12px 0; }
      #footer .ft_btn .inner p a {
        padding: 20px;
        font-size: 16px; }
        #footer .ft_btn .inner p a .icon {
          width: 26px;
          height: 26px;
          margin-right: 10px; }
    #footer .footer_main {
      padding-top: 60px; }
      #footer .footer_main .inner .box1 #footer-logo {
        width: 200px; }
      #footer .footer_main .inner .box1 .address {
        font-size: 13px; }
      #footer .footer_main .inner .box1 .tel {
        text-align: center;
        font-size: 30px; }
        #footer .footer_main .inner .box1 .tel img {
          width: 23px;
          margin-right: 10px; }
      #footer .footer_main .inner .box1 .time {
        letter-spacing: 0.05em; }
      #footer .footer_main .inner .box2 {
        margin-top: 30px; }
        #footer .footer_main .inner .box2 .sekouarea a {
          font-size: 14px;
          padding: 15px; }
          #footer .footer_main .inner .box2 .sekouarea a .textarea {
            font-size: 13px; }
          #footer .footer_main .inner .box2 .sekouarea a .text {
            margin-top: 15px;
            font-size: 12px; }
        #footer .footer_main .inner .box2 .copyright {
          margin-top: 15px; }
          #footer .footer_main .inner .box2 .copyright small {
            font-size: 10px; }

  .is-scroll #ft_fix {
    bottom: 0; }

  #ft_fix {
    display: block;
    position: fixed;
    z-index: 1000;
    width: 100%;
    bottom: -50px;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.52, 0.08, 0.18, 1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }
    #ft_fix ul {
      overflow: hidden; }
      #ft_fix ul li {
        float: left;
        width: 25%;
        box-sizing: border-box;
        height: 50px;
        border-right: 1px solid #fff; }
        #ft_fix ul li:last-child {
          border-right: 0; }
        #ft_fix ul li a {
          background-color: #124A97;
          color: #fff;
          text-align: center;
          will-change: 100%;
          height: 100%;
          display: -webkit-flex;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          align-content: center;
          justify-content: center; }
          #ft_fix ul li a .icon {
            width: 20px;
            margin-bottom: 5px; }
            #ft_fix ul li a .icon img {
              vertical-align: middle; }
          #ft_fix ul li a .text {
            font-size: 12px;
            line-height: 1;
            width: 100%;
            letter-spacing: 0.03em; }

  #pagetop {
    position: static;
    width: 100%;
    margin-bottom: 50px;
    opacity: 1;
    visibility: visible;
    height: 50px; }
    #pagetop a {
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center; }
      #pagetop a .arrow {
        width: 10px;
        height: 10px;
        position: relative;
        display: block;
        margin: 5px 10px 0 0;
        top: 0; }
      #pagetop a .text {
        display: block;
        font-size: 13px; }

  /* ------------------------------
   Contents
  ------------------------------ */
  #toparea #toptitle {
    height: 250px; }
    #toparea #toptitle .title::before {
      width: 220px;
      height: 100px; }
    #toparea #toptitle .title .en {
      font-size: 32px; }
    #toparea #toptitle .title .jp {
      font-size: 12px;
      margin-top: 8px; }
    #toparea #toptitle #topimg {
      height: 250px; }

  #breadcrumbs {
    margin: 15px 0; }
    #breadcrumbs ul {
      font-size: 12px; }
      #breadcrumbs ul li {
        font-size: 12px; }
        #breadcrumbs ul li a {
          font-size: 12px; }
        #breadcrumbs ul li strong {
          font-size: 12px; }

  #bodyarea {
    padding-top: 25px; }

  .telbnr {
    margin: 50px 0;
    padding: 35px 25px; }
    .telbnr .titlearea {
      font-size: 18px;
      font-weight: 500; }
    .telbnr .textarea {
      margin-top: 15px;
      padding-top: 20px; }
      .telbnr .textarea .sub {
        font-size: 13px; }
      .telbnr .textarea .telnumber {
        font-size: 28px; }
        .telbnr .textarea .telnumber .icon {
          width: 21px;
          margin-right: 10px; }
      .telbnr .textarea .time {
        font-size: 12px;
        letter-spacing: 0.08em; }

  /* ---------- Page-Back ---------- */
  .pageback {
    margin: 50px 0; }
    .pageback a {
      padding: 12px;
      max-width: 260px;
      font-size: 14px; }

  /* ------------------------------
   Page-Navigation
  ------------------------------ */
  #pagenav {
    margin: 30px auto; }
    #pagenav ul {
      height: auto;
      overflow: hidden; }
      #pagenav ul li {
        height: auto;
        box-sizing: border-box; }
        #pagenav ul li#next {
          width: 50%;
          box-sizing: border-box;
          margin-right: 0; }
          #pagenav ul li#next a::before {
            content: "";
            left: 6px; }
        #pagenav ul li#prev {
          width: 50%;
          border: none;
          margin-left: 0; }
          #pagenav ul li#prev a {
            text-align: right; }
          #pagenav ul li#prev a::after {
            content: "";
            right: 6px; }
        #pagenav ul li#back {
          clear: both;
          border-top: #F0F0E2 1px solid; }
          #pagenav ul li#back a {
            border-right: inherit;
            border-left: inherit; }
        #pagenav ul li a {
          display: block;
          height: 40px;
          line-height: 40px;
          text-decoration: none;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding: 0 23px; }

  .pager {
    margin: 20px 0 50px; }

  /* ------------------------------
   Mail-Form
  ------------------------------ */
  #formarea .form_title {
    font-size: 21px;
    margin-bottom: 50px; }
    #formarea .form_title::after {
      bottom: -20px;
      width: 50px; }
  #formarea .form_intro .caution {
    font-size: 13px;
    text-align: left; }

  #formbox {
    margin-top: 30px; }

  #formbox table,
  #formbox table thead,
  #formbox table tbody,
  #formbox table tr {
    display: block; }

  #formbox table tr td:first-child,
  #formbox table.inputform th {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 20px 15px 0 15px;
    text-align: center;
    font-size: 16px; }

  #formbox table td {
    box-sizing: border-box;
    width: auto;
    display: block;
    padding: 15px 10px 20px 10px; }

  #formbox table ul.float li {
    float: none;
    padding-right: 0; }

  #formbox table ul.float li + li {
    margin-top: 10px; }

  #formbox table label {
    white-space: normal; }

  #formbox table span.time {
    display: block; }

  #formbox table input[type=submit] {
    width: 100%;
    height: 60px;
    line-height: 60px; }

  #formbox #introducer_box .inner {
    margin-top: 15px; }
    #formbox #introducer_box .inner span {
      font-size: 14px; }

  .safety-regulations {
    height: 160px;
    padding: 15px 10px; }
    .safety-regulations .title {
      font-size: 120%;
      text-align: start; }
    .safety-regulations ul li::before {
      width: 6px;
      height: 6px;
      top: 5px; }

  /* ---------- button override ---------- */
  #mfp_buttons {
    padding: 0 20px; }

  #mfp_buttons button#btn_confirm {
    width: 100%;
    height: 60px;
    line-height: 60px; }

  /* ---------- confirm.css override ---------- */
  div#mfp_phase_confirm h4 {
    font-size: 21px;
    letter-spacing: 1px; }

  table#mfp_confirm_table tr th {
    width: 40%;
    padding: 10px;
    white-space: normal; }

  table#mfp_confirm_table tr td {
    padding: 10px 10px; }

  table#mfp_confirm_table tr th,
  table#mfp_confirm_table tr td {
    letter-spacing: 0; }

  .mfp_buttons {
    margin: 10px 0 30px; }

  div.mfp_buttons button#mfp_button_send {
    width: 40%;
    font-size: 16px; }

  div.mfp_buttons button#mfp_button_cancel {
    width: 40%;
    font-size: 13px; }

  /* ------------------------------
   Thanks
  ------------------------------ */
  .thanks #bodyarea .wrapper .thankstitle {
    font-size: 19px;
    margin-bottom: 30px; }
  .thanks #bodyarea .wrapper > p {
    text-align: justify;
    line-height: 1.3; }
    .thanks #bodyarea .wrapper > p br {
      display: none; }
    .thanks #bodyarea .wrapper > p + p {
      margin-top: 15px; }
  .thanks .telbox {
    margin: 30px 20px;
    width: auto; }
    .thanks .telbox .telinner {
      padding: 25px 10px; }
      .thanks .telbox .telinner > p {
        margin-bottom: 20px; }
      .thanks .telbox .telinner dl {
        display: block;
        margin: 0; }
        .thanks .telbox .telinner dl dt {
          display: block;
          padding: 0; }
          .thanks .telbox .telinner dl dt img {
            height: 22px; }
        .thanks .telbox .telinner dl dd {
          display: block;
          padding: 10px 0 0 0; }
          .thanks .telbox .telinner dl dd .number img {
            height: 22px; }
          .thanks .telbox .telinner dl dd .number span.tel-link, .thanks .telbox .telinner dl dd .number a {
            font-size: 26px;
            letter-spacing: 0; }
  .thanks .campaign2022 {
    margin: 20px auto; }
    .thanks .campaign2022 h2 {
      font-size: 16px;
      letter-spacing: 0px; }
    .thanks .campaign2022 img {
      width: auto;
      margin: 10px auto 20px; }
    .thanks .campaign2022 h3 {
      font-size: 15px;
      letter-spacing: 0px; }
    .thanks .campaign2022 .campaign2022_list {
      margin: 0 auto;
      padding: 10px; }
      .thanks .campaign2022 .campaign2022_list li {
        font-size: 12px;
        padding-left: 12px;
        text-indent: -12px; }
    .thanks .campaign2022 .campaign2022_bnr {
      margin: 10px auto; }
      .thanks .campaign2022 .campaign2022_bnr a {
        padding: 18px 10px;
        color: #fff;
        font-size: 14px; } }
