@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
#wrapper {
  overflow: hidden;
}

html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  color: #000000;
  background-color: #f5eed8;
}

body.fixed {
  position: fixed;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.6;
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  text-align: left;
  letter-spacing: 0;
}

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

:focus {
  outline: 0;
}

a {
  color: #000000;
  font-family: '游ゴシック体', 'Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
}

a:hover {
  opacity: 0.6;
}

.flex {
  display: flex;
}

.flex.bw {
  justify-content: space-between;
}

.flex.cnt {
  justify-content: center;
}

.green {
  color: #00ad7a;
}

.blue {
  color: #009fe8;
}

.pink {
  color: #e65667;
}

/*ios reset*/
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
#header {
  position: relative;
  background-color: #FFFFFF;
}

#header .flex.bw .inner {
  width: 100%;
}

/*#header .menu-container .inner {
  max-width: 850px;
}*/
#header .pagettl {
  font-size: 1.2rem;
  text-align: center;
  font-weight: normal;
  margin-top: 1em;
}

#header #gnav {
  margin-top: 3px;
}

#header #gnav li a {
  display: block;
  text-align: center;
}

/* ----------------------------------------------------------------------------------------------------
*  レイアウト
* --------------------------------------------------------------------------------------------------*/
.mv .pagettl2 {
  font-size: 4rem;
  text-align: center;
  padding: 45px 0;
  font-weight: bold;
}

.secttl {
  font-size: 2.4rem;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin: 35px 0 15px;
  z-index: 0;
}

.secttl span {
  background-color: #f5eed8;
}

.secttl:after {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  background-color: #000000;
  content: "";
  margin-top: -1px;
  z-index: -1;
}

.secttl:first-of-type {
  margin-top: 0px;
}

.subttl {
  font-size: 2.4rem;
  color: #5a7733;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}

.btn a {
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  border-radius: 10px;
  background-color: #5a7733;
  width: 300px;
  margin: 0 auto;
  display: block;
}

.wrap_in {
  border-radius: 10px;
  padding: 40px 130px;
  background-color: #FFFFFF;
}

.wrap_in .secttl span {
  background-color: #FFFFFF;
}

.list_dot li {
  padding-left: 1em;
  position: relative;
}

.list_dot li:before {
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0px;
  top: 5px;
  border-radius: 15px;
  background-color: #000000;
  content: "";
}

/* ----------------------------------------------------------------------------------------------------
*  フッタ
* --------------------------------------------------------------------------------------------------*/
#footer {
  background-color: #FFFFFF;
}

#footer .ft_ttl {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}

#footer .address_box {
  text-align: center;
  margin-bottom: 35px;
}

#footer .address_box address {
  text-align: center;
}

#footer .address_box ul {
  display: inline-block;
}

#footer .address_box ul li {
  position: relative;
  line-height: 1.5;
  text-align: center;
}

#footer .address_box ul li:before {
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 10px;
  background-color: #000000;
  margin: 0 8px 3px 0;
  content: "";
}

#footer .address_box .address {
  text-align: center;
}

#footer .address_box ul {
  text-align: center;
}

#footer .tel {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 35px;
}

#footer .tel .tel_link {
  color: #5a7733;
  font-weight: bold;
}

.copyright {
  font-size: 1.2rem;
  text-align: center;
}

#pagetop {
  position: fixed;
  right: 20px;
  z-index: 999;
  display: none;
  bottom: 20px;
}

#pagetop a {
  display: block;
  background-image: url(../images/common/pagetop_01.png);
  width: 66px;
  height: 66px;
  margin: 0 0 0 auto;
  position: relative;
  color: #FFFFFF;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }

  body {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }

  a[href^="tel:"]:hover {
    opacity: 1;
  }

  #contents {
    padding-bottom: 80px;
  }

  .inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  /* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
  #header #util {
    /*display: block;*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
  }

  #header #logo {
    padding: 20px 0 15px;
  }

  #header #logo span {
    margin-left: 15px;
  }

  #header .menu_link>a {
    position: relative;
    padding: 15px 0;
    display: block;
  }

  #header .btn_wrap {
    display: none;
  }

  /* ----------------------------------------------------------------------------------------------------
*  レイアウト
* --------------------------------------------------------------------------------------------------*/
  .narrow {
    margin: 0 auto;
    width: 640px;
  }

  /* ----------------------------------------------------------------------------------------------------
*  フッタ
* --------------------------------------------------------------------------------------------------*/
  #footer {
    padding: 35px 0 15px;
  }

  #footer .address_box ul li {
    font-size: 1.2rem;
  }

  #footer .logo {
    text-align: center;
    margin-bottom: 20px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

IE Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .btn a {
    padding: 15px 0 10px;
  }

  .list_dot li::before {
    top: 3px;
  }

  .secttl::after {
    margin-top: -5px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {

  body,
  html {
    min-width: 1300px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (max-width:767px) {
  body {
    font-size: 1.4rem;
  }

  p {
    font-size: 4vw;
    line-height: 1.6;
  }

  .pc {
    display: none !important;
  }

  .flex {
    display: block;
  }

  img {
    height: auto;
    width: 100%;
  }

  /* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
  #header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 9999;
  }

  #header #util {
    display: flex;
    align-items: center;
  }

  #header #logo {
    flex-basis: 84%;
  }

  #header #logo p {
    padding: 0 2.5%;
  }

  #header #logo a {
    width: 75%;
    display: inline-block;
  }

  #header #logo span {
    display: inline-block;
    width: 23%;
    margin-left: 2%;
  }

  #header .menu_mobile_wrap {
    flex-basis: 16%;
  }

  #header .menu-container {
    width: 100%;
  }

  body.fixed {
    position: fixed;
    width: 100%;
  }

  #header .menu_link>a {
    padding: 15px 6%;
    display: block;
    border-bottom: 1px solid #e7e7e7;
  }

  .menu-mobile {
    display: block;
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url(../images/common/header_toggle_sp.png);
    background-size: contain;
    margin: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    padding-top: 100%;
    box-sizing: border-box;
    background-color: #5a7733;
  }

  .menu-mobile.changed {
    background-image: url(../images/common/header_close_sp.png);
  }

  .menu {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow-y: auto !important;
    height: calc(100vh - 70px);
    background-color: #FFFFFF;
  }

  .menu:last-child:after {
    width: 100%;
    height: 100px;
    display: block;
    content: "";
  }

  .show-on-mobile {
    display: block;
    height: 100%;
  }

  #header .btn_wrap {
    padding: 30px 6%;
  }

  #header .btn_wrap li+li {
    margin-top: 15px;
  }

  #header .btn_wrap li a {
    padding: 15px 0;
    font-size: 4.8vw;
    width: 100%;
    border-radius: 10px;
    border: 3px solid #5a7733;
    display: block;
    text-align: center;
    font-weight: bold;
    position: relative;
  }

  #header .btn_wrap li a:after {
    position: absolute;
    top: 50%;
    right: 4.5%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    margin-top: -6px;
  }

  #header .btn_wrap li.no1 a {
    color: #FFFFFF;
    background-color: #5a7733;
  }

  #header .btn_wrap li.no2 a {
    color: #5a7733;
    background-color: #FFFFFF;
  }

  #header .btn_wrap li.no2 a:after {
    border-top: 3px solid #5a7733;
    border-right: 3px solid #5a7733;
  }

  /* ----------------------------------------------------------------------------------------------------
*  レイアウト
* --------------------------------------------------------------------------------------------------*/
  .mv {
    margin-top: 50px;
  }

  .mv .pagettl2 {
    padding: 45px 6%;
    font-size: 6.6vw;
  }

  .secttl {
    margin: 30px 0 15px;
    /*font-size: 5.3vw;*/
    font-size: 4.8vw;
  }

  .secttl::after {
    margin-top: -2px;
  }

  .subttl {
    font-size: 5vw;
    text-align: left;
    margin-bottom: 15px;
  }

  .btn a {
    width: 100%;
    font-size: 4.2vw;
  }

  .wrap_in {
    padding: 5%;
  }

  .list_dot li:before {
    width: 12px;
    height: 12px;
    top: 4px;
  }

  /* ----------------------------------------------------------------------------------------------------
*  フッタ
* --------------------------------------------------------------------------------------------------*/
  #footer {
    padding: 30px 6%;
  }

  #footer .ft_ttl {
    font-size: 5.3vw;
  }

  #footer .address_box {
    font-size: 3.7vw;
    margin-bottom: 15px;
  }

  #footer .address_box .address {
    font-size: 3.7vw;
    line-height: 1.4;
  }

  #footer .tel {
    font-size: 6.2vw;
    margin-bottom: 15px;
  }

  #footer .logo {
    margin: 0 auto 15px;
    width: 63%;
  }

  .copyright {
    font-size: 2.9vw;
    letter-spacing: -0.2px;
  }

  #pagetop {
    width: 100%;
    z-index: 900;
    right: 3%;
    bottom: 15px;
  }

  #pagetop a {
    width: 40px;
    height: 40px;
    background-size: 100% auto;
  }

  @media (orientation: landscape) {
    .menu-mobile {
      background-position: center;
      height: 90px;
    }

    .mv {
      margin-top: 90px;
    }
  }
}

/*追加*/
.menu .inner .flex {
  -webkit-align-items: center;
  align-items: center;
}

.first {
  position: relative;
}

.first a .gnav_inner {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}

.first a .gnav_inner span.arrow {
  margin-right: 0.5em;
  font-size: 8px;
}

.first:hover .under_menu {
  top: 50px;
  visibility: visible;
  opacity: 1;
}

.under_menu {
  position: absolute;
  top: 40px;
  left: -1em;
  width: 15em;
  padding: 0 2em;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.under_menu li {
  margin-bottom: 0.5em;
}

.under_menu li a {
  font-size: 1.4rem;
}

#header #logo+li ul {
  display: flex;
}

#header #logo+li ul li:first-child {
  margin-right: 2em;
}

#header #logo+li ul li a {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  color: #5A7733;
  font-weight: bold;
}

#header #logo+li ul li a:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #5A7733;
  border-top: 2px solid #5A7733;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header #logo p {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#header #logo+li {
  margin-top: 6px;
}

@media screen and (max-width:767px) {
  .first {
    padding-left: 0;
    border-bottom: 1px solid #e7e7e7;
  }

  #header .menu_link.first>a {
    padding: 15px 6% 5px;
    border-bottom: none;
  }

  .first:before {
    content: none;
  }

  .first:hover .under_menu {
    top: auto;
  }

  .under_menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-left: 3em;
    visibility: visible;
    opacity: 1;
  }

  #header #logo+li ul {
    display: none;
  }
}

#footer .link {
  margin: 15px 0;
  font-size: 1.6rem;
  text-align: center;
}






/******  230204 パートナーバナー　フッター追加に伴う追記  ******/
.fPartner {
  margin: 30px auto 60px;
  font-size: 16px;
  text-align: center
}

.fPartner ul {
  width: 202px;
  margin: 30px auto;
}

.fPartner ul li {
  float: left;
  width: 202px;
  margin-right: 60px;
  text-align: center;
}

.fPartner ul li:nth-child(2) {
  margin-right: 0px;
}

.fPartner ul li img {
  border: 1px solid #d5d5d5;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

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

  /******  230130 パートナーバナー　フッター追加に伴う追記  ******/
  .fPartner ul {
    width: 200px;
    margin: 30px auto;
  }

  .fPartner ul li {
    font-size: 14px;
    float: left;
    width: 100%;
    margin-right: 6%;
  }

  .fPartner ul li:nth-child(2) {
    margin-right: 0px;
  }


}




/* 202603 footer sns 追加 */
.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin-bottom: 40px;
}

.sns li {
  width: 25px;
}

.sns li:nth-of-type(2),
.sns li:nth-of-type(3) {
  width: 24px;
}

.sns li:nth-of-type(4) {
  width: 23.5px;
}

.sns li:nth-of-type(5) {
  width: 28px;
}

.sns li a {
  display: block;
}

@media screen and (max-width: 480px) {
  .sns {
    gap: 20px;
    margin-bottom: 20px;
  }

  .sns li {
    width: 30px;
  }

  .sns li:nth-of-type(2),
  .sns li:nth-of-type(3) {
    width: 29px;
  }

  .sns li:nth-of-type(4) {
    width: 28px;
  }

  .sns li:nth-of-type(5) {
    width: 30px;
  }
}