@charset "UTF-8";
/* last-update 2021/7/15 */
/* base */
* {
  word-break: break-all; }

body {
  min-width: 1200px;
  background: #fff;
  /*font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;*/
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ', 'Meiryo', ヒラギノ角ゴ Pro W3, 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #333; }
  @media screen and (max-width: 960px) {
    body {
      min-width: 375px; } }

pre {
  white-space: inherit; }

textarea {
  font-family: inherit; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

a {
  text-decoration: none;
  font-weight: normal;
  color: #000000; }

a:hover {
  text-decoration: underline; }

a.anchor-for-call,
a.anchor-for-call:hover {
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit; }

img,
a,
button {
  transition: opacity 0.3s; }

div.sbox-cen,
.seotext {
  text-align: center;
  font-size: 1rem;
  line-height: 2.4;
  font-weight: normal;
  color: #edf1f8;
  background: linear-gradient(to right, #0081cd, #004098); }

@media screen and (max-width: 960px) {
  div.sbox-cen,
  .seotext {
    padding-bottom: 0;
    font-size: 1rem; }

  .seotext span {
    display: none; }

  div.sbox-cen h1.stext {
    font-weight: normal; }

  div.sbox-cen p.summary {
    display: none; } }
#wrap {
  position: relative;
  overflow: hidden;
  font-weight: 500;
  background: #ffffff;
  font-size: 1.4rem;
  line-height: 2;
  color: #000000;
  font-feature-settings: "palt"; }

.tel {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 500;
  line-height: 0.8; }

.tel__num {
  display: inline-block;
  /*margin-left: 5px;*/ }

/* header
------------------------------*/
#header {
  background: none; }
  .pagecode-index #header {
    padding-top: 1px; }

.h-box {
  display: none; }

.h-box__left {
  flex: 0 0 auto;
  width: 30%; }

.h-logo {
  width: 330px; }

.h-box__center {
  width: 100%;
  padding: 0 10px;
  text-align: center; }

.h-box__right {
  flex: 0 0 auto;
  width: 30%; }

.h-logo__link {
  display: block; }

.h-text {
  max-width: 500px;
  margin: 0 0 0 auto;
  font-size: 1rem;
  line-height: 1.4;
  color: #a6a6a6;
  text-align: right;
  transition: opacity .3s; }
  .fixed .h-text {
    height: 0;
    opacity: 0; }

.h-tel {
  font-size: 2.6rem; }

.h-tel__num {
  font-size: 1.307em; }

.h-info__box {
  display: flex; }

.h-note,
.h-time,
.h-holiday {
  font-size: 1.2rem; }

.h-nav {
  width: 100%;
  height: 93px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: height .4s;
  z-index: 99; }
  .h-nav__wrap {
    height: 93px;
    position: relative; }
    @media screen and (max-width: 960px) {
      .h-nav__wrap {
        display: none; } }

.h-nav__inner {
  max-width: 1280px;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media screen and (min-width: 1201px) {
  .h-nav.fixed {
    position: fixed;
    height: 70px;
    box-shadow: 0px 0px 14px -5px #333; } }
@media screen and (max-width: 960px) {
  .h-box {
    display: block;
    padding: 10px 15px;
    text-align: left; }

  .h-box .h-logo {
    display: block; }

  .h-text,
  .h-box__left,
  .h-box__right {
    display: none; }

  .h-nav {
    display: none; } }
/* gnav
------------------------------*/
.gnav {
  width: 100%; }

.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 62px; }

.gnav-list__item {
  margin-left: 40px; }

.gnav-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 93px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  color: #00429a;
  text-align: center;
  position: relative;
  transition: color .3s; }

.gnav-list__link:hover,
.current .gnav-list__link,
.active .gnav-list__link {
  /*opacity: 0.8;*/
  color: #ffd833;
  text-decoration: none; }

.galleryCategoryList__wrap {
  position: relative; }
  .sp-nav-list .galleryCategoryList__wrap {
    height: 0;
    overflow: hidden;
    transition: height 0.3s; }
.galleryCategoryList__label {
  cursor: pointer; }
.galleryCategoryList__box {
  overflow: hidden;
  height: 0;
  position: absolute;
  z-index: 1;
  top: calc(100% - 28px);
  left: -100px;
  right: -100px;
  margin: auto;
  width: 135px;
  transition: height 0.3s; }
  .sp-nav-list .galleryCategoryList__box {
    position: static;
    width: 100%;
    height: auto;
    overflow: visible; }
.galleryCategoryList__link {
  display: block;
  background: #e3eaf3;
  padding: 9px 10px 7px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.75;
  color: #00429a;
  margin-bottom: 1px;
  transition: background .3s; }
  .galleryCategoryList__link:hover {
    background: #ffd833;
    text-decoration: none; }

.drawer--left {
  position: relative; }

.drawer--left .drawer-hamburger {
  display: none;
  background: #0081cd;
  border-radius: 0; }

.drawer--left .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.3); }

.drawer--left .drawer-nav {
  display: none;
  background: #fff; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #fff; }

.drawer--left .drawer-menu {
  padding: 20px 10px; }

.sp-nav-list {
  margin-bottom: 30px; }

.sp-nav-list__item {
  margin-bottom: 0; }

.sp-nav-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  color: #333;
  transition: background 0.1s, color .1s; }

.sp-nav-list__link:hover,
.current .sp-nav-list__link,
.active .sp-nav-list__link {
  background: #0081cd;
  color: #fff;
  text-decoration: none; }

.sp-nav-list .accordion-list {
  position: relative; }

.drawer-menu .contentslist {
  display: block;
  padding: 0;
  font-size: 1.4rem; }

.drawer-menu .contentslist > li {
  margin: 0 0 20px; }

.drawer-menu .contentslist .sublist li a,
.drawer-menu .contentslist .parent-text > a,
.drawer-menu .contentslist .text-link a,
.drawer-menu .contentslist .nolink .n_title {
  color: #333;
  border-color: #333; }

.drawer-menu .banner {
  text-align: center; }

.drawer-menu .banner li {
  margin-bottom: 10px; }

@media screen and (max-width: 960px) {
  .drawer--left .drawer-hamburger,
  .drawer--left .drawer-nav {
    display: block; } }
/* main
------------------------------*/
.mainimg {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 755px;
  padding: 120px 0 70px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 680px) {
    .mainimg {
      height: 440px; } }
  .pagecode-index .mainimg {
    display: flex; }

.main-slider {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0; }
  .main-slider__item {
    width: 100vw;
    height: 755px;
    background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 680px) {
      .main-slider__item {
        height: 440px; } }
    .main-slider__item:first-child {
      background-image: url("../img/main01.jpg"); }
      @media screen and (max-width: 680px) {
        .main-slider__item:first-child {
          background-image: url("../img/sp_main01.jpg"); } }
    .main-slider__item:nth-child(2) {
      background-image: url("../img/main02.jpg"); }
      @media screen and (max-width: 680px) {
        .main-slider__item:nth-child(2) {
          background-image: url("../img/sp_main02.jpg"); } }
    .main-slider__item:last-child {
      background-image: url("../img/main03.jpg"); }
      @media screen and (max-width: 680px) {
        .main-slider__item:last-child {
          background-image: url("../img/sp_main03.jpg"); } }

.main-slide-sp {
  display: none; }
  @media screen and (max-width: 960px) {
    .main-slide-sp {
      display: block; } }

.mainimg .main-text {
  width: 100%;
  max-width: 950px;
  padding-bottom: 95px;
  z-index: 55; }
  @media screen and (max-width: 960px) {
    .mainimg .main-text {
      display: none; } }

.mainimg .respon {
  display: none;
  width: 80%;
  max-width: 375px;
  margin: auto;
  z-index: 55; }

.main {
  width: 100%; }

@media screen and (max-width: 960px) {
  .mainimg {
    padding: 0;
    background: none; }

  .mainimg .img {
    display: none; }

  .mainimg .respon {
    display: block; }

  .mainimg .respon img {
    width: 100%; } }
/* content
------------------------------*/
.content {
  width: 100%;
  padding: 0 0 50px; }
  .pagecode-index .content {
    padding: 0 0 50px; }

.map,
.video {
  position: relative;
  width: 100%;
  height: 350px; }

.map iframe,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video {
  height: auto;
  padding-top: 56.25%; }

.big {
  font-size: 1.6rem; }

.small {
  font-size: 1.2rem; }

.bold {
  font-weight: bold; }

.btn {
  text-align: center; }

br.sp {
  display: none; }

span.dib {
  display: inline-block; }

@media screen and (max-width: 480px) {
  br.sp {
    display: block; }

  br.pc {
    display: none; } }
#mail {
  padding-top: 100px;
  margin-top: -100px; }

@media screen and (max-width: 960px) {
  #mail {
    padding-top: 0;
    margin-top: 0; } }
.inline-link {
  text-decoration: underline; }
  .inline-link:hover {
    text-decoration: none; }

.nopost {
  text-align: center; }

@media screen and (max-width: 960px) {
  br.pc {
    display: none; } }

br.sp_lg {
  display: none; }
  @media screen and (max-width: 960px) {
    br.sp_lg {
      display: block; } }

br.sp_md {
  display: none; }
  @media screen and (max-width: 680px) {
    br.sp_md {
      display: block; } }

br.sp_sm {
  display: none; }
  @media screen and (max-width: 480px) {
    br.sp_sm {
      display: block; } }

/* table
------------------------------*/
.module.mod_text table {
  width: 100%;
  table-layout: fixed; }

.module.mod_text th,
.module.mod_text td {
  height: auto;
  background: #F1F4FA;
  border: 1px solid #fff;
  padding: 15px 19px 12px;
  text-align: left;
  vertical-align: top; }

.module.mod_text th,
.module.mod_text td.cols-label,
.module.mod_text td.row-label {
  background: #E3EAF3;
  vertical-align: top;
  font-weight: normal; }

.module.mod_text th,
.module.mod_text td.cols-label {
  width: 31.5%; }

@media screen and (max-width: 960px) {
  .module.mod_text table {
    table-layout: auto; }

  .module.mod_text th,
  .module.mod_text td {
    padding: 11px 10px 8px; }

  .module.mod_text .scroll {
    overflow: auto;
    white-space: nowrap; }

  .module.mod_text .scroll::-webkit-scrollbar {
    height: 5px; }

  .module.mod_text .scroll::-webkit-scrollbar-track {
    background: #f1f1f1; }

  .module.mod_text .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc; }

  .module.mod_text .responsive-table table.table {
    min-width: 1000px; } }
/* 縦積みにする場合表示
@media screen and (max-width: 480px){
	.module.mod_text .block-table table.table th,
	.module.mod_text .block-table table.table td {
		display: block;
		width: 100%;
	}
	.module.mod_text .block-table th,
	.module.mod_text .block-table td.cols-label,
	.module.mod_text .block-table tr:not(:last-child) td {
		border-bottom: none;
	}
} */
/* category
------------------------------*/
.side {
  width: 100%;
  background: none;
  padding: 50px 15px 10px; }

.contentslist {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.4; }

.contentslist > li {
  flex: 0 0 30%;
  justify-content: flex-start;
  margin: 0 5% 30px 0; }

.contentslist > li:nth-child(3n) {
  margin-right: 0; }

.contentslist img {
  width: auto;
  height: auto;
  max-width: 100%; }

.contentslist .img-category {
  text-align: center; }

.contentslist .img-category.nolink .n_title {
  display: none; }

.contentslist .nolink .n_title {
  position: relative;
  display: block;
  background: none;
  font-family: 'Shippori Mincho', serif;
  padding: 20px 0px 20px;
  font-weight: 600;
  color: #00429a;
  border-bottom: 1px solid #00429a; }

.contentslist .nolink .n_title::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 14px;
  background: none;
  transform: translate(0, -50%); }

.contentslist .text-category.text-link {
  background: none;
  border: none;
  padding: 0;
  text-align: left; }

.contentslist .parent-text > a,
.contentslist .text-link a {
  display: block;
  position: relative;
  background: none;
  border: 1px solid #00429a;
  padding: 20px 70px 19px 40px;
  font-family: 'Shippori Mincho', serif;
  text-decoration: none;
  text-align: left;
  font-weight: 600;
  color: #00429a; }

.contentslist .parent-text > a::before,
.contentslist .text-link a::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 40px;
  width: 18px;
  height: 5px;
  background: url("../img/icon_arrow_r.svg") no-repeat;
  transform: translate(0, -50%);
  transition: transform 0.3s; }

.contentslist .parent-text > a:hover::before,
.contentslist .text-link a:hover::before {
  transform: translate(5px, -50%); }

.contentslist .parent-text > a:hover,
.contentslist .text-link a:hover {
  opacity: 0.8; }

.contentslist .sublist {
  text-align: left; }

.contentslist .sublist li {
  line-height: 1.2; }

.contentslist .sublist li a {
  display: block;
  padding: 17px 10px 16px;
  text-decoration: none;
  color: #000000;
  font-size: 1.4rem;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ', 'Meiryo', ヒラギノ角ゴ Pro W3, 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 500;
  /*border-bottom: 1px solid #E5D8C7;*/ }

.contentslist .sublist li a:hover {
  text-decoration: underline; }

@media screen and (max-width: 960px) {
  .side {
    padding: 0; }

  .side .contentslist {
    display: none; } }
/*----------------------*/
/* footer
------------------------------*/
.footer {
  color: #000;
  background: #fff; }

.footer .img {
  background: url("../img/f_img.jpg");
  background-size: cover;
  height: 350px; }
  @media screen and (max-width: 680px) {
    .footer .img {
      height: 200px; } }

.f-box {
  padding: 60px 0 60px;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  letter-spacing: 0; }

.f-logo {
  width: calc(1356px / 10);
  margin-bottom: 23px;
  line-height: 1; }

.f-add {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 10px; }

.f-add a:not(.anchor-for-call) {
  color: #00429a;
  font-weight: bold; }

.f-add a:not(.anchor-for-call):hover {
  text-decoration: underline; }

.f-att {
  color: #000;
  font-size: 1rem;
  line-height: 1.4; }

.f-box__left {
  width: 400px; }
  @media screen and (max-width: 960px) {
    .f-box__left {
      width: auto; } }

.f-box__right {
  width: 350px; }

.f-nav {
  display: flex;
  line-height: 1;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }

.f-nav__item {
  width: 125px;
  margin-bottom: 30px; }

.f-nav__item:nth-child(3n-1) {
  width: 130px; }

.f-nav__item:nth-child(3n) {
  width: 95px; }

.f-nav__link {
  font-size: 1.4rem;
  color: #00429a;
  font-weight: 500;
  /*border-left: 1px solid #00429A;*/
  /*padding-left: 7px;*/
  display: block; }

.f-sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px; }

.f-sns__item + .f-sns__item {
  margin-left: 20px; }

.f-banners {
  margin-bottom: 25px; }

.f-banner {
  margin-bottom: 10px; }
  .f-banner:last-child {
    margin-bottom: 0px; }

.f-banner a {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  width: 257px;
  padding: 10px 25px 10px 5px;
  background: url("../img/icon01.svg") right 10px center no-repeat; }
  .f-banner a:hover {
    opacity: .6; }

.f-text {
  font-size: 1rem;
  line-height: 1.4;
  color: #a6a6a6;
  margin-bottom: 5px;
  margin-right: -17px; }

.copyright {
  font-size: 1rem;
  line-height: 2;
  color: #a6a6a6; }

@media screen and (max-width: 960px) {
  .f-nav {
    display: none; }

  .f-box__right {
    margin-top: 50px;
    width: 100%; }

  .f-box {
    display: block;
    text-align: center;
    padding: 80px 20px 50px; }

  .f-sns {
    justify-content: center; }

  .f-banner a {
    margin: 0 auto; }

  .f-text,
  .copyright {
    text-align: center; } }
/* pagetop
------------------------------*/
.pagetop {
  position: fixed;
  z-index: 200;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: opacity 0.5s; }

.pagetop.on {
  opacity: 1; }

.pagetop.stop {
  position: absolute; }

.rightbar {
  position: fixed;
  z-index: 200;
  bottom: 150px;
  right: 20px;
  transform: translateX(120%);
  transition: transform 0.5s; }
  @media screen and (max-width: 680px) {
    .rightbar {
      width: 130px;
      bottom: 15px;
      right: 15px; } }
  .pagecode-contact .rightbar, .pagecode-thanks .rightbar {
    display: none; }

.rightbar.on {
  transform: translateX(0); }

.rightbar.stop {
  position: absolute; }

@media screen and (max-width: 960px) {
  .pagetop {
    display: none; } }
.fixedBannerSp {
  display: none;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: transform .4s; }
  .fixedBannerSp.on {
    transform: translateY(0); }
  .fixedBannerSp__wrap {
    display: none;
    height: 50px;
    z-index: 99;
    position: relative; }
    @media screen and (max-width: 960px) {
      .fixedBannerSp__wrap {
        display: block; } }
  .fixedBannerSp__item {
    width: calc(100% / 1); }
  .fixedBannerSp__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.5; }
    .fixedBannerSp__link::before {
      display: inline-block;
      margin-right: 5px;
      position: relative; }
    .fixedBannerSp__link.-mail {
      background: #FFD833; }
    .fixedBannerSp__link:hover {
      text-decoration: none;
      opacity: .8; }

/* module
------------------------------*/
.module {
  width: 100%;
  max-width: calc(1120px + 30px);
  padding: 0 15px;
  margin: 0 auto 50px; }

.module.break-wrap {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0; }

#contact_form {
  width: 100%;
  max-width: calc(1120px + 30px);
  padding: 0 15px;
  margin: 0 auto 50px; }

/*.mod_news_list,*/
.mod_news_detail,
.mod_gallery_list {
  width: 100%;
  max-width: calc(1000px + 30px);
  padding: 0 15px;
  margin: 0 auto 50px; }

.mod_gallery_detail {
  width: 100%;
  max-width: calc(800px + 30px);
  padding: 0 15px;
  margin: 0 auto 50px; }

/*.mod_news_list{*/
/*    width: 100%;*/
/*    max-width: calc(800px + 30px);*/
/*    padding: 0 15px;*/
/*    margin: 0 auto 50px;*/
/*}*/
/* heading module */
.module.mod_h1 {
  max-width: 100%;
  margin-bottom: 40px;
  background: linear-gradient(to right, #0081cd, #004098); }
  .pagecode-faq .module.mod_h1, .pagecode-voice .module.mod_h1 {
    margin-bottom: 60px; }

.mod_h1 h1 {
  max-width: 1000px;
  margin: auto;
  background: none;
  border: none;
  padding: calc( 42 / 42 * 1em) 0px calc( 45 / 42 * 1em);
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
  position: relative;
  text-shadow: 2px 1px 2px #00367073;
  font-family: 'Shippori Mincho', serif; }
  @media screen and (max-width: 960px) {
    .mod_h1 h1 {
      font-size: 4rem; } }
  @media screen and (max-width: 680px) {
    .mod_h1 h1 {
      font-size: 3.6rem; } }
  @media screen and (max-width: 480px) {
    .mod_h1 h1 {
      font-size: 3.2rem; } }

.module.mod_h2 {
  margin-bottom: 30px; }

.mod_h2 h2 {
  border: none;
  background: url("../img/h2_bg.svg") center bottom no-repeat;
  padding: calc( 45 / 26 * 1em) 0px calc( 45 / 26 * 1em);
  font-size: 2.6rem;
  color: #00429a;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  position: relative;
  font-family: 'Shippori Mincho', serif; }
  @media screen and (max-width: 680px) {
    .mod_h2 h2 {
      padding-bottom: 25px;
      font-size: 2.4rem; } }
  @media screen and (max-width: 480px) {
    .mod_h2 h2 {
      padding-top: 15px;
      font-size: 2.2rem; } }
  .pagecode-faq .mod_h2 h2, .pagecode-voice .mod_h2 h2 {
    padding: 27px 20px 28px;
    background: none;
    font-size: 2.6rem;
    text-align: left; }
    @media screen and (max-width: 680px) {
      .pagecode-faq .mod_h2 h2, .pagecode-voice .mod_h2 h2 {
        padding: 22px 15px 17px;
        font-size: 2rem; } }
  .pagecode-voice .mod_h2 h2 {
    background: #E3EAF3; }
  .pagecode-faq .mod_h2 h2 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    border-bottom: 2px solid #00429A; }
    .pagecode-faq .mod_h2 h2::before {
      display: block;
      content: "";
      width: 8%;
      height: 2px;
      background: #0081CD;
      position: absolute;
      bottom: -2px;
      left: 0; }

.module.mod_h3 {
  margin-bottom: 20px; }

.mod_h3 h3 {
  background: url("../img/h3_bg.svg") left top 5px no-repeat;
  padding: 1px 0 0 23px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #00429a; }

/* image + text module */
/* img_small */
.mod_img_text_left .img_small,
.mod_img_text_right .img_small,
.mod_link_banner_left.mod_img_small .img_small,
.mod_link_banner_right.mod_img_small .img_small {
  width: calc(300 / 1000 * 100%);
  max-width: 300px; }

/* img_medium */
.mod_img_text_left .img_medium,
.mod_img_text_right .img_medium,
.mod_link_banner_left.mod_img_medium .img_medium,
.mod_link_banner_right.mod_img_medium .img_medium {
  width: calc(400 / 1000 * 100%);
  max-width: 400px; }

/* img_large */
.mod_img_text_left .img_large,
.mod_img_text_right .img_large,
.mod_link_banner_left.mod_img_large .img_large,
.mod_link_banner_right.mod_img_large .img_large {
  width: calc(600 / 1000 * 100%);
  max-width: 600px; }

.mod_img_text_left .img_small,
.mod_img_text_left .img_medium,
.mod_img_text_left .img_large,
.mod_link_banner_left .img_small,
.mod_link_banner_left .img_medium,
.mod_link_banner_left .img_large {
  margin-right: 40px; }

.mod_img_text_right .img_small,
.mod_img_text_right .img_medium,
.mod_img_text_right .img_large,
.mod_link_banner_right .img_small,
.mod_link_banner_right .img_medium,
.mod_link_banner_right .img_large {
  margin-left: 40px; }

.mod_img_small .img_small img,
.mod_img_medium .img_medium img,
.mod_img_large .img_large img {
  width: auto; }

.mod_img_text_left.mod_img_small .text_box,
.mod_img_text_left.mod_img_medium .text_box,
.mod_img_text_left.mod_img_large .text_box,
.mod_link_banner_left.mod_img_small .text_box,
.mod_link_banner_left.mod_img_medium .text_box,
.mod_link_banner_left.mod_img_large .text_box,
.mod_img_text_right.mod_img_small .text_box,
.mod_img_text_right.mod_img_medium .text_box,
.mod_img_text_right.mod_img_large .text_box,
.mod_link_banner_right.mod_img_small .text_box,
.mod_link_banner_right.mod_img_medium .text_box,
.mod_link_banner_right.mod_img_large .text_box {
  overflow: hidden;
  margin: 0; }

.form-text p + p,
.module .text_box p + p {
  margin-top: 30px; }
  @media screen and (max-width: 480px) {
    .form-text p + p,
    .module .text_box p + p {
      margin-top: 23px; } }

@media screen and (max-width: 600px) {
  .mod_img_text_left .img_small,
  .mod_img_text_left .img_medium,
  .mod_img_text_left .img_large,
  .mod_img_text_right .img_small,
  .mod_img_text_right .img_medium,
  .mod_img_text_right .img_large,
  .mod_link_banner_left.mod_img_small .img_small,
  .mod_link_banner_left.mod_img_medium .img_medium,
  .mod_link_banner_left.mod_img_large .img_large,
  .mod_link_banner_right.mod_img_small .img_small,
  .mod_link_banner_right.mod_img_medium .img_medium,
  .mod_link_banner_right.mod_img_large .img_large {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    text-align: center; } }
.mod_link_banner_center {
  text-align: center; }

.mod_link_banner_center .text_box,
.mod_link_banner_left.mod_img_origin .text_box,
.mod_link_banner_right.mod_img_origin .text_box {
  margin-top: 20px; }

/* download module */
.mod_file {
  display: flex;
  /*align-items: center;*/ }

.mod_file > div:first-child {
  float: none;
  margin-right: 40px;
  text-align: left; }

.mod_file > .text_box {
  width: 100%;
  margin-left: auto; }

.mod_file a {
  display: block; }

.mod_file a img {
  display: none; }

.mod_file a::before {
  display: block;
  height: 80px; }

.mod_file .pdf a::before {
  content: url("../img/icon_pdf.svg"); }

.mod_file .word a::before {
  content: url("../img/icon_word.svg"); }

.mod_file .xls a::before {
  content: url("../img/icon_xls.svg"); }

.mod_file .pdf a:hover::before,
.mod_file .word a:hover::before,
.mod_file .xls a:hover::before {
  opacity: 0.8; }

@media screen and (max-width: 600px) {
  .mod_file {
    display: block; }

  .mod_file > div:first-child {
    margin: 0 auto 10px;
    text-align: center; } }
/* news & gallery
------------------------------*/
/* pagebute */
.mod_news_list ul.pager,
.mod_gallery_list ul.pager {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.mod_news_list ul.pager li,
.mod_gallery_list ul.pager li {
  margin: 5px 5px; }

.mod_news_list ul.pager a,
.mod_gallery_list ul.pager a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #d4deec;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #00429a;
  transition: color .2s, background .2s; }

.mod_news_list ul.pager a:hover,
.mod_news_list ul.pager a.current,
.mod_gallery_list ul.pager a:hover,
.mod_gallery_list ul.pager a.current {
  background: #00429a;
  color: #fff; }

/* button */
.mod_news_list p.pager {
  width: 100%;
  max-width: 185px;
  margin: 0 -7px 0 auto; }

.mod_news_list p.pager a {
  display: block;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  color: #00429a;
  background: url("../img/icon_news.svg") right 5px center no-repeat;
  font-family: 'Shippori Mincho', serif;
  transition: background-position .3s, opacity .3s; }

.mod_news_list p.pager a:hover {
  background-position: right center;
  text-decoration: none;
  opacity: 0.8; }

.mod_gallery_list .pager + .pager {
  margin-top: 50px; }

.mod_gallery_list p.pager {
  width: 100%;
  max-width: 290px;
  margin: 0 auto; }

.mod_gallery_list p.pager a {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 14px 20px 15px;
  position: relative;
  background: #0081cd;
  color: #fff;
  width: 100%;
  display: block;
  font-family: '游明朝', 'Yu Mincho', YuMincho, serif, 'メイリオ', 'Meiryo', sans-serif;
  text-decoration: none;
  text-align: center; }

.mod_gallery_list p.pager a:before {
  content: '';
  background: url("../img/icon_more.svg") no-repeat;
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 40px;
  width: 18px;
  height: 5px;
  transform: translate(0, -50%);
  transition: transform 0.3s; }

.mod_gallery_list p.pager a:hover:before {
  transform: translate(5px, -50%); }

.mod_gallery_list p.pager a:hover {
  text-decoration: none;
  opacity: 0.8; }

.mod_news_detail .back,
.mod_gallery_detail .back {
  width: 100%;
  max-width: 290px;
  margin: 0 auto; }

.mod_news_detail .back a,
.mod_gallery_detail .back a {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 14px 20px 15px;
  position: relative;
  background: #0081cd;
  color: #fff;
  width: 100%;
  display: block;
  font-family: '游明朝', 'Yu Mincho', YuMincho, serif, 'メイリオ', 'Meiryo', sans-serif;
  text-decoration: none;
  text-align: center; }

.mod_news_detail .back a:before,
.mod_gallery_detail .back a:before {
  content: '';
  background: url("../img/icon_back.svg") no-repeat;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 40px;
  width: 18px;
  height: 5px;
  transform: translate(0, -50%);
  transition: transform 0.3s; }

.mod_news_detail .back a:hover:before,
.mod_gallery_detail .back a:hover:before {
  transform: translate(-5px, -50%); }

.mod_news_detail .back a:hover,
.mod_gallery_detail .back a:hover {
  text-decoration: none;
  opacity: 0.8; }

/* news
------------------------------*/
/* list */
.mod_news_list #news {
  margin-bottom: 20px; }

.mod_news_list #news dl {
  border: none;
  padding: 24px 0px 24px;
  line-height: 1.6;
  font-size: 1.4rem;
  border-bottom: 1px solid #747b82; }

.mod_news_list #news dl dt {
  margin-right: 15px; }

.mod_news_list #news dl dd {
  overflow: hidden;
  margin-left: auto; }

.mod_news_list #news dl dd a {
  font-weight: 500; }

@media screen and (max-width: 480px) {
  .mod_news_list #news dl dt {
    float: none; }

  .mod_news_list #news dl dd {
    margin: 0; } }
/* detail */
#news_detail {
  margin-bottom: 50px; }

.mod_news_detail .date {
  margin-bottom: 20px;
  color: inherit; }

/* gallery
------------------------------*/
.mod_pickup_gallery #gallery,
.mod_gallery_list #gallery {
  width: 100%;
  padding-bottom: 0; }

.mod_pickup_gallery #gallery dl,
.mod_gallery_list #gallery dl {
  float: left;
  width: 30%;
  margin: 0 5% 23px 0; }

.mod_pickup_gallery #gallery dl dd.img,
.mod_gallery_list #gallery dl dd.img {
  position: relative; }

.mod_pickup_gallery #gallery dl dd.img::before,
.mod_gallery_list #gallery dl dd.img::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%; }

.mod_pickup_gallery #gallery dl dd.img a,
.mod_gallery_list #gallery dl dd.img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e9eef4;
  border: 0px solid #fff; }

.mod_pickup_gallery #gallery dl dd.img a img,
.mod_gallery_list #gallery dl dd.img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0px;
  transform: translate(-50%, -50%); }

.mod_pickup_gallery #gallery dl dt,
.mod_gallery_list #gallery dl dt {
  padding-top: 20px;
  line-height: 1.4;
  font-size: 1.4rem;
  /*text-align: center;*/ }

.mod_pickup_gallery #gallery dl dt + dd,
.mod_gallery_list #gallery dl dt + dd {
  display: none; }

@media screen and (max-width: 480px) {
  .mod_pickup_gallery #gallery dl,
  .mod_gallery_list #gallery dl {
    width: 32%;
    margin-right: 2%; }

  .mod_pickup_gallery #gallery dl dt,
  .mod_gallery_list #gallery dl dt {
    font-size: 1.2rem; } }
/* detail */
/*.mod_gallery_detail {*/
/*    margin-bottom: 40px;*/
/*}*/
#gallery_text {
  margin-bottom: 43px; }

/* type01 */
.mod_gallery_detail {
  letter-spacing: 0; }

.mod_gallery_detail.gallery_type01 .img_big {
  position: relative;
  width: calc(400 / 800 * 100%);
  min-width: 250px;
  margin-bottom: 15px; }

.mod_gallery_detail.gallery_type01 ul.img_list {
  width: 100%;
  max-width: calc(630px + 20px);
  margin-bottom: 15px; }

.mod_gallery_detail.gallery_type01 ul.img_list li {
  position: relative;
  width: 120px; }

/* type02 */
.mod_gallery_detail.gallery_type02 .gallery_inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.mod_gallery_detail.gallery_type02 .img_big {
  position: relative;
  width: calc(400 / 800 * 100%);
  margin: 0; }

.mod_gallery_detail.gallery_type02 ul.img_list {
  float: right;
  width: calc(376 / 800 * 100%); }

.mod_gallery_detail.gallery_type02 ul.img_list li {
  float: left;
  position: relative;
  width: 31.915%;
  margin: 0 2.1275% 8px 0; }

.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
  margin-right: 2.1275%; }

.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
  margin-right: 0; }

/* type03 */
.mod_gallery_detail.gallery_type03 .before_after,
.mod_gallery_detail.gallery_type03 ul.img_list {
  width: 100%;
  max-width: 800px; }

.mod_gallery_detail.gallery_type03 .before_after dl.before,
.mod_gallery_detail.gallery_type03 .before_after dl.after {
  display: block;
  float: left;
  width: calc(384 / 800 * 100%);
  margin: 0; }

.mod_gallery_detail.gallery_type03 .before_after dl.after {
  float: right; }

.mod_gallery_detail.gallery_type03 .before_after dl dt {
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #000000;
  font-family: 'Shippori Mincho', serif;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 0.85; }

.mod_gallery_detail.gallery_type03 .before_after dl.after dt {
  /*color: #EA7500;*/ }

.mod_gallery_detail.gallery_type03 .before_after dl dt::before {
  /*content: '';*/
  display: block;
  width: 100%;
  /*background: url('../img/banner_before.svg') center no-repeat;*/
  background-size: auto 100%;
  padding-top: 21px; }

.mod_gallery_detail.gallery_type03 .before_after dl.after dt::before {
  /*background-image: url('../img/banner_after.svg');*/ }

.mod_gallery_detail.gallery_type03 .before_after dl dd {
  position: relative; }

.mod_gallery_detail.gallery_type03 ul.img_list li {
  position: relative;
  float: none;
  display: inline-block;
  width: calc(90 / 800 * 100%);
  min-width: 70px;
  margin-right: calc(11 / 800 * 100%); }

.mod_gallery_detail.gallery_type03 ul.img_list li:nth-child(4n) {
  margin-right: calc(14 / 800 * 100%); }

.mod_gallery_detail.gallery_type03 ul.img_list li:last-child {
  margin-right: 0; }

.mod_gallery_detail.gallery_type01 .img_big::before,
.mod_gallery_detail.gallery_type01 ul.img_list li::before,
.mod_gallery_detail.gallery_type02 .img_big::before,
.mod_gallery_detail.gallery_type02 ul.img_list li::before,
.mod_gallery_detail.gallery_type03 .before_after dl dd::before,
.mod_gallery_detail.gallery_type03 ul.img_list li::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%; }

.mod_gallery_detail.gallery_type01 .img_big a,
.mod_gallery_detail.gallery_type01 ul.img_list li a,
.mod_gallery_detail.gallery_type02 .img_big a,
.mod_gallery_detail.gallery_type02 ul.img_list li a,
.mod_gallery_detail.gallery_type03 .before_after dl dd a,
.mod_gallery_detail.gallery_type03 ul.img_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e3eaf3;
  border: 0px solid #fff; }

.mod_gallery_detail.gallery_type01 .img_big a img,
.mod_gallery_detail.gallery_type01 ul.img_list li a img,
.mod_gallery_detail.gallery_type02 .img_big a img,
.mod_gallery_detail.gallery_type02 ul.img_list li a img,
.mod_gallery_detail.gallery_type03 .before_after dl dd a img,
.mod_gallery_detail.gallery_type03 ul.img_list li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0px;
  transform: translate(-50%, -50%); }

@media screen and (max-width: 960px) {
  .mod_gallery_detail.gallery_type01 ul.img_list li {
    width: 15%;
    min-width: 70px; }

  .mod_gallery_detail.gallery_type03 .before_after dl.before,
  .mod_gallery_detail.gallery_type03 .before_after dl.after {
    width: 49%; }

  .mod_gallery_detail.gallery_type03 ul.img_list {
    text-align: center; }

  .mod_gallery_detail.gallery_type03 ul.img_list li {
    display: inline-block;
    margin: 5px; }

  .mod_gallery_detail.gallery_type03 ul.img_list li:nth-child(4n) {
    margin-right: 5px; } }
@media screen and (max-width: 480px) {
  .mod_gallery_detail.gallery_type02 .img_big {
    float: none;
    min-width: 250px;
    margin: 0 auto 20px; }

  .mod_gallery_detail.gallery_type02 ul.img_list {
    width: 100%;
    text-align: center; }

  .mod_gallery_detail.gallery_type02 ul.img_list li {
    float: none;
    display: inline-block;
    width: 15%;
    min-width: 70px;
    margin-right: 5px;
    margin-left: 5px; }

  .mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
    margin-right: 5px; }

  .mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
    margin-right: 5px; } }
/* #contact_form
------------------------------*/
#contact_form table {
  width: 100%; }

#contact_form table th,
#contact_form table td {
  border: none;
  border-bottom: 1px solid #fff;
  background: #f1f4fa;
  padding: 17px 20px 22px;
  text-align: left;
  vertical-align: top; }

#contact_form table th {
  width: 31.25%;
  background: #e3eaf3;
  vertical-align: top;
  font-weight: 500; }

@media screen and (min-width: 961px) {
  #contact_form table .form_inquiry td {
    padding: 15px 20px 12px; } }
#contact_form table th span.req {
  margin-left: -10px;
  font-weight: 500;
  font-size: 1.2rem;
  color: #ce0000; }

#contact_form table th span.att {
  display: block;
  line-height: 1.5;
  color: #b2b2b2;
  font-weight: normal;
  font-size: 1rem; }

.fixed .formErrorContent {
  background: #c71616; }

#contact_form table td {
  font-size: 1.4rem; }

#contact_form td input[type='text'] {
  width: 100%;
  max-width: 100%;
  height: 36px;
  background: #d4deec;
  border: 0px solid #b5cee5;
  padding: 5px;
  margin: 2px 0 0px; }

#contact_form table td input.zipcode {
  width: 100%;
  /*max-width: 250px;*/ }

#contact_form table textarea {
  width: 100%;
  max-width: 100%;
  height: 187px;
  background: #d4deec;
  border: 0px solid #b5cee5;
  padding: 5px;
  margin-top: 4px;
  font-size: inherit; }

#contact_form p.submit {
  width: 100%;
  max-width: 410px;
  margin: 50px auto 0; }

#contact_form p.submit button {
  display: block;
  width: 100%;
  background: #0081cd;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  text-align: center;
  padding: 23px 10px 23px;
  font-family: 'Shippori Mincho', serif;
  outline: none;
  border: none; }

#contact_form p.submit button span {
  padding-right: 55px;
  background: url("../img/icon_more.svg") right 5px center no-repeat;
  transition: background-position .3s; }

/*#contact_form p.submit button:before {*/
/*    content: '';*/
/*    background: #fff;*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*    top: 50%;*/
/*    right: 0;*/
/*    width: 60px;*/
/*    height: 1px;*/
/*}*/
#contact_form p.submit button:hover {
  text-decoration: none;
  opacity: 0.8; }
  #contact_form p.submit button:hover span {
    background-position: right center; }

.privacy {
  font-size: 1.4rem;
  line-height: 2; }

.privacy p {
  margin-bottom: .4em; }

.privacy .policy > li {
  padding-left: .3em;
  margin: 0 0 .5em 1.1em;
  list-style: decimal outside; }

.privacy .policy > li:last-child {
  margin-bottom: 0; }

.privacy .policy .list li {
  position: relative;
  padding-left: 15px; }

.privacy .policy .list li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0; }

@media screen and (max-width: 600px) {
  #contact_form table th,
  #contact_form table td {
    display: block;
    width: 100%;
    padding: 10px 15px 7px; }

  #contact_form table td {
    padding: 10px 15px 13px; }

  #contact_form table th,
  #contact_form table tr:not(:last-child) td {
    border-bottom: none; } }
/* wink */
.wink a:hover {
  animation-name: wink;
  animation-duration: 0.6s; }

.wink img {
  opacity: 1 !important; }

@keyframes wink {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: 'object-fit: cover;'; }

/* index
------------------------------*/
.index-about {
  margin-bottom: 70px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .index-about {
      padding: 50px 15px 0; } }
  @media screen and (max-width: 480px) {
    .index-about {
      padding-top: 33px; } }

.index-about:before {
  content: '';
  background: url(../img/bg01.jpg) no-repeat;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: calc(50% + 417px);
  width: 544px;
  height: 85px;
  z-index: -1; }
  @media screen and (max-width: 960px) {
    .index-about:before {
      content: none; } }

.box01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  max-width: 1120px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .box01 {
      display: block; } }

.box01 .img {
  margin-left: -400px; }
  @media screen and (max-width: 960px) {
    .box01 .img {
      margin: -10px auto -60px -15px; } }

.box01 .box {
  width: 435px;
  margin-top: 170px; }
  @media screen and (max-width: 960px) {
    .box01 .box {
      width: 100%;
      max-width: 700px;
      margin: 0 auto; } }

.box01 .title {
  color: #00429a;
  font-family: 'Shippori Mincho', serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.77;
  margin-bottom: 20px; }
  @media screen and (max-width: 680px) {
    .box01 .title {
      font-size: 2.3rem; } }
  @media screen and (max-width: 480px) {
    .box01 .title {
      margin-bottom: 35px;
      line-height: 1.46; } }

.box01 .text_box .last {
  margin-top: 55px;
  margin-left: -7px; }
  @media screen and (max-width: 480px) {
    .box01 .text_box .last {
      margin-top: 45px;
      margin-left: 0; } }

.box01 .btn {
  width: 100%;
  max-width: 290px;
  margin: 33px 0 auto; }
  @media screen and (max-width: 960px) {
    .box01 .btn {
      margin: 45px auto 0; } }

.box01 .btn a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 14px 79px 15px 20px;
  position: relative;
  background: #0081cd;
  color: #fff;
  width: 100%;
  display: block;
  font-family: 'Shippori Mincho', serif;
  text-decoration: none;
  text-align: center; }

.box01 .btn a:before {
  content: '';
  background: url("../img/icon_more.svg") no-repeat;
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 40px;
  width: 18px;
  height: 5px;
  transform: translate(0, -50%);
  transition: transform 0.3s; }

.box01 .btn a:hover:before {
  transform: translate(5px, -50%); }

.box01 .btn a:hover {
  text-decoration: none;
  opacity: 0.8; }

/*------------------------------*/
.index-mission {
  margin-bottom: 427px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .index-mission {
      margin-bottom: 80px; } }
  @media screen and (max-width: 480px) {
    .index-mission {
      margin-bottom: 45px; } }
  @media screen and (max-width: 960px) {
    .index-mission::after {
      display: block;
      content: "";
      background: url("../img/index_img03.jpg") center no-repeat;
      background-size: cover;
      width: calc(100% + 30px);
      height: 62vw;
      margin: 0 -15px; } }

@media screen and (max-width: 960px) {
  .index-mission .img {
    display: none; } }

.index-mission .img img {
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none; }

.index-mission .respon {
  display: none; }
  @media screen and (max-width: 960px) {
    .index-mission .respon {
      display: block;
      text-align: center; } }

.index-mission .title {
  position: absolute;
  left: calc(50% - 560px);
  top: 32px;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1.77;
  color: #00429a;
  font-family: 'Shippori Mincho', serif; }
  @media screen and (max-width: 960px) {
    .index-mission .title {
      max-width: 700px;
      position: relative;
      left: auto;
      top: auto;
      margin: 0 auto 20px;
      padding: 0 15px; } }
  @media screen and (max-width: 680px) {
    .index-mission .title {
      font-size: 2.3rem; } }
  @media screen and (max-width: 480px) {
    .index-mission .title {
      margin-bottom: -15px;
      line-height: 1.46; } }

.index-mission .title span {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.4em;
  font-weight: 600;
  padding-left: 20px;
  background: url("../img/h3_bg.svg") center left no-repeat;
  margin-bottom: 15px; }
  @media screen and (max-width: 480px) {
    .index-mission .title span {
      margin-bottom: 10px; } }

.box02 {
  padding-bottom: 160px;
  background: url("../img/bg03.jpg") top center repeat-y;
  position: relative; }
  @media screen and (max-width: 960px) {
    .box02 {
      padding: 0;
      background: none; } }

.box02 .image {
  max-width: 1120px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .box02 .image {
      display: none; } }

.box02 .image div {
  margin-left: -400px; }

.box02 .box {
  position: absolute;
  right: 0;
  bottom: -284px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  background: #e3eaf3;
  width: calc(50% + 215px); }
  @media screen and (max-width: 960px) {
    .box02 .box {
      position: relative;
      right: auto;
      bottom: auto;
      border-radius: 0;
      width: 100%; } }

.box02 .bg-box {
  max-width: 855px;
  margin: auto;
  padding: 80px 80px 90px; }
  @media screen and (max-width: 960px) {
    .box02 .bg-box {
      max-width: 700px;
      margin: auto;
      padding: 50px 15px; } }
  @media screen and (max-width: 480px) {
    .box02 .bg-box {
      padding: 40px 15px 50px; } }

.box02 .info {
  position: relative;
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .box02 .info {
      margin-bottom: 38px; } }

.box02 .title01 {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Shippori Mincho', serif;
  margin-bottom: 30px;
  color: #00429a; }
  @media screen and (max-width: 680px) {
    .box02 .title01 {
      font-size: 2.3rem; } }
  @media screen and (max-width: 480px) {
    .box02 .title01 {
      margin-bottom: 23px; } }

.box02 .img01 {
  position: absolute;
  right: 0;
  bottom: 17px; }
  @media screen and (max-width: 960px) {
    .box02 .img01 {
      display: none; } }

@media screen and (max-width: 960px) {
  .box02 .img02 {
    text-align: center;
    margin-bottom: 50px; } }
@media screen and (max-width: 960px) {
  .box02 .img02 {
    position: absolute;
    top: 19px;
    left: 16px;
    width: 150px; } }
@media screen and (max-width: 480px) {
  .box02 .img02 {
    width: 67px; } }

.box02 .info .text_box {
  max-width: 350px; }
  @media screen and (max-width: 960px) {
    .box02 .info .text_box {
      max-width: 100%; } }

@media screen and (max-width: 960px) {
  .box02 .info dl {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.box02 .info dl + dl {
  margin-top: 16px; }

@media screen and (max-width: 960px) {
  .box02 .info dl dt {
    max-width: calc(100% - 200px); } }
@media screen and (max-width: 480px) {
  .box02 .info dl dt {
    max-width: calc(100% - 100px); } }

.box02 .info dd {
  display: none; }
  @media screen and (max-width: 960px) {
    .box02 .info dd {
      display: block; } }
  @media screen and (max-width: 480px) {
    .box02 .info dd {
      width: 80px; } }

.box02 .button {
  width: 235px;
  margin: 6px -6px 0 auto; }
  @media screen and (max-width: 480px) {
    .box02 .button {
      margin-top: 25px; } }

.box02 .button a {
  display: block;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  color: #00429a;
  background: url("../img/icon_news.svg") right 5px center no-repeat;
  transition: background-position .3s, opacity .3s;
  font-family: 'Shippori Mincho', serif; }

.box02 .button a:hover {
  background-position: right 0px center;
  opacity: 0.8; }

.box02 .info01 .title02 {
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.77;
  font-family: 'Shippori Mincho', serif;
  margin-bottom: 24px;
  color: #00429a;
  text-align: center; }
  @media screen and (max-width: 960px) {
    .box02 .info01 .title02 {
      width: calc(100% - 150px);
      margin: 30px 0 60px 150px;
      line-height: 1.46;
      text-align: left; } }
  @media screen and (max-width: 480px) {
    .box02 .info01 .title02 {
      width: calc(100% - 70px);
      margin: 0 0 16px 76px; } }

.box02 .info01 .box-info {
  background: #fff;
  border: 1px solid #00429a;
  border-radius: 13px;
  padding: 30px 50px 40px;
  position: relative; }
  @media screen and (max-width: 960px) {
    .box02 .info01 .box-info {
      padding: 20px 20px; } }
  @media screen and (max-width: 480px) {
    .box02 .info01 .box-info {
      border-radius: 7px;
      padding: 10px 15px 20px; } }

.box02 .info01 .text_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media screen and (max-width: 960px) {
    .box02 .info01 .text_box {
      display: block; } }

.box02 .info01 .text {
  width: 420px; }
  @media screen and (max-width: 960px) {
    .box02 .info01 .text {
      width: 100%; } }

.box02 .btn {
  width: 100%;
  max-width: 290px;
  margin: 40px 0 0 auto; }
  @media screen and (max-width: 960px) {
    .box02 .btn {
      margin: 40px auto 0; } }

.box02 .btn a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 14px 94px 15px 20px;
  position: relative;
  background: #0081cd;
  color: #fff;
  width: 100%;
  display: block;
  font-family: 'Shippori Mincho', serif;
  text-decoration: none;
  text-align: center; }

.box02 .btn a:before {
  content: '';
  background: url("../img/icon_more.svg") no-repeat;
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 40px;
  width: 18px;
  height: 5px;
  transform: translate(0, -50%);
  transition: transform 0.3s; }

.box02 .btn a:hover:before {
  transform: translate(5px, -50%); }

.box02 .btn a:hover {
  text-decoration: none;
  opacity: 0.8; }

/*--------------------------------------*/
.index-taste {
  margin-bottom: 160px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .index-taste {
      margin-bottom: 90px;
      padding: 0 15px; } }
  @media screen and (max-width: 480px) {
    .index-taste {
      margin-bottom: 42px; } }

.index-taste:before {
  content: '';
  background: url(../img/bg04.jpg) no-repeat;
  position: absolute;
  pointer-events: none;
  top: 75px;
  right: calc(50% + 215px);
  width: 744px;
  height: 1367px;
  z-index: -1; }
  @media screen and (max-width: 960px) {
    .index-taste:before {
      content: none; } }

.index-taste .bg-title {
  text-align: center;
  font-size: 11.5rem;
  font-family: 'Shippori Mincho', serif;
  font-style: italic;
  letter-spacing: 0.13em;
  margin-bottom: 140px;
  line-height: 1;
  color: #0081cd;
  white-space: nowrap; }
  @media screen and (max-width: 960px) {
    .index-taste .bg-title {
      font-size: 5rem;
      margin-bottom: 50px; } }
  @media screen and (max-width: 680px) {
    .index-taste .bg-title {
      font-size: 3.5rem; } }
  @media screen and (max-width: 480px) {
    .index-taste .bg-title {
      margin-bottom: 30px; } }

.box03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  max-width: 1120px;
  margin: 0 auto 130px; }
  @media screen and (max-width: 960px) {
    .box03 {
      display: block;
      margin-bottom: 44px; } }

.box03 .box {
  width: 640px; }
  @media screen and (max-width: 960px) {
    .box03 .box {
      width: 100%; } }

.box03 .title {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.77;
  font-family: 'Shippori Mincho', serif;
  margin-bottom: 25px;
  color: #00429a; }
  @media screen and (max-width: 680px) {
    .box03 .title {
      font-size: 2.3rem; } }

.box03 .box-item + .box-item {
  margin-top: 25px; }

.box03 .box-item .subtitle {
  background: url(../img/h3_bg.svg) left top 6px no-repeat;
  padding: 1px 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.55;
  color: #00429a;
  margin-bottom: 10px; }

.box03 .img {
  margin-top: 40px; }
  @media screen and (max-width: 960px) {
    .box03 .img {
      margin: 0 auto 40px;
      text-align: center; } }
  @media screen and (max-width: 480px) {
    .box03 .img {
      width: 187px;
      margin-bottom: 12px; } }

.box03 .btn {
  width: 100%;
  max-width: 200px;
  margin: 10px 0 0; }
  .box03 .btn a {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    padding: 14px 0 15px;
    position: relative;
    background: #0081cd;
    color: #fff;
    width: 100%;
    display: block;
    font-family: 'Shippori Mincho', serif;
    text-decoration: none;
    text-align: center; }
    .box03 .btn a:hover {
      text-decoration: none;
      opacity: .7; }

.index-taste .image {
  background: url("../img/index_img07.png") center no-repeat;
  background-size: auto 100%;
  height: 530px; }
  @media screen and (max-width: 960px) {
    .index-taste .image {
      margin: 0 -15px;
      height: 28vw; } }

/*-------------------------------*/
.index-gallery {
  margin-bottom: 150px; }
  @media screen and (max-width: 960px) {
    .index-gallery {
      margin-bottom: 90px; } }
  @media screen and (max-width: 480px) {
    .index-gallery {
      margin-bottom: 40px; } }

.box04 {
  position: relative; }
  @media screen and (max-width: 960px) {
    .box04 {
      display: block; } }

.box04 .img01 {
  position: absolute;
  right: 230px;
  top: -80px; }
  @media screen and (max-width: 960px) {
    .box04 .img01 {
      display: none; } }

.box04 .img02 {
  position: absolute;
  right: 0px;
  top: 160px; }
  @media screen and (max-width: 960px) {
    .box04 .img02 {
      display: none; } }

.box04 .respon {
  display: none; }
  @media screen and (max-width: 960px) {
    .box04 .respon {
      display: block;
      text-align: center;
      margin-top: 50px; } }
  @media screen and (max-width: 480px) {
    .box04 .respon {
      width: 305px;
      margin: 16px auto 0; } }

.box04 .box {
  width: 520px;
  padding-top: 7px; }
  @media screen and (max-width: 960px) {
    .box04 .box {
      width: 100%;
      padding-top: 0; } }

.box04 .title {
  font-weight: 400;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Shippori Mincho', serif;
  margin-bottom: 26px;
  color: #00429a; }
  @media screen and (max-width: 680px) {
    .box04 .title {
      font-size: 2.3rem; } }

.box04 .btn {
  width: 100%;
  max-width: 290px;
  margin: 33px 0 0 auto; }
  @media screen and (max-width: 960px) {
    .box04 .btn {
      margin: 42px auto 0; } }

.box04 .btn a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 14px 40px 15px 0;
  position: relative;
  background: #0081cd;
  color: #fff;
  width: 100%;
  display: block;
  font-family: 'Shippori Mincho', serif;
  text-decoration: none;
  text-align: center; }

.box04 .btn a:before {
  content: '';
  background: url("../img/icon_more.svg") no-repeat;
  position: absolute;
  pointer-events: none;
  top: 50%;
  right: 40px;
  width: 18px;
  height: 5px;
  transform: translate(0, -50%);
  transition: transform 0.3s; }

.box04 .btn a:hover:before {
  transform: translate(5px, -50%); }

.box04 .btn a:hover {
  text-decoration: none;
  opacity: 0.8; }

/*----------------------------*/
.index-news {
  min-height: 420px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  @media screen and (max-width: 960px) {
    .index-news {
      min-height: auto;
      padding: 0 15px; } }
  @media screen and (max-width: 480px) {
    .index-news {
      margin-bottom: 0px; } }

.index-news:before {
  content: '';
  background: url(../img/bg05.jpg) no-repeat;
  position: absolute;
  pointer-events: none;
  bottom: -72px;
  left: calc(50% + 215px);
  width: 744px;
  height: 424px;
  z-index: -1; }

.box05 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #e3eaf3;
  border-radius: 16px;
  padding: 60px 140px 35px 100px;
  max-width: 1130px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .box05 {
      padding: 50px 15px;
      display: block; } }
  @media screen and (max-width: 480px) {
    .box05 {
      padding: 30px 15px 20px; } }

.box05 .title {
  color: #0081cd;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 1.2;
  margin-top: 25px;
  letter-spacing: 0.14em; }
  @media screen and (max-width: 680px) {
    .box05 .title {
      font-size: 3rem; } }
  @media screen and (max-width: 480px) {
    .box05 .title {
      margin-top: 0; } }

.index-news .mod_news_list {
  width: 636px;
  padding-top: 8px; }
  @media screen and (max-width: 960px) {
    .index-news .mod_news_list {
      width: 100%;
      padding-top: 0px; } }

.pagecode-news .mod_news_list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px; }
  .pagecode-news .mod_news_list #news {
    margin-bottom: 30px; }

@media screen and (max-width: 480px) {
  #wrap {
    line-height: 1.5; } }

.module.mod_h2 {
  padding-top: 0px; }
  .module.mod_h2:first-child, .module.mod_h1 + .module.mod_h2 {
    padding-top: 0; }

.module.mod_h3 {
  padding-top: 0px; }
  .module.mod_h3:first-child, .module.mod_h1 + .module.mod_h3, .module.mod_h2 + .module.mod_h3 {
    padding-top: 0; }
