@charset "UTF-8";
/******************************************************************
 * Reset CSS - CBT LINKs
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
}



/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
}

html * {
  box-sizing: inherit;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  color: #002060;
  font-weight: 400;
  line-height: 1.4;
  background: transparent;
  width: 100%;
}


@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
  }
}

ul, ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

em, strong {
  font-style: normal;
  font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  table-layout: fixed;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select, option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

select::-ms-expand {
  display: none;
}

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

*:focus {
  outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

main {
  display: block;
}

@media screen and (min-width: 961px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 960px) and (min-width: 751px) {
  .tb-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

.tb-over {
  display: none;
}
@media screen and (min-width: 959px) {
  .tb-over {
    display: block;
  }
}

.tb-under {
  display: none;
}
@media screen and (max-width: 959px) {
  .tb-under {
    display: block;
  }
}

/******************************************************************
 * 共通パーツ
******************************************************************/
html.fixed, body.fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.main {
   margin-top: 100px;
}
@media (max-width: 1599px) {
  .main {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .main {
    margin-top: 70px;
  }
}

.c-inner {
  max-width: 1314px;
  margin: 0 auto;
}
@media (max-width: 1313px) {
  .c-inner {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .c-inner {
    width: 100%;
    padding: 0 15px;
  }
}

/* タイトル・ボタン
-----------------------------------------------------------------*/
.c-ttl {
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .c-ttl {
    padding-left: 0;
  }
}
.c-ttl span {
  position: relative;
  font: 30px "Shippori Mincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .c-ttl span {
    font-size: 26px;
  }
}
.c-ttl span::before, .c-ttl span::after {
  position: absolute;
  top: 6px;
  bottom: 0;
  content: " ";
  width: 15px;
  height: 3px;
  background: #002060;
  margin: auto;
}
.c-ttl span::before {
  left: -20px;
}
.c-ttl span::after {
  right: -20px;
}

.c-btn {
  width: 250px;
}
.c-btn a {
  display: block;
  background: #ff7113;
  color: #FFF;
  text-align: center;
  border: 1px solid #ff7113;
  padding: 30px 43px;
  transition: all 0.3s ease;
}
.c-btn a:hover {
  background: #FFF;
  color: #ff7113;
}

/* 下層ページMV
-----------------------------------------------------------------*/
.sub-mv {
  display: flex;
  align-items: center;
  height: 300px;
}
@media screen and (max-width: 960px) {
  .sub-mv {
    height: 200px;
  }
}
@media screen and (max-width: 750px) {
  .sub-mv {
    height: 150px;
  }
}
.sub-mv .sub-mv-ttl {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.sub-mv .sub-mv-ttl .ttl {
  font: 36px "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 960px) {
  .sub-mv .sub-mv-ttl .ttl {
    font-size: 28px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .sub-mv .sub-mv-ttl .ttl {
    font-size: 25px;
  }
}

.about .sub-mv {
  background: url("../img/about/about_mv.jpg") no-repeat;
  background-size: cover;
}

/**
 * ハンバーガーメニュー
 */
.c-hamburger-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
}
.c-hamburger-menu__inner {
  background-color: rgba(255, 255, 255, 0.85);
  max-height: calc(100% - 70px);
  overflow: auto;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.6s ease, visibility 0.6s ease;
  pointer-events: auto;
}
.c-hamburger-menu__item {
  text-align: center;
  font-weight: 700;
}
.c-hamburger-menu__item a {
  display: block;
  padding: 10px 0;
  transition: opacity 0.1s ease;
}
.c-hamburger-menu__item a:hover {
  opacity: 0.8;
}
.c-hamburger-menu__item + .c-hamburger-menu__item {
  border-top: 1px dotted #333;
}
.c-hamburger-menu.is-open .c-hamburger-menu__inner {
  visibility: visible;
  transform: translateY(0);
}

/******************************************************************
 * ヘッダー
******************************************************************/
/* PC
-----------------------------------------------------------------*/
.header-nav-pc {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 170px;
  background: #FFF;
  padding: 0 60px;
  z-index: 999;
}
@media (max-width: 1599px) {
  .header-nav-pc {
    height: 100px;
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .header-nav-pc {
    height: 80px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 960px) {
  .header-nav-pc {
    display: none;
  }
}
.header-nav-pc .logo {
  width: 600px;
}
@media (max-width: 1599px) {
  .header-nav-pc .logo {
    width: 400px;
  }
}
@media (max-width: 1399px) {
  .header-nav-pc .logo {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .header-nav-pc .logo {
    width: 250px;
  }
}
.header-nav-pc .nav-wrap {
  display: flex;
}
.site-logo-text {
  display: inline-flex;
  align-items: center;
  color: #002060;
  font-family: "Shippori Mincho", serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}
@media (max-width: 1599px) {
  .site-logo-text {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .site-logo-text {
    font-size: 26px;
  }
}
.site-logo-text:hover {
  color: #002060;
  opacity: 0.7;
  text-decoration: none;
}
.header-nav-pc .nav-wrap ul {
  display: flex;
  align-items: center;
  margin-right: 70px;
}
@media (max-width: 1399px) {
  .header-nav-pc .nav-wrap ul {
    margin-right: 30px;
  }
}
.header-nav-pc .nav-wrap ul li {
  margin-left: 55px;
}
@media (max-width: 1399px) {
  .header-nav-pc .nav-wrap ul li {
    margin-left: 30px;
  }
}
.header-nav-pc .nav-wrap ul li:first-child {
  margin-left: 0;
}
.header-nav-pc .nav-wrap ul li a {
  color: #002060;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .header-nav-pc .nav-wrap ul li a {
    font-size: 15px;
  }
}
.header-nav-pc .nav-wrap ul li a:hover {
  opacity: 0.6;
}
.header-nav-pc .nav-wrap ul li.hovermenu {
  position: relative;
}
.header-nav-pc .nav-wrap ul li.hovermenu .child {
  position: absolute;
  opacity: 0;
  top: 21px;
  left: -24px;
  display: block;
  width: 200px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  padding-top: 75px;
  z-index: 10;
}
@media (max-width: 1599px) {
  .header-nav-pc .nav-wrap ul li.hovermenu .child {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .header-nav-pc .nav-wrap ul li.hovermenu .child {
    padding-top: 30px;
  }
}
.header-nav-pc .nav-wrap ul li.hovermenu .child li {
  text-align: left;
  border-left: none;
  margin: 0;
}
.header-nav-pc .nav-wrap ul li.hovermenu .child li a {
  display: block;
  width: 100%;
  background: rgba(255, 113, 19, 0.8);
  color: #FFF;
  padding: 14px 14px 14px 24px;
}
.header-nav-pc .nav-wrap ul li.hovermenu .child li a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #ff7113;
}
.header-nav-pc .nav-wrap ul li.hovermenu:hover .child {
  top: 21px;
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.header-nav-pc .nav-wrap ul li.hovermenu::after {
  position: absolute;
  bottom: -18px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  content: "";
  font: 15px "Font Awesome 5 Free";
  color: #ff7113;
  font-weight: bold;
  margin: auto;
}
.header-nav-pc .nav-wrap .tel {
  padding-bottom: 10px;
}
.header-nav-pc .nav-wrap .tel .txt {
  font-size: 14px;
  color: #002060;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .header-nav-pc .nav-wrap .tel .txt {
    font-size: 12px;
  }
}
.header-nav-pc .nav-wrap .tel .num {
  font-size: 36px;
  color: #ff7113;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .header-nav-pc .nav-wrap .tel .num {
    font-size: 26px;
  }
}

/* SP
-----------------------------------------------------------------*/
.header-nav-sp {
  position: fixed;
  top: 0;
  height: 70px;
  background: #FFF;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 961px) {
  .header-nav-sp {
    display: none;
  }
}
.header-nav-sp .header-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 226px;
}
.header-nav-sp .header-logo .site-logo-text {
  font-size: 22px;
}
.header-nav-sp .navToggle {
  position: absolute;
  top: 13px;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 45px;
  background: #002060;
  cursor: pointer;
  text-align: center;
  z-index: 1000;
  transition: all 0.3s ease;
}
.header-nav-sp .navToggle::after {
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  content: "MENU";
  font-size: 10px;
  color: #FFF;
  font-weight: 500;
  transition: all 0.3s ease;
}
.header-nav-sp .navToggle span {
  display: block;
  position: absolute;
  width: 24px;
  cursor: pointer;
  border-bottom: solid 2px #FFF;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header-nav-sp .navToggle span:nth-child(1) {
  top: 10px;
}
.header-nav-sp .navToggle span:nth-child(2) {
  top: 17px;
}
.header-nav-sp .navToggle span:nth-child(3) {
  top: 24px;
}
.header-nav-sp .navToggle.active {
  background: transparent;
}
.header-nav-sp .navToggle.active::after {
  content: none;
}
.header-nav-sp .navToggle.active span {
  width: 24px;
  border-bottom: solid 2px #002060;
}
.header-nav-sp .navToggle.active span:nth-child(1) {
  top: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-nav-sp .navToggle.active span:nth-child(2) {
  opacity: 0;
}
.header-nav-sp .navToggle.active span:nth-child(3) {
  top: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-nav-sp .globalMenu {
  position: fixed;
  top: 0;
  background: rgba(242, 242, 242, 0.6);
  color: #000;
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  z-index: 999;
}
.header-nav-sp .globalMenu.active {
  opacity: 1;
  pointer-events: all;
}
.header-nav-sp .globalMenu .menu-wrap {
  width: 70%;
  height: 100%;
  background: #FFF;
}
.header-nav-sp .globalMenu .menu-wrap .header-nav {
  padding: 66px 0 0 50px;
}
.header-nav-sp .globalMenu .menu-wrap .header-nav li {
  font-size: 18px;
  color: #333;
  margin-bottom: 27px;
}

/******************************************************************
 * フッター
******************************************************************/
/* floatbnr
-----------------------------------------------------------------*/
.floatbnr {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 1001;
}
@media screen and (min-width: 961px) {
  .floatbnr {
    display: none;
  }
}
.floatbnr p {
  width: 50%;
}
.floatbnr p a,
.floatbnr p span {
  display: block;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  padding: 20px 0;
}
.floatbnr p:first-child a,
.floatbnr p:first-child span {
  background: #ff7113;
}
.floatbnr p:last-child a,
.floatbnr p:last-child span {
  background: #002060;
}

/* footer
-----------------------------------------------------------------*/
footer {
  position: relative;
  background: #002060;
  color: #FFF;
  padding-top: 108px;
}
@media screen and (max-width: 960px) {
  footer {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    font-size: 14px;
    padding-top: 60px;
  }
}
footer .pagetop {
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  background: #FFF;
  margin: auto;
}
@media (max-width: 999px) {
  footer .pagetop {
    width: 90%;
  }
}
footer .pagetop a {
  display: block;
  width: 100%;
  background: #ff7113;
  text-align: center;
  padding: 22px 0;
}
footer .pagetop a img {
  width: 61px;
  transition: all 0.3s ease;
}
footer .pagetop a:hover img {
  opacity: 0.6;
}
footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 960px) {
  footer .footer-inner {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-inner {
    width: 100%;
    margin-bottom: 0;
  }
}
footer .footer-inner .footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 74px;
}
@media screen and (max-width: 750px) {
  footer .footer-inner .footer-top {
    display: block;
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
footer .footer-inner .footer-top .footer-address {
  width: 35%;
  line-height: 1.8;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 750px) {
  footer .footer-inner .footer-top .footer-address {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #FFF;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
footer .footer-inner .footer-top .footer-table {
  width: 57%;
}
@media screen and (max-width: 750px) {
  footer .footer-inner .footer-top .footer-table {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  footer .footer-inner .footer-top .footer-table th, footer .footer-inner .footer-top .footer-table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-inner .footer-top .footer-table th, footer .footer-inner .footer-top .footer-table td {
    padding: 4px 0;
  }
}
footer .footer-inner .footer-bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  footer .footer-inner .footer-bottom {
    flex-wrap: wrap;
  }
}
footer .footer-inner .footer-bottom li {
  position: relative;
}
@media screen and (max-width: 960px) {
  footer .footer-inner .footer-bottom li {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-inner .footer-bottom li {
    width: 50%;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}
footer .footer-inner .footer-bottom li a {
  display: block;
}
@media screen and (max-width: 750px) {
  footer .footer-inner .footer-bottom li a {
    padding: 16px 10px;
  }
}
/*footer .footer-inner .footer-bottom li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -46px;
  content: "：";
  margin: auto;
}
@media screen and (max-width: 750px) {
  footer .footer-inner .footer-bottom li::after {
    content: none;
  }
}*/
footer .footer-inner .footer-bottom li:last-child::after {
  content: none;
}
footer .footer-inner .footer-bottom li:nth-of-type(2n) {
  border-right: 0;
}
footer .footer-copy {
  background: #ff7113;
  font-size: 12px;
  text-align: center;
  padding: 12px 0;
}

/******************************************************************
 * TOP
******************************************************************/
/* .top-mv
-----------------------------------------------------------------*/
.top-mv {
  position: relative;
  display: flex;
  align-items: center;
  height: 900px;
}
@media screen and (max-width: 750px) {
  .top-mv {
    width: 100%;
    height: calc(100vh - 90px);
    background: url("../img/top/top_mv_pc.jpg") center no-repeat;
    background-size: cover;
  }
}
.top-mv::before {
  position: absolute;
  top: 0;
  right: 0;
  content: " ";
  width: calc(100% - 213px);
  background: url("../img/top/top_mv_pc.jpg") no-repeat;
  background-size: cover;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .top-mv::before {
    content: none;
  }
}
.top-mv .mv-ttl {
  padding-left: 125px;
}
@media screen and (max-width: 750px) {
  .top-mv .mv-ttl {
    padding-left: 15px;
  }
}
.top-mv .mv-ttl .ttl {
  font: 48px "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 10px;
  margin-bottom: 10px;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF;
}
@media screen and (max-width: 750px) {
  .top-mv .mv-ttl .ttl {
    font-size: 26px;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }
}
.top-mv .mv-ttl .subttl {
  font: 30px "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
}
@media screen and (max-width: 750px) {
  .top-mv .mv-ttl .subttl {
    font-size: 16px;
  }
}

/* .top-reason
-----------------------------------------------------------------*/
.top-reason {
  padding: 148px 0 0;
}
@media screen and (max-width: 750px) {
  .top-reason {
    padding: 30px 0 0;
  }
}
.top-reason .c-ttl {
  text-align: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 750px) {
  .top-reason .c-ttl {
    margin-bottom: 40px;
  }
}
.top-reason .reason-cont {
  position: relative;
  background: #002060;
  padding-bottom: 85px;
}
@media screen and (max-width: 750px) {
  .top-reason .reason-cont {
    padding: 85px 0 60px;
  }
}
.top-reason .reason-cont .reason-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .top-reason .reason-cont .reason-wrap {
    display: block;
  }
}
.top-reason .reason-cont .reason-wrap .item {
  position: relative;
  width: 32%;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .top-reason .reason-cont .reason-wrap .item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top-reason .reason-cont .reason-wrap .item .num {
  position: absolute;
  top: -80px;
  left: 30px;
  font-size: 100px;
  color: #ff7113;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .top-reason .reason-cont .reason-wrap .item .num {
    right: 0;
    left: unset;
    font-size: 80px;
  }
}
.top-reason .reason-cont .reason-wrap .item .img {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .top-reason .reason-cont .reason-wrap .item .img {
    margin-bottom: 10px;
  }
}
.top-reason .reason-cont .reason-wrap .item .img img {
  width: 100%;
}
.top-reason .reason-cont .reason-wrap .item .ttl {
  font: 30px "Shippori Mincho", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .top-reason .reason-cont .reason-wrap .item .ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .top-reason .reason-cont .reason-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.top-reason .reason-cont::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 170px;
  background: #FFF;
}
@media screen and (max-width: 750px) {
  .top-reason .reason-cont::before {
    content: none;
  }
}

/* .top-intro
-----------------------------------------------------------------*/
.top-intro {
  background: url("../img/top/top_intro_bg.jpg") top right no-repeat;
  background-size: 1380px;
  padding: 327px 0 304px;
  margin: -100px 84px 200px 0;
}
@media (max-width: 1699px) {
  .top-intro {
    background: url("../img/top/top_intro_bg.jpg") top right no-repeat;
    background-size: 75%;
    padding: 200px 0;
    margin: 0px 40px 170px 0;
  }
}
@media (max-width: 1199px) {
  .top-intro {
    padding: 150px 0;
  }
}
@media screen and (max-width: 960px) {
  .top-intro {
    margin: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  .top-intro {
    background: url("../img/top/top_intro_bg.jpg") top right -40px no-repeat;
    background-size: contain;
    padding: 140px 0 60px;
    margin: 50px 0 0;
  }
}
@media (max-width: 1399px) {
  .top-intro .intro-inner .intro-cont {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .top-intro .intro-inner .intro-cont {
    margin-left: 0;
  }
}
.top-intro .intro-inner .intro-cont .intro-msg {
  font: 36px "Shippori Mincho", serif;
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .top-intro .intro-inner .intro-cont .intro-msg {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 960px) {
  .top-intro .intro-inner .intro-cont .intro-msg {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro .intro-inner .intro-cont .intro-msg {
    font-size: 24px;
    text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .top-intro .intro-inner .intro-cont .c-btn {
    margin: 0 auto;
  }
}

/* .top-good
-----------------------------------------------------------------*/
.top-good {
  position: relative;
  background: #ff7113;
  padding: 116px 0 0;
}
@media (max-width: 1699px) {
  .top-good {
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .top-good {
    padding: 50px 0;
  }
}
.top-good .good-info {
  color: #FFF;
  max-width: 583px;
  width: 42%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .top-good .good-info {
    max-width: unset;
    width: 100%;
  }
}
.top-good .good-info .c-ttl {
  margin-bottom: 36px;
}
@media screen and (max-width: 960px) {
  .top-good .good-info .c-ttl {
    text-align: center;
    margin-bottom: 26px;
  }
}
.top-good .good-info .c-ttl span::before, .top-good .good-info .c-ttl span::after {
  background: #FFF;
}
.top-good .good-info .good-txt p {
  margin-bottom: 20px;
}
.top-good .good-info .c-btn {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .top-good .good-info .c-btn {
    margin: 0 auto;
  }
}
.top-good .good-example {
  position: relative;
  margin-top: 120px;
}
@media (max-width: 1699px) {
  .top-good .good-example {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .top-good .good-example {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .top-good .good-example {
    margin-top: 0;
  }
}
.top-good .good-example .c-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .top-good .good-example .c-inner {
    display: block;
  }
}
.top-good .good-example .c-inner .item {
  position: relative;
  width: 32%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .top-good .good-example .c-inner .item {
    width: 100%;
  }
}
.top-good .good-example .c-inner .item .ttl {
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  display: inline-block;
  width: 250px;
  background: #FFF;
  font: 24px "Shippori Mincho", serif;
  font-weight: bold;
  padding: 18px 0;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .top-good .good-example .c-inner .item .ttl {
    top: -20px;
    width: 200px;
    font-size: 18px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .top-good .good-example .c-inner .item .ttl {
    position: unset;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .top-good .good-example .c-inner .item .img {
    margin-bottom: 20px;
  }
}
.top-good .good-example .c-inner .item .img img {
  width: 100%;
}
.top-good .good-example::before {
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: #FFF;
}
@media screen and (max-width: 960px) {
  .top-good .good-example::before {
    content: none;
  }
}
.top-good .good-img {
  position: absolute;
  top: -90px;
  left: 0;
  max-width: 50%;
}
@media (max-width: 1199px) {
  .top-good .good-img {
    top: -50px;
  }
}
@media screen and (max-width: 960px) {
  .top-good .good-img {
    position: relative;
    top: unset;
    max-width: unset;
    width: 90%;
    margin: 0 auto 30px;
  }
}
.top-good .good-img img {
  width: 100%;
}

/* .top-content
-----------------------------------------------------------------*/
.top-content {
  padding: 195px 0 215px;
}
@media (max-width: 999px) {
  .top-content {
    padding: 100px 0 180px;
  }
}
@media screen and (max-width: 750px) {
  .top-content {
    padding: 50px 0 20px;
  }
}
.top-content .content-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}
@media (max-width: 999px) {
  .top-content .content-wrap {
    display: block;
  }
}
.top-content .content-wrap .c-ttl {
  margin-top: 1%;
  margin-left: 17%;
}
@media (max-width: 1299px) {
  .top-content .content-wrap .c-ttl {
    margin-left: 9%;
  }
}
@media (max-width: 1199px) {
  .top-content .content-wrap .c-ttl {
    margin-left: 6%;
  }
}
@media (max-width: 1099px) {
  .top-content .content-wrap .c-ttl {
    margin-left: 0;
  }
}
@media (max-width: 999px) {
  .top-content .content-wrap .c-ttl {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-content .content-wrap .content-img {
    margin-bottom: 10px;
  }
}
.top-content .content-wrap .content-desc .txt {
  font: 26px "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .top-content .content-wrap .content-desc .txt {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .top-content .content-wrap .content-desc .txt {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
}
.top-content .content-wrap .content-desc .c-btn {
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 999px) {
  .top-content .content-wrap .content-desc .c-btn {
    margin: 0 auto;
  }
}
.top-content .content-img img {
  width: 100%;
}

/* .top-greeting
-----------------------------------------------------------------*/
.top-greeting {
  position: relative;
  background: #002060;
  padding: 116px 0 60px;
}
@media (max-width: 1699px) {
  .top-greeting {
    padding: 70px 0 60px;
  }
}
@media screen and (max-width: 960px) {
  .top-greeting {
    padding: 50px 0;
  }
}
.top-greeting .greeting-info {
  color: #FFF;
  max-width: 583px;
  width: 42%;
}
@media screen and (max-width: 960px) {
  .top-greeting .greeting-info {
    max-width: unset;
    width: 100%;
  }
}
.top-greeting .greeting-info .c-ttl {
  margin-bottom: 36px;
}
@media screen and (max-width: 960px) {
  .top-greeting .greeting-info .c-ttl {
    text-align: center;
    margin-bottom: 26px;
  }
}
.top-greeting .greeting-info .c-ttl span::before, .top-greeting .greeting-info .c-ttl span::after {
  background: #FFF;
}
.top-greeting .greeting-info .greeting-txt p {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .top-greeting .greeting-info .greeting-txt p:last-child {
    text-align: right;
  }
}
.top-greeting .greeting-info .c-btn {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .top-greeting .greeting-info .c-btn {
    margin: 0 auto;
  }
}
.top-greeting .greeting-img {
  position: absolute;
  top: -90px;
  right: 0;
  max-width: 50%;
}
@media (max-width: 1199px) {
  .top-greeting .greeting-img {
    top: -50px;
  }
}
@media screen and (max-width: 960px) {
  .top-greeting .greeting-img {
    position: relative;
    top: unset;
    max-width: unset;
    width: 90%;
    margin: 0 auto 30px;
  }
}
.top-greeting .greeting-img img {
  width: 100%;
}

/* .top-access
-----------------------------------------------------------------*/
.top-access {
  padding: 140px 0 0;
}
@media (max-width: 1399px) {
  .top-access {
    padding-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  .top-access {
    padding: 50px 0 0;
  }
}
.top-access .access-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 86px;
}
@media screen and (max-width: 750px) {
  .top-access .access-wrap {
    display: block;
  }
}
.top-access .access-wrap .access-img {
  width: 53%;
}
@media (max-width: 1199px) {
  .top-access .access-wrap .access-img {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .top-access .access-wrap .access-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-access .access-wrap .access-img img {
  width: 100%;
}
.top-access .access-wrap .access-info {
  width: 41%;
}
@media (max-width: 1199px) {
  .top-access .access-wrap .access-info {
    width: 45%;
  }
}
@media screen and (max-width: 750px) {
  .top-access .access-wrap .access-info {
    width: 100%;
  }
}
.top-access .access-wrap .access-info .info-table {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .top-access .access-wrap .access-info .info-table {
    margin-bottom: 30px;
  }
}
.top-access .access-wrap .access-info .info-table tr th, .top-access .access-wrap .access-info .info-table tr td {
  border-bottom: 2px solid #002060;
  padding: 14px 0;
}
@media screen and (max-width: 960px) {
  .top-access .access-wrap .access-info .info-table tr th, .top-access .access-wrap .access-info .info-table tr td {
    font-size: 14px;
  }
}
.top-access .access-wrap .access-info .info-table tr th {
  width: calc(190px - 46px);
  padding-left: 46px;
}
@media (max-width: 1299px) {
  .top-access .access-wrap .access-info .info-table tr th {
    width: 120px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-access .access-wrap .access-info .info-table tr th {
    padding-left: 10px;
  }
}
.top-access .access-wrap .access-info .info-table tr td {
  width: 26px;
  text-align: center;
}
@media (max-width: 1199px) {
  .top-access .access-wrap .access-info .info-table tr td {
    width: auto;
  }
}
.top-access .access-wrap .access-info .info-table tr td:last-of-type {
  width: 60px;
  padding-right: 46px;
}
@media (max-width: 1299px) {
  .top-access .access-wrap .access-info .info-table tr td:last-of-type {
    width: 50px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .top-access .access-wrap .access-info .info-table tr td:last-of-type {
    width: auto;
    padding-right: 0;
  }
}
.top-access .access-wrap .access-info .info-address {
  background: #002060;
  font-size: 18px;
  color: #FFF;
  line-height: 1.8;
  padding: 20px 40px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .top-access .access-wrap .access-info .info-address {
    font-size: 15px;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 960px) {
  .top-access .access-wrap .access-info .info-address {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .top-access .access-wrap .access-info .info-address {
    font-size: 15px;
    padding: 14px 20px;
  }
}
.top-access .access-wrap .access-info .info-note {
  color: #333;
  margin-bottom: 46px;
}
@media screen and (max-width: 960px) {
  .top-access .access-wrap .access-info .info-note {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  .top-access .access-wrap .access-info .info-note {
    margin-bottom: 30px;
  }
}
.top-access .access-wrap .access-info .c-btn {
  margin: 0 auto;
}
.top-access iframe {
  width: 100%;
  height: 295px;
	    margin-bottom: 200px;
}
@media screen and (max-width: 750px) {
  .top-access iframe {
    height: 200px;
  }
}
.houer-info {
   margin-bottom: 20px;
  }

/* .top-news
-----------------------------------------------------------------*/
.top-news {
  padding: 150px 0 30px;
}
@media screen and (max-width: 750px) {
  .top-news {
    padding: 50px 0 20px;
  }
}
.top-news .news-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1150px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .top-news .news-inner {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .top-news .news-inner .c-ttl {
    text-align: center;
    margin-bottom: 30px;
  }
}
.top-news .news-inner .news-wrap {
  width: 55%;
  height: 151px;
  overflow: hidden scroll;
}
@media screen and (max-width: 750px) {
  .top-news .news-inner .news-wrap {
    width: 100%;
    height: 133px;
    padding: 0 15px;
  }
}
.top-news .news-inner .news-wrap .news-cont {
  position: relative;
  display: flex;
  border-bottom: 1px solid #002060;
  padding-bottom: 14px;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}
.top-news .news-inner .news-wrap .news-cont .date {
  font: 18px "Shippori Mincho", serif;
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  .top-news .news-inner .news-wrap .news-cont .date {
    font-size: 14px;
    margin-right: 20px;
  }
}
.top-news .news-inner .news-wrap .news-cont .ttl {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .top-news .news-inner .news-wrap .news-cont .ttl {
    font-size: 15px;
  }
}
.top-news .news-inner .news-wrap .news-cont a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-news .news-inner .news-wrap .news-cont:hover {
  opacity: 0.6;
}
.content {
    font-size: 18px;
}
@media screen and (max-width: 750px) {
  .content {
    font-size: 14px;
  }
}

/*-----TOPinstagram---------------------------*/
.top-instagram {
  padding: 80px 0px 0px;
}
@media (max-width: 999px) {
  .top-instagram {
    padding: 0px 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .top-instagram {
    padding: 50px 0 20px;
  }
}



/******************************************************************
 * ABOUT
******************************************************************/
/* .about-greeting
-----------------------------------------------------------------*/
.about-greeting {
  padding: 115px 0 90px;
}
@media (max-width: 1199px) {
  .about-greeting {
    padding: 80px 0;
  }
}
@media screen and (max-width: 750px) {
  .about-greeting {
    padding: 70px 0 50px;
  }
}
.about-greeting .greeting-intro {
  background: url("../img/about/about_greeting_bg.jpg") top right no-repeat;
  background-size: 70%;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .about-greeting .greeting-intro {
    background: none;
    margin-bottom: 30px;
  }
}
.about-greeting .greeting-intro .c-ttl {
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .about-greeting .greeting-intro .c-ttl {
    text-align: center;
    margin-bottom: 20px;
  }
}
.about-greeting .greeting-intro .img {
  margin-bottom: 20px;
}
.about-greeting .greeting-intro .txtbox {
  width: 100%;
  font-family: 'Shippori Mincho',sans-serif;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media screen and (max-width: 750px) {
  .about-greeting .greeting-intro .txtbox {
    width: 100%;
  }
}
.about-greeting .greeting-intro .txtbox p {
  color: #333;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 2.2;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .about-greeting .greeting-intro .txtbox p {
    margin-bottom: 14px;
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  .about-greeting .greeting-intro .txtbox p.name {
    text-align: right;
  }
}
.about-greeting .greeting-intro .txtbox p:last-child {
  margin-bottom: 0;
}
.about-greeting .greeting-history {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .about-greeting .greeting-history {
    display: block;
  }
}
.about-greeting .greeting-history .history-img {
  width: 295px;
}
@media (max-width: 1259px) {
  .about-greeting .greeting-history .history-img {
    width: 240px;
  }
}
@media (max-width: 999px) {
  .about-greeting .greeting-history .history-img {
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  .about-greeting .greeting-history .history-img {
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .about-greeting .greeting-history .history-img {
    width: 100%;
  }
}
.about-greeting .greeting-history .history-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 295px - 148px);
}
@media (max-width: 1259px) {
  .about-greeting .greeting-history .history-wrap {
    width: calc(100% - 240px - 10px);
  }
}
@media (max-width: 999px) {
  .about-greeting .greeting-history .history-wrap {
    width: calc(100% - 200px - 40px);
  }
}
@media screen and (max-width: 960px) {
  .about-greeting .greeting-history .history-wrap {
    width: calc(100% - 100px - 20px);
  }
}
@media screen and (max-width: 750px) {
  .about-greeting .greeting-history .history-wrap {
    display: block;
    width: 100%;
  }
}
.about-greeting .greeting-history .history-wrap .img {
  width: 386px;
}
@media (max-width: 1099px) {
  .about-greeting .greeting-history .history-wrap .img {
    width: 300px;
  }
}
@media (max-width: 999px) {
  .about-greeting .greeting-history .history-wrap .img {
    width: 250px;
  }
}
@media screen and (max-width: 960px) {
  .about-greeting .greeting-history .history-wrap .img {
    width: 200px;
  }
}
.about-greeting .greeting-history .history-wrap .info {
  width: calc(100% - 386px - 90px);
}
@media (max-width: 1099px) {
  .about-greeting .greeting-history .history-wrap .info {
    width: calc(100% - 300px - 36px);
  }
}
@media (max-width: 999px) {
  .about-greeting .greeting-history .history-wrap .info {
    width: calc(100% - 250px - 24px);
  }
}
@media screen and (max-width: 960px) {
  .about-greeting .greeting-history .history-wrap .info {
    width: calc(100% - 200px - 20px);
  }
}
@media screen and (max-width: 750px) {
  .about-greeting .greeting-history .history-wrap .info {
    width: 100%;
  }
}
.about-greeting .greeting-history .history-wrap .info .item {
  margin-bottom: 20px;
}
.about-greeting .greeting-history .history-wrap .info .item .ttl {
  font: 30px "Shippori Mincho", serif;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 999px) {
  .about-greeting .greeting-history .history-wrap .info .item .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .about-greeting .greeting-history .history-wrap .info .item .ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.about-greeting .greeting-history .history-wrap .info .item ul li {
  color: #333;
  line-height: 1.6;
}
.about-greeting .greeting-history .history-wrap .info .item table tr td {
  color: #333;
  line-height: 2.2;
  vertical-align: baseline;
}
.about-greeting .greeting-history .history-wrap .info .item table tr td:first-child {
  padding-right: 20px;
}
.about-greeting .greeting-history .history-wrap .info .item:last-child {
  margin-bottom: 0;
}
.about-greeting .greeting-history .img-wrap-sp {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .about-greeting .greeting-history .img-wrap-sp {
    display: none;
  }
}
.about-greeting .greeting-history .img-wrap-sp p {
  width: 48%;
}
.c-inner .c-ttl  {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
.c-inner .c-ttl l {
    margin-bottom: 30px;
  }
}

/* .about-column
-----------------------------------------------------------------*/
.about-column {
  background: #f0f4f8;
  padding: 100px 0 100px;
}
@media screen and (max-width: 750px) {
  .about-column {
    padding: 60px 0;
  }
}
.about-column .column-box {
  background: #fff;
  padding: 40px 60px 60px;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .about-column .column-box {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .about-column .column-box {
    padding: 40px 20px 60px;
    margin-bottom: 40px;
  }
}
.about-column .column-box .column-ttl {
  font: 30px "Shippori Mincho", serif;
  color: #ff7113;
  margin-bottom: 30px;
  padding: 0.5rem 1rem;
  border-left: 10px double #ff7113;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .about-column .column-box .column-ttl {
    font-size: 24px;
	font-weight: 600;
  }
}
.about-column .column-box:last-child {
  margin-bottom: 0;
}
.about-column .column-box .column-wrap {
  display: flex;
  justify-content: space-between;
  color: #333;
}

.about-column .column-box .column-wrap .ttl {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 1.9;
}
@media (max-width: 1199px) {
  .about-column .column-box .column-wrap .ttl {
    margin-bottom: 30px;
  }
	  .about-column .column-box .column-wrap {
    flex-direction: column-reverse !important;
  }
	
	
}
@media screen and (max-width: 750px) {
  .about-column .column-box .column-wrap .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 450px) {
	.about-column .column-box .column-wrap .ttl {
		font-size:16px;
	}
}
.about-column .column-box .column-wrap .column-txtbox {
  width: calc(100% - 377px - 40px);
  line-height: 1.7;
}
@media screen and (max-width: 1199px) {
  .about-column .column-box .column-wrap .column-txtbox {
    width: 100%;
	line-height: 1.7;
  }
}
.about-column .column-box .column-wrap .column-txtbox p {
  margin-bottom: 18px;
  line-height: 1.7;
}
.about-column .column-box .column-wrap .column-txtbox p:last-child {
  margin-bottom: 0;
}
.about-column .column-box .column-wrap .column-img {
  width: 377px;
	margin:0 auto;
	padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .about-column .column-box .column-wrap .column-img {
    width: 100%;
    padding-bottom: 20px;
	  margin: 0 auto !important;
	  text-align:center !important;
  }
}
.about-column .column-box:nth-of-type(even) .column-wrap {
  flex-direction: row-reverse;
}

/* .about-feature
-----------------------------------------------------------------*/
.about-feature {
  padding: 80px 0 180px;
  background: #f6f6f6;
}
@media screen and (max-width: 750px) {
  .about-feature {
    padding: 60px 0 70px;
	background: #f6f6f6;
  }
}
.about-feature .c-ttl {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .about-feature .c-ttl {
    margin-bottom: 30px;
  }
}
.about-feature .feature-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-item {
    display: block;
    margin-bottom: 50px;
  }
}
.about-feature .feature-item .feature-img {
  width: 480px;
}
@media (max-width: 1199px) {
  .about-feature .feature-item .feature-img {
    width: 385px;
  }
}
@media screen and (max-width: 960px) {
  .about-feature .feature-item .feature-img {
    width: 300px;
  }
}
@media screen and (max-width: 750px) {
  .about-feature .feature-item .feature-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-feature .feature-item .feature-desc {
  width: calc(100% - 480px - 66px);
}
@media (max-width: 1199px) {
  .about-feature .feature-item .feature-desc {
    width: calc(100% - 385px - 66px);
  }
}
@media screen and (max-width: 960px) {
  .about-feature .feature-item .feature-desc {
    width: calc(100% - 300px - 66px);
  }
}
@media screen and (max-width: 750px) {
  .about-feature .feature-item .feature-desc {
    width: 100%;
  }
}
.about-feature .feature-item .feature-desc .feature-ttl {
  margin-bottom: 20px;
}
.about-feature .feature-item .feature-desc .feature-ttl .point {
  font: 30px "Shippori Mincho", serif;
  font-weight: bold;
}
.about-feature .feature-item .feature-desc .feature-ttl .ttl {
  font: 30px "Shippori Mincho", serif;
  font-weight: bold;
}
.about-feature .feature-item .feature-desc .feature-txtbox p {
  color: #333;
  margin-bottom: 26px;
}
@media screen and (max-width: 750px) {
  .about-feature .feature-item .feature-desc .feature-txtbox p {
    margin-bottom: 16px;
  }
}
.about-feature .feature-item .feature-desc .feature-txtbox p:last-child {
  margin-bottom: 0;
}

/*固定ページCSS*/

/*Aesthetice*/
.aesthete_text dt {
    font-size: 1.6rem;
    color: #002060;
    padding-bottom: 5px;
    padding-top: 30px;
	font-family: 'Shippori Mincho';
	font-weight: 600;
}

.aesthete_text dd{
color: #333;
line-height: 1.7;
}


.flex_row{
	display: flex;
	flex-direction: column-reverse;
}

.aesthetic_flex{
	flex-direction: row-reverse;
}
.aesthetic_box{
	padding-top: 100px;
}
.aesthetic_headtext{
	font-size:1.6rem;
	color:#002060;
	padding-top:0px;
	padding-bottom: 10px;
	font-family: 'Shippori Mincho';
	font-weight: 600;
}
.aesthetic_massage{
	font-size:1.4rem;
	color: #055F6E;
	padding-top: 10px;
}
.aesthetic_list li:before{
	content: '●';
	color:#055F6E;
	font-size: 0.9rem;
}
.aesthetic_list li{
	padding-bottom:0.3rem;
	line-height: 1.7;
}
@media screen and (max-width: 500px) {
	.aesthete_text dt{
		font-size: 1.3rem;
		font-weight: 600;
	}
	.aesthetic_headtext{
		font-size:1.3rem;
		font-weight: 600;
	}
	.aesthetic_box {
    padding-top: 70px;
}

}
	

/*//Aesthetic*/

/*general*/

.kid_list{
		color:#2B84FF;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		list-style: disc;
}
	
	
/*//general*/

/*exterior*/
.year_h3 {
    padding: 1rem 2rem;
    background: #8ba0cd;
    margin: 80px 0px -20px 0px;
    font-size: 1.5rem;
    color: #fff;
max-width: 1330px;
    margin: 120px auto 0px;
    width: 92%;	
}
h5{
	font-size: 1.4rem;
}
.exterior_flex{
	display: flex;
	justify-content:center;
}
.exterior_flex img{
	height: 16vw;
	padding: 10px;
}
.exterior_box img{
	padding:5px;
}
.exterior_page{
	background-color: #002060;
	width: 220px;
	height: 115px;
		display: grid;
	align-content: center;
	justify-content: center;
	box-shadow: 10px 10px #dacebf;
	    padding: 10px;
}
.exterior_page span{
	color:#fff;
}
.exterior_page2 span{
	color:#fff;
	font-size: 1.3rem;
	    display: flex;
    flex-direction: column;
}
.gallary_space{
	padding-left: 8px;
}
.exterior_page2{
		width: 220px;
	height: 115px;
	background-color:#8a99b6;
	display: grid;
	align-content: center;
	justify-content: center;
	box-shadow: 10px 10px #dacebf;
}

.exterior_page_button{
	display:flex;
	justify-content: center;
margin: 50px auto;
}
.exterior_page_button:hover div{
	background-color:darkgray;
	transition: 0.5s ;
}
.a_ga_button{
display: flex;
width: fit-content;
    margin: 0 auto;
}
.exterior_box p{
	    text-align: center;
	    font-size: 1.4rem;
}
.galla_p{
	background-color: #fff;
	height: 180px;
	width: 730px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px auto;
	border: dashed 3px #fdda97;
}
.galla_h4{
	font-size:1.5rem;
	    background-color:#fff;
    height: 50px;
	    margin: 60px 0px 20px;
    border-top: 3px solid #93c7ce;
    border-bottom: 3px solid #93c7ce;
	display: flex;
    align-items: center;
	justify-content: center;
}
@media screen and (max-width: 750px){
	.galla_p{
		width: auto;
		    padding: 10px;
	}
}
@media screen and (max-width: 600px){
	.exterior_page{
	    width: 170px;	
	}
	.exterior_page2{
		width: 150px;
	}
}



@media screen and (max-width: 1030px){

.exterior_flex img {
    height: 22vw;
    padding: 4px;
}
}

@media screen and (max-width: 700px){
		.exterior_flex{
	flex-flow: column;
}
	.exterior_flex img{
	height: auto;
	padding: 10px;
}	
	.last_img img:last-child{
		padding-bottom:100px;
		
	}
	
	}
 /*//exterior*/

/*MOVIE*/
.movie_h2{
	text-align:center;
	margin-top:100px;
	margin-bottom:40px;
}
.movie{
	text-align:center;
	padding-top:50px;
	  position: relative;
  width: 100%;
	    left: -15%;
	padding-top: 56.25%;

}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 70% !important;
  height: 70% !important;
}


@media screen and (max-width: 400px){
	.movie{
	text-align:center;
	padding-top:50px;
	  position: relative;
  width: 100%;
	    left: 0%;
	padding-top: 56.25%;

}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
	.movie_h2{
	margin-top: 40px;	
	}

	｝
	

		
	
	
/*//MOVIE*/

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../src/sass/modules/_reset.scss%22,%22../../src/sass/modules/_variables.scss%22,%22../../src/sass/modules/_mixin.scss%22,%22../../src/sass/modules/_util.scss%22,%22../../src/sass/modules/_common.scss%22,%22../../src/sass/parts/_hamburger-menu.scss%22,%22../../src/sass/parts/_header.scss%22,%22../../src/sass/parts/_footer.scss%22,%22../../src/sass/pages/_top.scss%22,%22../../src/sass/pages/_about.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AAAA;AAAA;AAIA;AAAA;AAGA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAaE;AACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAGA;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA,aC1CS;ED2CT;EACA;EACA;EACA;EACA;EAEA;;AExCA;EF+BF;IAYI;;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;AAGA;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;AAAA;AAGA;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;EAIE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EAAiB;EACjB;EACA;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAIF;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AE1KA;ECDF;IAEI;;;;AAKF;EADF;IAEI;;;;ADKF;ECDF;IAEI;;;;AAKF;EADF;IAEI;;;;AAKF;EADF;IAEI;;;;AAIJ;EACE;;AAEA;EAHF;IAII;;;;AAIJ;EACE;;AAEA;EAHF;IAII;;;;ACxCJ;AAAA;AAAA;AAIA;EACE;EACA;EACA;EACA;EACA;;;AAIF;EACE;;AAEA;EAHF;IAII;;;AAGF;EAPF;IAQI;;;AFVF;EEEF;IAYI;;;;AAIJ;EACE;EACA;;AAEA;EAJF;IAKI;;;AFvBF;EEkBF;IASI;IACA;;;;AAKJ;AAAA;AAGA;EACE;;AFrCA;EEoCF;IAII;;;AAGF;EACE;EACA;EACA;;AF9CF;EE2CA;IAMI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;;AAKN;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAMN;AAAA;AAGA;EACE;EACA;EACA;;AFzGA;EEsGF;IAMI;;;AFtGF;EEgGF;IAUI;;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;AF3HJ;EEuHE;IAOI;IACA;;;AFzHN;EEiHE;IAYI;;;;AAQN;EACE;EACA;;;ACpJJ;AAAA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EHaJ;;AACA;EACE,SAHsB;;AGPxB;EACE;;AAIA;EACE;EACA;;;ACtCN;AAAA;AAAA;AAIA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAbF;IAcI;IACA;;;AAGF;EAlBF;IAmBI;IACA;;;AJtBF;EIEF;IAwBI;;;AAGF;EACE;;AAEA;EAHF;IAII;;;AAGF;EAPF;IAQI;;;AAGF;EAXF;IAYI;;;AAOJ;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;AAGF;EACE;;AAEA;EAHF;IAII;;;AAGF;EACE;;AAGF;EACE;EAEA;;AAEA;EALF;IAMI;;;AAGF;EACE;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAdF;IAeI;;;AAGF;EAlBF;IAmBI;;;AAIF;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAQN;EACE;EACA;EACA;EACA;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAMR;EACE;;AAEA;EACE;EACA;EACA;;AAEA;EALF;IAMI;;;AAKJ;EACE;EACA;EACA;EACA;;AAEA;EANF;IAOI;;;;AAUV;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;;AJ7MA;EIuMF;IASI;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;;AAKJ;EACE;;AAEA;EACE;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAQR;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;AAEA;EACE;EACA;EACA;;;ACvVV;AAAA;AAAA;AAIA;AAAA;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;ALfA;EKQF;IAUI;;;AAGF;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAIA;EACE;;AAKF;EACE;;;AAQR;AAAA;AAGA;EACE;EACA;EACA;EACA;;ALjDA;EK6CF;IAOI;;;AL9CF;EKuCF;IAWI;IACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAZF;IAaI;;;AAIF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAIA;EACE;;AAQR;EACE;EACA;;ALrGF;EKmGA;IAKI;;;ALlGJ;EK6FA;IASI;IACA;;;AAGF;EACE;EACA;EACA;;AL7GJ;EK0GE;IAMI;IACA;IACA;;;AAGF;EACE;EACA;EACA;;ALxHN;EKqHI;IAMI;IACA;IACA;IACA;IACA;;;AAIJ;EACE;;ALpIN;EKmII;IAII;;;AL7IR;EKgJM;IAEI;;;AL5IV;EK0IM;IAMI;;;AAOR;EACE;EACA;;ALzJJ;EKuJE;IAKI;;;AAGF;EACE;;ALtKN;EKqKI;IAII;;;ALnKR;EK+JI;IAQI;IACA;IACA;;;AAGF;EACE;;AL7KR;EK4KM;IAII;;;AAIJ;EACE;EACA;EAC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%22,%22file%22:%22style.css%22%7D */
