@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',"Arial", "メイリオ",serif;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
li {
  list-style-type: none;
}
address {
  font-style: normal;
}
/* ↓↓↓　スマホ入力時のフォーカスを防ぐ*/
input,
select {
  font-size: 16px;
  vertical-align: middle;
}
textarea {
  font-size: 16px;
}

/* =============================================================================
   基本設定
   ========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-appearance: none;
}
html {
  overflow-y: scroll;
}
body {
  color: #3e3a39;
  line-height: 1.6;
  font-size: 14px;

  /* font-family: "Frutiger", "Myriad", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "MS UI Gothic",
    "ＭＳ ゴシック", sans-serif; */
  letter-spacing: 0.03em;
}
#overwrap {
  overflow: hidden;
  position: relative;
}
a {
  color: #3e3a39;
  text-decoration: none;
}
a:link {
  color: #3e3a39;
}
/*a:visited {
  color: #3e3a39;
}*/
a:hover {
  color: #c0764c;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:active {
  color: #3e3a39;
}
a:hover img {
  /* opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul {
  list-style: none;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
/* ========================================================================== */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
}
.shadow {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -2px 0px,
    #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,
    #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}
.btn1 {
  text-align: center;
}
.btn1 a {
  display: inline-block;
  width: 210px;
  height: 61px;
  background-color: #293c4a;
  color: #fff;
  text-decoration: none;
  line-height: 61px;
  text-align: center;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.2em;
}
.btn1 a:hover {
  background-color: #1c6b24;
  transition: all 0.5s ease;
}
.btn1 a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.arno {
  font-family: arno-pro, serif;
  font-weight: 700;
  font-style: normal;
}
.mainColor {
  color: #1f82be;
}
.subColor {
  color: #008a53;
}
.pointColor {
  color: #030303;
}
.grecaptcha-badge {
  visibility: hidden;
}
.reCAPTCHA {
  text-align: center;
}
.reCAPTCHA a {
  text-decoration: underline;
}


@media screen and (min-width: 768px) {
  /*	body {background: #ccc; }*/
  .wrap {
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  /*body {background: #000;}*/
  .wrap {
    width: 100%;
    padding: 0 15px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}


.media-grid {
    display: flex;
    flex-wrap: wrap; /* 子要素が折り返す */
    justify-content: space-between; /* 子要素の間隔を均等に */
}
	.widget-container {
    width: 100% !important;
    overflow: hidden; /* はみ出す部分を隠す */
}
.thumbnail-image {
    max-width: 100%;
    height: auto; /* アスペクト比を保持 */
}
@media (max-width: 768px) {
    .media-list-item {
        width: 100%; /* モバイルでは全幅に */
    }

}

@media (min-width: 769px) {
    .media-list-item {
        width: 50%; /* タブレット以上では50% */
    }
}

@media (min-width: 1024px) {
    .media-list-item {
        width: 33.33%; /* デスクトップでは3列 */
    }
}
/* =============================================================================
	header
   ========================================================================== */
#wrapper {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
header {
  /*	max-width: 1280px;*/
  margin: 0 auto;
  padding-bottom: 0;
  position: relative;
  z-index: 99999;
  height: 90px;
  background: transparent;
}
header h1 {
  padding-top: 20px;
  padding-left: 15px;
}
header h1 a img {
  height: 53px;
}
header h1 span {
  display: block;
  font-size: 13px;
  padding-top: 5px;
}
header .headerTop {
  padding: 0 20px;
}
header .headContactSP {
  display: none;
}
header .headContact {
  cursor: pointer;
  text-align: center;
  position: fixed;
  top: 35px;
  right: 170px;
  z-index: 10;
}
header .headContact a {
  background-color: #29af4b;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 25px;
  transition: 0.5s;
}
header .headContact a:hover {
  background-color: #000;
  opacity: 1 !important;
}
header .headContact a img {
  padding-bottom: 5px;
  padding-right: 10px;
}
header .headItem {
  cursor: pointer;
  text-align: center;
  position: fixed;
  top: 35px;
  right: 370px;
  z-index: 10;
}
header .headItem a {
  background-color: #ff94b5;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  /* padding: 10px 25px; */
  transition: 0.5s;
  width: 178px;
  height: 44px;
  /* line-height: 44px; */
}
header .headItem img {
  vertical-align: middle;
}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  cursor: pointer;
  text-align: center;
  /* background: #111111; */
}
/* .hamburger:before {
  position: absolute;
  content: "MENU";
  color: #fff;
  font-size: 15px;
  top: 35px;
} */
.hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  left: 20px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 45px;
}
.hamburger span:nth-child(2) {
  top: 55px;
}
.hamburger span:nth-child(3) {
  top: 35px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 46px;
  left: 20px;
  background: #003d63;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 46px;
  background: #003d63;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  width: 65%;
  height: 120vh;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  padding-top: 100px;
  padding-left: 70px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: 0.4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  /*border-bottom: none;*/
}
nav.globalMenuSp ul li.line span {
  padding-top: 10px;
}
nav.globalMenuSp ul li a:hover {
  color: #c0764c;
  /* background-color: rgba(221, 221, 221, 0.3); */
}

nav.globalMenuSp ul li a {
  text-align: left;
  line-height: 1.4em;
  display: block;
  color: #3e3a39;
  padding: 1em 0;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  font-size: 22px;
  line-height: 44px;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding-left: 15px;
}
nav.globalMenuSp li a.link_none {
  pointer-events: none;
}
nav.globalMenuSp ul li span {
  font-size: 14px;
  font-weight: bold;
  color: #a47575;
  display: block;
  line-height: 1.4em;
}
nav.globalMenuSp ul li .sub li a {
  font-size: 15px;
  padding: 4px;
  line-height: 1.6em;
  position: relative;
  padding-left: 30px;
}
nav.globalMenuSp ul li .sub li a:before {
  position: absolute;
  content: "";
  background: #eb6201;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  left: 17px;
  top: 11px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  padding-top: 100px;
  opacity: 100;
  visibility: visible;
  padding-left: 70px;
}

.hamburger.active {
  z-index: 9999;
}
.globalMenuSp.active {
  z-index: 999;
}
header nav > ul:first-child {
  width: 26%;
}
header nav > ul:nth-child(2) {
  width: 30%;
}
header nav > ul:nth-child(3),
header nav > ul:last-child {
  width: 25%;
}
@media screen and (max-width: 1366px) {
  nav.globalMenuSp ul li a {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  header .pc {
    display: none;
  }
  #wrapper {
    overflow: hidden;
    z-index: 9999;
  }

  .overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.49);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  header {
    /* position:relative; */
    height: 60px;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  header h1 a img {
    /* width: 236px; */
    height: 45px;
    /* padding-top: 10px; */
  }
  header h1 span {
    display: none;
  }
  #top-main {
    z-index: 100;
  }
  header .headerTop {
    padding: inherit;
  }
  .hamburger {
    right: 5px;
    top: 10px;
    width: 60px;
    height: 60px;
  }
  /* .hamburger:before {
    position: absolute;
    content: "MENU";
    color: #fff;
    font-size: 13px;
    top: 35px;
    left: 10px;
  } */
  .hamburger span {
    width: 30px;
    left: 15px;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 17px;
  }
  .hamburger span:nth-child(3) {
    top: 25px;
  }
  nav.globalMenuSp ul li {
    /* padding-left: 20px; */
    border-bottom: 1px solid #293c4a;
  }
 
  /* ナビ開いてる時のボタン */
  nav.globalMenuSp.active {
    padding-top: 60px;
    opacity: 100;
    visibility: visible;
    padding-left: 0;
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    left: 15px;
    background: #003d63;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    background: #003d63;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .headContactSP {
    display: block;
    cursor: pointer;
    text-align: center;
    position: fixed;
    top: 19px;
    right: 70px;
    z-index: 10;
  }

  header .headContactSP a {
    /* padding: 10px; */
    background: #29af4b;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
  }
  header .headContactSP a img {
    /* vertical-align: middle; */
  }
  header .headContact {
    /* right: 100px;
            top: 24px; */
    display: none;
  }
  header .headContact a {
    font-size: 13px;
    padding: 7px 19px;
  }

  header .headItemSP {
    display: block;
    cursor: pointer;
    text-align: center;
    position: fixed;
    top: 19px;
    right: 114px;
    z-index: 10;
  }
  header .headItemSP a {
    background: #ff94b5;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 7px 0;
    font-weight: bold;
  }
  header .headContact a img {
    padding-bottom: 2px;
  }
  header .headItemSP a img {
    vertical-align: -webkit-baseline-middle;
  }
  nav.globalMenuSp ul li {
    position: relative;
  }

  nav.globalMenuSp ul li a {
    font-size: 16px;
    padding: 6px 0;
    padding: 7px 20px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
  }
  nav.globalMenuSp ul li .sp {
    /* border-bottom: 1px solid #293c4a; */
  }
  nav.globalMenuSp ul li .sub li {
    border-bottom: none;
  }
  nav.globalMenuSp ul li.border {
    border-bottom: 1px solid #293c4a;
  }
  nav.globalMenuSp ul li .sub li.border {
    border-bottom: 1px solid #293c4a;
  }
  nav.globalMenuSp ul li .sub li a {
    font-size: 14px;
    padding: 6px 0;
    padding: 6px 20px;
    line-height: 26px;
    text-align: left;
    padding-left: 30px;
  }

  nav.globalMenuSp ul li span {
    display: inline-block;
    padding-left: 20px;
    display: none;
  }
  header nav > ul:first-child {
    width: 100%;
  }
  header nav > ul:nth-child(2) {
    width: 100%;
  }
  header nav > ul:nth-child(3),header nav > ul:last-child {
    width: 100%;
  }
  nav.globalMenuSp ul li .sub li a:before {
    top: 18px;
  }
  header.head1 {
    height: 60px;
  }
  header h1 {
    padding-top: 10px;
  }
  nav.globalMenuSp ul li.drawer-dropdown .is-active {
    display: block;
    border-bottom: none;
  }
  nav.globalMenuSp ul.sub {
    /* display: none; */
  }
  nav.globalMenuSp ul.sub.is-active {
    display: block;
  }
  nav.globalMenuSp li.drawer-dropdown div.sp {
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #293c4a;
  }
  nav.globalMenuSp li.drawer-dropdown div.sp a {
    padding: 0;
  }
  /* nav.globalMenuSp li.drawer-dropdown.is-active .sub {
    display: block;
  } */
  nav.globalMenuSp li.drawer-dropdown::before,
  nav.globalMenuSp li.drawer-dropdown::after {
    position: absolute;
    right: 21px;
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    content: "";
    display: block;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    background-color: #333;
    top: 24px;
    width: 15px;
    height: 1px;
  }
  nav.globalMenuSp li.drawer-dropdown::before {
    -webkit-transform: translateY(-50%) translateX(0) rotate(90deg);
    transform: translateY(-50%) translateX(0) rotate(90deg);
  }
  nav.globalMenuSp li.drawer-dropdown.is-active::before {
    -webkit-transform: translateY(-50%) translateX(0) rotate(0deg);
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }
}
/* =============================================================================
    Footer
   ========================================================================== */
/* #page-top {background-color: #0068b7;text-align: center;}
    #page-top a {display: block;padding: 10px 0;}
    #page-top a:hover {background-color: #0c566b;transition:all .5s ease;} */
#page-top {
  display: block;
}
#page-top a {
  overflow: hidden;
  position: relative;
  position: fixed;
  bottom: 40px;
  right: 35px;
  z-index: 9999;
}
#page-top a img {
  width: 60px;
}


/* line */
#line {
  background: url(../images/global/bg-line.jpg) no-repeat center/cover;
}
#line h2 {
  color: #fff;
  font-size: 30px;
  position: relative;
}
#line h2:before {
  position: absolute;
  content: "";
  background: url(../images/global/ttl-line01.png) no-repeat center/contain;
  width: 16px;
  height: 27px;
  left: -30px;
  top: 0;
}
#line h2:after {
  position: absolute;
  content: "";
  background: url(../images/global/ttl-line02.png) no-repeat center/contain;
  width: 18px;
  height: 27px;
  right: -25px;
  top: 0;
}
#line .btn-wrap {
  padding-left: 20vw;
  text-align: center;
}
#line .line-btn a {
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  width: 844px;
  height: 161px;
  line-height: 161px;
  text-align: center;
  font-size: 30px;
  color: #06c755;
  font-weight: bold;
}
#line .line-btn a span {
  position: relative;
}
#line .line-btn a:hover span {
  color: #fff;
}
#line .line-btn a span:before {
  position: absolute;
  content: "";
  background: url(../images/global/icon-line.png) no-repeat center/contain;
  width: 84px;
  height: 84px;
  left: -130px;
  top: -20px;
}
#line .line-btn a span:after {
  position: absolute;
  content: "";
  background: url(../images/global/line-arrow.png) no-repeat center/contain;
  width: 80px;
  height: 80px;
  right: -120px;
  top: -20px;
}

.c-btn.circle {
  background: #fff;
  color: #06c755;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  z-index: 2;
}
.c-btn.circle::after {
  background: #06c755;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}

.c-btn.circle:hover {
  color: #fff;
}
.c-btn.circle:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}
@media screen and (min-width: 768px) {
  footer .sp_foot {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #line {
    background-position: 31%;
  }
  #line .btn-wrap {
    padding-left: 0;
  }
  #line h2 {
    font-size: 20px;
    -moz-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.26);
    -webkit-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.26);
    -ms-text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.26);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.26);
  }
  #line .line-btn a {
    width: 100%;
    height: 60px;
    line-height: 55px;
  }
  #line .line-btn a span {
    font-size: 16px;
    padding-left: 35px;
  }
  #line .line-btn a span:before {
    position: absolute;
    content: "";
    background: url(../images/global/icon-line.png) no-repeat center / contain;
    width: 40px;
    height: 40px;
    left: -18px;
    top: -10px;
  }
  #line .line-btn a span:after {
    content: none;
  }
}
#map {
  height: 400px;
  padding: 0;
}
#map iframe {
  height: 100%;
}

@media screen and (max-width: 767px) {
  #map {
    height: 240px;
  }
}

footer {
 background: url(../images/global/bg-foot.jpg) no-repeat;
  position: relative;
  padding: 100px;
	color: #fff;
	background-color: #003d63;
}

footer .wrap {
  padding-bottom: 40px;
  max-width: 1280px;
  width: 100%;
}
footer h1 {
  padding-bottom: 20px;
}
footer dl dd {
  font-weight: 500;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
footer .sns {
  padding-top: 60px;
}
footer .sns.flex {
  justify-content: flex-start;
}
/*footer .sns .insta {
  padding-right: 30px;
}*/
footer .sns .insta a,
footer .sns .line a{
  color: #fff;
	display: flex;
	align-items: center;
}
footer .sns .insta p,
footer .sns .line p{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	padding-left: 10px;
}
footer nav.flex {
  justify-content: left;
}

footer .foot-nav {
  padding-bottom: 80px;
}
footer .foot-nav .box:last-child li {
  padding-right: 0;
}
footer nav .main li a {
  font-size: 18px;
}
footer nav li {
  padding-right: 37px;
}
footer nav li a {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.2em;
}
footer nav .sub li a {
  font-size: 15px;
  padding-bottom: 0;
  padding-left: 16px;
  position: relative;
}
footer nav .sub li a:before {
  position: absolute;
  content: "";
  background: #eb6201;
  width: 5px;
  height: 5px;
  left: 0;
  top: 13px;
  border-radius: 50%;
}
footer nav li a.link_none {
  pointer-events: none;
}

footer .copy-wrap.flex {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #fff;
  justify-content: right;
  align-items: baseline;
  padding: 20px 0;
  padding-right: 200px;
}
footer .policy {
  padding-right: 30px;
  margin-right: 30px;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}
footer .policy a {
  color: #b0aeae;
}
footer .copy {
  text-align: right;
  padding-top: 10px;
  font-size: 15px;
}
footer .copy small {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  display: block;
  text-align: right;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
  footer .flex {
    z-index: 99;
  }

@media screen and (min-width: 768px) {
  footer .foot-nav {
    width: 55%;
  }
  footer .flex {
    justify-content: space-between;
  }
	footer .foot-cont {
    justify-content: flex-start;
  }
	footer .touryuumonn{
	padding-left: 6em;
}
}
@media screen and (max-width: 1366px) {
  footer h1 {
    width: 80%;
  }
  footer nav.flex {
    justify-content: right;
  }
  footer nav li {
    padding-right: 22px;
  }
  footer nav li.central-btn a {
    display: inline-block;
    color: #fff;
    background: #6fae52;
    border: 1px solid #6fae52;
    width: 200px;
    height: 80px;
    padding: 17px 0;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
  }
  footer nav .main li a {
    font-size: 16px;
  }
  footer nav .sub li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  footer .flex {
  }
  footer .btn-foot {
    padding-left: 200px;
  }
}
@media screen and (max-width: 1030px) {
  footer nav {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  footer .sp_foot {
    width: 60%;
    position: fixed;
    bottom: 10px;
    z-index: 9999;
    margin: 0 auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  footer .sp_foot a {
    display: block;
    border: 2px solid #fff;
    background: #06c755;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
  }
  footer {
    padding: 30px 0 15px;
  }
  footer h1 {
    margin: 0 auto;
  }
  footer .wrap {
    padding-bottom: 40px;
  }
  footer .add {
    margin: 0 auto;
    text-align: center;
  }
footer .sns {
    padding-top: 20px;
        padding-bottom: 20px;
}
  footer .sns.flex {
    display: flex;
    justify-content: center;
  }
  footer .foot-nav {
    padding-bottom: 30px;
  }
  #page-top a {
    right: 20px;
    bottom: 20px;
  }
  #page-top a img {
    width: 50px;
  }
  #recruit-btn a {
    margin-left: 0;
    overflow: hidden;
    position: relative;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
  }
  footer::before {
    top: -60px;
    height: 100px;
  }
  footer h1 {
    text-align: center;
    padding: 20px 0;
  }
  footer .cont {
    padding: 10px 0;
  }
  footer nav {
    display: none;
  }
  footer .add dt span {
    font-size: 12px;
  }
  footer .add p {
    text-align: center;
    font-size: 14px;
    padding-bottom: 0;
  }
  footer .copy {
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
  }
  footer .copy small {
    text-align: center;
  }
  footer .btn-foot {
    margin-top: 20px;
    text-align: right;
    padding-left: 0;
  }
  footer .copy-wrap.flex {
    padding-right: 0;
  }
  footer .policy {
    text-align: center;
    padding-right: 0;
    margin-right: 0;
  }
  footer .policy a {
    font-size: 13px;
  }
  footer .policy:after {
    content: none;
  }
	footer .touryuumonn{
	padding: 10px 30px;
}
}

/* =============================================================================
	共通
   ========================================================================== */

section {
  padding: 80px 0;
}
.m-plus-r {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: rotate(0.05deg);
}

.m-plus-m {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  transform: rotate(0.05deg);
}

.m-plus-b {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  transform: rotate(0.05deg);
}

section h2 {
  display: inline-block;
  text-align: center;
  font-size: 35px;
  line-height: 1em;
  margin-bottom: 40px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  position: relative;
}

#under .keyimages .key-icon {
  padding-bottom: 20px;
}

#under .keyimages h2 {
  position: relative;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  display: inline-block;
  font-weight: bold;
}
.post-list h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
  color: #565150;
}
@media screen and (max-width: 767px) {
  .post-list h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    color: #565150;
  }
  #under .keyimages h2 {
   font-size: 30px;
  }
  #under .keyimages .key-ttl-wrap {
    text-align: center;
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
  }
  .flex-position-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-position-b {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
  section h2 {
    font-size: 30px;
    line-height: 1.2em;
  }

  section h2 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
}

