@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "CormorantInfant-Bold";
  src: url(../fonts/CormorantInfant-Bold.ttf);
}
@font-face {
  font-family: "CormorantInfant-Light";
  src: url(../fonts/CormorantInfant-Light.ttf);
}
@font-face {
  font-family: "CormorantInfant-Medium";
  src: url(../fonts/CormorantInfant-Medium.ttf);
}
@font-face {
  font-family: "CormorantInfant-Regular";
  src: url(../fonts/CormorantInfant-Regular.ttf);
}
@font-face {
  font-family: "CormorantInfant-SemiBold";
  src: url(../fonts/CormorantInfant-SemiBold.ttf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "CormorantInfant-Bold";
  src: url(../fonts/CormorantInfant-Bold.ttf);
}
@font-face {
  font-family: "CormorantInfant-Light";
  src: url(../fonts/CormorantInfant-Light.ttf);
}
@font-face {
  font-family: "CormorantInfant-Medium";
  src: url(../fonts/CormorantInfant-Medium.ttf);
}
@font-face {
  font-family: "CormorantInfant-Regular";
  src: url(../fonts/CormorantInfant-Regular.ttf);
}
@font-face {
  font-family: "CormorantInfant-SemiBold";
  src: url(../fonts/CormorantInfant-SemiBold.ttf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Black";
  src: url(../fonts/NotoSerifCJKjp-Black.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url(../fonts/NotoSerifCJKjp-Bold.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-ExtraLight";
  src: url(../fonts/NotoSerifCJKjp-ExtraLight.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Light";
  src: url(../fonts/NotoSerifCJKjp-Light.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url(../fonts/NotoSerifCJKjp-Medium.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url(../fonts/NotoSerifCJKjp-Regular.otf);
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url(../fonts/NotoSerifCJKjp-SemiBold.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/************************************************

    SP layout
    スマホ時のcss

************************************************/
/* =========================================
    body  SP
    全体
========================================= */
/* =========================================
    main  SP
========================================= */
/*	cmn parts  SP
------------------------------------ */
.com-inner {
  padding: 50px 15px;
}

.com-sub-inner {
  padding: 50px 15px;
  margin: auto;
}

.com-ttl01-sub::before {
  width: 29px;
  height: 35px;
  left: -15px;
  top: -10px;
}
.com-ttl01-main {
  margin-top: 0;
}

.com-btn01 {
  width: 300px;
  padding: 16px 10px;
}
.com-btn01::after {
  right: 15px;
}

.com-btn02 {
  width: 320px;
  font-size: 15px;
  padding: 0 30px 15px 0;
}
.com-btn02::after {
  width: 26px;
  height: 26px;
  background: url(/img/all/news-arw.png) no-repeat center 8px/5px;
}
.com-btn02-lg::after {
  top: 10px;
}

.com-line {
  width: 290px;
  height: 70px;
}
.com-line::before {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.com-line::after {
  padding: 2px;
}

.com-instagram {
  width: 290px;
  height: 70px;
}
.com-instagram::before {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}
.com-instagram::after {
  padding: 2px;
}

.com-mail {
  width: 290px;
  height: 70px;
}
.com-mail::before {
  width: 30px;
  height: 24px;
  margin-right: 20px;
}
.com-mail::after {
  padding: 2px;
}

.com-tel {
  text-align: center;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 20px;
}

.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 10px 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0;
}
.com-table01 tr:last-of-type th {
  border-bottom: 1px solid #ff67a1;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #ff67a1;
}
.com-table01 th {
  display: block;
  width: 100%;
  padding: 10px;
}
.com-table01 td {
  display: block;
  padding: 15px 10px;
  border-bottom: none;
}

/* =========================================
    top  sp
    top-concept
========================================= */
#top-concept .bg {
  position: static;
}
#top-concept .container-box {
  width: 100%;
}
#top-concept .container-img {
  position: unset;
  width: 100%;
  margin-top: 25px;
}
#top-concept .txt {
  margin-top: 25px;
}
#top-concept .wrap {
  margin-top: 35px;
}
#top-concept .wrap-ttl-deco {
  padding: 0 25px;
}
#top-concept .list {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}
#top-concept .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}

/* =========================================
    top  sp
    top-service
========================================= */
#top-service .bg::before {
  min-height: 2400px;
}
#top-service .txt {
  text-align: left;
  margin-top: 35px;
}
#top-service .list {
  display: block;
  margin-top: 35px;
}
#top-service .list-item {
  margin: 0 auto;
}
#top-service .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}

/* =========================================
    top  sp
    top-reason
========================================= */
#top-reason .container {
  display: block;
}
#top-reason .container-box {
  width: 100%;
  margin-top: 0;
}
#top-reason .list {
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 0;
  margin-top: 20px;
  gap: 15px;
}
#top-reason .list-item {
  width: 207px;
  height: 207px;
  margin: 0 auto;
  padding-top: 30px;
  outline-offset: 3px;
}
#top-reason .list-item:nth-of-type(n + 2) {
  margin-left: auto;
}
#top-reason .list-item:nth-of-type(n + 3) {
  margin-top: 0;
}
#top-reason .list-item:nth-of-type(3) {
  margin-left: auto;
}

/* =========================================
    top  sp
    top-contact
========================================= */
#top-contact .bg {
  margin-bottom: 50px;
}
#top-contact .wrap {
  margin-top: 40px;
  padding: 50px 15px;
}
#top-contact .list {
  display: block;
  margin-top: 35px;
}
#top-contact .list-item {
  width: 290px;
  margin: 0 auto;
}
#top-contact .list-item:nth-of-type(n + 2) {
  margin-top: 15px;
  margin-left: auto;
}

/* =========================================
    top  sp
    top-news
========================================= */
#top-news .ttl {
  text-align: center;
}
#top-news .container {
  position: relative;
  display: block;
  padding-bottom: 100px;
}
#top-news .container-box {
  width: 100%;
  min-height: auto;
  position: unset;
}
#top-news .list {
  margin-left: 0;
  margin-right: 0;
}
#top-news .list-item:first-of-type {
  padding-top: 20px;
}
#top-news .list-top {
  display: block;
}
#top-news .list-link {
  padding: 20px 30px 20px 0;
}
#top-news .list-link::after {
  width: 31px;
  height: 31px;
}
#top-news .btn {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

/* =========================================
    top  sp
    top-company
========================================= */
#top-company .ttl {
  text-align: center;
}
#top-company .container-box {
  width: 100%;
  min-height: unset;
  margin-left: 0;
}
#top-company .container-img {
  position: unset;
}

/* =========================================
    top  sp
    top-map
========================================= */
#top-map .map {
  height: 250px;
}

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

    sub layout  SP
    下層ページのスマホ時css
		sub-sp

========================================= */
/* =========================================
    sub  SP
========================================= */
#com-sub-section .bg {
  position: static;
}
#com-sub-section .ttl-sub {
  line-height: 1.2;
}
#com-sub-section .ttl-sub::before {
  left: calc(50% - 130px);
  top: -15px;
}
#com-sub-section .ttl-sub-decoration::before {
  left: calc(50% - 80px);
}
#com-sub-section .ttl-sub-tower::before {
  left: calc(50% - 145px);
}
#com-sub-section .wrap {
  display: block;
  margin-top: 35px;
}
#com-sub-section .wrap-box {
  margin-top: 20px;
  margin-left: 0;
}
#com-sub-section .wrap-img {
  width: 100%;
}
#com-sub-section .wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#com-sub-section .list {
  gap: 25px;
  justify-content: center;
  margin-top: 35px;
}

#com-sub-detail .bg {
  position: static;
}
#com-sub-detail .wrap {
  display: block;
  margin-top: 35px;
}
#com-sub-detail .wrap-box {
  margin-top: 20px;
  margin-left: 0;
}
#com-sub-detail .wrap-img {
  width: 100%;
}
#com-sub-detail .wrap-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#com-sub-detail .list {
  gap: 15px;
  margin-top: 35px;
}
#com-sub-detail .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 60vw;
  min-height: 210px;
}

#sub-gallery .list {
  gap: 20px 15px;
}
#sub-gallery .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
}
#sub-gallery .list-img {
  height: 55.7vw;
  min-height: 195px;
}
#sub-gallery .list-ttl {
  font-size: 16px;
  margin-top: 5px;
}
#sub-gallery .list-txt {
  font-size: 14px;
}

/* =========================================
    sub  SP
    sub-about
========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
/* =========================================
    sub  SP
    sub-about
========================================= */
/* =========================================
    sub  SP
    sub-news
========================================= */
#sub-news .bg {
  position: static;
}
#sub-news .com-ttl02 {
  padding-bottom: 5px;
}
#sub-news .com-news-post-flex {
  display: block;
}
#sub-news .com-news-post-link {
  padding: 30px 15px;
}
#sub-news .com-news-post-img {
  width: 250px;
  margin: 0 auto 25px;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .news-post-flex {
  display: block;
}
#sub-news .news-post-time {
  margin-left: 5px;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list .tag-list {
  margin-top: 50px;
  display: block;
}
#tag-btn-list .tag-list-item {
  max-width: unset;
}
#tag-btn-list .tag-list-item:nth-of-type(n + 2) {
  margin-top: 15px;
}

/* =========================================
    sub  SP
    news-detail
========================================= */
#news-detail .inner {
  position: static;
}
#news-detail .detail-inner {
  padding: 80px 10px;
}
#news-detail .detail-list {
  margin-top: 10px;
  padding: 0 10px;
}
#news-detail .detail-content {
  margin-top: 30px;
  padding: 0 10px;
}

/* =========================================
    sub  SP
    sub-contact
========================================= */
#sub-method .bg {
  position: static;
}
#sub-method .txt {
  margin-top: 35px;
  text-align: left;
}
#sub-method .wrap {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
  padding: 35px 15px;
}

#sub-contact .com-btn01 {
  width: 250px;
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 25px auto 0;
}
.contact-form-table td {
  padding: 10px;
}

/* =========================================
    sub  SP
    sub-complete
========================================= */
#sub-complete .bg {
  position: static;
}
#sub-complete .link {
  display: block;
  margin: 50px auto 0;
}
#sub-complete .container-box {
  margin: 25px auto 0;
  text-align: left;
  max-width: 465px;
}

/* =========================================
    sub  SP
    sub-site
========================================= */
#sub-site .bg {
  position: static;
}
#sub-site .list {
  margin: 40px auto 0;
}

/* =========================================
    sub  SP
    sub-privacy
========================================= */
#sub-privacy .bg {
  position: static;
}
#sub-privacy .privacy-box {
  margin-top: 25px;
}

/* =========================================
    sub  SP
    sub-error
========================================= */
#sub-error .bg {
  position: static;
}
#sub-error .ttl {
  font-size: 27px;
}
#sub-error .txt {
  font-size: 15px;
}