@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&Poppins:wght@500&display=swap");
@font-face {
  font-family: "galano";
  src: url("../fonts/galano.eot") format("embedded-opentype’");
  src: url("../fonts/galano.woff") format("woff");
}
/*-------------------------------
	全体
-------------------------------*/
*,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  /*Safari*/
  /*Firefox*/
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

/*
* 1. デバイスの向きを変えた後にユーザーの文字サイズ調整を防ぐ
* 2. remの基準となるフォントサイズ
*/
html {
  font-size: 62.5%;
  /*2*/
  -ms-text-size-adjust: 100%;
  /*1*/
  -webkit-text-size-adjust: 100%;
  /*1*/
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*リストスタイルを消去*/
ul,
ol {
  list-style: none;
}

/*デフォルトでcollapse*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
  * IE9+用に、displayプロパティを定義。
  * 1. Edge, IE, Firefox用、details要素とsummary要素に「display: block;」を定義。
  * 2. IE, Firefox用、main要素に「display: block;」を定義。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/*-------------------------------
	フォーム類のスタイルをリセットする
-------------------------------*/
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  /*Chromeのフォーカス時アウトラインを削除*/
  border: none;
  border-radius: 0;
  background: none;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
}

select {
  /*Firefoxのセレクト矢印を削除*/
  text-indent: 0.01px;
  text-overflow: "";
}

select::-ms-expand {
  /*IEのセレクト装飾を非表示*/
  display: none;
}

textarea {
  overflow: auto;
}

button,
[type=button],
[type=reset],
[type=submit] {
  border: 0;
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*-------------------------------
	テキスト・イメージ類スタイル
-------------------------------*/
a {
  background-color: transparent;
  /*IE10のリンクバックグラウンドカラーを透明にする*/
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border-style: none;
  /*リンク内画像のborderを消去*/
  vertical-align: bottom;
  /*画像下のスキマを消去*/
}

svg:not(:root) {
  overflow: hidden;
}

/*-------------------------------
    全体
-------------------------------*/
html {
  font-size: 62.5%;
  /*2*/
  -ms-text-size-adjust: 100%;
  /*1*/
  -webkit-text-size-adjust: 100%;
  /*1*/
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
}
body {
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow-x: hidden;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #333634;
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body {
    overflow: visible;
    overflow-x: hidden;
    font-size: 1.4rem;
  }
}
/*-------------------------------
  header
-------------------------------*/
.c-header {
  position: relative;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  height: 140px;
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  background: #F1F1F1;
}
.c-header.active {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
  height: 100px;
}
.c-header.active .c-header__inner {
  height: 50px;
}
.c-header.active .c-header__tit {
  font-size: 1.2rem;
}
.c-header.active .c-header__logo {
  width: 40px;
}
.c-header.active .c-header__mail {
  width: 180px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header.active .c-header__mail:before {
  margin-right: 10px;
  margin-bottom: -2px;
}
.c-header__inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  margin: auto;
  padding-left: 140px;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.c-header__tit {
  font-size: 1.4rem;
  line-height: 1.4;
}
.c-header__mail {
  width: 180px;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #4D7561;
  -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
}
.c-header__mail:before {
  content: "";
  width: 25px;
  height: 18px;
  display: block;
  background-image: url("../images/ico_mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 5px;
}
.c-header__mail:hover {
  background-color: rgba(77, 117, 97, 0.9);
  color: #EAF4EF;
}
.c-header__logo {
  display: block;
  width: 83px;
  max-width: 30%;
}
.c-header__logo picture {
  display: block;
  height: 100%;
  line-height: 1;
  padding: 10px;
}
.c-header__logo picture img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-header {
    height: 80px;
  }
  .c-header.active {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
    height: 50px;
  }
  .c-header.active .c-header__inner {
    height: 50px;
  }
  .c-header.active .c-header__tit {
    font-size: 1.1rem;
  }
  .c-header.active .c-header__logo {
    width: 40px;
  }
  .c-header.active .c-header__mail {
    width: 180px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
  }
  .c-header.active .c-header__mail:before {
    margin-right: 10px;
  }
  .c-header__inner {
    height: 80px;
    padding-left: 10%;
  }
  .c-header__tit {
    font-size: 1.3rem;
  }
  .c-header__mail:before {
    content: "";
    width: 25px;
    height: 18px;
    margin-bottom: 3px;
  }
  .c-header__logo {
    max-width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 60px;
  }
  .c-header.active {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
    height: 50px;
  }
  .c-header.active .c-header__inner {
    height: 50px;
  }
  .c-header.active .c-header__tit {
    font-size: 1.1rem;
  }
  .c-header.active .c-header__logo {
    width: 40px;
  }
  .c-header.active .c-header__mail {
    width: 70px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    font-size: 1rem;
  }
  .c-header.active .c-header__mail:before {
    margin-right: 0;
    width: 20px;
  }
  .c-header__inner {
    height: 60px;
    padding-left: 3%;
  }
  .c-header__tit {
    font-size: 0.8rem;
  }
  .c-header__mail {
    width: 70px;
    font-size: 1.1rem;
  }
  .c-header__mail:before {
    content: "";
    width: 25px;
    height: 18px;
    margin-bottom: 3px;
  }
  .c-header__logo {
    max-width: 30%;
    width: 50px;
  }
}
@-webkit-keyframes headerActive {
  0% {
    opacity: 0;
    z-index: 1;
    top: -20%;
    position: fixed;
  }
  100% {
    opacity: 1;
    z-index: 5;
    top: 0;
    background: #fff;
    position: fixed;
  }
}
@keyframes headerActive {
  0% {
    opacity: 0;
    z-index: 1;
    top: -20%;
    position: fixed;
  }
  100% {
    opacity: 1;
    z-index: 5;
    top: 0;
    background: #fff;
    position: fixed;
  }
}
/*-------------------------------
  menu
-------------------------------*/
.c-nav {
  height: 60px;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.c-nav__list {
  width: 1140px;
  max-width: calc(100% - 140px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 3;
  width: 100%;
  margin: auto;
  height: 100%;
}
.c-nav__list > li {
  display: block;
  width: calc(100% / 7);
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.c-nav__list > li > a, .c-nav__list > li > span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.c-nav__list > li > a span, .c-nav__list > li > span span {
  display: none;
  font-family: galano;
  font-weight: bold;
  font-size: 1.2rem;
  color: #E03D30;
}
.c-nav__list > li > a:hover, .c-nav__list > li > span:hover {
  background: #8FA7C9;
}
.c-nav.active {
  height: 50px;
}
.c-nav.active .c-nav__list {
  max-width: calc(100% - 70px);
}
.c-nav.active .c-nav__list > li > a, .c-nav.active .c-nav__list > li > span {
  font-size: 1.4rem;
}

@-webkit-keyframes subMenu {
  0% {
    opacity: 1;
    z-index: 4;
    visibility: visible;
    top: 70px;
  }
  100% {
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    top: 45px;
  }
}

@keyframes subMenu {
  0% {
    opacity: 1;
    z-index: 4;
    visibility: visible;
    top: 70px;
  }
  100% {
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    top: 45px;
  }
}
@-webkit-keyframes subMenu_on {
  0% {
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    top: 45px;
  }
  100% {
    opacity: 1;
    z-index: 5;
    visibility: visible;
    top: 70px;
  }
}
@keyframes subMenu_on {
  0% {
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    top: 45px;
  }
  100% {
    opacity: 1;
    z-index: 5;
    visibility: visible;
    top: 70px;
  }
}
.nav_sp {
  display: none;
  visibility: hidden;
}

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

  .nav_sp {
    display: block;
    visibility: visible;
    position: fixed;
    width: 100%;
    top: 0px;
    left: -150vw;
    z-index: 1000;
    background: #4D7561;
    height: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
    transition: all 0.25s cubic-bezier(0.51, 0.11, 0.4, 0.9);
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .nav_sp_list {
    overflow: scroll;
  }
}
@media screen and (max-width: 1024px) {
  .nav_sp_list {
    padding: 60px 40px 40px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .nav_sp .sp_menu_item {
    display: block;
    margin-bottom: 1em;
  }
  .nav_sp .sp_menu_item a {
    font-size: 1.8rem;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .nav_sp .sub_menu_item_pare {
    padding-right: 20px;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .nav_sp_copy {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 1.1rem;
    text-align: center;
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .nav_sp.open {
    left: 0;
  }
}
@media screen and (max-width: 320px) {
  .nav_sp .sub_menu_item_pare {
    padding-right: 0;
  }
  .nav_sp .sub_menu_item_pare .sp_menu_list_sub {
    padding: 20px 0 0 0;
  }
  .nav_sp .sub_menu_item_pare .sp_menu_list_sub li {
    margin-bottom: 15px;
  }
  .nav_sp .sub_menu_item_pare .sp_menu_list_sub li > a {
    font-size: 1.2rem;
  }
  .nav_sp_box .nav_sp_list > li {
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .nav_sp_box .nav_sp_list > li > a, .nav_sp_box .nav_sp_list > li > span {
    font-size: 1.4rem;
  }
  .nav_sp_box .nab_sp_copy {
    display: block;
    color: #fff;
    background: #333634;
    font-size: 1rem;
    margin-top: auto;
    padding: 0 20px 0 20px;
    text-align: right;
    height: 20px;
    width: 100%;
  }
  .nav_sp.open {
    left: 0;
  }
}
/*animation*/
@-webkit-keyframes spMenu {
  0% {
    opacity: 0;
    z-index: -2;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    z-index: 11;
    visibility: visible;
  }
}
@keyframes spMenu {
  0% {
    opacity: 0;
    z-index: -2;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    z-index: 11;
    visibility: visible;
  }
}
/*nav_toggle*/
.nav_toggle {
  visibility: hidden;
  opacity: 0;
  display: none;
}

@media screen and (max-width: 1024px) {
  #nav_toggle {
    z-index: 1001;
    opacity: 1;
  }
  #nav_toggle.open {
    z-index: 1001;
    opacity: 0;
  }

  #nav_toggle2 {
    z-index: 1000;
    opacity: 0;
  }
  #nav_toggle2.open {
    z-index: 1002;
    opacity: 1;
  }

  .nav_toggle {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    visibility: visible;
    opacity: 1;
    top: 70px;
    right: 10px;
    z-index: 1000;
    width: 30px;
    height: 30px;
    color: #f9f9f9;
    z-index: 10000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nav_toggle div {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 2.25em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .nav_toggle span.menu_line {
    display: block;
    height: 3px;
    background: #000;
    position: absolute;
    width: 25px;
    right: 0;
    -webkit-transition: 0.3s ease-in-out 0.05s;
    -webkit-transition: 0.3s ease-in-out 0.06s;
    transition: 0.3s ease-in-out 0.06s;
  }
  .nav_toggle span.menu_line_1 {
    top: 0px;
  }
  .nav_toggle span.menu_line_2 {
    top: 9px;
  }
  .nav_toggle span.menu_line_3 {
    top: 18px;
  }
  .nav_toggle span.menu_line_menu {
    display: block;
    color: #000;
    right: auto;
    position: absolute;
    bottom: 15px;
    left: -40px;
    font-size: 0.9rem;
    font-weight: 700;
  }
  .nav_toggle span.menu_line_menu > span {
    display: inline-block;
    position: relative;
    -webkit-transition: 0.3s ease-in-out 0.05s;
    transition: 0.3s ease-in-out 0.05s;
  }
  .nav_toggle span.menu_line_menu > span:nth-of-type(1) {
    opacity: 1;
  }
  .nav_toggle span.menu_line_menu > span:nth-of-type(2) {
    -webkit-transform: translateX(-3.5em);
            transform: translateX(-3.5em);
    opacity: 0;
  }
  .nav_toggle span.menu_line_menu.open > span:nth-of-type(1) {
    opacity: 0;
  }
  .nav_toggle span.menu_line_menu.open > span:nth-of-type(2) {
    -webkit-transform: translateX(-3.5em);
            transform: translateX(-3.5em);
    opacity: 1;
  }
  /*開閉ボタンopen時*/
  .nav_toggle.open span.menu_line_1 {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 12px;
    left: 0px;
    background: #333634;
    background: #fff;
  }
  .nav_toggle.open span.menu_line_2 {
    -webkit-transform: rotate(-150deg);
    transform: rotate(-150deg);
    background: #333634;
    top: 12px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
  }
  .nav_toggle.open span.menu_line_3 {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #333634;
    top: 12px;
    left: 0px;
    background: #fff;
  }
}
/*-------------------------------
hero
-------------------------------*/
.p-hero {
  width: 100%;
  position: relative;
  margin-bottom: -150px;
}
.p-hero__inner {
  display: block;
  position: relative;
}
.p-hero__slide {
  position: relative;
}
.p-hero__slide__item {
  display: block;
  position: relative;
}
.p-hero__slide__item a {
  display: block;
}
.p-hero__slide__item__img {
  max-width: 100%;
}
.p-hero__slide__item__img img {
  display: block;
  height: auto;
  max-width: 100%;
}
.p-hero__thumb {
  width: 1140px;
  margin: auto;
  max-width: 100%;
  top: -160px;
}
.p-hero__thumb__item {
  display: block;
  position: relative;
  padding: 0 15px;
}
.p-hero__thumb__item a {
  display: block;
}
.p-hero__thumb__item__img {
  max-width: 100%;
}
.p-hero__thumb__item__img img {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .p-hero {
    margin-bottom: 0;
  }
  .p-hero__thumb {
    padding-top: 10px;
    top: 0;
  }
  .p-hero__thumb__item {
    padding: 0 5px;
  }
}