@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Color+Emoji&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
/* カラー---------------- */
.color1 {
  color: #fff; }

.color2 {
  color: #1A1A1A; }

.color3 {
  color: #C89DA1; }

.color4 {
  color: #FF8A65; }

.color5 {
  color: #E8E8E6; }

.color6 {
  color: #FAFAF8; }

.color7 {
  color: #FDFCFB; }

.color8 {
  color: #C0C7CD; }

.color9 {
  color: #A0A0A0; }

.color10 {
  color: #FFFEF7; }

.color11 {
  color: #4ECDC4; }

.color12 {
  color: #6B6B6B; }

/* 基本スタイル---------------- */
* {
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  scroll-padding-top: 100px; }
  @media screen and (max-width: 1024px) {
    html {
      scroll-padding-top: 47px; } }

body {
  margin: 0;
  color: #1A1A1A;
  text-align: justify;
  font-family: YakuHanJP_Narrow, "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-family: YakuHanJP_Narrow, "Noto Serif", serif;
  font-size: 100%;
  font-weight: 400; }

ol, ul {
  list-style: none; }

ol li, ul li {
  line-height: 2; }

img {
  border: 0;
  vertical-align: bottom;
  filter: brightness(105%); }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast; } }
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

a {
  color: #1A1A1A;
  outline: none;
  text-decoration: none; }
  a:link {
    text-decoration: none; }
  a:visited {
    text-decoration: none; }

p {
  word-wrap: break-word;
  line-height: 1.6; }

label {
  display: inline-block;
  cursor: pointer; }

button, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="button"], select, textarea {
  font-family: inherit;
  -webkit-appearance: none; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="button"], textarea {
  color: #1A1A1A;
  background: #FF8A65;
  border: none; }

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="button"]:focus, textarea:focus {
  color: #1A1A1A;
  background: #fff;
  border: none; }

input[type="submit"], input[type="button"] {
  font-size: 100%;
  cursor: pointer; }

input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer; }

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #1A1A1A;
  vertical-align: middle; }

select {
  min-width: 7em;
  color: #1A1A1A;
  background: #FF8A65;
  border: none; }

input::placeholder, textarea::placeholder {
  color: #ccc; }

.en {
  font-family: YakuHanJP_Narrow, "Inter", sans-serif; }

.got {
  font-family: YakuHanJP_Narrow, "Noto Sans", sans-serif; }

.min {
  font-family: YakuHanJP_Narrow, "Noto Serif", serif; }

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em; }

/* 基本レイアウト---------------- */
body {
  font-size: 14px; }
  @media screen and (max-width: 1024px) {
    body {
      font-size: 12px; } }

.pc {
  display: block; }
  @media screen and (max-width: 1024px) {
    .pc {
      display: none; } }

.tab {
  display: none; }
  @media screen and (max-width: 1024px) {
    .tab {
      display: block; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

.pc_only {
  display: block; }
  @media screen and (max-width: 1024px) {
    .pc_only {
      display: none; } }

#wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden; }

#container {
  width: 100%;
  padding-top: 147px; }
  @media screen and (max-width: 1024px) {
    #container {
      padding-top: 97px; } }

.inner {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left; }
  @media screen and (max-width: 1024px) {
    .inner {
      width: 92%; } }

/* CTA ------------------- */
#cta1 {
  position: fixed;
  bottom: 35px;
  right: 30px;
  z-index: 200; }
  @media screen and (max-width: 1024px) {
    #cta1 {
      bottom: 10px;
      right: 10px; } }
  #cta1 a {
    filter: drop-shadow(0 4 12 rgba(255, 138, 101, 0.9));
    transition: all .4s; }
    #cta1 a .cta1_btn {
      transition: all .4s; }
    #cta1 a .cta1_fkd {
      opacity: 0;
      position: absolute;
      top: 14px;
      left: -100px;
      transition: all .4s; }
    #cta1 a:hover .cta1_btn {
      opacity: .7;
      transform: scale(1.1); }
    #cta1 a:hover .cta1_fkd {
      opacity: 1; }
    #cta1 a img {
      max-width: 100%;
      height: auto; }

/* ヘッダー---------------- */
#head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all .3s; }

.header {
  background: #fff;
  border-bottom: 1px solid #E8E8E6; }
  .header.scroll {
    background: rgba(255, 255, 255, 0.9); }

#head_bn {
  height: 58px;
  color: #fff;
  background: #1A1A1A; }
  @media screen and (max-width: 1024px) {
    #head_bn {
      height: 37px; } }

.head_bn_txt {
  padding: 17px 100px 0 30px;
  font-size: 14px; }
  .head_bn_txt a {
    color: #fff; }
  @media screen and (max-width: 1024px) {
    .head_bn_txt {
      padding: 8px 100px 0 0;
      font-size: 10px; } }

.head_bn_icon1 {
  margin-right: 10px;
  vertical-align: 3px; }
  .head_bn_icon1 img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 1024px) {
    .head_bn_icon1 {
      width: 10px;
      vertical-align: 0; } }

.head_bn_icon2 {
  margin-right: 10px; }

.head_bn_t1 {
  margin-right: 10px;
  color: #C89DA1; }

.head_bn_btn {
  position: absolute;
  top: 12px;
  right: 10px; }
  @media screen and (max-width: 1024px) {
    .head_bn_btn {
      top: 8px;
      right: 0; } }

.btn_link1 {
  display: inline-block; }

.btn_close1 {
  display: inline-block; }

.btn_link1 a {
  display: inline-block;
  width: 100px;
  height: 30px;
  padding-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #C89DA1;
  border: 1px solid #C89DA1;
  border-radius: 4px; }

@media screen and (max-width: 1024px) {
  .head_bn_btn .btn_link1 {
    display: none; } }

.head_in {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 89px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .head_in {
      height: 60px; } }

#head_logo {
  width: 130px;
  padding: 30px 0 0 30px;
  text-align: left; }
  @media screen and (max-width: 1024px) {
    #head_logo {
      width: 130px;
      padding: 15px 0 0 15px; } }
  #head_logo img {
    max-width: 100%;
    height: auto; }

#head_navi {
  width: calc(100% - 130px);
  padding: 28px 30px 0 0;
  text-align: right; }

.nav_menu {
  display: inline-block;
  width: 100%;
  white-space: nowrap; }

.head_navi_menu {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle; }
  @media screen and (max-width: 1024px) {
    .head_navi_menu {
      display: none; } }
  .head_navi_menu > li {
    display: inline-block;
    margin-right: 35px;
    line-height: 1.4;
    font-size: 12px;
    vertical-align: top; }
    .head_navi_menu > li > a {
      position: relative;
      display: inline-block;
      text-decoration: none; }

.gnavi__list {
  position: relative; }
  .gnavi__list a {
    transition: all .3s; }
    .gnavi__list a:hover {
      opacity: .6; }

.head_navi_btn {
  display: inline-block; }
  .head_navi_btn li {
    display: inline-block; }
  @media screen and (max-width: 1024px) {
    .head_navi_btn {
      display: none; } }

.gnavi__btn {
  width: 95px;
  height: 32px; }
  @media screen and (max-width: 1024px) {
    .gnavi__btn {
      width: 50%;
      margin-left: 0; } }
  .gnavi__btn a {
    display: block;
    padding: 3px 15px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #FF8A65;
    border-radius: 4px;
    transition: all .3s; }
    .gnavi__btn a:hover {
      opacity: .6; }
  @media screen and (max-width: 1024px) {
    .gnavi__btn a {
      height: 40px;
      padding: 9px 4px 0;
      font-size: 10px;
      font-weight: bold;
      border-radius: 0; }
    .gnavi__btn:nth-child(2) a {
      background: #FDFCFB; } }

/*オーバーレイメニュー*/
.overRayBox {
  position: fixed;
  top: 98px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  transform: translateX(100%);
  transition: all .6s;
  opacity: 0;
  z-index: 1001; }
  .overRayBox > ul {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
  .overRayBox dt {
    display: none; }

.open .overRayBox {
  visibility: visible;
  opacity: 1;
  transform: translateX(70%); }

.open .overRayBox dt {
  display: none; }

@media only screen and (max-width: 767px) {
  .open .overRayBox {
    transform: translateX(0%); } }
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .open .overRayBox {
    transform: translateX(55%); } }
html.open {
  overflow-y: hidden; }

.overRayBlock {
  display: flex;
  width: 100%;
  overflow-y: scroll; }

.overRayImgCard {
  width: 50%; }

@media only screen and (max-width: 767px) {
  .overRayImgCard {
    width: 30%; } }
.overRayTextCard {
  width: 30%;
  padding: 60px 20px; }

@media only screen and (max-width: 767px) {
  .overRayTextCard {
    width: 100%;
    padding: 0 25px; } }
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .overRayTextCard {
    width: 55%;
    padding: 70px 60px 70px 10px; } }
.overRayMenuUl {
  margin-top: 20px;
  padding-bottom: 10px;
  text-align: left; }
  .overRayMenuUl a {
    text-decoration: none;
    color: #1A1A1A; }
  .overRayMenuUl dd, .overRayMenuUl dt {
    font-weight: 600;
    line-height: 1.4; }
    @media screen and (max-width: 1024px) {
      .overRayMenuUl dd, .overRayMenuUl dt {
        font-size: 14px; } }
  .overRayMenuUl > li {
    position: relative;
    padding: 1rem 0; }
    @media screen and (max-width: 1024px) {
      .overRayMenuUl > li {
        padding: 0.5rem 0 1em; } }
    .overRayMenuUl > li a {
      display: block;
      transition: 0.3s; }
      .overRayMenuUl > li a:hover {
        opacity: 0.5; }
        @media screen and (max-width: 1024px) {
          .overRayMenuUl > li a:hover {
            opacity: 1; } }

.overRayMenuUl > li a.hasMegaMenuA::before {
  content: "\f35e"; }

.overRayMenuUl > li a.hasMegaMenuA.on {
  padding-bottom: 5%; }

.overRayMenuUl > li a.hasMegaMenuA.on::after {
  content: "\f364";
  margin-top: -5px; }

.overRayMenuUl > li a.hasMegaMenuA.on::before {
  opacity: 0; }

.splist {
  display: none;
  width: 110%;
  margin-left: -1.5em;
  padding: 0 15%; }
  .splist > li {
    position: relative; }

/*ハンバーガーメニュー*/
.menu-btn {
  display: none; }
  @media screen and (max-width: 1024px) {
    .menu-btn {
      display: block;
      position: absolute;
      cursor: pointer;
      z-index: 1005;
      right: 0;
      top: 0;
      width: 60px;
      height: 60px;
      background: transparent;
      border: none; } }

.menu-btn span:after {
  content: attr(data-txt-menu); }

.open .menu-btn span:after {
  content: attr(data-txt-close); }

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box; }

.menu-trigger {
  position: relative;
  width: 19px;
  height: 14px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1A1A1A;
  border-radius: 1px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 6px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.menu-trigger.active span {
  background: #1A1A1A; }

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards; }

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg); }

.menu-trigger.active span:nth-of-type(4) {
  background: none !important; }

.menu-trigger.active span:nth-of-type(3)::after {
  content: ""; }

@keyframes active-menu-bar02 {
  100% {
    height: 0; } }
.btn_sp1 a {
  display: block;
  width: 100%;
  height: 36px;
  padding-top: 8px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #FF8A65;
  border-radius: 7px; }

/* フッター----------------- */
#footer {
  position: relative;
  background: #C0C7CD; }
  #footer .inner {
    z-index: 10; }

.footer_in {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 50px 0 40px;
  text-align: left;
  background: url("../img/footer_bg2.png");
  background-size: 100%;
  border-bottom: 1px solid #fff; }
  @media screen and (max-width: 1024px) {
    .footer_in {
      padding: 40px 0 0; } }

.foot1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media screen and (max-width: 1024px) {
    .foot1 {
      display: block; } }

.foot_col1 {
  width: 34%; }
  .foot_col1 p {
    margin-bottom: 30px;
    color: #6B6B6B; }
    @media screen and (max-width: 1024px) {
      .foot_col1 p {
        margin-bottom: 15px; } }
  @media screen and (max-width: 1024px) {
    .foot_col1 {
      width: 100%;
      margin-bottom: 40px;
      margin-right: 0; } }

.foot_col2 {
  width: 66%; }
  @media screen and (max-width: 1024px) {
    .foot_col2 {
      display: block;
      width: 100%; } }

.foot_navi_col {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.foot_navi_col1 {
  width: 26%; }
  @media screen and (max-width: 1024px) {
    .foot_navi_col1 {
      width: 50%; } }

.foot_navi_col2 {
  width: 26%; }
  @media screen and (max-width: 1024px) {
    .foot_navi_col2 {
      width: 50%; } }

.foot_navi_col3 {
  width: 26%; }
  @media screen and (max-width: 1024px) {
    .foot_navi_col3 {
      width: 50%; } }

.foot_navi_col4 {
  width: 22%; }
  @media screen and (max-width: 1024px) {
    .foot_navi_col4 {
      width: 50%; } }

.foot_logo {
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .foot_logo {
      margin-bottom: 20px; } }
  .foot_logo img {
    max-width: 100%;
    height: auto; }

.footer_sns li {
  display: inline;
  margin-right: 7px; }
  .footer_sns li a {
    transition: all .3s; }
    .footer_sns li a:hover {
      opacity: .5; }

.foot_tit {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 600; }
  @media screen and (max-width: 1024px) {
    .foot_tit {
      margin-bottom: 10px; } }

@media screen and (max-width: 1024px) {
  .foot_nav1 {
    margin-bottom: 20px; } }
.foot_nav1 > li {
  width: 100%;
  margin-bottom: 7px;
  font-size: 14px; }
  @media screen and (max-width: 1024px) {
    .foot_nav1 > li {
      display: inline-block;
      margin: 0 20px 5px 0;
      font-size: 12px; } }
  .foot_nav1 > li a {
    line-height: 1.6;
    color: #6B6B6B;
    transition: all .3s; }
    .foot_nav1 > li a:hover {
      opacity: .6; }

.foot_adress {
  font-size: 16px; }

.copyright {
  padding: 30px 20px 50px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .copyright {
      padding: 20px; } }
  .copyright small {
    font-size: 12px;
    color: #A0A0A0; }
    @media screen and (max-width: 1024px) {
      .copyright small {
        font-size: 10px; } }

/* 共通スタイル---------------- */
.main_content {
  padding: 65px 2.2% 0;
  background: #FDFCFB; }
  @media screen and (max-width: 1024px) {
    .main_content {
      padding: 30px 10px 0; } }

.main_content_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  text-align: left; }
  @media screen and (max-width: 1024px) {
    .main_content_inner {
      display: block; } }

.main_col {
  width: 69%;
  background: #FAFAF8;
  border: 1px solid #E8E8E6; }
  @media screen and (max-width: 1024px) {
    .main_col {
      width: 100%;
      margin-bottom: 30px; } }

.side_col {
  width: 31%;
  padding: 15px 0 10px 4.8%; }
  @media screen and (max-width: 1024px) {
    .side_col {
      width: 100%;
      max-width: 480px;
      margin: 0 auto;
      padding: 10px; } }

.main_col1 {
  position: relative;
  padding: 55px 30px 55px 35px;
  background: #fff;
  border-bottom: 1px solid #E8E8E6; }
  @media screen and (max-width: 1024px) {
    .main_col1 {
      padding: 25px 20px 20px; } }

.main_col2 {
  position: relative;
  padding: 55px 30px 55px 35px;
  background: #FAFAF8;
  border-bottom: 1px solid #E8E8E6; }
  @media screen and (max-width: 1024px) {
    .main_col2 {
      padding: 25px 20px 20px; } }

.main_col3 {
  position: relative;
  padding: 55px 30px 55px 35px;
  background: #FFFEF7;
  border-bottom: 1px solid #E8E8E6; }
  @media screen and (max-width: 1024px) {
    .main_col3 {
      padding: 25px 20px 20px; } }

.main_col4 {
  position: relative;
  padding: 60px 30px 60px 35px;
  background: #FAFAF8;
  border-bottom: 1px solid #E8E8E6; }
  @media screen and (max-width: 1024px) {
    .main_col4 {
      padding: 25px 20px 20px; } }

/* サイドカラム---------------- */
.side_ad1 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1; }
  .side_ad1 img {
    max-width: 100%;
    height: auto; }
  .side_ad1 a {
    cursor: pointer;
    transition: all .3s; }
    .side_ad1 a:hover {
      opacity: .7; }

.h2_side1 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 16px;
  border-bottom: 1px solid #E8E8E6; }

.side_ul1 {
  margin-bottom: 45px; }
  .side_ul1 li {
    margin-bottom: 20px; }
    .side_ul1 li a {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      transition: all .3s; }
      .side_ul1 li a:hover {
        opacity: .7; }

.side_ul1_no {
  width: 45px;
  font-size: 18px; }

.side_ul1_img {
  position: relative;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1; }
  .side_ul1_img img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.side_ul1_tit {
  width: calc(100% - 124px);
  line-height: 1.4; }

.side_ul2 {
  margin-bottom: 45px; }
  .side_ul2 li {
    margin-bottom: 20px; }
    .side_ul2 li a {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      padding-bottom: 7px;
      border-bottom: 1px solid #E8E8E6;
      transition: all .3s; }
      .side_ul2 li a:hover {
        opacity: .7; }

.side_ul2_tit {
  width: 90%; }

.side_ul2_count {
  width: 10%;
  text-align: right;
  font-size: 12px;
  color: #A0A0A0; }

.side_ul3 {
  margin-bottom: 45px; }
  .side_ul3 li {
    margin-bottom: 27px; }
    .side_ul3 li a {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      transition: all .3s; }
      .side_ul3 li a:hover {
        opacity: .7; }

.side_ul3_icon {
  margin-right: 10px;
  font-family: "Noto Color Emoji", sans-serif; }

.side_box1 {
  margin-bottom: 40px;
  padding: 23px;
  background: #FAFAF8;
  border: 1px solid #E8E8E6;
  border-radius: 10px; }
  .side_box1 p {
    margin-bottom: 15px;
    font-size: 12px;
    color: #6B6B6B; }

.side_box1_tit {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600; }

.side_btn1 a {
  display: block;
  width: 100%;
  height: 36px;
  padding-top: 8px;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #FF8A65;
  border-radius: 4px;
  transition: all .3s; }
  .side_btn1 a:hover {
    opacity: .7; }

/* 汎用スタイル---------------- */
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clear {
  clear: both; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.img100 img {
  width: 100%;
  height: auto; }

.img_res img {
  max-width: 100%;
  height: auto; }

.bold {
  font-weight: 600; }

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.flex_st {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-self: center; }

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500; }

.min {
  font-family: "Noto Serif JP", serif;
  font-weight: 500; }

.sippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 500; }

.mb10 {
  margin-bottom: 10px; }
  @media screen and (max-width: 1024px) {
    .mb10 {
      margin-bottom: 5px; } }

.mb20 {
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    .mb20 {
      margin-bottom: 10px; } }

.mb30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .mb30 {
      margin-bottom: 20px; } }

.mb40 {
  margin-bottom: 40px; }
  @media screen and (max-width: 1024px) {
    .mb40 {
      margin-bottom: 30px; } }

.mb50 {
  margin-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .mb50 {
      margin-bottom: 35px; } }

.mb60 {
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .mb60 {
      margin-bottom: 40px; } }

.mb70 {
  margin-bottom: 70px; }
  @media screen and (max-width: 1024px) {
    .mb70 {
      margin-bottom: 45px; } }

.mb80 {
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .mb80 {
      margin-bottom: 50px; } }

/* トップ---------------- */
#top_mv {
  width: 100%;
  padding: 33px 0 70px; }
  @media screen and (max-width: 1024px) {
    #top_mv {
      padding: 20px 0 40px; } }

#slider1 {
  position: relative;
  width: 100%; }
  #slider1 li {
    position: relative; }
    @media screen and (max-width: 1024px) {
      #slider1 li {
        min-height: 218px; } }
    #slider1 li a {
      display: block;
      transition: all .4s;
      z-index: 1; }
      #slider1 li a img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: all .4s; }
      #slider1 li a:hover {
        opacity: .7; }
        #slider1 li a:hover img {
          transform: scale(1.05); }
  #slider1 button.slick-prev {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 15px;
    background: url("../img/slider_prev.png") no-repeat;
    background-size: 100%;
    transition: all .3s; }
    @media screen and (max-width: 1024px) {
      #slider1 button.slick-prev {
        top: 48%;
        left: 5px; } }
    #slider1 button.slick-prev:before {
      content: ""; }
    #slider1 button.slick-prev:hover {
      opacity: .6; }
  #slider1 button.slick-next {
    width: 40px;
    height: 40px;
    top: 50%;
    right: 15px;
    background: url("../img/slider_next.png") no-repeat;
    background-size: 100%;
    transition: all .3s; }
    @media screen and (max-width: 1024px) {
      #slider1 button.slick-next {
        top: 48%;
        right: 5px; } }
    #slider1 button.slick-next:before {
      content: ""; }
    #slider1 button.slick-next:hover {
      opacity: .6; }
  #slider1 button.slick-prev, #slider1 button.slick-next {
    z-index: 100; }
  #slider1 .slick-arrow {
    z-index: 10; }

.slider1_img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1; }
  .slider1_img img {
    width: 100%;
    height: 583px;
    object-fit: cover; }

.slider1_txt {
  position: absolute;
  bottom: 45px;
  left: 50px;
  width: 53%;
  text-align: left;
  color: #fff;
  z-index: 2; }
  @media screen and (max-width: 1024px) {
    .slider1_txt {
      bottom: 30px;
      left: 20px; } }

.slider1_t1 {
  margin-bottom: 20px;
  font-size: 36px; }
  @media screen and (max-width: 1024px) {
    .slider1_t1 {
      margin-bottom: 0;
      font-size: 22px; } }

.slider1_t2 {
  font-size: 16px; }
  @media screen and (max-width: 1024px) {
    .slider1_t2 {
      display: none; } }

#top_diagnosis1 {
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    #top_diagnosis1 {
      padding-bottom: 40px; } }

.diagnosis_link {
  padding: 25px;
  text-align: center;
  background: #FAFAF8;
  border: 1px solid #E8E8E6;
  border-radius: 10px; }

.h2_1 {
  margin-bottom: 15px;
  font-size: 24px; }
  @media screen and (max-width: 1024px) {
    .h2_1 {
      font-size: 18px; } }

.p1 {
  margin-bottom: 20px; }

.btn1 a {
  display: block;
  width: 202px;
  height: 36px;
  padding-top: 7px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #FF8A65;
  border-radius: 7px;
  transition: all .3s; }
  .btn1 a:hover {
    opacity: .7; }

#top_city {
  padding-bottom: 40px; }

.ul1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  @media screen and (max-width: 1024px) {
    .ul1 {
      display: block; } }
  .ul1 > li {
    width: 32%;
    margin-right: 2%; }
    .ul1 > li:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .ul1 > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .ul1 > li a {
      display: block;
      height: 100%;
      background: #fff;
      border: 1px solid #E8E8E6;
      border-radius: 10px;
      transition: all .4s; }
      .ul1 > li a img {
        transition: all .4s; }
      .ul1 > li a:hover {
        opacity: .7;
        filter: drop-shadow(0 2px 8px #eee); }
        .ul1 > li a:hover .ul1_img img {
          transform: scale(1.1); }

.ul1_img {
  position: relative;
  height: 250px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .ul1_img {
      height: auto; } }
  .ul1_img img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.ul1_txt {
  padding: 25px; }
  @media screen and (max-width: 1024px) {
    .ul1_txt {
      padding: 20px; } }
  .ul1_txt h3 {
    margin-bottom: 12px;
    font-size: 18px; }
  .ul1_txt p {
    margin-bottom: 15px;
    font-size: 13px; }

.ul1_tag {
  margin-bottom: 15px; }
  .ul1_tag li {
    display: inline-block;
    margin-right: 3px;
    padding: 2px 7px;
    font-size: 12px;
    background: #E8E8E6;
    border-radius: 4px; }

.ul1_link {
  text-decoration: underline; }
  .ul1_link:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background: url("../img/Icon_link1.png") no-repeat;
    background-size: 100%;
    vertical-align: middle; }

.h2_2 {
  margin-bottom: 40px;
  font-size: 32px; }
  @media screen and (max-width: 1024px) {
    .h2_2 {
      margin-bottom: 20px;
      font-size: 24px; } }

.link1 a {
  position: relative;
  display: block;
  padding-right: 20px;
  text-decoration: underline;
  font-size: 14px;
  transition: all .3s; }
  .link1 a:after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url("../img/Icon_link2.png") no-repeat;
    background-size: 100%;
    vertical-align: middle; }
  .link1 a:hover {
    opacity: .7; }

.link_right1 {
  position: absolute;
  top: 65px;
  right: 30px; }
  @media screen and (max-width: 1024px) {
    .link_right1 {
      top: 30px;
      right: 0; } }

.ul2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    .ul2 {
      display: block; } }
  .ul2 > li {
    width: 31.4%;
    margin-right: 2.9%; }
    .ul2 > li:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .ul2 > li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px; }
        .ul2 > li:nth-child(2n) {
          margin-right: 0; }
        .ul2 > li:nth-child(3n) {
          margin-right: 2%; } }
    @media screen and (max-width: 768px) {
      .ul2 > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .ul2 > li a {
      display: block;
      height: 100%;
      background: #fff;
      border: 1px solid #E8E8E6;
      border-radius: 10px;
      transition: all .4s; }
      .ul2 > li a img {
        transition: all .4s; }
      .ul2 > li a:hover {
        opacity: .7;
        filter: drop-shadow(0 2px 8px #eee); }
        .ul2 > li a:hover .ul2_img img {
          transform: scale(1.1); }

.ul2_img {
  position: relative;
  height: 167px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .ul2_img {
      height: auto; } }
  .ul2_img img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.ul2_txt {
  padding: 25px 20px; }
  @media screen and (max-width: 768px) {
    .ul2_txt {
      padding: 20px 20px; } }
  .ul2_txt h3 {
    margin-bottom: 15px;
    font-size: 16px; }

.cate1_1 {
  display: inline-block;
  margin: 0 10px 15px 0;
  padding: 2px 7px;
  font-size: 12px;
  color: #FF8A65;
  border: 1px solid #FF8A65;
  border-radius: 4px; }

.cate1_2 {
  display: inline-block;
  margin: 0 10px 15px 0;
  padding: 2px 7px;
  font-size: 12px;
  color: #4ECDC4;
  border: 1px solid #4ECDC4;
  border-radius: 4px; }

.date1, .city1 {
  font-size: 12px;
  color: #A0A0A0; }

.h2_3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 32px; }
  @media screen and (max-width: 1024px) {
    .h2_3 {
      font-size: 24px; } }

.p2 {
  margin-bottom: 50px;
  text-align: center;
  font-size: 15px; }
  @media screen and (max-width: 1024px) {
    .p2 {
      margin-bottom: 30px; } }

.ul3 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    .ul3 {
      display: block; } }
  .ul3 > li {
    width: 22.75%;
    margin-right: 3%; }
    .ul3 > li:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .ul3 > li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px; }
        .ul3 > li:nth-child(2n) {
          margin-right: 0; }
        .ul3 > li:nth-child(3n) {
          margin-right: 2%; } }
    @media screen and (max-width: 768px) {
      .ul3 > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .ul3 > li a {
      display: block;
      height: 100%;
      padding: 30px;
      background: #fff;
      border: 1px solid #E8E8E6;
      border-radius: 10px;
      transition: all .4s; }
      .ul3 > li a:hover {
        opacity: .7;
        filter: drop-shadow(0 2px 8px #eee); }
      @media screen and (max-width: 1024px) {
        .ul3 > li a {
          padding: 20px; } }

.ul3_icon {
  display: inline-block;
  width: 48px;
  margin-bottom: 20px;
  background: #FAFAF8;
  border-radius: 48px; }

.ul3_txt h3 {
  margin-bottom: 15px;
  font-size: 18px; }
.ul3_txt p {
  margin-bottom: 20px; }

.link2 {
  position: relative;
  display: block;
  padding-right: 20px;
  text-decoration: underline;
  font-size: 12px;
  transition: all .3s; }
  .link2:after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    margin-left: 5px;
    background: url("../img/Icon_link1.png") no-repeat;
    background-size: 100%;
    vertical-align: middle; }
  .link2:hover {
    opacity: .7; }

.ul4 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    .ul4 {
      display: block; } }
  .ul4 > li {
    width: 22.6%;
    margin-right: 3.2%;
    margin-bottom: 35px; }
    .ul4 > li:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .ul4 > li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px; }
        .ul4 > li:nth-child(2n) {
          margin-right: 0; }
        .ul4 > li:nth-child(3n) {
          margin-right: 2%; }
        .ul4 > li:nth-child(6n) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .ul4 > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .ul4 > li a {
      display: block;
      border-radius: 10px;
      transition: all .4s; }
      .ul4 > li a img {
        transition: all .4s; }
      .ul4 > li a:hover {
        opacity: .7; }
        .ul4 > li a:hover .ul4_img img {
          transform: scale(1.1); }

.ul4_img {
  position: relative;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .ul4_img {
      height: auto; } }
  .ul4_img img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.ul4_txt {
  padding-top: 15px; }
  .ul4_txt h3 {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .ul4_txt h3 {
        font-size: 16px; } }

.ul5 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }
  @media screen and (max-width: 768px) {
    .ul5 {
      display: block; } }
  .ul5 > li {
    width: 22.6%;
    margin-right: 3.2%; }
    .ul5 > li:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .ul5 > li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px; }
        .ul5 > li:nth-child(2n) {
          margin-right: 0; }
        .ul5 > li:nth-child(3n) {
          margin-right: 2%; }
        .ul5 > li:nth-child(6n) {
          margin-right: 0; } }
    @media screen and (max-width: 768px) {
      .ul5 > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .ul5 > li a {
      display: block;
      height: 100%;
      background: #fff;
      border: 1px solid #E8E8E6;
      border-radius: 10px;
      transition: all .4s; }
      .ul5 > li a img {
        transition: all .4s; }
      .ul5 > li a:hover {
        opacity: .7;
        filter: drop-shadow(0 2px 8px #eee); }
        .ul5 > li a:hover .ul5_img img {
          transform: scale(1.1); }

.ul5_img {
  position: relative;
  height: 121px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .ul5_img {
      height: auto; } }
  .ul5_img img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.ul5_txt {
  padding: 25px 20px; }
  @media screen and (max-width: 1024px) {
    .ul5_txt {
      padding: 20px; } }
  .ul5_txt h3 {
    margin-bottom: 15px;
    font-size: 16px; }

.ul5_col {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1.4; }

.ul5_col1 {
  width: 43%; }

.ul5_col2 {
  width: 14%;
  text-align: center; }

.ul5_col3 {
  width: 43%; }

.txt1 {
  font-size: 12px;
  color: #A0A0A0; }

.box1 a {
  display: block;
  background: #fff;
  border-radius: 10px;
  transition: all .4s; }
  .box1 a img {
    transition: all .4s; }
  .box1 a:hover {
    opacity: .7;
    filter: drop-shadow(0 2px 8px #eee); }
    .box1 a:hover .box1_img img {
      transform: scale(1.1); }

.box1_in {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media screen and (max-width: 1024px) {
    .box1_in {
      display: block; } }

.box1_img {
  position: relative;
  width: 60%;
  height: 343px;
  border-top-left-radius: 10px;
  overflow: hidden;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .box1_img {
      width: 100%;
      height: auto;
      border-top-right-radius: 10px; } }
  .box1_img img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.box1_txt {
  width: 40%;
  padding: 40px 40px 40px 35px; }
  @media screen and (max-width: 1024px) {
    .box1_txt {
      width: 100%;
      padding: 20px; } }
  .box1_txt h3 {
    margin-bottom: 15px;
    font-size: 28px; }
    @media screen and (max-width: 1024px) {
      .box1_txt h3 {
        font-size: 20px; } }
  .box1_txt p {
    margin-bottom: 20px;
    font-size: 15px;
    color: #6B6B6B; }

.date2 {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #A0A0A0; }

.tag1 {
  display: inline; }
  .tag1 li {
    display: inline-block;
    margin-right: 7px;
    padding: 2px 7px;
    font-size: 12px;
    background: #E8E8E6;
    border-radius: 4px; }

.box1_footer {
  margin-bottom: 20px; }

.link3 {
  position: relative;
  display: block;
  padding-right: 20px;
  text-decoration: underline;
  font-size: 14px;
  transition: all .3s; }
  .link3:after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url("../img/Icon_link2.png") no-repeat;
    background-size: 100%;
    vertical-align: middle; }
  .link3:hover {
    opacity: .7; }

.h2_5 {
  margin-bottom: 20px;
  font-size: 28px; }
  @media screen and (max-width: 1024px) {
    .h2_5 {
      font-size: 20px; } }

.p3 {
  margin-bottom: 30px; }

.btn2 a {
  display: block;
  width: 215px;
  height: 48px;
  padding-top: 12px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #FF8A65;
  border-radius: 7px;
  transition: all .3s; }
  .btn2 a:hover {
    opacity: .7; }

/* 下層ページ---------------- */
/* Aboutus */
.pagenavi1 {
  text-align: center; }
  .pagenavi1 li {
    display: inline-block;
    margin: 0 10px; }
    .pagenavi1 li a {
      padding-left: 25px;
      font-size: 20px;
      background: url("../img/icon_link2.png") no-repeat;
      background-size: 20px 20px;
      background-position: left center; }
      @media screen and (max-width: 1024px) {
        .pagenavi1 li a {
          padding-left: 20px;
          font-size: 16px;
          background-size: 15px 15px; } }
      .pagenavi1 li a:hover {
        text-decoration: underline; }

.post_body {
  margin-bottom: 120px; }
  @media screen and (max-width: 1024px) {
    .post_body {
      margin-bottom: 60px; } }
  .post_body h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold; }
    @media screen and (max-width: 1024px) {
      .post_body h2 {
        font-size: 16px; } }
  .post_body h3 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 1024px) {
      .post_body h3 {
        font-size: 15px; } }
  .post_body h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 1024px) {
      .post_body h4 {
        font-size: 14px; } }
  .post_body p {
    margin-bottom: 40px;
    font-size: 16px; }
    @media screen and (max-width: 1024px) {
      .post_body p {
        margin-bottom: 30px;
        font-size: 14px; } }
  .post_body img {
    max-width: 100%;
    height: auto; }

/* wordpress */
.pagenation .wp-pagenavi {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px; }
  .pagenation .wp-pagenavi a.page {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 10px;
    padding-top: 8px;
    border: 1px solid #1A1A1A;
    border-radius: 19px;
    background: #fff;
    transition: all .3s; }
    @media screen and (max-width: 1024px) {
      .pagenation .wp-pagenavi a.page {
        margin: 0 5px; } }
    .pagenation .wp-pagenavi a.page:hover {
      color: #fff;
      background: #1A1A1A; }
  .pagenation .wp-pagenavi a.previouspostslink {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    padding-top: 8px;
    border: 1px solid #1A1A1A;
    border-radius: 19px;
    color: #1A1A1A;
    background: #fff;
    transition: all .3s; }
    @media screen and (max-width: 1024px) {
      .pagenation .wp-pagenavi a.previouspostslink {
        margin-right: 10px; } }
    .pagenation .wp-pagenavi a.previouspostslink:hover {
      color: #fff;
      background: #1A1A1A; }
  .pagenation .wp-pagenavi a.nextpostslink {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 15px;
    padding-top: 8px;
    border: 1px solid #1A1A1A;
    border-radius: 19px;
    color: #1A1A1A;
    background: #fff;
    transition: all .3s; }
    @media screen and (max-width: 1024px) {
      .pagenation .wp-pagenavi a.nextpostslink {
        margin-left: 10px; } }
    .pagenation .wp-pagenavi a.nextpostslink:hover {
      color: #fff;
      background: #1A1A1A; }
  .pagenation .wp-pagenavi span.current {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 10px;
    padding-top: 8px;
    border: 1px solid #1A1A1A;
    border-radius: 19px;
    color: #fff;
    background: #1A1A1A; }
    @media screen and (max-width: 1024px) {
      .pagenation .wp-pagenavi span.current {
        margin: 0 5px; } }
  .pagenation .wp-pagenavi .pages {
    display: none; }
