@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	変数設定

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* color */
/* font */
/* trans */
/* margin */
/* box */
/* 固定ページ */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	HOME【homePage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#homePage #keyvisualBlock {
  position: relative;
  padding-top: 180px;
  margin-bottom: 40px;
  background: url(../img/top/keyvisual_bg.jpg) no-repeat bottom 160px center;
  z-index: -1;
  background-size: cover;
}
#homePage #keyvisualBlock .container_l {
  position: relative;
  text-align: right;
}
#homePage #keyvisualBlock .container_l .swiper {
  margin-top: 80px;
  width: 960px;
}
#homePage #keyvisualBlock .container_l .swiper .swiper-wrapper .swiper-slide img {
  border-radius: 20px;
  overflow: hidden;
}
#homePage #keyvisualBlock .container_l #scrollBar {
  position: absolute;
  bottom: 70px;
  left: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 30px;
}
#homePage #keyvisualBlock .container_l #scrollBar img {
  width: 10px;
}
#homePage #keyvisualBlock .container_l #scrollBar #bar {
  width: 2px;
  height: 200px;
  background: #0e6680;
}
#homePage #keyvisualBlock #keyvisualLead {
  position: absolute;
  top: 200px;
  left: 80px;
  font-size: 5rem;
  color: #9bd2ec;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
#homePage .lead_box {
  width: 500px;
  text-align: left;
}
#homePage .lead_box h2 {
  font-size: 3rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
#homePage .lead_box p {
  margin-bottom: 60px;
}
#homePage #conceptBlock {
  background: url(../img/top/concept_bg.png) no-repeat bottom 100px left 70%;
}
#homePage #conceptBlock .concept_box {
  display: flex; /*flex-direction:row-reverse;*/
  justify-content: center;
}
#homePage #conceptBlock .concept_box .lead_box {
  margin-top: 350px;
}
#homePage #conceptBlock .concept_box #conceptImg_1 {
  width: 600px;
}
#homePage #conceptBlock #conceptImg_2 {
  position: relative;
  margin-top: 80px;
}
#homePage #conceptBlock #conceptImg_2 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #fff;
  text-shadow: 3px 5px 16px rgba(193, 193, 176, 0.3);
}
#homePage #conceptBlock #conceptImg_2 img {
  width: 84%;
  margin-left: 16%;
}
#homePage #serviceBlock {
  padding-top: 80px;
  background: url(../img/top/service_bg.png) no-repeat top left 30%;
}
#homePage #serviceBlock .service_box .lead_box {
  margin-left: calc((100% - 1000px) / 2);
}
#homePage #serviceBlock .service_box #serviceImg_1 {
  width: 490px;
  margin-left: 60%;
}
#homePage #locationBlock {
  padding-top: 200px;
  padding-bottom: 50px;
  background: url(../img/top/locations_bg.png) no-repeat top center;
  background-size: cover;
}
#homePage #locationBlock .location_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
#homePage #locationBlock .location_box .lead_box {
  margin-left: 130px;
}
#homePage #locationBlock .location_box #location_1 {
  width: 480px;
}
#homePage #menuBlock {
  position: relative;
  padding-top: 280px;
  padding-bottom: 80px;
  background: url(../img/top/menu_bg.png) no-repeat top 120px left 30%;
}
#homePage #menuBlock .menu_box .lead_box {
  position: relative;
  z-index: 2;
  width: 600px;
  padding: 100px 0 100px 100px;
  margin-left: calc((100% - 1000px) / 2 - 100px);
  background: url(../img/top/menu_bg.svg) no-repeat top right;
  background-size: 100%;
}
#homePage #menuBlock .menu_box #menu_1 {
  position: absolute;
  top: 270px;
  left: calc(50% - 100px);
  width: 770px;
  z-index: 1;
}
#homePage #galleryBlock {
  padding-bottom: 180px;
  background: url(../img/top/gallery_bg_01.png) no-repeat top left calc((100% - 800px) / 2), url(../img/top/gallery_bg_02.png) no-repeat top 100px right calc((100% - 600px) / 2);
}
#homePage #galleryBlock .gallery_box .lead_box {
  width: 100%;
}
#homePage #galleryBlock .gallery_box .lead_box .gallery_list {
  margin-bottom: 60px;
}
#homePage #reviewBlock {
  padding: 100px 0 280px;
  background: url(../img/top/review_bg.jpg) no-repeat top center;
  background-size: cover;
}
#homePage #reviewBlock .review_box {
  display: flex;
  gap: 60px;
  align-items: flex-end;
}
#homePage #reviewBlock .review_box .lead_box {
  width: 550px;
}
#homePage #reviewBlock .review_box #review_1 {
  width: 490px;
}
#homePage #blogBlock {
  margin: -80px auto 80px;
}
#homePage #blogBlock .blog_box {
  padding: 0 50px 70px 50px;
  background: url(../img/top/blog_bg.jpg);
}
#homePage #blogBlock .blog_box .lead_box {
  width: 100%;
}
#homePage #blogBlock .blog_box .lead_box .archive_list {
  width: 86%;
  margin: 0 auto 60px;
}
#homePage #bannerBlock ul {
  display: flex;
  gap: 100px;
  justify-content: center;
}
#homePage #bannerBlock ul li {
  width: 420px;
}
#homePage #bannerBlock ul li a:hover {
  opacity: 0.75;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	CONCEPT【conceptPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#conceptPage #img_01 {
  width: calc(100% - (50% - 500px));
  text-align: left;
  margin-bottom: 120px;
}
#conceptPage #businessBlock {
  padding: 60px 0 120px;
  background: url(../img/top/blog_bg.jpg);
}
#conceptPage #businessBlock section ul {
  display: flex;
  gap: 80px 50px;
  flex-wrap: wrap;
  margin-top: 50px;
}
#conceptPage #businessBlock section ul li {
  width: calc((100% - 100px) / 3);
}
#conceptPage #businessBlock section ul li figure {
  position: relative;
  text-align: center;
}
#conceptPage #businessBlock section ul li figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  text-shadow: 2px 5px 10px rgba(118, 67, 0, 0.6);
}
#conceptPage #achievementBlock {
  padding: 60px 0 120px;
}
#conceptPage #achievementBlock ul {
  width: 86%;
}
#conceptPage #achievementBlock ul li {
  display: flex;
  padding: 20px 20px 10px 0;
  border-bottom: 1px solid #c9c9c9;
}
#conceptPage #achievementBlock ul li time {
  width: 150px;
  font-size: 1.125rem;
  font-weight: 600;
}
#conceptPage #achievementBlock ul li p {
  width: calc(100% - 150px);
}
#conceptPage #messageBlock_1 {
  position: relative;
  padding: 120px 0;
  margin-bottom: 120px;
  text-align: left;
  background: url(../img/concept/message_bg_01.png) no-repeat top center;
  background-size: 100% 100%;
}
#conceptPage #messageBlock_1 .container .headline {
  margin-bottom: 50px;
}
#conceptPage #messageBlock_1 .message_box {
  position: relative;
  margin: 0 auto;
  z-index: 3;
}
#conceptPage #messageBlock_1 .message_box figure {
  width: 420px;
  margin-left: calc((100% - 1000px) / 2 + 620px);
  margin-top: -120px;
}
#conceptPage #messageBlock_1 .message_box .text_box_1 {
  width: calc(100% - 390px - (50% - 600px));
  background: #fff;
  padding: 60px 100px 60px calc(50% - 550px);
  border-radius: 0 25px 25px 0;
  margin: -360px 0 30px 0;
}
#conceptPage #messageBlock_1 .text_box_2 {
  width: 83%;
  margin-left: 17%;
  padding: 60px calc((100% - 1100px) / 2) 60px 60px;
  border-radius: 25px 0 0 25px;
  background: #fff;
}
#conceptPage #bg_02 {
  position: absolute;
  top: 0;
  right: calc((100% - 1200px) / 2);
  z-index: 1;
}
#conceptPage #messageBlock_2 {
  position: relative;
  text-align: left;
  padding-bottom: 120px;
}
#conceptPage #messageBlock_2 .message_box figure {
  width: 420px;
  margin-left: calc((100% - 1200px) / 2);
}
#conceptPage #messageBlock_2 .message_box .text_box_1 {
  width: calc(100% - (50% - 600px) - 380px);
  background: #fff;
  padding: 60px calc((100% - 1200px) / 2 + 60px) 60px 80px;
  margin: -440px 0 40px calc((100% - 1200px) / 2 + 380px);
  border-radius: 25px 0 0 25px;
  box-shadow: 0px 0px 40px 40px #feece8;
}
#conceptPage #messageBlock_2 .message_box .text_box_2 {
  width: 75%;
  background: #fff;
  padding: 60px 60px 60px calc((100% - 1000px) / 2);
  border-radius: 0 25px 25px 0;
}
#conceptPage #bg_03 {
  position: absolute;
  bottom: 0;
  left: calc(50% + 200px);
  z-index: -1;
}
#conceptPage .sign {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
#conceptPage .sign::first-letter {
  color: #d5918f;
}
#conceptPage h6 {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  background: #fc8d8d;
  padding: 5px 40px;
  text-shadow: 0px 0px 5px rgba(236, 60, 6, 0.8);
  margin-bottom: 10px;
}
#conceptPage .text_box_1 p span,
#conceptPage .text_box_2 p span {
  background: linear-gradient(transparent 60%, #f3dcc5 60%);
}
  /* 追記 */
  #conceptPage #conceptMVV {
    margin: 0 auto 150px;
  }
  #conceptMVV ul {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 90%;
    padding-bottom: 30px;
    margin: 0 auto;
}
#conceptPage #conceptMVV ul li {
    width: 30%;
    background-color: #fff;
    border-radius: 15px;
    border: 3px solid #fea89a;
    box-shadow: 6px 6px 10px 0px #fea89a;
    text-align: center;
    padding: 50px 2%;
}
#conceptPage #conceptMVV ul li h3 {
    font-family: "Jost", sans-serif;
    font-size: 40px;
    color: #fea89a;
    margin: 0 auto 35px;
    line-height: 1;
    font-weight: 300;
}
#conceptPage #conceptMVV ul li p {
    line-height: 1.8;
    font-weight: 500;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	SERVICE【servicePage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#servicePage #serviceBlock > section h4 {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 50px;
}
#servicePage #serviceBlock > section #pointList li {
  display: flex;
  gap: 10%;
}
#servicePage #serviceBlock > section #pointList li figure {
  position: relative;
  width: 40%;
  overflow: visible;
}
#servicePage #serviceBlock > section #pointList li figure figcaption {
  position: absolute;
  top: -45px;
  left: 0;
  font-size: 3.625rem;
  line-height: 1;
  font-family: "Jost", sans-serif;
  font-weight: 300;
}
#servicePage #serviceBlock > section #pointList li figure figcaption span {
  font-size: 5rem;
  vertical-align: baseline;
  margin-left: 15px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
#servicePage #serviceBlock > section #pointList li section {
  width: 50%;
}
#servicePage #serviceBlock > section #pointList li section h5 {
  font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    line-height: 2;
    margin-bottom: 15px;
    color: #338899;
}
#servicePage #serviceBlock > section #pointList li:nth-child(even) {
  flex-direction: row-reverse;
}
#servicePage #serviceBlock > section #pointList li:nth-child(even) figure figcaption {
  left: auto;
  right: 0;
}
#servicePage #serviceBlock > section #pointList li:not(:last-child) {
  margin-bottom: 80px;
}
#servicePage #serviceBlock > section:not(:last-child) {
  margin-bottom: 120px;
}
/* 追記 */
#servicePage #serviceGo {
  background: url(../img/service/service_check_bg.jpg) no-repeat center /cover;
  padding: 100px 0 85px;
  margin: 300px auto 40px;
  overflow: visible;
}
#servicePage #serviceGo .serviceGo_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#servicePage #serviceGo .serviceGo_txt {
  width: 50%;
  text-align: left;
}
#servicePage #serviceGo .serviceGo_txt h3 {
  max-width: 385px;
  margin-bottom: 20px;
}
#servicePage #serviceGo figure {
  width: 40%;
  margin-top: -230px;
}
/*  */
#servicePage #serviceBlock {
  background: url(../img/service/service_reason_bg.jpg) no-repeat top center /contain;
}
/*  */
#servicePage #service_use {
  background: url(../img/service/service_check_bg.jpg) no-repeat center /cover;
  text-align: left;
  padding: 75px 0 120px;
  margin: 130px auto 0;
}
#servicePage #service_use .service_use_inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
#servicePage #service_use h4 {
  font-size: 2.8rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
}
#servicePage #service_use h5 {
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	COMPANY【companyPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#companyPage #companyBlock table {
  width: 700px;
}
#companyPage #companyBlock table tr {
  display: flex;
  border-bottom: 1px solid #c9c9c9;
}
#companyPage #companyBlock table tr th {
  width: 200px;
  padding: 10px 0 0 70px;
}
#companyPage #companyBlock table tr td {
  width: calc(100% - 100px);
  padding: 10px 70px 0 0;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	PRIVACY【privacyPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#privacyPage #leadBlock p {
  width: 100%;
}
#privacyPage #privacyBlock ul li {
  margin-bottom: 30px;
}
#privacyPage #privacyBlock ul li h3 {
  font-size: 1.375rem;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}
#privacyPage #privacyBlock ul li p {
  line-height: 2;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	SITEMAP【sitemapPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#sitemapPage #sitemapBlock h3 {
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  border-bottom: 2px solid #f0f1e7;
}
#sitemapPage #sitemapBlock #pageList {
  display: flex;
}
#sitemapPage #sitemapBlock #pageList ul {
  width: 50%;
}
#sitemapPage #sitemapBlock #pageList ul li {
  margin: 30px 30px;
}
#sitemapPage #sitemapBlock #pageList ul li a span {
  font-size: 1.4rem;
  vertical-align: baseline;
  margin-right: 30px;
  font-family: "Jost", sans-serif;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	Contact【contactPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#contactPage .required {
  display: inline-block;
  background: #f0f1e7;
  line-height: 1;
  vertical-align: middle;
  padding: 5px 10px;
  margin-left: 30px;
}
#contactPage #contactFormBlock table {
  width: 100%;
   table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}
#contactPage #contactFormBlock table tr th, #contactPage #contactFormBlock table tr td {
  vertical-align: middle;
}
#contactPage #contactFormBlock table tr th {
  display: block;
  padding: 0 0 0 0;
}
#contactPage #contactFormBlock table tr td {
  display: block;
  padding: 0 0 10px 0;
}
#contactPage #contactFormBlock table .zip td input {
  width: 10rem;
}
#contactPage #contactFormBlock table .zip td span {
  margin: 0 5px;
  vertical-align: middle;
}
#contactPage #contactFormBlock table .w100-1 {
  margin-left: 1rem;
  width: calc(100% - 1rem) !important;
  margin-top: 5px;
}
#contactPage #contactFormBlock #but_send {
  margin: 60px auto 120px;
  margin-left: 100px;
}
#contactPage #contactFormBlock #but_send p {
  display: flex;
  gap: 40px;
  justify-content: center;
}
#contactPage #contactFormBlock #but_send p input {
  font-size: 1.2rem;
  line-height: 30px;
  color: #fff;
  background: #76bbc9;
  border: 1px solid #76bbc9;
  width: 300px;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
  cursor: pointer;
}
#contactPage #contactFormBlock #but_send p input:hover {
  opacity: 0.75;
}
#contactPage #contactFormBlock #but_send p .back {
  background: #fff;
  border: 1px solid #76bbc9;
  color: #76bbc9;
}
#contactPage #contactFormBlock #but_send p .back:hover {
  opacity: 0.75;
}
#contactPage #contactFormBlock {
  /* 確認画面 */
}
#contactPage #contactFormBlock input.wpcf7c-conf,
#contactPage #contactFormBlock textarea.wpcf7c-conf {
  border: 0;
  padding: 0;
  background: #fff !important;
}
#contactPage #privacyBlock {
  margin: 60px auto;
}
#contactPage #privacyBlock ul li {
  text-indent: -1rem;
  padding-left: 1rem;
}
#contactPage {
  /* 確認画面 */
}
#contactPage .confirm table tr {
  border-bottom: 1px solid #c9c9c9;
}
#contactPage #thanksBlock {
  text-align: center;
}
#contactPage #thanksBlock p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	HOME【homePage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #homePage #keyvisualBlock {
    padding-top: 60px;
    margin-bottom: 20px;
    background-position: bottom 80px center;
  }
  #homePage #keyvisualBlock .container_l {
    width: 100%;
  }
  #homePage #keyvisualBlock .container_l .swiper {
    margin-top: 40px;
    width: calc(90% - 20px);
    margin-left: 10%;
  }
  #homePage #keyvisualBlock .container_l #scrollBar {
    bottom: 20px;
    left: 10px;
    width: 20px;
  }
  #homePage #keyvisualBlock .container_l #scrollBar #bar {
    width: 2px;
    height: 100px;
  }
  #homePage #keyvisualBlock #keyvisualLead {
    top: 80px;
    left: 10px;
    font-size: 1.5rem;
  }
  #homePage .lead_box {
    width: 90%;
  }
  #homePage .lead_box h2 {
    font-size: 1.75rem;
  }
  #homePage .lead_box p {
    margin-bottom: 30px;
  }
  #homePage #conceptBlock {
    background-size: 80%;
    background-position: bottom 80% right;
  }
  #homePage #conceptBlock .concept_box {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #homePage #conceptBlock .concept_box .lead_box {
    margin-top: 10px;
    margin-left: 10%;
  }
  #homePage #conceptBlock .concept_box #conceptImg_1 {
    width: 200px;
  }
  #homePage #conceptBlock #conceptImg_2 {
    margin-top: 40px;
  }
  #homePage #conceptBlock #conceptImg_2 figcaption {
    font-size: 2rem;
  }
  #homePage #serviceBlock {
    padding-top: 40px;
    background-size: 100%;
    background-position: top right -50px;
  }
  #homePage #serviceBlock .service_box {
    width: 90%;
    margin: 0 auto;
  }
  #homePage #serviceBlock .service_box .lead_box {
    margin-left: 0;
  }
  #homePage #serviceBlock .service_box #serviceImg_1 {
    width: 200px;
    margin-left: auto;
    margin-right: 0;
  }
  #homePage #locationBlock {
    padding-top: 100px;
    padding-bottom: 25px;
  }
  #homePage #locationBlock .location_box {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #homePage #locationBlock .location_box .lead_box {
    width: 100%;
    margin-left: 0;
  }
  #homePage #locationBlock .location_box #location_1 {
    width: 80%;
    margin: 20px 7% 0 13%;
  }
  #homePage #menuBlock {
    padding-top: 0px;
    padding-bottom: 40%;
    background-size: 100%;
    background-position: center;
  }
  #homePage #menuBlock .menu_box .lead_box {
    width: 90%;
    margin: 0;
    padding: 50px;
    background-position: bottom left;
  }
  #homePage #menuBlock .menu_box #menu_1 {
    width: 60%;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  #homePage #galleryBlock {
    padding: 40px 0;
    background-size: 80%, 60%;
    background-position: top left, bottom right;
  }
  #homePage #galleryBlock .gallery_box {
    width: 90%;
    margin: 0 auto;
  }
  #homePage #galleryBlock .gallery_box .lead_box {
    width: 100%;
  }
  #homePage #galleryBlock .gallery_box .lead_box .gallery_list {
    margin-bottom: 30px;
  }
  #homePage #reviewBlock {
    padding: 50px 0 140px;
  }
  #homePage #reviewBlock .review_box {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #homePage #reviewBlock .review_box .lead_box {
    width: 90%;
    margin-left: 10%;
  }
  #homePage #reviewBlock .review_box #review_1 {
    width: 200px;
  }
  #homePage #blogBlock {
    margin: -50px auto 40px;
  }
  #homePage #blogBlock .blog_box {
    padding: 20px 20px 30px 20px;
    width: 90%;
    margin: 0 auto;
  }
  #homePage #blogBlock .blog_box .lead_box {
    width: 100%;
  }
  #homePage #blogBlock .blog_box .lead_box .archive_list {
    width: 100%;
    margin: 0 auto 30px;
  }
  #homePage #bannerBlock ul {
    display: block;
  }
  #homePage #bannerBlock ul li {
    width: 60%;
    margin: 0 auto 20px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	CONCEPT【conceptPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #conceptPage #img_01 {
    width: 95%;
    text-align: left;
    margin-bottom: 60px;
  }
  #conceptPage #businessBlock {
    padding: 30px 0 60px;
  }
  #conceptPage #businessBlock section ul {
    display: block;
    margin-top: 30px;
  }
  #conceptPage #businessBlock section ul li {
    width: 90%;
    margin: 0 auto;
  }
  #conceptPage #businessBlock section ul li figure figcaption {
    font-size: 1.2rem;
  }
  #conceptPage #businessBlock section ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  #conceptPage #achievementBlock {
    padding: 30px 0 60px;
  }
  #conceptPage #achievementBlock ul {
    width: 100%;
  }
  #conceptPage #achievementBlock ul li {
    display: flex;
    padding: 20px 0 10px 0;
  }
  #conceptPage #achievementBlock ul li time {
    width: 100px;
    font-size: 1rem;
  }
  #conceptPage #achievementBlock ul li p {
    width: calc(100% - 100px);
  }
  #conceptPage #messageBlock_1 {
    padding: 60px 0;
    margin-bottom: 60px;
    background-size: 100% 100%;
    background-image: url(../img/concept/message_bg_01_sp.png);
  }
  #conceptPage #messageBlock_1 .container .headline {
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
  }
  #conceptPage #messageBlock_1 .message_box figure {
    width: 60%;
    margin: -10px 0 0 35%;
  }
  #conceptPage #messageBlock_1 .message_box .text_box_1 {
    width: 90%;
    padding: 80px 5% 20px 20px;
    margin: -60px 0 0px 0;
  }
  #conceptPage #messageBlock_1 .message_box .text_box_2 {
    width: 90%;
    margin: 20px 0 0 10%;
    padding: 30px 5% 30px 30px;
  }
  #conceptPage #bg_02 {
    right: calc(50% - 300px);
  }
  #conceptPage #messageBlock_2 {
    padding-bottom: 60px;
  }
  #conceptPage #messageBlock_2 .message_box figure {
    width: 60%;
    margin: 0;
  }
  #conceptPage #messageBlock_2 .message_box .text_box_1 {
    width: 90%;
    padding: 60px 10% 20px 20px;
    margin: -80px 0 20px 10%;
  }
  #conceptPage #messageBlock_2 .message_box .text_box_2 {
    width: 90%;
    margin: 20px 5% 0 0;
    padding: 30px 5% 30px 30px;
  }
  #conceptPage #bg_03 {
    bottom: -50px;
    left: calc(50% - 100px);
  }
  #conceptPage .sign {
    margin-bottom: 10px;
  }
  #conceptPage h6 {
    font-size: 1.1rem;
    padding: 5px 10px;
    margin-bottom: 15px;
  }
  /* 追記 */
  #conceptPage #conceptMVV {
    margin: 0 auto 40px;
  }
  #conceptPage #conceptMVV ul {
    max-width: 400px;
    display: block;
    padding-bottom: 20px;
}
#conceptPage #conceptMVV ul li {
    width: 100%;
    padding: 30px 2%;
    margin: 0 auto 30px;
}
#conceptPage #conceptMVV ul li:last-child {
  margin-bottom: 0;
}
#conceptPage #conceptMVV ul li h3 {
    font-size: 20px;
    margin: 0 auto 20px;
}
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	SERVICE【servicePage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #servicePage #serviceBlock > section h4 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  #servicePage #serviceBlock > section #pointList li {
    display: block;
    gap: unset;
  }
  #servicePage #serviceBlock > section #pointList li figure {
    width: 100%;
    margin: 0 auto 10px;
  }
  #servicePage #serviceBlock > section #pointList li figure figcaption {
    top: 0;
    transform: translateY(-50%);
    left: 0;
    font-size: 2rem;
  }
  #servicePage #serviceBlock > section #pointList li figure figcaption span {
    font-size: 2.5rem;
    margin-left: 10px;
  }
  #servicePage #serviceBlock > section #pointList li section {
    width: 100%;
  }
  #servicePage #serviceBlock > section #pointList li section h5 {
    font-size: 1.25rem;
  }
  #servicePage #serviceBlock > section #pointList li:nth-child(even) figure figcaption {
    left: auto;
    right: 0;
  }
  #servicePage #serviceBlock > section #pointList li:not(:last-child) {
    margin-bottom: 50px;
  }
  
  /* 追記 */
#servicePage #serviceGo {
  padding: 60px 0;
  margin: 60px auto 50px;
}
#servicePage #serviceGo .serviceGo_inner {
  display: block;
}
#servicePage #serviceGo .serviceGo_txt {
  width: 100%;
  margin: 0 auto;
}
#servicePage #serviceGo .serviceGo_txt h3 {
  max-width: 270px;
  margin-bottom: 15px;
}
#servicePage #serviceGo figure {
  width: 100%;
  margin-top: 20px;
}
/*  */
#servicePage #serviceBlock{
   background: url(../img/service/service_reason_bg.jpg) no-repeat top right 10% / cover;
}
/*  */
#servicePage #service_use {
  padding: 60px 0;
  margin: 60px auto 0;
}
#servicePage #service_use h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#servicePage #service_use h5 {
  font-size: 1.25rem;
  margin-bottom: 15px;
}
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	COMPANY【companyPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #companyPage #companyBlock table {
    width: 100%;
  }
  #companyPage #companyBlock table tr th {
    width: 100px;
    padding: 20px 0 0 10px;
  }
  #companyPage #companyBlock table tr td {
    width: calc(100% - 100px);
    padding: 20px 10px 10px 0;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	PRIVACY【privacyPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	SITEMAP【sitemapPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #sitemapPage #sitemapBlock h3 {
    font-size: 1.25rem;
  }
  #sitemapPage #sitemapBlock #pageList {
    display: block;
  }
  #sitemapPage #sitemapBlock #pageList ul {
    width: 100%;
  }
  #sitemapPage #sitemapBlock #pageList ul li {
    margin: 30px 20px;
  }
  #sitemapPage #sitemapBlock #pageList ul li a {
    font-size: 0.9rem;
  }
  #sitemapPage #sitemapBlock #pageList ul li a span {
    font-size: 1.25rem;
    margin-right: 30px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	Contact【contactPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #contactPage #leadBlock {
    margin-bottom: 30px;
  }
  #contactPage #leadBlock p {
    text-align: left;
  }
  #contactPage #contactFormBlock table tr th, #contactPage #contactFormBlock table tr td {
    display: block;
    padding: 20px 10px 10px;
  }
  #contactPage #contactFormBlock table tr th {
    width: 100%;
  }
  #contactPage #contactFormBlock table tr td {
    width: 100%;
    padding-top: 0;
  }
  #contactPage #contactFormBlock table .tel td input {
    width: 5rem;
  }
  #contactPage #contactFormBlock #but_send {
    margin: 30px auto 60px;
    margin-left: 50px;
  }
  #contactPage #contactFormBlock #but_send p {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
  #contactPage #contactFormBlock #but_send p input {
    font-size: 1rem;
  }
  #contactPage #privacyBlock {
    margin: 30px auto;
  }
  #contactPage #thanksBlock {
    text-align: left;
  }
  /* 追記 */
   #contactPage #contactFormBlock table td input[name="your-tel"] {
    width: 100%;
   }
  #contactPage #contactFormBlock table .zip td input {
    width: 6rem;
  }
}/*# sourceMappingURL=page.css.map */