@charset "UTF-8";
/*
Theme Name: porte20190723
Theme URI: https://porte-web.com/
Description: Porte20190723
Version: 100.0
Author: porte
Author URI: https://porte-web.com/
*/
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

/*--------------------------------------------------------------------
Created : 2023/1/17
Last Update :  
Site URL : 
File name : common.css
Author: 
--------------------------------------------------------------------*/
/*------------------------------
html,body
------------------------------*/
html {
  font-size: 16px; /* -IE8only */
  font-size: 62.5%; /* 10(base font size) / 16(Browser Default font size) */
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 1.4em; /*16px相当*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 559px), print {
  /*body{
  	//@include font_vw(15);
  }*/
}
@media screen and (max-width: 999px), print {
  body {
    font-size: 1.4em; /*14px相当*/
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

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

ul li {
  list-style: none;
}

.center-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*------------------------------
デバイス表示切替 クラス
------------------------------*/
@media screen and (max-width: 559px) {
  .hidd-sp {
    display: none !important;
  }
}
@media screen and (min-width: 560px) and (max-width: 999px) {
  .hidd-tb {
    display: none !important;
  }
}
@media screen and (min-width: 1000px), print {
  .hidd-pc {
    display: none !important;
  }
}
/*------------------------------
各種文字スタイル
------------------------------*/
p.text01 {
  line-height: 1.6;
}

.font11 {
  font-size: 1.1rem;
}

.font10 {
  font-size: 1rem;
}

.font14 {
  font-size: 1.4rem;
}

.font18 {
  font-size: 1.8rem;
}

.font12 {
  font-size: 1.2rem;
}

.font20 {
  font-size: 2rem;
}

.text-indent02 {
  display: inline-block;
  padding-left: 1.2em;
}

.text-indent03 {
  display: inline-block;
  padding-left: 1.8em;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff0000 !important;
}

.orange {
  color: #FF7F00 !important;
}

.white {
  color: #fff !important;
}

/*------------------------------
リンク関連スタイル
------------------------------*/
a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #181818;
  text-decoration: underline;
}

a.link-style01 {
  color: #333;
  text-decoration: underline;
}

a.link-style01:visited {
  color: #333;
  text-decoration: none;
}

a.link-style01:hover {
  color: #114FA6;
  text-decoration: none;
}

a.link-style02 {
  color: #114FA6;
  text-decoration: underline;
}

a.link-style02:visited {
  color: #333;
  text-decoration: none;
}

a.link-style02:hover {
  color: #333;
  text-decoration: none;
}

.hover {
  transition: all 0.3s;
}
.hover:hover {
  opacity: 0.7;
}

.blank {
  position: relative;
}
.blank:after {
  right: 1em;
  position: absolute;
  width: 15px;
  height: auto;
  content: url("../images/window_blank.svg");
}

.blank2 {
  position: relative;
}
.blank2:after {
  right: 1em;
  position: absolute;
  width: 16px;
  height: auto;
  content: url("../images/window_blank2.svg");
}

.next-link01 {
  position: relative;
}
.next-link01:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.6s;
  z-index: 4;
}

.pdf-link {
  position: relative;
}
.pdf-link:before {
  position: absolute;
  left: 0;
  top: -0.5em;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: contain;
}

.fontstyle_serif {
  font-family: "Noto Serif JP", serif;
}

.button-style01, .button-style02 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #0a4d9b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1em 3em 1em 3em;
  min-width: 350px;
  transition: all 0.3s;
  border-radius: 5px;
  /*== 背景が流れる（左から右） */
}
@media screen and (max-width: 559px), print {
  .button-style01, .button-style02 {
    font-size: 1.6rem;
    padding: 1.2em;
    min-width: 210px;
  }
}
.button-style01 span, .button-style02 span {
  position: relative;
  z-index: 3;
}
.button-style01:hover, .button-style02:hover {
  color: #fff;
}
.button-style01:hover:after, .button-style02:hover:after {
  right: 0.5em;
}
.button-style01:visited, .button-style02:visited {
  color: #fff;
}
.button-style01:after, .button-style02:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.6s;
  z-index: 4;
}
.button-style01:before, .button-style02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #007FFF;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.button-style01:hover:before, .button-style02:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.button-style02 {
  background-color: #129DAF;
}
.button-style02:hover {
  background-color: #0B8291;
}

.submitBT01 {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  padding: 1.5em 6em 1.5em 6em;
  background: linear-gradient(125deg, #113273 14%, #114fa6 50%, #0091c6 80%);
  color: #fff;
  line-height: 1em;
  transition: 0.3s;
  border: none;
  font-weight: bold;
  position: relative;
}
.submitBT01:hover {
  opacity: 0.6;
}

.submitBT02 {
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  padding: 1.2em 3em 1.2em 3em;
  background: linear-gradient(149deg, rgb(152, 152, 152) 0%, rgb(193, 193, 193) 100%);
  color: #fff;
  line-height: 1em;
  transition: 0.3s;
  border: none;
  font-weight: bold;
  position: relative;
}
.submitBT02:hover {
  opacity: 0.6;
}

/*------------------------------
その他配置スタイル
------------------------------*/
.mt20 {
  margin-top: 2rem;
}

.marginT0 {
  margin-top: 0 !important;
}

.marginT5 {
  margin-top: 5px !important;
}

.marginT10 {
  margin-top: 10px !important;
}

.marginT15 {
  margin-top: 15px !important;
}

.marginT20 {
  margin-top: 20px !important;
}

.marginT30 {
  margin-top: 30px !important;
}

.marginT40 {
  margin-top: 40px !important;
}

.marginT50 {
  margin-top: 50px !important;
}

.marginT60 {
  margin-top: 60px !important;
}

.marginT70 {
  margin-top: 70px !important;
}

.marginT80 {
  margin-top: 80px !important;
}

.marginT100 {
  margin-top: 100px !important;
}

.marginT05em {
  margin-top: 0.5em !important;
}

.marginT1em {
  margin-top: 1em !important;
}

.marginT15em {
  margin-top: 1.5em !important;
}

.marginT2em {
  margin-top: 2em !important;
}

.marginT3em {
  margin-top: 3em !important;
}

.marginT4em {
  margin-top: 4em !important;
}

.marginT5em {
  margin-top: 5em !important;
}

.marginB1em {
  margin-bottom: 1em !important;
}

.marginB15em {
  margin-bottom: 1.5em !important;
}

.marginB2em {
  margin-bottom: 2em !important;
}

.marginB3em {
  margin-bottom: 3em !important;
}

.marginB4em {
  margin-bottom: 4em !important;
}

.marginB5em {
  margin-bottom: 5em !important;
}

.marginB5 {
  margin-bottom: 5px !important;
}

.marginB10 {
  margin-bottom: 10px !important;
}

.marginB15 {
  margin-bottom: 15px !important;
}

.marginB20 {
  margin-bottom: 20px !important;
}

.marginB30 {
  margin-bottom: 30px !important;
}

.marginB40 {
  margin-bottom: 40px !important;
}

.marginB130 {
  margin-bottom: 130px !important;
}

.marginL15 {
  margin-left: 15px !important;
}

.marginL20 {
  margin-left: 20px !important;
}

.marginL25 {
  margin-left: 25px !important;
}

.paddingL15 {
  padding-left: 25px !important;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.l-hi15 {
  line-height: 1.5;
}

.l-hi20 {
  line-height: 2;
}

/*=======================================================================================

PC style
=======================================================================================*/
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.breadcrumbs {
  padding: 10px 0;
  margin-bottom: 30px;
}
.breadcrumbs strong {
  font-weight: normal;
}

.h1_contet_container {
  padding: 33px;
  background-color: #01c96a;
}
.h1_contet_container .h1_contet {
  font-size: 4.8rem;
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat";
  font-weight: bold;
}

.h2-style--03 {
  font-size: 3.5rem;
  text-align: center;
  color: #05C96A;
  line-height: 1.5;
}

.h2-style--02 {
  font-size: 4rem;
  text-align: center;
}
.h2-style--02:after {
  content: " ";
  display: block;
  width: 90px;
  margin: 0.5em auto 0 auto;
  border-bottom: solid 5px #01c96a;
}

.h2-style--01 {
  position: relative;
}
.h2-style--01 span {
  display: inline-block;
  margin-top: 1rem;
  font-size: 2rem;
}

a.bt_list01 {
  display: block;
  margin-top: 45px;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 1.2em 3.5em;
  background-color: #333333;
  color: #ffffff;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: all 0.3s;
}
a.bt_list01:hover {
  opacity: 0.7;
  text-decoration: none;
}

.leftup .objectbox {
  position: absolute;
  right: calc(100% + 32px);
  top: 10px;
}
.leftup .objectbox::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #01c96a;
}
.leftup .objectbox::after {
  content: "";
  position: absolute;
  width: 2000px;
  height: 2px;
  transform: rotate(4deg);
  top: -66.5px;
  right: -11px;
  background: #01c96a;
}

.rightup .objectbox {
  position: absolute;
  right: -20px;
  top: 10px;
}
.rightup .objectbox::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #01c96a;
}
.rightup .objectbox::after {
  content: "";
  position: absolute;
  width: 2000px;
  height: 2px;
  transform: rotate(-4.1deg);
  top: -67.5px;
  background: #01c96a;
}

.inner_wrapper {
  overflow: hidden;
}

.h2-right-wrapper {
  display: flex;
  justify-content: flex-end;
}

.gray_bg {
  background-color: #f8f8f8;
}

.header {
  background: rgba(255, 255, 255, 0.95);
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
.header__inner {
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header__inner .header__logo {
  width: 180px;
  padding: 25px 0 0 20px;
}
.header__inner .menu-trigger {
  position: relative;
  display: block;
  padding: 0;
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #000000;
  z-index: 4001;
  width: 48px;
  height: 48px;
  z-index: 3002;
}
.header__inner .menu-trigger span {
  display: inline-block;
  outline: none !important;
}
.header__inner .menu-trigger img {
  margin: 45px 0px 0;
  display: block;
}
.header__inner .menu-trigger span {
  position: absolute;
  left: 0;
  width: 48px;
  height: 1px;
  background-color: #000000;
  transition: all 0.2s ease-out;
  z-index: 8000;
}
.header__inner .menu-trigger span:nth-of-type(1) {
  top: 13px;
}
.header__inner .menu-trigger span:nth-of-type(2) {
  top: 30px;
}
.header__inner .menu-trigger.active span:nth-of-type(1),
.header__inner .menu-trigger.active span:nth-of-type(2) {
  height: 1px;
  width: 60px;
  left: 0;
  background: #ffffff;
}
.header__inner .menu-trigger.active img {
  opacity: 0;
}
.header__inner .menu-trigger.active span:nth-of-type(1) {
  transform: translate(-8px, -8px) rotate(-45deg);
  top: 40px;
}
.header__inner .menu-trigger.active span:nth-of-type(2) {
  transform: translate(-7px, -17px) rotate(45deg);
  top: 50px;
}
.header .gnavi {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(1, 201, 106);
  width: 100%;
  height: 100vh;
  z-index: 3000;
}
.header .gnavi .home {
  width: 1100px;
  margin: 0 auto;
  padding: 25px 0 0 20px;
}
.header .gnavi .home img {
  width: 160px;
}
.header .gnavi .navi_container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header .gnavi .navi_container ul {
  padding: 60px 0 0 100px;
}
.header .gnavi .navi_container ul li {
  width: 100%;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.header .gnavi .navi_container ul li ul {
  padding: 10px 0 0 20px;
}
.header .gnavi .navi_container ul li a {
  color: #ffffff;
}
.header .gnavi .navi_container .opt {
  width: 500px;
  padding: 60px 50px 0 0;
}
.header .gnavi .navi_container .opt a {
  display: block;
  margin-bottom: 15px;
  width: 400px;
  border-radius: 5px;
  background: #fff;
  transition: all 0.3s;
}
.header .gnavi .navi_container .opt a:hover {
  filter: brightness(1.1);
}
.header .gnavi .navi_container .opt a img {
  border-radius: 5px;
}

#index-body .index-mainvisual {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 100px auto 0 auto;
  padding-bottom: 50px;
  overflow: hidden;
}
#index-body .index-news .index-news__inner {
  display: flex;
}
#index-body .index-news .index-news__inner ul {
  margin-left: 96px;
}
#index-body .index-news .index-news__inner ul li {
  margin-bottom: 1em;
  line-height: 1.5;
}
#index-body .index-news .index-news__inner ul li span {
  display: inline-block;
  margin-right: 37px;
}
#index-body .index-news a {
  text-decoration: underline;
}
#index-body .index-maincopy {
  margin-top: 130px;
  padding: 0 0 121px 0;
  text-align: center;
}
#index-body .index-maincopy__ttl {
  font-size: 4rem;
}
#index-body .index-maincopy__txt {
  margin-top: 50px;
  font-size: 1.8rem;
  line-height: 2;
}
#index-body .index-concept {
  margin: 0 auto;
  padding: 90px 0;
}
#index-body .index-concept .h2-style--01 {
  width: 327px;
}
#index-body .index-concept h3 {
  width: 532px;
  margin: 56px auto 0 auto;
}
#index-body .index-concept__txt01 {
  margin-top: 44px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#index-body .index-concept__txt02 {
  margin-top: 20px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2;
}
#index-body .index-concept .swiper-container {
  width: 110%;
  margin-left: -5%;
  margin-top: 50px;
  padding: 40px 0;
}
#index-body .index-concept .swiper-slide {
  transform: scale(0.7); /* 左右のスライドを小さくする */
  transition: 0.7s; /* ゆっくり小さくさせる */
}
#index-body .index-concept .swiper-slide img {
  height: auto;
  width: 100%;
}
#index-body .index-concept .swiper-slide-active {
  transform: scale(1.2); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
#index-body .index-concept .swiper-button-prev {
  top: 50%;
  left: calc(50% - 288px);
  color: #999999;
}
#index-body .index-concept .swiper-button-next {
  top: 50%;
  right: calc(50% - 288px);
  color: #999999;
}
#index-body .index-works {
  margin: 0 auto;
  padding: 140px 0 45px 0;
}
#index-body .index-works .h2-style--01 {
  width: 260px;
  margin: 0;
  text-align: right;
}
#index-body .index-works .works_wrapper {
  width: 100%;
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}
#index-body .index-works .works_wrapper .works_article {
  display: flex;
  flex-direction: column;
  width: 29.6%;
}
#index-body .index-works .works_wrapper .works_article figure img {
  width: 100%;
}
#index-body .index-works .works_wrapper .works_article div {
  padding-top: 1em;
  font-weight: bold;
}
#index-body .index-works .works_wrapper .works_article div .works_ttl {
  font-size: 1.5rem;
}
#index-body .index-works .works_wrapper .works_article div .works_txt02 {
  margin-top: 1em;
}
#index-body .index-event {
  margin: 0 auto;
  padding: 45px 0 260px 0;
}
#index-body .index-event .h2-style--01 {
  width: 223px;
  margin: 0;
  text-align: left;
}
#index-body .index-event .event_wrapper {
  width: 100%;
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
}
#index-body .index-event .event_wrapper .event_article_first {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}
#index-body .index-event .event_wrapper .event_article_first figure {
  width: 56%;
}
#index-body .index-event .event_wrapper .event_article_first > div {
  width: 44%;
  display: flex;
  align-items: center;
  padding: 3em;
  background-color: #f8f8f8;
}
#index-body .index-event .event_wrapper .event_article_first > div div .event_ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
#index-body .index-event .event_wrapper .event_article_first > div div .event_date {
  margin-top: 1.5em;
  font-size: 2rem;
  font-weight: bold;
}
#index-body .index-event .event_wrapper .event_article_first > div div .event_com {
  margin-top: 1em;
  font-size: 2rem;
  line-height: 1.8;
}
#index-body .index-event .event_wrapper .event_article_wrapper2 {
  display: flex;
  flex-wrap: wrap;
}
#index-body .index-event .event_wrapper .event_article_wrapper2 .event_article {
  display: flex;
  flex-direction: column;
  width: 29.6%;
  margin-left: 5.6%;
}
#index-body .index-event .event_wrapper .event_article_wrapper2 .event_article figure img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
#index-body .index-event .event_wrapper .event_article_wrapper2 .event_article div {
  padding-top: 1.5em;
}
#index-body .index-event .event_wrapper .event_article_wrapper2 .event_article div .event_ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
#index-body .index-event .event_wrapper .event_article_wrapper2 .event_article div .event_date {
  margin-top: 1em;
  font-size: 1.5rem;
  color: #888888;
}
#index-body .index-event .event_wrapper .event_article_wrapper2 .event_article div .event_com {
  margin-top: 1em;
  line-height: 1.8;
  word-wrap: break-word;
}
#index-body .index-event .event_wrapper .event_article_wrapper2 .event_article:first-of-type {
  margin-left: 0;
}
#index-body .index-staff {
  margin: 0 auto 0 auto;
  padding: 83px 0 50px 0;
  background-color: #f8f8f8;
}
#index-body .index-staff .h2-style--01 {
  width: 210px;
  margin: 0 auto;
  text-align: center;
}
#index-body .index-staff .staff_wrapper {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .index-staff .staff_wrapper .staff_box {
  width: 48%;
  margin-bottom: 5em;
  display: flex;
}
#index-body .index-staff .staff_wrapper .staff_box figure {
  width: 29%;
}
#index-body .index-staff .staff_wrapper .staff_box .profile {
  width: 65%;
  padding-left: 30px;
}
#index-body .index-staff .staff_wrapper .staff_box .profile .name {
  margin-bottom: 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
#index-body .index-staff .staff_wrapper .staff_box .profile .name span {
  display: block;
  margin-top: 0.7em;
}
#index-body .index-staff .staff_wrapper .staff_box .profile dl {
  margin-bottom: 1em;
}
#index-body .index-staff .staff_wrapper .staff_box .profile dl dt {
  font-weight: bold;
  line-height: 1.3;
  color: #01c96a;
}
#index-body .index-staff .staff_wrapper .staff_box .profile dl dd {
  margin-top: 0.5em;
  line-height: 1.3;
}
#index-body .staff_column {
  padding-bottom: 122px;
}
#index-body .staff_column h2 {
  padding-top: 4em;
  background: url(images2/line_column.svg) top center/100% no-repeat;
  text-align: center;
}
#index-body .staff_column .staff_column_wrapper {
  width: 100%;
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .staff_column .staff_column_wrapper .staff_column_article {
  width: 48%;
  margin-bottom: 3em;
}
#index-body .staff_column .staff_column_wrapper .staff_column_article__inner {
  display: flex;
}
#index-body .staff_column .staff_column_wrapper .staff_column_article__inner figure {
  width: 43%;
  overflow: hidden;
}
#index-body .staff_column .staff_column_wrapper .staff_column_article__inner figure img {
  width: 100%;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
}
#index-body .staff_column .staff_column_wrapper .staff_column_article__inner > div {
  width: 49%;
  padding-top: 0.5em;
  margin-left: 25px;
}
#index-body .staff_column .staff_column_wrapper .staff_column_article__inner > div .ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
#index-body .staff_column .staff_column_wrapper .staff_column_article__inner > div .date {
  margin-top: 0.5em;
  font-size: 1.5rem;
  color: #888888;
}
#index-body .staff_column .staff_column_wrapper .staff_column_article__inner > div .com {
  margin-top: 0.5em;
  line-height: 1.4;
}
#index-body .staff_column .staff_column_wrapper .staff_column_article__inner > div .name {
  margin-top: 0.5em;
}

#concept-body {
  margin-top: 100px;
}
#concept-body .index-concept {
  margin: 0 auto;
  padding: 70px 0;
  overflow: hidden;
}
#concept-body .index-concept h3 {
  width: 532px;
  margin: 56px auto 0 auto;
}
#concept-body .index-concept__txt01 {
  margin-top: 44px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
#concept-body .index-concept__txt02 {
  margin-top: 20px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2;
}
#concept-body .index-concept .swiper-container {
  width: 110%;
  margin-left: -5%;
  margin-top: 50px;
  padding: 40px 0;
  opacity: 0;
}
#concept-body .index-concept .swiper-container.showIn {
  animation: 0.8s loadingAnime 0.5s ease-out forwards;
}
@keyframes loadingAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#concept-body .index-concept .swiper-slide {
  transform: scale(0.7); /* 左右のスライドを小さくする */
  transition: 0.7s; /* ゆっくり小さくさせる */
}
#concept-body .index-concept .swiper-slide img {
  height: auto;
  width: 100%;
}
#concept-body .index-concept .swiper-slide-active {
  transform: scale(1.2); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
#concept-body .index-concept .swiper-button-prev {
  top: 50%;
  left: calc(50% - 288px);
  color: #999999;
}
#concept-body .index-concept .swiper-button-next {
  top: 50%;
  right: calc(50% - 288px);
  color: #999999;
}
#concept-body .six-features {
  padding: 130px 0 100px 0;
}
#concept-body .six-features .six-features__container dl {
  display: flex;
  margin-top: 97px;
}
#concept-body .six-features .six-features__container dl dt {
  width: 42%;
}
#concept-body .six-features .six-features__container dl dd {
  width: 58%;
  padding-top: 50px;
}
#concept-body .six-features .six-features__container dl dd h3 {
  padding: 0 0 25px 140px;
  color: #01c96a;
  font-size: 2.8rem;
  line-height: 1.2;
  border-bottom: 2px solid #01c96a;
  position: relative;
}
#concept-body .six-features .six-features__container dl dd h3:after {
  content: "";
  bottom: -5px;
  right: 0;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #01c96a;
}
#concept-body .six-features .six-features__container dl dd .feature1::before, #concept-body .six-features .six-features__container dl dd .feature7::before, #concept-body .six-features .six-features__container dl dd .feature6::before, #concept-body .six-features .six-features__container dl dd .feature5::before, #concept-body .six-features .six-features__container dl dd .feature4::before, #concept-body .six-features .six-features__container dl dd .feature3::before, #concept-body .six-features .six-features__container dl dd .feature2::before {
  position: absolute;
  top: 5px;
  left: 70px;
  content: url(images2/num_feature_1.svg);
}
#concept-body .six-features .six-features__container dl dd .feature2::before {
  content: url(images2/num_feature_2.svg);
}
#concept-body .six-features .six-features__container dl dd .feature3::before {
  content: url(images2/num_feature_3.svg);
}
#concept-body .six-features .six-features__container dl dd .feature4::before {
  content: url(images2/num_feature_4.svg);
}
#concept-body .six-features .six-features__container dl dd .feature5::before {
  content: url(images2/num_feature_5.svg);
}
#concept-body .six-features .six-features__container dl dd .feature6::before {
  content: url(images2/num_feature_6.svg);
}
#concept-body .six-features .six-features__container dl dd .feature7::before {
  content: url(images2/num_feature_7.svg);
}
#concept-body .six-features .six-features__container dl dd p {
  padding: 20px 0 25px 70px;
  font-size: 1.8rem;
  line-height: 1.5;
}
#concept-body .concept_facility {
  padding-top: 140px;
  padding-bottom: 110px;
}

#lineup-body {
  margin-top: 100px;
}
#lineup-body .lineup_plan {
  margin-top: 100px;
}
#lineup-body .lineup_plan__txt01 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  color: #666666;
}
#lineup-body .lineup_plan__txt02 {
  margin-top: 30px;
  font-size: 1.8rem;
  text-align: center;
}
#lineup-body .lineup_plan__pricelist {
  width: 47%;
  min-width: 650px;
  margin: 40px auto;
  font-size: 2.2rem;
  font-weight: bold;
  border: 1px solid #E1E1E1;
  border-collapse: collapse;
}
#lineup-body .lineup_plan__pricelist th {
  background-color: #E1E1E1;
  border-bottom: 1px solid #ffffff;
  border-collapse: collapse;
  padding: 1.2em;
  width: 30%;
}
#lineup-body .lineup_plan__pricelist td {
  border: 1px solid #E1E1E1;
  border-collapse: collapse;
  padding: 1.2em;
  width: 70%;
}
#lineup-body .lineup_plan__pricelist td span {
  font-weight: normal;
}
#lineup-body .lineup_gallery {
  margin-top: 100px;
  overflow: hidden;
}
#lineup-body .lineup_gallery .swiper-wrapper {
  transition-timing-function: linear;
}
#lineup-body .lineup_concept {
  margin-top: 100px;
}
#lineup-body .lineup_concept figure {
  margin: 50px auto 0 auto;
  text-align: center;
}
#lineup-body .lineup_concept__list {
  margin-top: 50px;
  padding: 20px 35px 35px 35px;
  background-color: #F8F8F8;
  border-radius: 10px;
}
#lineup-body .lineup_concept__list dl {
  display: flex;
}
#lineup-body .lineup_concept__list dl dt {
  width: 20%;
  margin-right: 20px;
  padding: 20px 15px;
  border-bottom: 1px solid #05C96A;
  font-size: 2.6rem;
  font-weight: bold;
  color: #666666;
}
#lineup-body .lineup_concept__list dl dt span {
  font-weight: normal;
}
#lineup-body .lineup_concept__list dl dd {
  width: 80%;
  padding: 20px 15px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.8rem;
}
#lineup-body .lineup_threepoint {
  margin-top: 100px;
}
#lineup-body .lineup_threepoint__list li {
  margin-top: 30px;
  background-color: #D9F7E9;
  border-radius: 10px;
  padding: 25px;
  list-style: none;
  display: flex;
  align-items: center;
}
#lineup-body .lineup_threepoint__list li p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
#lineup-body .lineup_threepoint__list li::before {
  display: block;
  margin-right: 30px;
}
#lineup-body .lineup_threepoint__list li:nth-of-type(1)::before {
  content: url(images2/i_lineup_point01.svg);
}
#lineup-body .lineup_threepoint__list li:nth-of-type(2)::before {
  content: url(images2/i_lineup_point02.svg);
}
#lineup-body .lineup_threepoint__list li:nth-of-type(3)::before {
  content: url(images2/i_lineup_point03.svg);
}
#lineup-body .lineup_threepoint__txt01 {
  margin-top: 50px;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
#lineup-body .lineup_facility {
  padding-top: 180px;
}
#lineup-body .m-lineup {
  margin-top: 150px;
}

#porte_base-body {
  margin-top: 100px;
}
#porte_base-body .porte_base_main {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
#porte_base-body .porte_base_plan {
  margin-top: 100px;
}
#porte_base-body .porte_base_plan__txt01 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  color: #666666;
}
#porte_base-body .porte_base_plan__txt01_green {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  color: #04c96a;
}
#porte_base-body .porte_base_plan__txt02 {
  margin-top: 30px;
  font-size: 1.8rem;
  text-align: center;
}
#porte_base-body .porte_base_concept {
  margin-top: 100px;
}
#porte_base-body .porte_base_concept figure {
  margin: 50px auto 0 auto;
  text-align: center;
}
#porte_base-body .porte_base_concept__list {
  margin-top: 50px;
  padding: 20px 35px 35px 35px;
  background-color: #F8F8F8;
  border-radius: 10px;
}
#porte_base-body .porte_base_concept__list dl {
  display: flex;
}
#porte_base-body .porte_base_concept__list dl dt {
  width: 30%;
  margin-right: 20px;
  padding: 20px 15px;
  border-bottom: 1px solid #05C96A;
  font-size: 2.6rem;
  font-weight: bold;
  color: #666666;
}
#porte_base-body .porte_base_concept__list dl dt span {
  font-weight: normal;
}
#porte_base-body .porte_base_concept__list dl dd {
  width: 70%;
  padding: 20px 15px;
  line-height: 1.6;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.8rem;
}
#porte_base-body .plan_sample {
  margin-top: 100px;
  margin-bottom: 50px;
}
#porte_base-body .plan_sample .stitle {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
#porte_base-body .plan_sample .photo {
  display: flex;
  justify-content: space-around;
}
#porte_base-body .plan_sample .photo img {
  width: 30%;
  height: auto;
}
#porte_base-body .plan_sample .cap {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  margin: 30px 0 0 0;
}
#porte_base-body .gallery {
  margin-top: 100px;
  overflow: hidden;
}
#porte_base-body .gallery .swiper-wrapper {
  transition-timing-function: linear;
}
#porte_base-body .threepoint {
  margin-top: 100px;
}
#porte_base-body .threepoint__list li {
  margin-top: 30px;
  background-color: #D9F7E9;
  border-radius: 10px;
  padding: 25px;
  list-style: none;
  display: flex;
  align-items: center;
}
#porte_base-body .threepoint__list li p {
  font-size: 1.8rem;
  line-height: 1.8;
}
#porte_base-body .threepoint__list li p span {
  font-size: 2rem;
  font-weight: bold;
}
#porte_base-body .threepoint__list li::before {
  display: block;
  margin-right: 30px;
}
#porte_base-body .threepoint__list li:nth-of-type(1)::before {
  content: url(images2/i_lineup_point01.svg);
}
#porte_base-body .threepoint__list li:nth-of-type(2)::before {
  content: url(images2/i_lineup_point02.svg);
}
#porte_base-body .threepoint__list li:nth-of-type(3)::before {
  content: url(images2/i_lineup_point03.svg);
}
#porte_base-body .howprice {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
#porte_base-body .howprice .porte_base__pricelist {
  width: 47%;
  min-width: 650px;
  margin: 40px auto;
  font-size: 2.2rem;
  font-weight: bold;
  border: 1px solid #E1E1E1;
  border-collapse: collapse;
}
#porte_base-body .howprice .porte_base__pricelist th {
  background-color: #E1E1E1;
  border-bottom: 1px solid #ffffff;
  border-collapse: collapse;
  padding: 1.2em;
  width: 30%;
}
#porte_base-body .howprice .porte_base__pricelist td {
  border: 1px solid #E1E1E1;
  border-collapse: collapse;
  padding: 1.2em;
  width: 70%;
}
#porte_base-body .howprice .porte_base__pricelist td span {
  font-weight: normal;
}
#porte_base-body .howprice .campaign {
  margin: 100px auto;
  width: 100%;
  background: #ffeeee;
  padding: 10px;
  border: 2px solid #ff0000;
  border-radius: 10px;
}
#porte_base-body .howprice .campaign .stitle {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin: 30px 0 0 0;
}
#porte_base-body .howprice .campaign .main_txt {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 30px 20px 30px 20px;
}

/*---------共通------------*/
.m-lineup {
  margin: 0 auto;
  padding: 83px 0 180px 0;
}
.m-lineup .h2-style--01 {
  width: 252px;
  margin: 0 auto;
  text-align: center;
}
.m-lineup .lineup_wrapper {
  width: 100%;
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}
.m-lineup .lineup_wrapper a.lineup_container {
  display: flex;
  flex-direction: column;
  background-color: #666666;
}
.m-lineup .lineup_wrapper a.lineup_container:hover {
  text-decoration: none;
}
.m-lineup .lineup_wrapper a.lineup_container figure img {
  width: 100%;
}
.m-lineup .lineup_wrapper a.lineup_container div {
  padding: 2em 1em 3.5em 1em;
  color: #ffffff;
  text-align: center;
}
.m-lineup .lineup_wrapper a.lineup_container div .lineup_txt01 {
  margin-top: 1.5em;
  line-height: 2.5rem;
}
.m-lineup .lineup_wrapper a.lineup_container div .lineup_txt02 {
  margin-top: 1.5em;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.5rem;
}
.m-lineup .bn_casa {
  width: 70%;
  margin: 5em auto 0 auto;
}

.m-facility {
  position: relative;
}
.m-facility__list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.m-facility__list li {
  width: 22%;
  margin-top: 50px;
}
.m-facility__list li .ttl-cate {
  display: inline-block;
  padding: 9px 12px;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  line-height: 1;
  background: #01c96a;
  border-radius: 100vh;
}
.m-facility__list li .ttl-main {
  margin-top: 7px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.m-facility__list li .img {
  margin-top: 10px;
}
.m-facility__list li .txt {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  word-break: break-all;
}

footer .ec-banner {
  padding-top: 120px;
  text-align: center;
}
footer .ec-banner img {
  width: 90%;
}
footer .porte_listen {
  padding-top: 100px;
}
footer .porte_listen h2 {
  max-width: 542px;
  margin: 0 auto;
}
footer .porte_listen .porte_listen__txt01 {
  margin-top: 30px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
footer .porte_listen .porte_listen__txt02 {
  margin-top: 20px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2;
}
footer .porte_listen .porte_listen__txt03 {
  margin-top: 45px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2;
}
footer .bottom_inq {
  margin: 68px;
  display: flex;
  justify-content: space-between;
}
footer .bottom_inq li {
  width: 31%;
}
footer .footer_map {
  margin-top: 80px;
  width: 100%;
}
footer .footer_map iframe {
  width: 100%;
}
footer .btmmain {
  background: #000;
  padding: 30px 0 15px;
}
footer .btmmain .container {
  position: relative;
}
footer .btmmain .logo {
  width: 200px;
  margin: auto;
}
footer .btmmain .sns {
  position: absolute;
  top: 0;
  right: 30px;
  color: #fff;
}
footer .btmmain .sns p {
  position: relative;
  margin-bottom: 20px;
}
footer .btmmain .sns p::before {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  left: -20px;
  top: -5px;
  background: #fff;
  transform: rotate(-30deg);
}
footer .btmmain .sns p::after {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  right: -20px;
  top: -5px;
  background: #fff;
  transform: rotate(30deg);
}
footer .btmmain .sns .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
footer .btmmain .sns .wrap li {
  transition: all 0.1s ease-out;
  background: #fff;
  margin: 0 5px;
  border-radius: 30px;
  border: 1px solid #000;
}
footer .btmmain .sns .wrap li:hover {
  background: #000;
  border: 1px solid #fff;
}
footer .btmmain .sns .wrap li a {
  transition: all 0.1s ease-out;
  color: #000000;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 2rem;
  border-radius: 30px;
}
footer .btmmain .sns .wrap li:hover a {
  color: #ffffff;
}
footer .btmmain .sns .wrap li a:hover {
  text-decoration: none;
}
footer .btmmain address {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  font-style: normal;
}
footer .btmmain address .map {
  padding: 10px 0 0;
  font-size: 1.6rem;
}
footer .btmmain address .map i {
  font-size: 2rem;
  display: inline-block;
  margin-right: 5px;
}
footer .btmmain address .map a {
  color: #fff;
}
footer #copy {
  text-align: center;
  padding: 30px 0 5px;
  color: #ffffff;
}
footer #copy small {
  padding: 15px;
  display: block;
  font-size: 12px;
}

/*-------page_top-------*/
#page_top {
  z-index: 98;
  width: 50px;
  height: 50px;
  position: fixed;
  right: -60px;
  bottom: 15px;
  background: #000;
  opacity: 0.8;
  border-radius: 50%;
  transition: all 0.3s;
}
#page_top:hover {
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  text-decoration: none;
}
#page_top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

/*--------------------------------------------------------------------
Created : 2023/1/17
Last Update :  
Site URL : 
File name : _tablet.css
Author: 
--------------------------------------------------------------------*/
/*=======================================================================================================================================

Tablet style

=========================================================================================================================================*/
@media screen and (max-width: 999px), print {
  .container {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
  .header {
    height: 70px;
  }
  .header__inner .header__logo {
    width: 160px;
    padding: 20px 0 0 20px;
  }
  .header__inner .menu-trigger {
    margin-top: 3px;
  }
  .header .gnavi {
    overflow: scroll;
  }
  .header .gnavi .home {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 0 20px;
  }
  .header .gnavi .home img {
    width: 140px;
  }
  .header .gnavi .navi_container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header .gnavi .navi_container ul {
    width: 100%;
    padding: 30px 0 0;
  }
  .header .gnavi .navi_container ul li {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
  }
  .header .gnavi .navi_container ul li ul {
    padding: 10px 0 0 0;
  }
  .header .gnavi .navi_container ul li a {
    color: #ffffff;
  }
  .header .gnavi .navi_container .opt {
    width: 90%;
    max-width: 450px;
    margin: auto;
    padding: 40px 0 0 0;
  }
  .header .gnavi .navi_container .opt a {
    width: 100%;
  }
  #index-body .index-mainvisual {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 100px auto 0 auto;
    padding-bottom: 50px;
    overflow: hidden;
  }
  #index-body .index-news .index-news__inner ul {
    margin-left: 55px;
  }
  #index-body .index-news .index-news__inner ul li span {
    margin-right: 20px;
  }
  #index-body .index-maincopy {
    margin-top: 65px;
    padding: 0 0 121px 0;
    text-align: center;
  }
  #index-body .index-maincopy__ttl {
    font-size: 2.6rem;
    line-height: 1.5;
  }
  #index-body .index-maincopy__txt {
    margin-top: 50px;
    font-size: 1.5rem;
    line-height: 2;
  }
  #index-body .index-concept {
    margin: 0 auto;
    padding: 90px 0;
  }
  #index-body .index-concept .h2-style--01 {
    width: 280px;
    margin-left: 12%;
  }
  #index-body .index-concept .swiper-container {
    width: 100%;
    margin-left: 0;
  }
  #index-body .index-concept .swiper-slide {
    transform: scale(0.8); /* 左右のスライドを小さくする */
  }
  #index-body .index-concept .swiper-slide-active {
    transform: scale(1.7); /* 中央のスライドは小さくしない */
  }
  #index-body .index-concept .swiper-button-prev {
    left: calc(50% - 209px);
  }
  #index-body .index-concept .swiper-button-next {
    right: calc(50% - 209px);
  }
  #index-body .index-works {
    margin: 0 auto;
    padding: 140px 0 45px 0;
  }
  #index-body .index-works .h2-style--01 {
    width: 260px;
    margin-right: 10%;
  }
  #index-body .index-event .h2-style--01 {
    width: 260px;
    margin-left: 12%;
  }
  #index-body .index-event .event_wrapper .event_article_first div .event_ttl {
    font-size: 2rem;
  }
  #index-body .index-event .event_wrapper .event_article_first div .event_date {
    font-size: 1.8rem;
  }
  #index-body .index-event .event_wrapper .event_article_first div .event_com {
    font-size: 1.6rem;
  }
  #index-body .staff_column h2 {
    background: url(images2/line_column.svg) top center no-repeat;
  }
  #concept-body .index-concept {
    margin: 0 auto;
    padding: 90px 0;
  }
  #concept-body .index-concept .swiper-container {
    width: 100%;
    margin-left: 0;
  }
  #concept-body .index-concept .swiper-slide {
    transform: scale(0.8); /* 左右のスライドを小さくする */
  }
  #concept-body .index-concept .swiper-slide-active {
    transform: scale(1.7); /* 中央のスライドは小さくしない */
  }
  #concept-body .index-concept .swiper-button-prev {
    left: calc(50% - 209px);
  }
  #concept-body .index-concept .swiper-button-next {
    right: calc(50% - 209px);
  }
  #concept-body .six-features .six-features__container dl dd {
    padding-top: 2%;
  }
  #concept-body .six-features .six-features__container dl dd h3 {
    padding: 0 0 25px 21.5%;
    font-size: 2.2rem;
  }
  #concept-body .six-features .six-features__container dl dd .feature1::before, #concept-body .six-features .six-features__container dl dd .feature7::before, #concept-body .six-features .six-features__container dl dd .feature6::before, #concept-body .six-features .six-features__container dl dd .feature5::before, #concept-body .six-features .six-features__container dl dd .feature4::before, #concept-body .six-features .six-features__container dl dd .feature3::before, #concept-body .six-features .six-features__container dl dd .feature2::before {
    left: 8%;
  }
  #concept-body .six-features .six-features__container dl dd p {
    padding: 20px 0 25px 21.5%;
    font-size: 1.6rem;
  }
  #lineup-body .lineup_concept__list dl dt {
    width: 29%;
  }
  #lineup-body .lineup_concept__list dl dd {
    width: 71%;
  }
  #porte_base-body .porte_base_main {
    padding-left: 5%;
    padding-right: 5%;
  }
  #porte_base-body .howprice {
    padding-left: 5%;
    padding-right: 5%;
  }
  /*---------共通------------*/
  .m-facility__list {
    gap: 3%;
  }
  .m-facility__list li {
    width: 31%;
  }
  .m-facility__list li .ttl-main {
    font-size: 1.5rem;
  }
  footer .btmmain {
    background: #000;
    padding: 30px 15px 15px;
  }
  footer .btmmain .logo {
    width: 150px;
    margin: auto;
  }
  footer .btmmain address {
    font-size: 1.2rem;
  }
  footer .btmmain address .map {
    display: block;
    padding: 0;
    font-size: 16px;
  }
}
/*--------------------------------------------------------------------
Created : 2023/1/17
Last Update :  
Site URL : 
File name : _smartphone.css
Author: 
--------------------------------------------------------------------*/
/*=======================================================================================================================================
=========================================================================================================================================

Smartphone style

=========================================================================================================================================
=========================================================================================================================================*/
@media screen and (max-width: 559px), print {
  a.bt_list01 {
    margin-top: 30px;
    padding: 1.2em 5em;
  }
  .h1_contet_container {
    padding: 25px 5px;
  }
  .h1_contet_container .h1_contet {
    font-size: 3.8rem;
  }
  .h2-style--03 {
    font-size: 2.8rem;
  }
  .h2-style--02 {
    font-size: 2.8rem;
  }
  #index-body .index-maincopy {
    padding: 0 0 80px 0;
  }
  #index-body .index-maincopy__txt {
    font-size: 1.3rem;
  }
  #index-body .index-news .index-news__inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #index-body .index-news .index-news__inner h2 {
    width: 100%;
  }
  #index-body .index-news .index-news__inner h2 img {
    width: 105px;
  }
  #index-body .index-news .index-news__inner ul {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
  #index-body .index-news .index-news__inner ul li span {
    display: block;
    margin-right: 0;
  }
  #index-body .index-concept {
    margin: 0 auto;
    padding: 90px 0;
  }
  #index-body .index-concept .h2-style--01 {
    width: 180px;
    margin: 0 auto;
    text-align: center;
  }
  #index-body .index-concept h3 {
    width: 80%;
  }
  #index-body .index-concept__txt02 {
    font-size: 1.3rem;
  }
  #index-body .index-concept .swiper-container {
    width: 100%;
    margin-left: 0;
  }
  #index-body .index-concept .swiper-slide {
    transform: scale(0.8); /* 左右のスライドを小さくする */
  }
  #index-body .index-concept .swiper-slide-active {
    transform: scale(1.7); /* 中央のスライドは小さくしない */
  }
  #index-body .index-concept .swiper-button-prev {
    left: 5%;
  }
  #index-body .index-concept .swiper-button-next {
    right: 6%;
  }
  #index-body .index-lineup {
    padding: 50px 0 0 0;
  }
  #index-body .index-lineup .h2-style--01 {
    width: 160px;
  }
  #index-body .index-lineup .lineup_wrapper {
    width: 100%;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #index-body .index-lineup .lineup_wrapper .lineup_container {
    width: 100%;
    margin-bottom: 5px;
  }
  #index-body .index-lineup .lineup_wrapper .lineup_container div .lineup_txt01 {
    line-height: 2.5rem;
  }
  #index-body .index-lineup .lineup_wrapper .lineup_container div .lineup_txt02 {
    font-size: 1.4rem;
  }
  #index-body .index-works {
    margin: 0 auto;
    padding: 90px 0 45px 0;
  }
  #index-body .index-works .h2-style--01 {
    width: 160px;
    margin: 0 auto;
    text-align: center;
  }
  #index-body .index-works .works_wrapper {
    width: 100%;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #index-body .index-works .works_wrapper .works_article {
    width: 48%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  #index-body .index-works .works_wrapper .works_article figure img {
    width: 100%;
  }
  #index-body .index-works .works_wrapper .works_article div {
    padding-top: 1em;
    font-weight: normal;
  }
  #index-body .index-works .works_wrapper .works_article div .works_ttl {
    font-size: 1.4rem;
  }
  #index-body .index-works .works_wrapper .works_article div .works_txt02 {
    margin-top: 1em;
  }
  #index-body .index-event {
    padding: 45px 0 130px 0;
  }
  #index-body .index-event .h2-style--01 {
    width: 160px;
    margin: 0 auto;
  }
  #index-body .index-event .event_wrapper {
    width: 100%;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #index-body .index-event .event_wrapper .event_article_first {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  #index-body .index-event .event_wrapper .event_article_first figure {
    width: 100%;
  }
  #index-body .index-event .event_wrapper .event_article_first > div {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2em;
    background-color: #f8f8f8;
  }
  #index-body .index-event .event_wrapper .event_article_first > div div .event_ttl {
    font-size: 1.8rem;
  }
  #index-body .index-event .event_wrapper .event_article_first > div div .event_date {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  #index-body .index-event .event_wrapper .event_article_first > div div .event_com {
    margin-top: 1em;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  #index-body .index-event .event_wrapper .event_article_wrapper2 {
    justify-content: space-between;
  }
  #index-body .index-event .event_wrapper .event_article_wrapper2 .event_article {
    width: 48%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  #index-body .index-event .event_wrapper .event_article_wrapper2 .event_article figure img {
    width: 100%;
  }
  #index-body .index-event .event_wrapper .event_article_wrapper2 .event_article div {
    padding-top: 1em;
  }
  #index-body .index-event .event_wrapper .event_article_wrapper2 .event_article div .event_ttl {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #index-body .index-event .event_wrapper .event_article_wrapper2 .event_article div .event_date {
    margin-top: 1em;
    font-size: 1.3rem;
    color: #888888;
  }
  #index-body .index-event .event_wrapper .event_article_wrapper2 .event_article div .event_com {
    margin-top: 1em;
    line-height: 1.5;
  }
  #index-body .index-staff {
    padding: 83px 0 50px 0;
  }
  #index-body .index-staff .h2-style--01 {
    width: 180px;
  }
  #index-body .index-staff .staff_wrapper {
    flex-wrap: wrap;
  }
  #index-body .index-staff .staff_wrapper .staff_box {
    width: 100%;
    margin-bottom: 5em;
    display: flex;
    flex-wrap: wrap;
  }
  #index-body .index-staff .staff_wrapper .staff_box figure {
    width: 100%;
    text-align: center;
  }
  #index-body .index-staff .staff_wrapper .staff_box .profile {
    width: 100%;
    margin-top: 2em;
    padding-left: 0;
    text-align: center;
  }
  #index-body .index-staff .staff_wrapper .staff_box .profile .name {
    font-size: 1.4rem;
  }
  #index-body .staff_column {
    padding-bottom: 122px;
  }
  #index-body .staff_column h2 {
    background: url(images2/line_column_sp.svg) top center/100% no-repeat;
  }
  #index-body .staff_column .staff_column_wrapper {
    width: 100%;
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #index-body .staff_column .staff_column_wrapper .staff_column_article {
    width: 100%;
    margin-bottom: 3em;
  }
  #index-body .staff_column .staff_column_wrapper .staff_column_article__inner {
    display: flex;
  }
  #index-body .staff_column .staff_column_wrapper .staff_column_article__inner figure {
    width: 35%;
    overflow: hidden;
  }
  #index-body .staff_column .staff_column_wrapper .staff_column_article__inner figure img {
    width: 100%;
    aspect-ratio: 16/10;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #index-body .staff_column .staff_column_wrapper .staff_column_article__inner > div {
    width: 55%;
  }
  #index-body .staff_column .staff_column_wrapper .staff_column_article__inner > div .ttl {
    font-size: 1.4rem;
  }
  #index-body .staff_column .staff_column_wrapper .staff_column_article__inner > div .date {
    font-size: 1.3rem;
  }
  #index-body .staff_column .staff_column_wrapper .staff_column_article__inner > div .com {
    font-size: 1.4rem;
  }
  #index-body .staff_column .staff_column_wrapper .staff_column_article__inner > div .name {
    font-size: 1.3rem;
  }
  #concept-body .index-concept {
    margin: 0 auto;
    padding: 90px 0;
  }
  #concept-body .index-concept h3 {
    width: 80%;
  }
  #concept-body .index-concept .swiper-container {
    width: 100%;
    margin-left: 0;
  }
  #concept-body .index-concept .swiper-slide {
    transform: scale(0.8); /* 左右のスライドを小さくする */
  }
  #concept-body .index-concept .swiper-slide-active {
    transform: scale(1.7); /* 中央のスライドは小さくしない */
  }
  #concept-body .index-concept .swiper-button-prev {
    left: 5%;
  }
  #concept-body .index-concept .swiper-button-next {
    right: 6%;
  }
  #concept-body .six-features {
    padding: 100px 0 80px 0;
  }
  #concept-body .six-features .six-features__container dl {
    flex-wrap: wrap;
    margin-top: 80px;
  }
  #concept-body .six-features .six-features__container dl dt {
    width: 100%;
  }
  #concept-body .six-features .six-features__container dl dd {
    width: 100%;
    padding-top: 25px;
  }
  #concept-body .six-features .six-features__container dl dd h3 {
    padding: 0 0 25px 55px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  #concept-body .six-features .six-features__container dl dd .feature1::before, #concept-body .six-features .six-features__container dl dd .feature7::before, #concept-body .six-features .six-features__container dl dd .feature6::before, #concept-body .six-features .six-features__container dl dd .feature5::before, #concept-body .six-features .six-features__container dl dd .feature4::before, #concept-body .six-features .six-features__container dl dd .feature3::before, #concept-body .six-features .six-features__container dl dd .feature2::before {
    left: 0;
  }
  #concept-body .six-features .six-features__container dl dd p {
    padding: 20px 0 25px 0;
    font-size: 1.6rem;
  }
  #concept-body .concept_facility {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  #lineup-body .lineup_plan {
    margin-top: 70px;
  }
  #lineup-body .lineup_plan__txt01 {
    font-size: 2rem;
  }
  #lineup-body .lineup_plan__pricelist {
    width: 100%;
    min-width: 100%;
    font-size: 1.8rem;
  }
  #lineup-body .lineup_plan__pricelist td {
    line-height: 1.5;
  }
  #lineup-body .lineup_concept__list {
    padding: 15px 15px 35px;
  }
  #lineup-body .lineup_concept__list dl {
    flex-wrap: wrap;
    justify-content: center;
  }
  #lineup-body .lineup_concept__list dl dt {
    width: 60%;
    padding: 20px 0;
    font-size: 3.2rem;
    text-align: center;
  }
  #lineup-body .lineup_concept__list dl dd {
    width: 100%;
    padding: 20px 0;
    line-height: 1.6;
    font-size: 1.6rem;
  }
  #lineup-body .lineup_threepoint__list li {
    padding: 18px;
  }
  #lineup-body .lineup_threepoint__list li p {
    font-size: 1.6rem;
  }
  #lineup-body .lineup_threepoint__list li::before {
    margin-right: 22px;
  }
  #lineup-body .lineup_threepoint__txt01 {
    font-size: 2.2rem;
  }
  #lineup-body .lineup_facility {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  #porte_base-body .porte_base_plan {
    margin-top: 70px;
  }
  #porte_base-body .porte_base_plan__txt01 {
    font-size: 1.8rem;
  }
  #porte_base-body .porte_base_plan__txt01_green {
    font-size: 1.6rem;
  }
  #porte_base-body .porte_base_concept__list {
    padding: 15px 15px 35px;
  }
  #porte_base-body .porte_base_concept__list dl {
    flex-wrap: wrap;
    justify-content: center;
  }
  #porte_base-body .porte_base_concept__list dl dt {
    width: 100%;
    padding: 20px 0;
    font-size: 2.8rem;
    text-align: center;
  }
  #porte_base-body .porte_base_concept__list dl dd {
    width: 100%;
    padding: 20px 0;
    line-height: 1.6;
    font-size: 1.6rem;
  }
  #porte_base-body .plan_sample .photo {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  #porte_base-body .plan_sample .photo img {
    width: 47%;
    height: auto;
  }
  #porte_base-body .plan_sample .cap {
    font-size: 1.7rem;
  }
  #porte_base-body .gallery {
    margin-top: 70px;
  }
  #porte_base-body .threepoint {
    margin-top: 70px;
  }
  #porte_base-body .threepoint__list li {
    padding: 12px;
  }
  #porte_base-body .threepoint__list li::before {
    margin-right: 17px;
  }
  #porte_base-body .howprice .porte_base__pricelist {
    width: 100%;
    min-width: 100%;
    font-size: 1.8rem;
  }
  #porte_base-body .howprice .porte_base__pricelist td {
    line-height: 1.5;
  }
  #porte_base-body .howprice .campaign .stitle {
    font-size: 2.3rem;
  }
  #porte_base-body .howprice .campaign .main_txt {
    font-size: 1.6rem;
    margin: 30px 15px 30px 15x;
  }
  /*---------共通------------*/
  .m-facility__list li {
    width: 100%;
    margin-top: 35px;
  }
  .m-facility__list li .ttl-cate {
    font-size: 1.4rem;
  }
  .m-facility__list li .ttl-main {
    font-size: 1.6rem;
  }
  .m-facility__list li .img {
    width: 100%;
  }
  .m-lineup {
    padding: 50px 0 0 0;
  }
  .m-lineup .lineup_wrapper {
    width: 100%;
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m-lineup .lineup_wrapper .lineup_container {
    width: 100%;
    margin-bottom: 5px;
  }
  .m-lineup .lineup_wrapper .lineup_container div .lineup_txt01 {
    line-height: 2.5rem;
  }
  .m-lineup .lineup_wrapper .lineup_container div .lineup_txt02 {
    font-size: 1.4rem;
  }
  .m-lineup .bn_casa {
    width: 100%;
    margin: 3em auto 3em auto;
  }
  footer .ec-banner {
    padding-top: 50px;
  }
  footer .ec-banner img {
    width: 100%;
  }
  footer .porte_listen {
    padding-top: 80px;
  }
  footer .porte_listen h2 {
    max-width: 542px;
    margin: 0 auto;
  }
  footer .porte_listen .porte_listen__txt01 {
    font-size: 1.8rem;
  }
  footer .porte_listen .porte_listen__txt02 {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  footer .porte_listen .porte_listen__txt03 {
    margin-top: 30px;
    font-size: 1.3rem;
  }
  footer .bottom_inq {
    margin: 45px 0;
    flex-wrap: wrap;
  }
  footer .bottom_inq li {
    margin-top: 1em;
    width: 100%;
  }
  footer .footer_map iframe {
    height: 300px;
  }
  footer .btmmain {
    background: #000;
    padding: 30px 15px 15px;
  }
  footer .btmmain .logo {
    width: 200px;
    margin: 0 auto 30px;
  }
  footer .btmmain .sns {
    position: static;
    color: #fff;
    width: 220px;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  footer .btmmain .sns p {
    position: relative;
    margin-bottom: 20px;
  }
  footer .btmmain .sns p::before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    left: -20px;
    top: -5px;
    background: #fff;
    transform: rotate(-30deg);
  }
  footer .btmmain .sns p::after {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    right: -20px;
    top: -5px;
    background: #fff;
    transform: rotate(30deg);
  }
  footer .btmmain .sns .wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .btmmain .sns .wrap li {
    transition: all 0.1s ease-out;
    background: #fff;
    margin: 0 5px;
    border-radius: 30px;
    border: 1px solid #000;
  }
  footer .btmmain .sns .wrap li:hover {
    background: #000;
    border: 1px solid #fff;
  }
  footer .btmmain .sns .wrap li a {
    transition: all 0.1s ease-out;
    color: #000000;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    font-size: 20px;
    border-radius: 30px;
  }
  footer .btmmain .sns .wrap li:hover a {
    color: #ffffff;
  }
  footer .btmmain .sns .wrap li a:hover {
    text-decoration: none;
  }
  footer .btmmain address {
    position: initial;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 1.6;
    font-size: 14px;
  }
  footer .btmmain address .map {
    padding: 10px 0 0;
    font-size: 16px;
  }
  footer .btmmain address .map i {
    font-size: 20px;
    display: inline-block;
    margin-right: 5px;
  }
  footer .btmmain address .map a {
    color: #fff;
  }
  footer #copy {
    text-align: center;
    padding: 30px 0 5px;
    color: #ffffff;
  }
  footer #copy small {
    padding: 15px;
    display: block;
    font-size: 12px;
  }
}