@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, p,
ul, ol, li, dl, dt, dd, a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

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

li {
  list-style: none;
}

html {
  font-size: 10px;
}

body {
  font-family: 'EB Garamond',YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #191919;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-size: 1.2rem !important;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem !important;
  }
}

img {
  max-width: 100%;
}

@media screen and (min-width: 1010px) {
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.header {
  background-color: #fff;
  position: relative;
}

.header-inner {
  position: relative;
  max-width: 1005px;
  margin: 0 auto;
  height: 50px;
}

.header-inner:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 1010px) {
  .header-inner {
    padding: 30px 0;
    height: auto;
  }
}

.header-catch {
  display: none;
}

@media screen and (min-width: 1010px) {
  .header-catch {
    display: block;
    font-size: 1.5rem;
    color: #000;
    margin: 15px 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.4;
  }
}

@media screen and (min-width: 1010px) {
  .header-logo {
    text-align: center;
  }
}

.header-logo a {
  display: inline-block;
  background-image: url("/assets/img/logo.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px;
  height: 32px;
  line-height: 32px;
  padding-left: 40px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #00326c;
  margin: 10px 0 0 10px;
}

@media screen and (min-width: 1010px) {
  .header-logo a {
    background-size: 60px 61px;
    padding-left: 70px;
    height: 60px;
    line-height: 60px;
    font-size: 3.5rem;
    margin: 0;
  }
}

.header-contact {
  display: none;
}

@media screen and (min-width: 1010px) {
  .header-contact {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 154px;
    height: 80px;
    padding: 22px 0 22px 52px;
    background-color: #2794cb;
    background-image: url("/assets/img/icon-mail.png");
    background-position: 20px center;
    background-size: 27px 20px;
    background-repeat: no-repeat;
    font-size: 1.4rem;
    line-height: 1.4;
    z-index: 10;
    text-align: center;
    font-weight: bold;
  }
}

.header-web {
  display: none;
}

@media screen and (min-width: 1010px) {
  .header-web {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 154px;
    height: 80px;
    padding: 0 0 0 52px;
    background-color: #00326c;
    background-image: url("/assets/img/icon-web.png");
    background-position: 20px center;
    background-size: 30px;
    background-repeat: no-repeat;
    font-size: 1.4rem;
    line-height: 80px;
    z-index: 10;
    text-align: center;
    font-weight: bold;
  }
}

.header-line {
  display: none;
}

@media screen and (min-width: 1010px) {
  .header-line {
    display: block;
    position: absolute;
    top: 6px;
    right: 171px;
    width: 32px;
    height: 32px;
  }
}

.header-fb {
  display: none;
}

@media screen and (min-width: 1010px) {
  .header-fb {
    display: block;
    position: absolute;
    top: 48px;
    right: 171px;
    width: 32px;
    height: 32px;
  }
}

.header-tel {
  display: none;
}

@media screen and (min-width: 1010px) {
  .header-tel {
    display: block;
    width: 200px;
    position: absolute;
    top: 100px;
    right: 0;
  }
  .header-tel a {
    display: block;
    font-size: 2.2rem;
    color: #00326c;
    background-image: url("/assets/img/icon-tel.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .header-tel span {
    display: block;
    text-align-last: justify;
    font-size: 1.5rem;
  }
}

.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: block !important;
  height: auto !important;
  overflow: auto !important;
}

.header.is-fixed .header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 1010px) {
  .is-top .header {
    display: none;
    height: 0;
    overflow: hidden;
  }
}

body.is-open .header-nav {
  display: block;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 1010px) {
  body.is-open .header-nav {
    margin-top: 0;
    border-top: none;
  }
}

body.is-open .header-nav .m-nav li {
  margin-right: 0px;
  display: block;
}

@media screen and (min-width: 1010px) {
  body.is-open .header-nav .m-nav li {
    display: inline-block;
  }
}

body.is-open .header-nav .m-nav li a {
  padding: 20px;
}

@media screen and (min-width: 1010px) {
  body.is-open .header-nav .m-nav li a {
    padding: 10px 20px;
  }
}

.header-menu-btn {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  z-index: 10000;
  background-color: #00326c;
  background-size: 40px 17px;
}

@media screen and (min-width: 1010px) {
  .header-menu-btn {
    display: none;
  }
}

.header-menu-btn p {
  position: absolute;
  bottom: 8px;
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 1.1rem;
}

.header-menu-btn span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 11px;
}

.header-menu-btn span:nth-of-type(1) {
  top: 10px;
}

.header-menu-btn span:nth-of-type(2) {
  top: 16px;
}

.header-menu-btn span:nth-of-type(3) {
  top: 22px;
}

.header-menu-btn.is-open {
  top: 10px;
}

.header-menu-btn.is-open span {
  width: 25px;
}

.header-menu-btn.is-open span:nth-of-type(1) {
  top: 12px;
  height: 3px;
  left: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-menu-btn.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header-menu-btn.is-open span:nth-of-type(3) {
  top: 12px;
  height: 3px;
  left: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer {
  background-color: #00326c;
  color: #fff;
}

@media screen and (min-width: 1010px) {
  .footer {
    padding-top: 100px;
  }
}

.footer-menu {
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto;
}

@media screen and (min-width: 1010px) {
  .footer-menu {
    width: 80%;
    max-width: 640px;
    padding-bottom: 70px;
  }
}

.footer-menu li {
  display: block;
  text-align: center;
  padding: 0 10px;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 1010px) {
  .footer-menu li {
    text-align: left;
    padding: 0;
    display: inline-block;
    border-bottom: 0;
    margin: 10px 20px;
    font-size: 0;
  }
}

.footer-menu li a {
  font-size: 1.5rem;
  display: block;
  padding: 12px 0 12px 20px;
  line-height: 14px;
}

@media screen and (min-width: 1010px) {
  .footer-menu li a {
    padding: 4px 0 4px 20px;
    font-size: 1.6rem;
    display: inline;
    font-weight: bold;
  }
}

.footer-copyright {
  text-align: center;
  padding-bottom: 20px;
}

.footer-pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 1010px) {
  .footer-pagetop {
    width: 60px;
    height: 60px;
  }
}

.footer-menu-list-icon {
  vertical-align: middle;
}

.footer-txt {
  font-weight: bold;
  line-height: 1.6;
}

.footer-btn-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 308px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 1010px) {
  .footer-btn-set {
    margin: 0 auto 50px;
  }
}

.footer-btn-set-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #fff;
  height: 80px;
  padding: 22px 0 22px 52px;
  background-color: #2794cb;
  background-image: url("/assets/img/icon-mail.png");
  background-position: 20px center;
  background-size: 27px 20px;
  background-repeat: no-repeat;
  font-size: 1.4rem;
  line-height: 1.4;
  z-index: 10;
  text-align: center;
  font-weight: bold;
}

.footer-btn-set-web {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #00326c;
  height: 80px;
  padding: 0 0 0 52px;
  background-color: #fff;
  background-image: url("/assets/img/icon-web-blue.png");
  background-position: 20px center;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 1.4rem;
  line-height: 80px;
  z-index: 10;
  text-align: center;
  font-weight: bold;
}

.footer-logo {
  background-image: url("/assets/img/footer-logo.png");
  background-position: 0 0;
  background-size: 45px 46px;
  background-repeat: no-repeat;
  padding-left: 60px;
  line-height: 48px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 1010px) {
  .footer-logo {
    font-size: 2.8rem;
  }
}

.m-container {
  max-width: 1025px;
  position: relative;
  margin: 0 auto;
  padding: 0 4%;
}

.m-container:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 1010px) {
  .m-container {
    padding: 0 10px;
  }
}

.m-container-m {
  max-width: 765px;
  position: relative;
  margin: 0 auto;
  padding: 0 4%;
}

.m-container-m:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 1010px) {
  .m-container-m {
    padding: 0;
  }
}

.m-container-s {
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  padding: 0 4%;
}

.m-container-s:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 1010px) {
  .m-container-s {
    padding: 0;
  }
}

.m-section {
  padding: 0 0 20px 0;
}

.m-section-s {
  padding: 20px 0;
  max-width: 600px;
}

.m-section-boder {
  border: 1px solid #00336c;
  padding: 20px;
}

.breadcrumbs {
  display: none;
}

@media screen and (min-width: 1010px) {
  .breadcrumbs {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1.3rem;
  }
}

.breadcrumbs a {
  text-decoration: underline;
  color: #4c2505;
  font-weight: bold;
}

.breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m-main {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .m-main {
    float: left;
    width: 66.66%;
  }
}

@media screen and (min-width: 1010px) {
  .m-main {
    width: 700px;
  }
}

.m-main-full {
  margin-bottom: 30px;
}

.m-side {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .m-side {
    float: right;
    width: 23.42%;
  }
}

@media screen and (min-width: 1010px) {
  .m-side {
    width: 246px;
  }
}

.m-pagelink ul {
  margin-bottom: 20px;
}

.m-pagelink ul li {
  display: inline-block;
  background-color: #f7edde;
  padding: 15px 20px;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1010px) {
  .m-pagelink ul li {
    margin-right: 10px;
  }
}

.m-pagelink ul li a {
  display: inline-block;
  text-decoration: underline;
  color: #4c2505;
}

.m-side-nav {
  margin-bottom: 90px;
}

.m-side-nav dl {
  background-color: #fff;
  padding: 0 0 10px 0;
}

.m-side-nav dl dt {
  display: block;
  padding: 0 0 10px 0;
  font-size: 2.0rem;
  color: #00326b;
  font-weight: bold;
  border-bottom: 2px solid #f4cf39;
}

.m-side-nav dl dd {
  display: block;
}

.m-side-nav dl dd a {
  text-decoration: none;
  display: block;
  padding: 18px 0 18px 16px;
  position: relative;
  line-height: 1.6;
  border-bottom: 1px solid #999;
}

.m-side-nav dl dd a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 2px;
  width: 8px;
  height: 2px;
  background: #00326b;
}

.m-side-nav dl dd a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #00326b;
  border-right: 2px solid #00326b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.m-side-nav dl dd.m-side-nav-btn {
  padding: 40px 0;
  text-align: center;
}

.m-side-nav dl dd.m-side-nav-btn a {
  text-decoration: none;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  background-color: #00326b;
  font-weight: bold;
  color: #fff;
  border: none;
}

.m-side-nav dl dd.m-side-nav-btn a:after {
  display: none;
}

.m-side-nav dl dd.m-side-nav-btn a:before {
  display: none;
}

.m-caption {
  color: #2794cb;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  font-weight: bold;
}

.m-img-m {
  width: 100%;
  height: auto;
  max-width: 420px;
}

.m-ttl {
  color: #00326c;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 1010px) {
  .m-ttl {
    font-size: 2.4rem;
    letter-spacing: 1.4;
    line-height: 1.6;
    margin-bottom: 35px;
  }
}

.m-ttl .u-en {
  display: block;
  font-size: 1.3rem;
  color: #f4cf39;
  font-weight: normal;
}

.m-ttl-l {
  color: #00326c;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 1010px) {
  .m-ttl-l {
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 35px;
  }
}

.m-ttl-l .u-en {
  display: block;
  font-size: 1.3rem;
  color: #f4cf39;
  font-weight: normal;
}

.m-ttl-s {
  color: #00326c;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.m-ttl-s-icon {
  width: 10px;
  height: auto;
  display: inline-block;
}

@media screen and (min-width: 1010px) {
  .m-ttl-s-icon {
    margin-right: 10px;
    width: auto;
  }
}

@media screen and (min-width: 1010px) {
  .m-ttl-s {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 35px;
  }
}

.m-ttl-step {
  position: relative;
}

.m-ttl-step .m-ttl-step-num {
  display: block;
  background-color: #00326c;
  background-image: url("/assets/img/icon-foot-w.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 9px auto;
  padding-left: 14px;
  color: #fff;
  font-weight: bold;
  width: 165px;
  text-align: center;
  line-height: 25px;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 1010px) {
  .m-ttl-step .m-ttl-step-num {
    line-height: 40px;
    font-size: 2.4rem;
    background-position: 5px center;
    background-size: 14px auto;
    margin-right: 20px;
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.m-ttl-step .m-ttl-step-txt {
  display: block;
  color: #00326c;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 1010px) {
  .m-ttl-step .m-ttl-step-txt {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 25px;
    padding-left: 175px;
  }
}

.m-ttl-icon {
  line-height: 25px;
}

@media screen and (min-width: 1010px) {
  .m-ttl-icon {
    line-height: 42px;
  }
}

.m-ttl-img {
  background: url("/assets/img/page-title.png") no-repeat top right -80px;
  font-size: 2.0rem;
  padding: 10px;
  color: #00326b;
  margin-bottom: 35px;
}

@media screen and (min-width: 1010px) {
  .m-ttl-img {
    background: url("/assets/img/page-title.png") no-repeat top right;
    font-size: 3.0rem;
    padding: 38px;
    margin-bottom: 70px;
  }
}

.m-ttl-img span {
  font-size: 1.2rem;
  padding-left: 0;
  padding-top: 5px;
  color: #2794cb;
  display: block;
}

@media screen and (min-width: 1010px) {
  .m-ttl-img span {
    font-size: 1.8rem;
    padding-left: 20px;
    padding-top: 0;
    display: inline;
  }
}

.m-ttl-block {
  text-align: center;
  margin-bottom: 20px;
}

.m-ttl-block span {
  background-color: #00336c;
  padding: 5px 10px;
  min-width: 210px;
  font-size: 2.4rem;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.m-ttl-q {
  background-color: #e8f0f4;
  color: #00326b;
  font-size: 2.0rem;
  padding: 10px 10px 10px 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.m-table {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
  font-size: 1.4rem;
}

@media screen and (min-width: 1010px) {
  .m-table {
    font-size: 1.6rem;
  }
}

.m-table th, .m-table td {
  border: 1px solid #d2d2d2;
  padding: 5px;
  line-height: 1.4;
}

@media screen and (min-width: 1010px) {
  .m-table th, .m-table td {
    padding: 20px;
  }
}

.m-table thead th {
  background: #f4cf39;
  font-weight: bold;
}

.m-table tbody th {
  background: #f4cf39;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.m-table .tabel-gray {
  background: #ededed;
  font-weight: bold;
  text-align: center;
}

.m-table .tabel-strong {
  font-weight: bold;
  text-align: center;
}

.m-table .m-txt {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (min-width: 1010px) {
  .m-table .m-txt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.m-table strong {
  color: #e8785e;
  font-size: 120%;
}

.m-table.m-table-pl th, .m-table.m-table-pl td {
  padding: 10px;
}

@media screen and (min-width: 1010px) {
  .m-table.m-table-pl th, .m-table.m-table-pl td {
    padding: 30px;
  }
}

.m-table-time {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
  font-size: 1.4rem;
}

@media screen and (min-width: 1010px) {
  .m-table-time {
    font-size: 1.6rem;
  }
}

.m-table-time th, .m-table-time td {
  padding: 5px;
  text-align: center;
}

@media screen and (min-width: 1010px) {
  .m-table-time th, .m-table-time td {
    padding: 10px;
  }
}

.m-table-time thead th {
  background: #00326b;
  font-weight: bold;
  color: #fff;
}

.m-table-time tbody th {
  background: #00326b;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.m-tel {
  font-size: 1.4rem;
  color: #4c2505;
}

.m-tel a {
  vertical-align: middle;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-tel {
    font-size: 2.2rem;
  }
}

.m-link-arrow:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  width: 2px;
  height: 2px;
  border: 2px solid transparent;
  border-left: 14px solid #61a442;
}

.m-ring-list li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .m-ring-list li {
    font-size: 1.8rem;
  }
}

.m-ring-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  display: inline-block;
  color: #61a442;
  margin-right: 4px;
}

.m-ring-list.is-blue li {
  font-weight: bold;
}

.m-ring-list.is-blue li:before {
  color: #00336c;
}

.m-img-title-policy {
  width: 95px;
}

@media screen and (min-width: 768px) {
  .m-img-title-policy {
    width: auto;
  }
}

.m-note {
  padding-left: 1em;
  text-indent: -1em;
  color: #4c2505;
  line-height: 1.6;
}

.m-faq-list dt {
  font-size: 1.8rem;
  color: #61a442;
  font-weight: bold;
  background: url(/assets/img/faq/bg_q.png) no-repeat 30px bottom;
  padding: 0 0 15px 70px;
  margin-bottom: 30px;
  position: relative;
}

.m-faq-list dt:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(/assets/img/faq/icon-q.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: -20px;
  left: 0;
}

.m-faq-list dd {
  padding: 0 0 0 70px;
  margin: 0 0 80px 0;
  position: relative;
}

.m-faq-list dd:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(/assets/img/faq/icon-a1.png) no-repeat 0 0;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}

.m-faq-list.m-faq-icon-orange dd:after {
  background-image: url(/assets/img/faq/icon-a2.png);
}

/* nav
---------------------------------------------------------------- */
.m-gnav {
  background: #00326c;
  height: 100%;
  overflow: hidden;
  position: fixed;
  padding: 76px 0 0;
  top: 0;
  right: -320px;
  bottom: 0;
  width: 320px;
  z-index: 1000;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
}

@media screen and (min-width: 1010px) {
  .m-gnav {
    background: #00326c;
    height: auto;
    overflow: visible;
    position: relative;
    padding: 0;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    -webkit-transition: right 0;
    transition: right 0;
  }
}

@media screen and (min-width: 1010px) {
  .m-gnav-inner {
    max-width: 1005px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1010px) {
  .m-gnav-main {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.m-gnav-main > li {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 1010px) {
  .m-gnav-main > li {
    text-align: center;
    position: relative;
    border: none;
  }
}

.m-gnav-main > li > a {
  display: block;
  padding: 20px 10px 20px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (min-width: 1010px) {
  .m-gnav-main > li > a {
    font-size: 1.6rem;
    padding: 18px 0;
    color: #fff;
  }
}

.m-gnav-main > li > a > span {
  display: none;
}

@media screen and (min-width: 1010px) {
  .m-gnav-main > li > a > span {
    color: #f4cf39;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    display: block;
    margin-top: 6px;
    font-weight: normal;
  }
}

.m-gnav-main > li:last-child {
  padding-right: 0;
}

.m-gnav-sub {
  height: 0;
  overflow: hidden;
  background: #00326c;
}

@media screen and (min-width: 1010px) {
  .m-gnav-sub {
    position: absolute;
    top: 100%;
    left: 0;
    width: 500px;
    z-index: 1000;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    padding-left: 20px;
  }
}

.m-gnav-sub li {
  display: inline-block;
  padding: 5px 20px;
}

.m-gnav-sub li a {
  color: #fff;
}

@media screen and (min-width: 1010px) {
  .m-gnav-sub-right {
    left: auto;
    right: 0;
  }
}

.m-gnav-parent {
  position: relative;
}

.m-gnav-parent:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 1010px) {
  .m-gnav-parent:after {
    display: none;
  }
}

body.is-open {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1010px) {
  body.is-open {
    width: auto;
    height: auto;
    overflow: auto;
    position: static;
    top: auto;
    left: auto;
  }
}

.m-gnav-overlay {
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 900;
  display: none;
}

body.is-open .m-gnav-overlay {
  display: block;
}

@media screen and (min-width: 1010px) {
  body.is-open .m-gnav-overlay {
    display: none;
  }
}

.m-gnav-parent.is-open:after {
  top: 17px;
  -webkit-transform: rotate(135deg) !important;
      -ms-transform: rotate(135deg) !important;
          transform: rotate(135deg) !important;
}

@media screen and (min-width: 1010px) {
  .m-gnav .m-gnav-main > li:hover .m-gnav-sub {
    overflow: visible;
    height: auto;
    padding: 20px;
  }
}

body.is-open .m-gnav {
  right: 0;
}

@media screen and (min-width: 1010px) {
  body.is-open .m-gnav {
    right: auto;
  }
}

.m-gnav-parent.is-open .m-gnav-sub {
  height: auto;
  position: relative;
}

@media screen and (min-width: 1010px) {
  .m-gnav-parent.is-open .m-gnav-sub {
    height: 0;
    position: absolute;
  }
}

.m-gnav-parent.is-open .m-gnav-sub li {
  display: block;
  padding: 0;
}

@media screen and (min-width: 1010px) {
  .m-gnav-parent.is-open .m-gnav-sub li {
    display: inline-block;
    padding: 5px 20px;
  }
}

.m-gnav-parent.is-open .m-gnav-sub li a {
  display: block;
  padding: 10px 10px 10px 30px;
}

@media screen and (min-width: 1010px) {
  .m-gnav-parent.is-open .m-gnav-sub li a {
    padding: 0;
  }
}

body.is-open .m-gnav-inner {
  position: static;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1010px) {
  body.is-open .m-gnav-inner {
    position: relative;
    overflow-y: visible;
    width: auto;
    height: auto;
  }
}

.m-sp-menu-info {
  padding: 20px;
  margin: 30px 0 20px 0;
}

@media screen and (min-width: 1010px) {
  .m-sp-menu-info {
    display: none;
  }
}

.m-sp-menu-info-btn-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (min-width: 1010px) {
  .m-sp-menu-info-btn-set {
    margin: 0 auto 50px;
  }
}

.m-sp-menu-info-btn-set-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #fff;
  height: 60px;
  padding: 12px 0 12px 42px;
  background-color: #2794cb;
  background-image: url("/assets/img/icon-mail.png");
  background-position: 10px center;
  background-size: 27px 20px;
  background-repeat: no-repeat;
  font-size: 1.4rem;
  line-height: 1.4;
  z-index: 10;
  text-align: center;
  font-weight: bold;
}

.m-sp-menu-info-btn-set-web {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #00326c;
  height: 60px;
  padding: 0 0 0 42px;
  background-color: #fff;
  background-image: url("/assets/img/icon-web-blue.png");
  background-position: 10px center;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 1.4rem;
  line-height: 60px;
  z-index: 10;
  text-align: center;
  font-weight: bold;
}

.m-sp-menu-info-tel {
  display: block;
  background-color: #f4cf39;
  padding: 15px 30px;
  text-align: center;
}

.m-sp-menu-info-tel a {
  display: block;
  font-size: 2.0rem;
  color: #00326c;
  margin-bottom: 5px;
  font-weight: bold;
}

.m-sp-menu-info-tel a img {
  width: 17px;
  height: auto;
}

.m-sp-menu-info-tel span {
  display: block;
  font-size: 1.4rem;
}

.m-sp-menu-info-sns {
  text-align: center;
}

.m-sp-menu-info-sns img {
  display: inline-block;
  width: 80px;
  height: auto;
  margin: 20px 10px;
}

/* module
---------------------------------------------------------------- */
.m-bg-black {
  background-color: #000;
  color: #fff;
}

/* fadeIn+Up
---------------------------------------------------------------- */
.m-fadeup {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: 1s;
  transition: 1s;
}

.m-fadeup-is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* parts
---------------------------------------------------------------- */
.m-catch {
  text-align: center;
  color: #61a442;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .m-catch {
    font-size: 2.4rem;
  }
}

.m-link {
  color: #4c2505;
  text-decoration: underline;
}

.m-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.m-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.m-txt {
  line-height: 1.8;
  margin-bottom: 3rem;
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

@media screen and (min-width: 768px) {
  .m-txt {
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: bold;
  }
}

.m-txt strong {
  color: #e8785e;
  font-weight: bold;
}

.m-txt.m-txt-slh {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .m-txt.m-txt-slh {
    line-height: 1.7;
  }
}

.m-block .m-txt:last-child {
  margin-bottom: 0;
}

.m-block-m .m-txt:last-child {
  margin-bottom: 0;
}

.m-block-s .m-txt:last-child {
  margin-bottom: 0;
}

.m-block-ss .m-txt:last-child {
  margin-bottom: 0;
}

.m-img-caption {
  line-height: 1.8;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .m-img-caption {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.15rem;
  }
}

.m-txt-caption {
  line-height: 1.6;
  color: #4c2505;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 1010px) {
  .m-txt-caption {
    font-size: 1.4rem;
  }
}

.m-txt-caption a {
  font-weight: bold;
  text-decoration: underline;
}

.m-hr {
  border-top: 1px solid #61a442;
  margin-top: 50px;
  height: 50px;
}

.m-hr hr {
  display: none;
}

.m-aside {
  border: 2px solid #ea8269;
  padding: 20px;
}

.m-aside dt {
  font-size: 2.0rem;
  margin-bottom: 20px;
  color: #61a442;
  font-weight: bold;
}

/* block
---------------------------------------------------------------- */
.m-block {
  padding-bottom: 30px;
}

@media screen and (min-width: 1010px) {
  .m-block {
    padding-bottom: 70px;
  }
}

.m-block-l {
  padding-bottom: 40px;
}

@media screen and (min-width: 1010px) {
  .m-block-l {
    padding-bottom: 80px;
  }
}

.m-block-m {
  padding-bottom: 25px;
}

@media screen and (min-width: 1010px) {
  .m-block-m {
    padding-bottom: 50px;
  }
}

.m-block-s {
  padding-bottom: 20px;
}

@media screen and (min-width: 1010px) {
  .m-block-s {
    padding-bottom: 30px;
  }
}

.m-block-ss {
  padding-bottom: 6px;
}

@media screen and (min-width: 1010px) {
  .m-block-ss {
    padding-bottom: 12px;
  }
}

.m-blue-box {
  background-color: #e8f0f4;
  padding: 40px;
}

.m-btn {
  background: #00326c;
  border-radius: 0;
  padding: 15px 35px;
  font-size: 1.75rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-btn {
    padding: 20px 58px 20px 38px;
    font-size: 2.4rem;
    min-width: 360px;
    width: auto;
  }
}

.m-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 28px;
  background: url("/assets/img/arrow-r.png") no-repeat 0 0;
  background-size: 10px 28px;
  margin-top: -14px;
}

@media screen and (min-width: 768px) {
  .m-btn:after {
    width: 13px;
    height: 37px;
    margin-top: -18px;
    background-size: 13px 37px;
  }
}

.m-btn-pink {
  background: #e8785e;
  font-weight: bold;
  padding: 10px 25px 10px 10px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .m-btn-pink {
    font-size: 1.6rem;
    padding: 12px 20px;
    min-width: 220px;
  }
}

.m-btn-pink:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 2px;
  height: 2px;
  border: 2px solid transparent;
  border-left: 14px solid #bebe35;
}

.m-btn-s {
  display: inline-block;
  background-color: #2793ca;
  padding: 5px 15px;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 1010px) {
  .m-btn-s {
    padding: 10px 15px;
  }
}

.m-top-news {
  margin-bottom: 10px;
}

.m-top-area {
  background: #f7edde;
  padding-top: 30px;
}

@media screen and (min-width: 1010px) {
  .m-top-area {
    padding-top: 60px;
  }
}

.m-top-area-ttl {
  text-align: center;
  margin-bottom: 30px;
}

/* m-news
---------------------------------------------------------------- */
.m-news-list li {
  margin-bottom: 10px;
}

.m-news-list li a:hover {
  text-decoration: underline;
}

.m-news-list li > a, .m-news-list li > span {
  display: table;
  width: 100%;
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .m-news-list li > a, .m-news-list li > span {
    font-size: 1.6rem;
  }
}

.m-news-list li .m-news-list-date {
  display: table-cell;
  width: 30%;
  color: #2793ca;
}

@media screen and (min-width: 768px) {
  .m-news-list li .m-news-list-date {
    width: 15%;
  }
}

.m-news-list li .m-news-list-txt {
  display: table-cell;
  width: 70%;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .m-news-list li .m-news-list-txt {
    width: 80%;
  }
}

.m-news-list li .m-nolink:hover {
  text-decoration: none;
  cursor: default;
  opacity: 1;
}

/* m-article
---------------------------------------------------------------- */
.m-article {
  margin-bottom: 50px;
  line-height: 1.8;
  letter-spacing: 1.8px;
}

.m-article p {
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

@media screen and (min-width: 1010px) {
  .m-article p {
    font-size: 1.6rem;
  }
}

.m-article ul {
  margin: 1rem 0;
  padding-left: 40px;
}

.m-article ul li {
  list-style-type: disc;
  margin: 1rem 0;
  line-height: 1.4;
}

.m-article ol {
  margin: 1rem 0;
  padding-left: 40px;
}

.m-article ol li {
  list-style-type: decimal;
  margin: 1rem 0;
  line-height: 1.4;
}

.m-article {
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .m-article {
    margin-bottom: 60px;
  }
}

.m-article a {
  color: #00326c;
}

.m-article a:hover {
  text-decoration: underline;
}

.m-article-img100Per {
  display: block;
  min-width: 100%;
  margin-bottom: 30px;
}

.m-article-htmlText {
  margin-bottom: 30px;
}

.m-article-img2column {
  margin-bottom: 30px;
}

.m-article-img2column:after {
  content: '';
  display: block;
  clear: both;
}

.m-article-img2column img {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .m-article-img2column img {
    max-width: 240px;
    margin-right: 10px;
    margin-bottom: 0;
    float: left;
  }
}

.m-article-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.m-article-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m-article-imgTextSet {
  margin-bottom: 30px;
}

.m-article-imgTextSet:after {
  content: '';
  display: block;
  clear: both;
}

.m-article-imgTextSet > div {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .m-article-imgTextSet > div {
    margin-bottom: 0;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .m-article-imgTextSet > div div {
    width: 100%;
  }
}

.m-article-imgTextSet_img {
  text-align: center;
}

@media (min-width: 768px) {
  .m-article-imgTextSet_img {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .m-article-imgTextSet_img.is-sm {
    width: 32.5%;
  }
}

@media (min-width: 768px) {
  .m-article-imgTextSet_text.is-sm {
    width: 67.5%;
  }
}

@media (min-width: 768px) {
  .m-article-imgTextSet.is-left .m-article-imgTextSet_img {
    float: left;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .m-article-imgTextSet.is-left .m-article-imgTextSet_text {
    float: right;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .m-article-imgTextSet.is-right .m-article-imgTextSet_img {
    float: right;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .m-article-imgTextSet.is-right .m-article-imgTextSet_text {
    float: left;
    padding-right: 15px;
  }
}

.m-article-interview {
  display: table;
  margin-bottom: 30px;
  width: 100%;
}

.m-article-interview-name {
  display: table-cell;
  width: 7rem;
}

.m-article-interview-text {
  display: table-cell;
}

/*
.m-article {
  max-width: 800px;
  margin: 0 auto;
    padding-left: 5%;
    padding-right: 5%;
  @include breakpoint(pc){
    padding: 0;
  }
}
*/
.m-local-nav {
  margin-bottom: 10px;
}

.m-local-nav li {
  display: block;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1010px) {
  .m-local-nav li {
    display: inline-block;
    margin: 4px 10px 4px 0;
    padding: 5px 10px;
  }
}

.m-local-nav li a {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.m-local-nav li a.is_current {
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 1010px) {
  .m-local-nav li a {
    display: inline-block;
    padding: 15px 10px;
    border-bottom: none;
  }
}

.m-local-nav li a:after {
  margin-left: 5px;
  vertical-align: center;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.m-article-list li {
  padding: 15px;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.m-article-list li .m-article-list-img {
  display: table-cell;
  width: 80px;
  padding-right: 10px;
  vertical-align: top;
}

.m-article-list li .m-article-list-img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1010px) {
  .m-article-list li .m-article-list-img {
    width: 150px;
  }
}

.m-article-list li .m-article-list-contet {
  display: table-cell;
  padding-left: 10px;
  text-align: left;
  vertical-align: top;
}

.m-article-list li .m-article-list-title {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.m-article-list li .m-article-list-label {
  margin-bottom: 10px;
}

.m-article-list li a {
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: left;
}

@media screen and (min-width: 1010px) {
  .m-article-list li a {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.m-article-list li .m-article-list-label {
  display: inline-block;
  background: #00326c;
  color: #fff;
  margin: 2px 2px 4px 0px;
  padding: 2px 10px;
  font-size: 1.3rem;
}

.m-label {
  display: inline-block;
  margin: 2px 10px 2px 0;
  padding: 4px 10px;
  background-color: #333;
  color: #fff;
  min-width: 100px;
  text-align: center;
  font-size: 1.2rem;
}

.m-img100per {
  text-align: center;
}

.pagenation .page-numbers {
  border: 1px solid #00326c;
  display: inline-block;
  padding: 5px 10px;
  margin: 2px;
  color: #00326c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pagenation .page-numbers:hover {
  background-color: #00326c;
  color: #fff;
}

.pagenation .page-numbers.current {
  background-color: #00326c;
  color: #fff;
}

/* col
---------------------------------------------------------------- */
@media screen and (min-width: 1010px) {
  .m-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-col .m-cell {
  margin-bottom: 20px;
}

@media screen and (min-width: 1010px) {
  .m-col .m-cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1010px) {
  .m-col .m-cell-inner-rpadding {
    padding-right: 10px;
  }
}

@media screen and (min-width: 1010px) {
  .m-col .m-cell-inner-lpadding {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1010px) {
  .m-col .m-cell-vcenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* 縦方向中央揃え（Safari用） */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 縦方向中央揃え */
  }
}

.m-col .m-cell-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}

.m-col .m-cell-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
}

.m-col .m-cell-3 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 3;
  order: 3;
}

.m-col .m-cell-4 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 4;
  order: 4;
}

@media screen and (min-width: 1010px) {
  .m-col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1010px) {
  .m-col4 .m-cell {
    width: 25%;
  }
}

@media screen and (min-width: 1010px) {
  .m-photo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1010px) {
  .m-photo-box-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 30px;
  }
}

.m-photo-box-photo {
  text-align: center;
  padding: 10px 20%;
}

@media screen and (min-width: 1010px) {
  .m-photo-box-photo {
    padding: 0;
    width: 270px;
  }
}

.m-imgtxt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-imgtxt-set {
  vertical-align: top;
  width: 210px;
  width: 210px;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

@media screen and (min-width: 1010px) {
  .m-imgtxt-set {
    margin-right: 35px;
  }
}

.m-imgtxt-block.m-col3 {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (min-width: 1010px) {
  .m-imgtxt-block.m-col3 .m-imgtxt-set:nth-child(3n) {
    margin-right: 0;
  }
}

.m-imgtxt-block.m-col2 {
  max-width: 455px;
  margin: 0 auto;
}

@media screen and (min-width: 1010px) {
  .m-imgtxt-block.m-col2 .m-imgtxt-set:nth-child(2n) {
    margin-right: 0;
  }
}

/* page:TOP
---------------------------------------------------------------- */
@media screen and (min-width: 1010px) {
  .m-top-main-visual {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}

.slick-slide {
  height: auto !important;
}

.slick-slide img {
  width: 100%;
  margin: 0 auto;
}

.slick-arrow {
  z-index: 100;
  width: 14px;
  height: 40px;
  background-size: cover;
}

@media screen and (min-width: 1010px) {
  .slick-arrow {
    width: 23px;
    height: 66px;
  }
}

.slick-arrow:hover {
  opacity: .8;
}

.slick-prev {
  left: 2%;
  background: url("/assets/img/arrow-l.png") no-repeat 0 0 !important;
  background-size: cover !important;
}

@media screen and (min-width: 768px) {
  .slick-prev {
    left: 5%;
  }
}

.slick-prev:before {
  content: '';
}

.slick-next {
  right: 2%;
  background: url("/assets/img/arrow-r.png") no-repeat 0 0 !important;
  background-size: cover !important;
}

@media screen and (min-width: 768px) {
  .slick-next {
    right: 5%;
  }
}

.slick-next:before {
  content: '';
}

@media screen and (min-width: 1010px) {
  .m-top-nav {
    margin-bottom: 60px;
  }
}

.m-top-introduction {
  max-width: 1005px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  position: relative;
}

@media screen and (min-width: 1010px) {
  .m-top-introduction {
    padding: 60px 0 0 70px;
  }
}

@media screen and (min-width: 1010px) {
  .m-top-introduction-txt {
    position: absolute;
    bottom: 0;
    right: -100px;
    background-color: #fff;
    padding: 50px;
    width: 560px;
    z-index: 2;
  }
}

.m-top-introduction-photo {
  text-align: center;
}

@media screen and (min-width: 1010px) {
  .m-top-introduction-photo {
    text-align: left;
  }
}

.m-top-quetion {
  background-color: #f4cf39;
  padding: 30px 0;
}

@media screen and (min-width: 1010px) {
  .m-top-quetion {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1010px) {
  .m-top-quetion-inner {
    padding-left: 235px;
    padding-right: 235px;
    background-image: url("/assets/img/top/icon-foot-left.png"), url("/assets/img/top/icon-foot-right.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 100px 90px,right 120px bottom;
  }
}

.m-top-quetion-label {
  font-size: 2.0rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.3rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 1010px) {
  .m-top-quetion-label {
    font-size: 4.1rem;
    letter-spacing: 0.5rem;
    margin-bottom: 40px;
  }
}

.m-top-answer {
  padding-top: 30px;
}

@media screen and (min-width: 1010px) {
  .m-top-answer {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1010px) {
  .m-top-answer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.m-top-answer-img {
  text-align: center;
}

@media screen and (min-width: 1010px) {
  .m-top-answer-img {
    width: 480px;
  }
}

@media screen and (min-width: 1010px) {
  .m-top-answer-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
  }
}

.m-top-answer-symptoms {
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1010px) {
  .m-top-answer-symptoms {
    text-align: left;
  }
}

@media screen and (min-width: 1010px) {
  .m-top-answer-symptoms-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}

.m-top-answer-symptoms-photo {
  margin-bottom: 20px;
}

@media screen and (min-width: 1010px) {
  .m-top-answer-symptoms-photo {
    margin-bottom: 0;
  }
}

.m-top-think {
  background-color: #e8f0f4;
  padding-top: 30px;
}

@media screen and (min-width: 1010px) {
  .m-top-think {
    padding-top: 120px;
  }
}

@media screen and (min-width: 1010px) {
  .m-top-think-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-top-think-img img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1010px) {
  .m-top-think-img {
    width: 455px;
    position: relative;
  }
  .m-top-think-img img {
    display: block;
  }
}

@media screen and (min-width: 1010px) {
  .m-top-think-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px;
  }
}

.m-top-think-aisde {
  max-width: 825px;
  margin: 30px auto;
}

@media screen and (min-width: 1010px) {
  .m-top-think-aisde {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-top-think-aisde aside {
  border-radius: 3px;
  margin: 0 25px 60px 25px;
  background-color: #fff;
}

.m-top-think-aisde aside:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1010px) {
  .m-top-think-aisde aside {
    margin: 0 25px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.m-top-think-aisde aside dl {
  padding: 30px;
  display: block;
  position: relative;
}

@media screen and (min-width: 1010px) {
  .m-top-think-aisde aside dl {
    padding: 40px  50px;
  }
}

.m-top-think-aisde aside dl:before {
  content: '';
  display: block;
  width: 88px;
  height: 74px;
  background: url(/assets/img/top/img06.png) no-repeat 0 0;
  position: absolute;
  top: -40px;
  left: -30px;
}

.m-top-check {
  padding-top: 30px;
}

@media screen and (min-width: 1010px) {
  .m-top-check {
    padding-top: 140px;
  }
}

.m-top-check-txt {
  padding: 0 0 0 0;
}

@media screen and (min-width: 1010px) {
  .m-top-check-txt {
    padding: 0 80px 20px 80px;
  }
}

@media screen and (min-width: 1010px) {
  .m-top-check-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-top-check-box-left {
  margin-bottom: 20px;
}

@media screen and (min-width: 1010px) {
  .m-top-check-box-left {
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.m-top-check-box-right {
  margin-bottom: 20px;
}

@media screen and (min-width: 1010px) {
  .m-top-check-box-right {
    margin-bottom: 0;
    width: 250px;
  }
}

/* page:beginner
---------------------------------------------------------------- */
.m-reserve-block h4 {
  font-size: 1.8rem;
  color: #61a442;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 1010px) {
  .m-reserve-block h4 {
    font-size: 2.6rem;
  }
}

.m-reserve-block .m-reserve-set {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.m-reserve-block .m-reserve-set .m-reserve-set-txt {
  vertical-align: top;
  display: table-cell;
  width: 359px;
}

.m-reserve-block .m-reserve-set .m-reserve-set-photo {
  vertical-align: top;
  display: table-cell;
  padding-left: 40px;
}

/* staff
---------------------------------------------------------------- */
.m-staff-name {
  color: #00326c;
  font-size: 2.1rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media screen and (min-width: 1010px) {
  .m-staff-name {
    font-size: 3.6rem;
    line-height: 1.6;
    margin-bottom: 55px;
  }
}

.m-staff-catch {
  color: #00326c;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (min-width: 1010px) {
  .m-staff-catch {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1010px) {
  .m-staff-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1010px) {
  .m-staff-profile-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px;
  }
}

.m-staff-profile-photo {
  text-align: center;
}

.m-staff-profile-photo img {
  max-width: 70%;
}

@media screen and (min-width: 1010px) {
  .m-staff-profile-photo {
    max-width: 330px;
  }
  .m-staff-profile-photo img {
    max-width: 100%;
  }
}

/* form
---------------------------------------------------------------- */
.m-form-section {
  background-color: #e8f0f4;
  max-width: 910px;
  margin: 0 auto;
  padding: 40px 8%;
}

.m-form-block {
  margin-bottom: 60px;
}

.m-form-block-s {
  margin-bottom: 20px;
  display: block;
}

.m-form-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width: 1010px) {
  .m-form-ttl {
    font-size: 1.8rem;
  }
}

.m-form-ttl .m-form-label-req {
  display: inline-block;
  background-color: #e8785e;
  font-weight: normal;
  padding: 1px 5px;
  color: #fff;
}

.m-form-inline {
  display: inline-block;
  margin: 2px 10px 2px;
}

.m-form-section input[type=email], .m-form-section input[type=text], .m-form-section textarea {
  border: 1px solid #b6b6b6;
  padding: 10px 5px;
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 4px;
  margin-top: 4px;
}

.m-sitemap-list {
  border-bottom: 1px solid #b6b6b6;
}

@media screen and (min-width: 1010px) {
  .m-sitemap-list {
    border-bottom: none;
  }
}

.m-sitemap-list li {
  display: block;
  text-align: left;
  padding: 0 10px;
}

@media screen and (min-width: 1010px) {
  .m-sitemap-list li {
    padding: 0;
    display: inline-block;
    border-bottom: 0;
    margin: 10px 20px;
    font-size: 0;
  }
}

.m-sitemap-list li a {
  font-size: 1.3rem;
  display: block;
  padding: 16px 0;
  font-weight: bold;
}

@media screen and (min-width: 1010px) {
  .m-sitemap-list li a {
    font-size: 1.6rem;
    padding: 0;
    display: inline;
  }
}

.m-sitemap-inner-list {
  margin: 5px 10px;
}

@media screen and (min-width: 1010px) {
  .m-sitemap-inner-list {
    margin: 20px 10px;
  }
}

.m-sitemap-inner-list li a {
  font-size: 1.4rem;
  font-weight: normal;
}

.privacy {
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .privacy {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}

.privacy dt {
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .privacy dt {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}

.privacy dd {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .privacy dd {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}

.privacy ul {
  margin: 20px 0;
}

.privacy p, .privacy li {
  line-height: 1.8;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .privacy p, .privacy li {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}

.m-tel {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
}

.m-tel a {
  display: block;
  font-size: 2.2rem;
  color: #00326c;
  background-image: url("/assets/img/icon-tel.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-bottom: 5px;
  font-weight: bold;
}

.m-tel span {
  display: block;
  text-align-last: justify;
  font-size: 1.5rem;
}

.m-btn-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 308px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 1010px) {
  .m-btn-set {
    margin: 0 auto 50px;
  }
}

.m-btn-set-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #fff;
  height: 80px;
  padding: 22px 0 22px 52px;
  background-color: #2794cb;
  background-image: url("/assets/img/icon-mail.png");
  background-position: 20px center;
  background-size: 27px 20px;
  background-repeat: no-repeat;
  font-size: 1.4rem;
  line-height: 1.4;
  z-index: 10;
  text-align: center;
  font-weight: bold;
}

.m-btn-set-web {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  color: #fff;
  height: 80px;
  padding: 0 0 0 52px;
  background-color: #00326c;
  background-image: url("/assets/img/icon-web.png");
  background-position: 20px center;
  background-size: 30px;
  background-repeat: no-repeat;
  font-size: 1.4rem;
  line-height: 80px;
  z-index: 10;
  text-align: center;
  font-weight: bold;
}

.m-ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.m-ggmap iframe,
.m-ggmap object,
.m-ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-line {
  height: 1px;
  border-bottom: 3px solid #bfbfbf;
}

.m-line hr {
  display: none;
}

.m-list {
  margin: 1rem 0;
  padding-left: 40px;
}

.m-list li {
  list-style-type: disc;
  margin: 1rem 0;
  line-height: 1.4;
  font-weight: bold;
}

.c-claw-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-claw-2col__item {
  width: 50%;
  padding: 20px 0 0;
}

.c-claw-2col__item img {
  width: 100%;
}

@media screen and (min-width: 1010px) {
  .u-txt-justify {
    text-align-last: justify;
  }
}

.u-txt-left {
  text-align: left !important;
}

.u-txt-center {
  text-align: center !important;
}

.u-txt-right {
  text-align: right !important;
}

.u-txt-weight-bold {
  font-weight: bold !important;
}

.u-txt-weight-normal {
  font-weight: normal !important;
}

.u-txt-size-big {
  font-size: 1.2em !important;
}

.u-txt-size-small {
  font-size: 0.8em !important;
}

.u-mb-none {
  margin-bottom: 0 !important;
}

.u-mb {
  margin-bottom: 30px !important;
}

.u-mb-s {
  margin-bottom: 10px !important;
}

.u-mb-l {
  margin-bottom: 60px !important;
}

.u-margin-bottom__mx,
.u-mb-mx {
  margin-bottom: 80px !important;
}

.u-m-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .u-show-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none !important;
  }
}

@media screen and (min-width: 1010px) {
  .u-show-tablet {
    display: none !important;
  }
}

.u-cfx:after {
  content: '';
  display: block;
  clear: both;
}

.u-right {
  float: right;
  margin-left: 15px;
}

.u-left {
  float: left;
  margin-right: 15px;
}

.u-w100per {
  width: 100%;
}

.u-vmiddle {
  vertical-align: middle;
}

.u-en {
  font-family: "Futura-CondensedMedium", Arial;
}

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