@charset "UTF-8";
/*====================================
　早見表
  $conts-width
  $color-yellow  $color-blue
  $font-color-black
  $font-family-gothic  $font-family-mincho

  full-width
  flex-column  flex-center
  media(320px ＝ xs   480px ＝ s   768px ＝ m   1000px ＝ l)
  fs(max,1000～768px,768～480px,480～320px,min)  fs2(max,min)
  mt(max,min) mb mtb  pt pb ptb

====================================*/
/*====================================*/
/*----------------------------------
  Structure
----------------------------------
0. タグ設定
  0.1. ページサイズ
1. ヘッダー
  1.1	ナビゲーション
  1.2 見出し
2. コンテンツ
  2.1. トップへ戻る
3. フッター

====================================*/
/*----------------------------------
	0. タグ設定
------------------------------------*/
/* ------ ベース ------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: clamp(14px, 1.823vw, 16px);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  color: #746b70;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(12px, 2.5vw, 14px);
  }
}
body#second .wrapper {
  background: url(../images/header_bg.jpg) no-repeat center -50px;
}

.wrapper section {
  width: 90%;
  padding: 10px 0 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .wrapper section {
    width: 98%;
  }
}
.wrapper #content {
  max-width: 960px;
  margin: auto;
}
.wrapper main {
  width: 980px;
  margin: auto;
}
.wrapper main aside {
  width: 280px;
  float: left;
}
.wrapper main section {
  width: 650px;
  float: right;
}
.wrapper main section#single-column {
  width: 100%;
  float: none;
  max-width: 800px;
  margin: auto;
}
body#first .wrapper main aside {
  display: none;
}
body#first .wrapper main section {
  width: 100%;
  float: none;
}
body#first .wrapper main {
  width: 100%;
}

/* ------ link ------- */
a {
  color: rgb(173, 5, 104);
  text-decoration: none;
}
a:hover {
  color: rgb(192, 67, 117);
  text-decoration: underline;
}

.hide-link a {
  color: #231815;
  text-decoration: none;
}

a.textlinkUl {
  text-decoration: underline;
}

a img {
  border: none;
  border: 0;
}

a:hover img.link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

/* ------ img ------- */
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    width: auto;
  }
}
.photo-type01 {
  border: 10px solid #FFF;
  box-shadow: 2px 2px 5px 3px #b9b9d2;
  -moz-box-shadow: 2px 2px 5px 3px #b9b9d2;
  -webkit-box-shadow: 2px 2px 5px 3px #b9b9d2;
}

/*----------------------------------
	1. ヘッダー
------------------------------------*/
.header-inner {
  margin: 0 auto;
  padding: 10px 4%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .header-inner {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    align-items: center;
  }
}

.header-titles .logo a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.header-titles .logo span {
  display: block;
  font-size: clamp(7px, 1.458vw, 9px);
  font-weight: 800;
  color: #231815;
}
.header-titles .logo img {
  display: block;
  width: clamp(230px, 47.917vw, 318px);
}

/* メイン画像  ----------------------*/
.mainimg {
  position: relative;
}
.mainimg .mainimage__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 480px) {
  .mainimg .mainimage__title {
    width: 94%;
  }
}
.mainimg .slick-slide img {
  width: 100%;
}

/*----------------------------------
	1.1. ナビゲーション
------------------------------------*/
/* フォントサイズ */
/* フォントの色 */
/* SP版背景 */
/* SP版ハンバーガーメニューの色 */
.global-nav .nav > li > a::before {
  content: "";
  display: inline-block;
  height: clamp(16px, 2.083vw, 22px);
  aspect-ratio: 9/22;
  background: url(../images/icon-nav.svg) no-repeat left center;
  background-size: auto 100%;
  margin-right: 0.5em;
  vertical-align: middle;
}
@media screen and (min-width: 769px) {
  .global-nav .nav > li.header-btn-contact {
    position: absolute;
    top: 10px;
    right: 4%;
  }
}
.global-nav .nav > li.header-btn-contact a {
  color: transparent !important;
  background: url(../images/header-bnr-contact.png) no-repeat;
  width: 180px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
.global-nav .nav > li.header-btn-contact a:hover {
  color: transparent !important;
}
.global-nav .nav > li.header-btn-contact a::before {
  content: none;
}
.global-nav .sub-menu {
  margin: 0;
}

.overlay {
  width: 0;
  height: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  background: rgba(255, 255, 255, 0.7);
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#main {
  transition: all 0.5s;
  min-height: 100vh;
}
#main.open {
  position: fixed;
  width: 100%;
}

#menu_btn {
  right: 1.5%;
  transition: 0.3s;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4d4d4d;
}

.menu-trigger {
  width: 18px;
  height: 16px;
  position: relative;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

#menu_btn.active .menu-trigger span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
#menu_btn.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
#menu_btn.active .menu-trigger span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

#nav {
  width: 300px;
  height: 100%;
  overflow: auto;
  padding: 60px 0;
  background-color: #4d4d4d;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  transform: translate(300px);
  transition: all 0.5s;
}
#nav.open {
  transform: translateZ(0);
}
#nav li {
  padding: 0 20px;
}
#nav li a {
  display: inline-block;
  padding: 20px;
  color: #fff;
}

#nav .menu-item-has-children > a:first-of-type {
  display: block;
  padding: 1em 1.5em;
  font-size: 120%;
}
#nav .menu-item-has-children > a.open:first-of-type {
  color: #231815;
}
#nav .menu-item-has-children .sub-menu li {
  padding: 0;
}
#nav .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 0 1.5em 1em 3.5em;
}
#nav .menu-item-has-children .sub-menu li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 850px) {
  #nav ul {
    justify-content: center;
    margin: auto;
  }
  #nav li a {
    padding: 1.5em 0.5em;
  }
}
/*----------------------------------
	1.2. 見出し
------------------------------------*/
h1.entry-title {
  padding: 20px 0 20px 80px;
  background: url(../images/share/marker_big.png) no-repeat left center;
  font-size: 160%;
  line-height: 1;
  color: #333;
}

p {
  margin-bottom: 1em;
}

.h-style01 {
  text-align: center;
  background-color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.4em;
  padding: 0.6em;
}

.h-style02 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.4em;
  margin-bottom: 1em;
}
.h-style02::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-title.svg) no-repeat center center;
  width: 1em;
  aspect-ratio: 1/1;
  vertical-align: middle;
  margin-right: 0.7em;
}

.wrapper > main > section .sub-title-sg {
  padding: 10px 0 8px 32px;
  background: url(../images/share/marker_small.png) no-repeat left center;
  font-size: 120%;
  line-height: 1;
  color: #00618e;
  margin: 0 0 20px;
}

.btn-style01 {
  text-align: right;
}
.btn-style01 a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #4d4d4d;
  padding: 0.7em 1em;
  border-radius: 10px;
}
.btn-style01 a::before {
  content: "";
  display: inline-block;
  background: url(../images/icon-arrow01.svg) no-repeat center center;
  aspect-ratio: 12/15;
  height: 1.2em;
  vertical-align: middle;
  margin-right: 0.7em;
}

@keyframes arrowlong01 {
  0% {
    width: 0;
    opacity: 0;
  }
  20% {
    width: 0;
    opacity: 1;
  }
  80% {
    width: 104%;
    opacity: 1;
  }
  100% {
    width: 104%;
    opacity: 0;
  }
}
@keyframes arrowlong02 {
  0% {
    left: 0;
    opacity: 0;
  }
  20% {
    left: 0;
    opacity: 1;
  }
  80% {
    left: 102%;
    opacity: 1;
  }
  100% {
    left: 102%;
    opacity: 0;
  }
}
/*----------------------------------
	2. コンテンツ
------------------------------------*/
.column-center {
  justify-content: center;
}

.conts__cell--0 {
  padding: 0;
}

.conts__cell--tb20 {
  padding: 20px 0;
}

.conts__cell--t20 {
  padding-top: 20px;
}

.conts__cell--b20 {
  padding-bottom: 20px;
}

.conts__cell--tb40 {
  padding: 40px 0;
}

.conts__cell--t40 {
  padding-top: 40px;
}

.conts__cell--b40 {
  padding-bottom: 40px;
}

.conts__cell--tb60 {
  padding: 60px 0;
}

.conts__cell--t60 {
  padding-top: 60px;
}

.conts__cell--b60 {
  padding-bottom: 60px;
}

.conts__cell--tb80 {
  padding: 80px 0;
}

.conts__cell--t80b40 {
  padding: 80px 0 40px;
}

.conts__cell--t80 {
  padding-top: 80px;
}

.conts__cell--b80 {
  padding-bottom: 80px;
}

.bg-gray {
  background-color: #f5ecd7;
}

.bg-green {
  background-color: #e1e865;
}

.bg-blue {
  background-color: #bcffff;
}

.bg-white {
  background-color: #fff;
}

.conts__inner {
  padding-left: 4%;
  padding-right: 4%;
}

.conts__width-m {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1000px) {
  .conts__width-m {
    padding: 0 4%;
  }
}

.conts__width-s {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 800px) {
  .conts__width-s {
    padding: 0 4%;
  }
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/*----------------------------------
	3. フッター
------------------------------------*/
footer {
  background-color: #4d4d4d;
  color: #fff;
}
footer .copyright {
  font-size: 12px;
  color: #999;
  text-align: center;
  font-weight: normal;
  padding: 1em;
}

#footer_address {
  width: 90%;
  padding: 4% 0 2%;
  margin: auto;
}
#footer_address h1, #footer_address h2 {
  font-size: 18px;
  margin-bottom: 0.5em;
  font-weight: 500;
}
#footer_address p {
  font-size: 14px;
  font-weight: normal;
}
#footer_address p a {
  color: #fff;
  text-decoration: underline;
}

.column-box__title {
  width: 35%;
}

.column-box__body {
  width: 65%;
}