@charset "utf-8";
.nex{}

html {
  -webkit-overflow-scrolling: touch;
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
}

b, strong, .yugoBold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.ffMin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@font-face {
  font-family: 'avenir';
  font-style: normal;
  font-weight: 100;
  src: url('../font/AvenirLTStd-Black.woff') format('woff'),
    	 url('../font/AvenirLTStd-Black.woff2')  format('woff2');
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*PCSP*/
.view-sp,
.brSp {
  display: none !important;
}
.view-pc,
.brPc {
  display: block !important;
}
@media (max-width: 768px) {
  .view-pc,
  .brPc {
    display: none !important;
  }
  .view-sp,
  .brSp {
    display: block !important;
  }
}
.brSp,
.brPc {
  font-size: 0px !important;
}

#wrapper {
  min-width: 1300px;
  overflow: hidden;
}
@media (max-width: 768px) {
  #wrapper {
    width: 100%;
    min-width: 320px;
  }
}

/* =====================
  header - page
===================== */
#pageHeader {
  background-color: #E8E8DA;
}
#pageHeader > .inner {
  display: flex;
  align-items: center;
  width: 92%;
  min-width: 1200px;
  height: 108px;
  margin: auto;
}

#pageHeader .logo {
  margin: 0 auto 0 0;
}
#pageHeader .logo img {
  width: 52px;
}

#pageHeader .pageNav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#pageHeader .pageNav ul li + li {
  margin-left: 15px;
}
#pageHeader .pageNav ul li {
  font-family: 'avenir';
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  padding-left: 0.15em;
  line-height: 1;
}
#pageHeader .pageNav ul li a {
  color: #111;
  text-decoration: none;
}

#pageHeader .sns {
  display: flex;
  margin-left: 20px;
}
#pageHeader .instagram img,
#pageHeader .facebook img {
  width: 24px;
}
#pageHeader .facebook img {
  margin-left: 10px;
}

@media (max-width: 768px) {
  #pageHeader > .inner {
    width: 90%;
    min-width: initial;
    height: initial;
    padding: 3% 0;
  }
  #pageHeader .logo img {
    width: 12vw;
  }
  #pageHeader .pageNav {
    display: none;
  }
  #pageHeader .instagram img,
  #pageHeader .facebook img {
    width: 7vw;
  }
  #pageHeader .facebook img {
    margin-left: 3vw;
  }
}


/* =====================
  header - main
===================== */
#mainHeader {
  position: relative;
  padding-top: 55.8%;
  background-image: url(../img/hd_bg.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #E8E8DA;
}
#mainHeader > .inner {
  position: absolute;
  width: 100%;
  min-width: 1300px;
  height: calc( 100% - 14.925% );
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#mainHeader h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
}
#mainHeader h1 img {
  width: 34vw;
  min-width: 454px;
}

#mainHeader p {
  position: absolute;
  top: 28%;
  right: 76.4%;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.6rem;
  line-height: 2.2;
  letter-spacing: 0.4em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 1;
}
#mainHeader p span {
  position: relative;
  display: inline-block;
  padding-top: 5%;
}
#mainHeader p span::after {
  position: absolute;
  top: 0;
  right: 12%;
  display: block;
  content: '';
  background-color: #FFF;
  width: 76%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 1301px) {
  #mainHeader p {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  #mainHeader {
    padding-top: 140%;
    background-image: url(../img/hd_bg_sp.jpg);
  }
  #mainHeader > .inner {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: initial;
    height: 100%;
  }
  #mainHeader h1 {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
    margin-top: -4vw;
    margin-bottom: 14vw;
  }
  #mainHeader h1 img {
    width: 64vw;
    min-width: 240px;
  }
  #mainHeader p {
    position: relative;
    font-size: 3.6vw;
    top: initial;
    right: initial;
  }
}
@media (max-width: 375px) {
  #mainHeader p {
    font-size: 1.4rem;
  }
}


/* =====================
  history
===================== */
#history {
  position: relative;
  background-color: #E8E8DA;
  padding-top: 42px;
}
#history > .inner {
  padding: 0 0 80px;
  background-color: #BAC3B8;
}
#history h2 {
  position: relative;
  display: flex;
  width: 882px;
  margin: auto;
  top: -42px;
}
#history h2 span.tt1 {
  margin-right: 20px;
}
#history h2 span.tt1 img {
  width: 180px;
}
#history h2 span.tt2 {
  padding-top: 14px;
}
#history h2 span.tt2 img {
  width: 268px;
}
#history .history-txt {
  width: 882px;
  margin: 0 auto 50px;
}
#history .history-txt p {
  font-size: 1.4rem;
  line-height: 2.2;
}

#history .swiper-slide img {
  width: 100%;
}
#history .swiper-button-prev {
  left: calc( 36% - 64px );
}
#history .swiper-button-next {
  right: calc( 36% - 64px );
}
#history .swiper-button-prev::before {
  content: 'PREV';
  display: block;
  font-family: 'avenir';
  font-size: 1.2rem;
  color: #000;
  position: absolute;
  right: -2rem;
}
#history .swiper-button-prev::after {
  content: '';
  display: block;
  width: 56px;
  height: 12px;
  border-bottom: solid 1px;
  border-left: solid 1px;
  transform: skew(-45deg);
  color: #000;
  position: absolute;
  left: 0;
}
#history .swiper-button-next::before {
  content: 'NEXT';
  display: block;
  font-family: 'avenir';
  font-size: 1.2rem;
  color: #000;
  position: absolute;
  left: -2rem;
}
#history .swiper-button-next::after {
  content: '';
  display: block;
  width: 56px;
  height: 12px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  color: #000;
  position: absolute;
  right: 0;
}


@media (max-width: 768px) {
  
  #history {
    padding-top: 20.7%;
  }
  #history > .inner {
    padding: 0 0 50px;
  }
  
  #history h2 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    top: -5.6vw;
  }
  #history h2 span.tt1 {
    margin-right: 12px;
  }
  #history h2 span.tt1 img {
    width: 24vw;
  }
  #history h2 span.tt2 {
    padding-top: 2vw;
  }
  #history h2 span.tt2 img {
    width: 38vw;
  }
  
  #history .history-txt {
    width: 82.7%;
    margin: 0 auto 30px;
  }
  #history .history-txt p {
    text-align: justify;
  }
  
  #history .swiper-button-prev {
    left: 5%;
  }
  #history .swiper-button-next {
    right: 5%;
  }
  
}


/* =====================
  greeting
===================== */
#greeting {
  position: relative;
  padding: 80px 0;
}
#greeting::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  min-width: 1170px;
  height: 376px;
  margin-left: calc( ( 100% - 992px ) / 2 );
  background-color: #E9E0C6;
}
#greeting > .inner {
  position: relative;
  display: flex;
  width: 992px;
  margin: auto;
}
#greeting h2 {
  position: absolute;
  top: 50px;
  right: 0;
}
#greeting h2 img {
  width: 88px;
}

#greeting .greeting-wrap {
  position: relative;
  padding: 52px 0 0 382px;
}
#greeting .greeting-wrap h3 {
  position: absolute;
  top: 52px;
  left: 50px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  color: #80785D;
  margin-bottom: 24px;
  letter-spacing: 0.145em;
  margin-left: 0.145em;
}
#greeting .greeting-wrap .read-wrap {
  font-size: 1.4rem;
  line-height: 2.3;
  margin-bottom: 20px;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
}
#greeting .greeting-wrap .read-wrap .update {
  font-size: 1.2rem;
}

#greeting .greeting-wrap .greeting-ft .sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: 1;
  padding-right: 90px;
}
#greeting .greeting-wrap .greeting-ft .sign .position {
  font-size: 1rem;
  margin-right: 15px;
}
#greeting .greeting-wrap .greeting-ft .sign .name {
  font-size: 2.1rem;
}
#greeting .greeting-wrap .greeting-ft figure {
  position: absolute;
  width: 334px;
  top: 132px;
  left: 0;
}

@media (max-width: 768px) {
  
  #greeting {
    padding: 15vw 0;
  }
  #greeting > .inner {
    width: 88.6%;
  }
  
  #greeting::before {
    width: 40%;
    height: 36%;
    min-width: initial;
    margin-left: 0;
    top: 16%;
    left: 0;
    background-color: #E9E9DB;
  }
  
  #greeting h2 {
    top: 0;
    left: -5%;
    right: initial;
  }
  #greeting h2 img {
    width: 12vw;
    filter: invert(45%) sepia(7%) saturate(1535%) hue-rotate(357deg) brightness(103%) contrast(84%);
  }
  
  #greeting .greeting-wrap {
    padding: 0 0 0 14%;
  }
  
  #greeting .greeting-wrap h3 {
    position: relative;
    top: initial;
    left: initial;
    font-size: 6.4vw;
    font-weight: normal;
    line-height: 1;
    color: #80785D;
    letter-spacing: 0.2em;
    margin: 0 auto 20px;
  }

  #greeting .greeting-wrap .read-wrap {
    font-size: 1.3rem;
    line-height: 2;
    text-align: justify;
  }
  #greeting .greeting-wrap .read-wrap .read1 {
    margin-bottom: 1.2em;
  }
  #greeting .greeting-wrap .read-wrap .update {
    font-size: 1.2rem;
    text-align: right;
  }
  
  #greeting .greeting-wrap .greeting-ft {
    margin-left: -14%;
  }
  #greeting .greeting-wrap .greeting-ft figure {
    position: relative;
    top: initial;
    left: initial;
    width: 70%;
    margin: 0 auto 15px;
  }
  #greeting .greeting-wrap .greeting-ft .sign {
    justify-content: center;
    padding-right: initial;
  }
  #greeting .greeting-wrap .greeting-ft .sign .position {
    font-size: 1.2rem;
  }
  #greeting .greeting-wrap .greeting-ft .sign .name {
    font-size: 1.6rem;
  }
  
}


/* =====================
  thanks
===================== */
#thanks {
  position: relative;
  padding: 70px 0 80px;
	background-color: #B4C5D2;
}
#thanks > .inner {
	width: 1070px;
  margin: auto;
}

#thanks h2 {
  line-height: 1;
  margin-bottom: 15px;
}
#thanks h2 img {
  width: 496px;
}
#thanks > .inner > h3 {
	display: flex;
	align-items: center;
  font-feature-settings: 'palt' 1;
  margin-bottom: 30px;
}
#thanks > .inner > h3::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
	margin-left: .4em;
}

#thanks .tab_wrapper > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  width: calc( 100% + 40px );
  margin: 0 0 60px -40px;
  padding: 0;
}

#thanks .tab_wrapper > ul > li {
  float: initial;
  width: calc( 20% - 40px);
  margin: 0 0 40px 40px;
}
#thanks .tab_wrapper > ul > li figure {
  margin-bottom: 10px;
}
#thanks .tab_wrapper > ul > li img {
  filter: opacity(70%) saturate(0%);
}
#thanks .tab_wrapper > ul > li.active img {
  filter: initial;
}
#thanks .tab_wrapper > ul > li .tm_tab_info {
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
}


#thanks .tab_content {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
}

#thanks .profile {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #444;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#thanks .profile > figure {
  width: 182px;
  order: 1;
}
#thanks .profile .prof-txt {
  display: flex;
  flex-flow: column;
  width: 868px;
  order: 2;
}
#thanks .profile .prof-txt h3 {
  font-weight: normal;
  line-height: 1;
  order: 2;
}
#thanks .profile .prof-txt h3 .com {
  font-size: 1.3rem;
  margin-right: 15px;
}
#thanks .profile .prof-txt h3 .position {
  font-size: 1.3rem;
  margin-right: 15px;
  letter-spacing: 0.1em;
}
#thanks .profile .prof-txt h3 .name {
  font-size: 2.4rem;
  margin-right: 5px;
  letter-spacing: 0.15em;
}
#thanks .profile .prof-txt h3 .esq {
  font-size: 1.6rem;
  margin-right: 1em;
}
#thanks .profile .prof-txt p {
  font-size: 1.9rem;
  line-height: 1.8;
  margin-bottom: 15px;
  order: 1;
}
#thanks .tab_content dt {
  color: #FFF;
  margin-bottom: 5px;
}
#thanks .tab_content dd + dt {
  margin-top: 20px;
}
#thanks .tab_content dd {
  line-height: 2;
}

@media (max-width: 768px) {
  
  #thanks {
    padding: 20px 0 50px;
  }
  #thanks > .inner {
    flex-flow: column;
    width: 88.6%;
  }
  
  #thanks .content_wrapper .accordian_header {
    display: flex;
    align-items: center;
  }
  #thanks .content_wrapper .accordian_header p {
    font-size: 1.4rem;
  }
  #thanks .content_wrapper .accordian_header .arrow {
    margin: 0 0 0 auto;
  }
  #thanks .content_wrapper .accordian_header figure {
    width: 10vw;
    margin-right: 10px;
  }
  #thanks .content_wrapper .tab_content {
    padding: 5% 0;
  }
  
  #thanks > .inner > h2 img {
    width: 84%;
    margin: auto;
  }
  
  #thanks > .inner > h3 {
    font-size: 1.4rem;
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  #thanks > .inner > h3::after {
    content: "";
    height: 1px;
    background: #444;
    display: block;
    margin-top: 15px;
    margin-left: initial;
  }
  
  #thanks .profile {
    flex-flow: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #thanks .profile figure {
    width: 45.6%;
    margin: 0 auto 20px;;
  }
  #thanks .profile .prof-txt {
    width: 100%;
  }
  #thanks .profile .prof-txt h3 {
    text-align: center;
    margin-bottom: 15px;
    order: 1;
  }
  #thanks .profile .prof-txt h3 .com {
    display: block;
    margin: 0 0 10px;
  }
  #thanks .profile .prof-txt h3 .esq {
    font-size: 2rem;
  }
  #thanks .profile .prof-txt p {
    font-size: 1.6rem;
    margin-bottom: 0;
    order: 2;
  }
  
}


/* =====================
  footer - page
===================== */
footer {
  padding: 20px 0;
  text-align: center;
}

footer .official-link {
  margin-bottom: 20px;
}
footer .official-link a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  width: 250px;
  padding: 10px 15px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  border: 1px solid #424242;
}
footer .official-link a img {
  width: 48px;
  margin-right: 12px;
}
footer .official-link a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: -1.5em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #424242;
  transition: 0.3s;
}
footer .official-link a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #424242;
  transition: 0.3s;
}
footer .official-link a:hover::before,
footer .official-link a:hover::after {
  right: -1em;
}
footer .official-link a:hover {
  background: #eee;
}

#pageTop {
  position: fixed;
  right: 15px;
  bottom: 32px;
  height: 50px;
  transform: rotate(90deg);
  padding: 0 0 0 35px;
  border-top: solid 1px;
}
#pageTop::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}
#pageTop a {
  font-family: 'avenir';
  line-height: 1.5;
  text-decoration: none;
  color: #333;
}

