@charset "UTF-8";
main {
  /* === MV/Swiper を必ず見えるようにする強制レイアウト === */
  /* grid内の高さ潰れ対策 */
  /* 念のため */
  /* MVの白い飾りレイヤー等がある場合は下げる/消す */
}
main .mv {
    min-height: 770px;
    overflow: hidden;
    height: calc(125vh - 60px);
    background-size: cover;
    background-position: center center;
}
main .mv .mv_bg_wap {
  position: absolute; /* 全面に広げる */
  inset: 0; /* top:0 right:0 bottom:0 left:0 */
  height: 100%;
}
main .mv .mv_bg_wap img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: cover; /* cover相当 */
  object-position: center; /* center相当 */
}
main .mv .txt_wap01 {
  top: 37%;
  z-index: 1;
}
main .mv .txt_wap01 img {
  max-width: initial;
  height: calc(100vh - 350px);
  width: auto;
  min-height: 64vh;
}
main .mv .txt_wap02 {
  top: 40%;
  left: 5%;
}
main .mv .txt_wap03 {
  right: 0;
  background-image: url(../img/top/bg_line01.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 70px 30px 0 0;
  background-position: bottom right;
}
main .mv {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
main .mv-col {
  position: relative;
  min-width: 0;
  min-height: 0;
  z-index: 1;
}
main .mv .swiper {
  width: 100%;
  height: 100%;
  z-index: -1;
}
main .mv .swiper-wrapper {
  height: 100%;
}
main .mv .swiper-slide {
  height: 100% !important;
}
main .mv .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
main .mv::before, main .mv::after {
  pointer-events: none;
}
main .mv-copy {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
}
main .top_section01 {
  background-image: url(../img/top/bg_line01.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: -280px;
  position: relative;
  z-index: 9;
}
main .top_section04 .inner .txt_wap01 {
  position: relative;
  left: -20px;
}
main .top_section04 .inner .txt_wap01 .txt01 {
  padding-left: 22%;
}
main .top_section04.top_section04_02 .inner .txt_wap01 {
  left: 20px;
}
main .top_section04.top_section04_02 .inner .txt_wap01 .txt01 {
  padding-right: 22%;
  padding-left: 0;
}
main .top_section04.top_section04_02 .inner .txt_wap01 .btn_wap {
  padding-right: 22%;
}
main .cat_news {
  background-color: #804E21;
}
main .cat_blog {
  background-color: #006835;
}
main a.cat_news {
  background-color: #804E21;
}
main a.cat_news:hover {
  background-color: #fff;
  color: #804E21;
  opacity: 1;
}
main a.cat_blog {
  background-color: #006835;
}
main a.cat_blog:hover {
  background-color: #fff;
  color: #006835;
  opacity: 1;
}

.sub_ttl {
  padding: 90px 0;
}

.sub_ttl01 {
  background: url("../img/common/sub_bg.jpg") no-repeat bottom;
  background-size: cover;
}

.sub_ttl02 {
  background: url("../img/common/sub_bg02.jpg") no-repeat bottom;
  background-size: cover;
}

.sub_ttl03 {
  background: url("../img/common/sub_bg03.jpg") no-repeat bottom;
  background-size: cover;
}

.sub_ttl04 {
  background: url("../img/common/sub_bg04.jpg") no-repeat bottom;
  background-size: cover;
}

.sub_ttl05 {
  background: url("../img/common/sub_bg05.jpg") no-repeat bottom;
  background-size: cover;
}

.sub_ttl06 {
  background: url("../img/common/sub_bg06.jpg") no-repeat bottom;
  background-size: cover;
}

.sub_ttl07 {
  background: url("../img/common/sub_bg07.jpg") no-repeat bottom;
  background-size: cover;
}

.sub_ttl08 {
  background: url("../img/common/sub_bg08.jpg") no-repeat bottom;
  background-size: cover;
}

.sub_ttl09 {
  background: url("../img/common/sub_bg09.jpg") no-repeat bottom;
  background-size: cover;
}

.sub_ttl10 {
  background: url("../img/common/sub_bg10.jpg") no-repeat bottom;
  background-size: cover;
}

/*---------------------cont/---------------------*/
.bg01 {
  background: url("../img/top/top01.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0;
}

.table01 {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  width: 100%;
}

.table01 th {
  padding: 20px 30px;
  border-right: 1px solid #ccc;
  width: 27%;
}

.table01 td {
  padding-left: 30px;
  line-height: 1.6;
}

table.contact_form {
  width: 90%;
  margin: 40px auto 40px auto;
}

table.contact_form th {
  padding: 2% 1%;
  text-align: center;
  border-right: 1px solid #B5B3BB;
  width: 27%;
  vertical-align: top;
}

table.contact_form td {
  width: 69%;
  text-align: left;
  padding: 2% 2% 2% 6%;
  font-weight: 200;
}

table.contact_form td a {
  color: #716A8A;
}

label {
  font-weight: 400;
}

.con_frame01 input {
  height: 30px;
  width: 100%;
  border: 1px solid #CCCCCC;
  font-weight: 400;
}

.con_frame06 textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #CCCCCC;
  font-weight: 400;
}

.con_frame01 input:focus,
.con_frame06 textarea:focus {
  outline: none;
}

form .btn_main {
  background-color: transparent;
  padding: 0;
  border: none;
}

form .btn_main:hover {
  border: none;
  background-color: transparent;
  color: inherit;
}

form .btn_main input {
  border: #F09C67 solid 1px;
  background-color: #F09C67;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  padding: 0.7vw 1.5vw;
  max-width: 360px;
  line-height: 1.6;
  transition: 0.3s;
}

form .btn_main input:hover {
  border: #F09C67 solid 1px;
  background-color: rgba(255, 255, 255, 0);
  color: #F09C67;
}

input[type=button],
input[type=submit] {
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
  transition: 0.3s;
  width: 200px;
}

/*::    例の見た目   ::*/
/* Chrome */
::-webkit-input-placeholder {
  color: #D6D6D6;
  padding-left: 5px;
  padding-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
}

/* Firefox */
::-moz-placeholder {
  color: #D6D6D6;
  padding-left: 5px;
  padding-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
}

/* IE */
:-ms-input-placeholder {
  color: #D6D6D6;
  padding-left: 5px;
  padding-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
}

/*************************** main slider ****************************/
.main-view .main-view-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/*************************** main slider ****************************/
.contact.form_link {
  width: 310px;
  margin: 40px auto 0;
}

.cont02 > img {
  position: relative;
  padding: 0;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cont02 .cont02_txt_box {
  position: relative;
  z-index: 10;
  margin-top: 50px;
  right: 50px;
}

.cont04 {
  background: url("../img/about/about00.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0;
}

.cont04.company {
  background: url("../img/compnay/company01.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0;
}

.cont05 .cont05_box {
  margin: 30px 0 0;
}

.cont06 .cont06-row img, .cont06 .cont06-row p {
  width: 47%;
}

.cont08 .cont08_box_txt02 i {
  font-size: 36px;
}

.cont09 .cont09_box {
  display: block;
  height: auto;
  overflow: hidden;
}

.cont09 .cont09_box figure {
  position: relative;
}

.cont09 .cont09_box figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 230px;
}

.cont09 .cont09_box figure p {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cont09 .cont09_box figure .material-icons-outlined {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70%;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  transition: 0.3s;
}

.cont09 .cont09_box figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}

.cont09 .cont09_box figure:hover .material-icons-outlined {
  background-color: #FFFFFF;
  color: #F09C67;
}

.cont11 .cont11-box table {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
}

.cont11 .cont11-box table tr {
  border-bottom: 1px solid #ccc;
}

.cont11 .cont11-box table tr:last-child {
  border-bottom: none;
}

.cont11 .cont11-box .table-ptn02 thead tr:last-child {
  border-bottom: 1px solid #ccc;
}

.cont11 .cont11-box table tr th, .cont11 .cont11-box table tr td {
  padding: 20px;
}

.cont11 .cont11-box table tr th {
  width: 25%;
  vertical-align: middle;
}

.cont11 .cont11-box .table-ptn02 tr th, .cont11 .cont11-box .table-ptn02 tr td {
  border-right: 1px solid #ccc;
}

.cont11 .cont11-box .table-ptn02 tr th:last-child, .cont11 .cont11-box .table-ptn02 tr td:last-child {
  border-right: none;
}

.cont12 .cont12-wrap {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cont12 .cont12-wrap .cont12-item {
  background-color: #f5f5f5;
  padding: 20px 20px 20px 0;
}

.cont12 .cont12-wrap .cont12-item img {
  max-width: 250px;
  width: 30%;
}

.cont12 .cont12-wrap .material-icons {
  font-size: 50px !important;
}

.cont12 .cont12-wrap .cont12-item p:first-child {
  width: 100px;
  text-align: center;
  flex-shrink: 0;
}

.cont12.cont12-1 .cont12-wrap .cont12-item p:first-child {
  border-right: 1px solid #F09C67;
}

.cont12 .cont12-wrap .cont12-item p:last-child {
  padding-left: 20px;
}

.anchor-point {
  transform: translateY(-80px);
}

.anchor-link a {
  border: 1px solid #F09C67;
  padding: 10px 40px;
  transition: 0.3s;
}

.anchor-link a:nth-child(2) {
  margin: 0 20px;
}

.anchor-link a::after {
  content: "\e5cf";
  font-family: "Material Icons";
  font-size: 30px;
  margin-left: 20px;
}

.anchor-link a:hover {
  background-color: #F09C67;
  color: #FFFFFF;
  opacity: 1;
}

.cont13 .cont13-wrap .cont13-item {
  background-color: #ffffff;
  border: 1px solid #F09C67;
  padding: 20px;
}

.cont13 .cont13-wrap .cont13-item .switch {
  display: none;
  border-top: 1px solid #F09C67;
  padding-top: 20px;
  margin-top: 20px;
}

.cont13 .cont13-wrap .cont13-item .cont13-item-q {
  cursor: pointer;
}

.cont13 .cont13-wrap .cont13-item .cont13-item-q .material-icons-outlined {
  margin-left: 20px;
  font-size: 30px;
  transition: 0.4s;
}

.cont13 .cont13-wrap .cont13-item .cont13-item-q .material-icons-outlined.open {
  transform: rotate(180deg);
}

.cont13 .cont13-wrap .cont13-item p:first-child {
  border-right: none;
  width: 10vw;
}

.cont13 .cont13-wrap .cont13-item p:last-child {
  padding-left: 0;
}

.cont14 .cont14-row-wrap .cont14-row {
  gap: 4%;
}

.cont14 .cont14-row-wrap .cont14-row:nth-child(even) {
  flex-direction: row-reverse;
}

.cont14 .cont14-row-wrap .cont14-row .cont14-row-image {
  width: 35%;
}

.cont14 .cont14-row-wrap .cont14-row .cont14-row-image img {
  max-width: 100%;
  width: 100%;
}

.about-content-container {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.about-content {
  border: 1px solid;
  width: 48%;
  padding: 20px;
}

.facility-content {
  border: 1px solid #006835;
  border-radius: 20px;
  padding: 30px;
}

.fees-content-container {
  flex-direction: row !important;
}

.fees-content02 {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
}

.fees-content {
  border: #006835 1px solid;
  border-radius: 20px;
  padding: 40px;
}

.price {
  background-color: #FFFFFF;
  max-width: 450px;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

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

/*---------------------cont/---------------------*/