@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&family=Zen+Maru+Gothic&display=swap');

:root {
  --main-color: #3dc43b;
  --second-color: #027e00;
  --third-color: #f5d4a2;
  --fourth-color: #fffbf4;
  --base-color: #f9f7f3;
  --text-color: #111111;
  --point-1: #ff8c3b;
  --point-2: #fcd348;
  --midashi-font: "Zen Maru Gothic", sans-serif;
  --eng-font: "Zalando Sans Expanded", sans-serif;
  --font-S: clamp(15px, 14.422px + 0.154vw, 16px);
  --font-M: clamp(16px, 14.844px + 0.308vw, 18px);
  --font-ML: clamp(18px, 16.844px + 0.308vw, 20px);
  --font-L: clamp(20px, 17.689px + 0.616vw, 24px);
  --font-LL: clamp(24px, 21.689px + 0.616vw, 28px);
  --font-XL: clamp(28px, 26.844px + 0.308vw, 30px);
}

/*-------------------------------------------
レスポンシブ02 グリーン 1カラム
-------------------------------------------*/

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: var(--text-color);
  letter-spacing: 0.05em;
  line-height: 2.5;
}
#wrap {
    background: var(--fourth-color);
}
a {
  color: var(--point-1);
  text-decoration: none;
  transition: 0.3s all;
}
a:hover {
  opacity: 0.8; 
}
strong {
    font-weight: bold;
}
.image img {
    border-radius: 24px;
}
.mb0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*---------------
ヘッダー
----------------*/
#title {
  height: 100px;
}
#title h1 {
  width: 400px;
  height:100px;
}
#title h1 a {
  display: flex;
  height: 100%;
  width: 100%;
  background: url("/materials/175887486755401.png") left center no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin: 0 auto;
}
#title #title_outer {
  height: 100px;
  background: url("/materials/175910592915601.png") right center no-repeat;
  background-size: 300px;
}
/*----------------
グローバルメニュー
-----------------*/
#topMenu_outer .topMenu li a:after {
  content:none; 
}
#topMenu_outer .topMenu li a {
  color: var(--text-color);
  font-size: var(--font-S);
  letter-spacing: 0.1em;
}
#topMenu_outer .topMenu li a:hover {
  background: none;
  color: var(--point-1);
}

/*------------------
見出し
------------------*/
/*h2*/
#mainArticles h2, #listTopics h2 {
  background: none;
  color: var(--text-color);
  font-weight: bold;
  font-size: var(--font-XL);
  line-height: 2;
}
#mainArticles h2 span, #listTopics h2 span {
  letter-spacing:0.25em;
}
#mainArticles h2::after, #listTopics h2::after {
  content: "";
  background: url(/materials/175919384450901.png) no-repeat center bottom;
  background-size: contain;
  width: 3em;
  height: 3em;
  display: block;
  position: absolute;
  bottom: -1em;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
  border: none;
}
/*h3,blog*/
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  background: none;
  color: var(--text-color);
  font-size: var(--font-LL);
  letter-spacing: 0.1em;
  padding-bottom: 56px;
  line-height: 2;
  font-weight: bold;
  position: relative;
  margin-bottom: 32px;
  margin-top: 32px;
}
#mainTopics h2 strong, #mainArticles .article h2 strong,
.article h3 strong, .gallery h3 strong, .freeHtml h3 strong {
  color: var(--point-1);
  font-size: 14px;
}
#mainTopics h2:after, #mainArticles .article h2:after,
.article h3:after, .gallery h3:after, .freeHtml h3:after {
  content: "";
  width: 48px;
  height: 4px;
  background: var(--main-color);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}
/*h4*/
.article h4 {
  position: relative;
  padding: 0.5rem 0;
  border: 0;
  background-color: transparent;
  font-size: var(--font-ML);
  border-radius: 0;
  margin-bottom: 16px;
}
.article h4::before {
 content:none; 
}
.article h4::after {
  content: '';
  display: block;
  max-width:100%;
  width: 1024px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, var(--main-color) 0%, var(--main-color) 30%,var(--third-color) 30%, var(--third-color) 100%);
}
/*h5*/
.article h5 {
  font-size: var(--font-ML);
  color: var(--main-color);
  font-weight: bold;
  border: none;
  padding: 0 1em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 16px 0 4px;
}
/*--------------
レイアウト
--------------*/
#mainArticles .envelope, #mainBlogCommentForm .envelope {
    background: #d8ecd2;
    border-radius: 4px;
    margin: 80px 0 40px;
}
.article.wide, .article.area, .gallery.infomation {
  position: relative;
  z-index: 50;
}
.article.wide.message::after, .article.wide.features::after,
.article.area::after, .gallery.infomation::after { 
  font-family: var(--eng-font);
  font-size: 7vw;
  color: var(--main-color);
  position:  absolute;
  bottom: -90px;
  z-index: -10;
  opacity: 0.8;
}
.article.wide.message::after {
  content: "Message";
  left: 40px;
}
.article.wide.features::after {
  content: "Features";
  right: 40px;
}
.article.area::after {
  content: "ServiceArea";
  left: 20px;
  font-size: 4.5vw;
  bottom: 80px;
  opacity: 1;
  writing-mode: vertical-rl;
}
.gallery.infomation::after {
  content: "Infomation";
  right: 20px;
  font-size: 4vw;
  bottom: 80px;
  opacity: 1;
  writing-mode: sideways-lr;
}
.article.wide .image img {
    border-radius: 72px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
@media screen and (max-width:700px) {
  .article.wide.message::after, .article.wide.features::after, .article.area::after, .gallery.infomation::after {
    content: none!important;
  }
}

/*-------col2-------*/
.article.col2 {
    flex-basis: 48%;
}

/*------カード風------*/
.article.card {
    padding: 16px;
    border-radius: 24px;
    background: white;
    filter: drop-shadow(0px 0px 4px #dd33);
    width: 100%;
}
/*---------------
ボタン
---------------*/
a.btn {
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  background: var(--main-color);
  font-weight: normal;
  border: 2px solid var(--main-color);
  border-radius: 999px;
}
a.btn:hover {
  background: transparent;
  color: var(--main-color);
}
/*---------------
電話
----------------*/
a.tel {
  font-size: var(--font-XL);
  margin: 8px 0 24px;
  display: block;
}
a.tel::before {
  content:"\f095";
  font-family: "Font Awesome 7 Free";
  font-weight: bold;
  margin-right: 0.3em;
}
a.tel:hover {
  opacity:0.5;
  color: var(--point-1);
}
/*---------------
リストデザイン
----------------*/
ul.maru {
  font-size: 100%;
}
ul.maru li:before {
  content: "●";
  margin-left: -1em;
  color: var(--point-2);
}
ul.check li {
  font-size: var(--font-M);
  font-weight: normal;
  margin-bottom: 16px;
}
ul.check li:before {
  top: 0.7em;
  border-left: 4px solid #ef7c2f;
  border-bottom: 4px solid var(--point-1);
}
ul.simpleList {
  padding-left: 2em;
}
ul.simpleList li {
  list-style-type: disc;
  padding: 5px;
}

/*ナンバーリスト*/
.article.counter {
  counter-reset: number 0;
}
ol.orderList {
  list-style: outside none none;
  padding-left: 25px;
}
ol.orderList li::before {
  content: counter(number, decimal)".";
  counter-increment: number 1;
  display: inline-block;
  margin-left: -25px;
  margin-right: 0.5em;
  text-align: center;
  font-family: monospace;
}
ol.orderList li {
  margin-bottom: 0.4em;
}
/*---------------
FAQ(先輩の声)
----------------*/
ul.faq li.qus, ul.faq li.ans {
  margin-bottom: 0.8em;
}
ul.faq li.ans {
  font-weight: bold;
}
ul.faq li.qus:before, ul.faq li.ans:before {
  font-family: var(--midashi-font);
  font-weight: bold;
  line-height: 30px;
}
ul.faq li.qus:before {
  background-color: #a1a1a1;
}
ul.faq li.ans:before {
  background-color: var(--point-1);
}
/*----------------
Table
----------------*/
/*しましまテーブル*/
.article table.simaTable:not(.contactTable) {
  border: none;
}
.article table.simaTable:not(.contactTable) tbody { /*緑の枠線*/
  background: var(--main-color);
  padding: 2px;
  display: inline-block;
  border-radius: 26px;
}
.article table.simaTable:not(.contactTable) th,
.article table.simaTable:not(.contactTable) td {
  border: none;
}
.article table.simaTable:not(.contactTable) th {
  width:20%;
  font-weight: bold;
}
.article table.simaTable:not(.contactTable) td {
  width: 80%;
}
.article table.simaTable:not(.contactTable) tr:nth-child(even) th,
.article table.simaTable:not(.contactTable) tr:nth-child(even) td {
  background: #ededed;
}
.article table.simaTable:not(.contactTable) tr:nth-child(odd) th,
.article table.simaTable:not(.contactTable) tr:nth-child(odd) td {
  background: white;
}
.article table.simaTable:not(.contactTable) tr:first-child th {
  border-radius: 24px 0 0 0;
}
.article table.simaTable:not(.contactTable) tr:first-child td {
  border-radius: 0 24px 0 0 ;
}
.article table.simaTable:not(.contactTable) tr:last-child th {
  border-radius: 0 0 0 24px;
}
.article table.simaTable:not(.contactTable) tr:last-child td {
  border-radius: 0 0  24px 0 ;
}
/*ノーマルテーブル*/
.article table.normalTbl td {
    width: auto;
    background-color: white;
}
.article table.normalTbl th {
    background: #d8ecd2;
    font-weight: bold;
    color: var(--second-color);
    font-size: var(--font-S);
}
/*---------------
gallery
----------------*/
.gallery ul.galleryGrids .comment {
  font-size: var(--font-S);
}
/* サイト案内 */
.gallery_grid li.galleryGrid .image {
  margin-bottom: 5px;
  max-width: 100%;
  text-align: center;
}
.gallery.infomation .image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 24px;
}
/*-----------------
フォーム
-----------------*/
#mainArticles form, #mainBlogCommentForm form {
  background: #d8ecd2;
}
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: var(--main-color);
  color: white;
  font-weight: bold;
  width: 50%;
  transition: 0.3s all;
}
/*-----------------
サイドメニューなど
------------------*/
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before,
.sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: var(--main-color);
}
.sideContents ul li a, .sideContents dt a {
    color: var(--text-color);
}
.sideContents ul li a:hover, .sideContents dt a:hover {
    background: none;
    color: var(--point-1);
}
/*-----------------
サイド上HTML
-----------------*/
#contact_us {
  width: 100vw;
  margin: 0 calc(512px - 50vw) 16px;
  padding: 3vw 0;
  text-align: center;
  background: url(/materials/175929532107201.jpg) no-repeat;
  background-size: cover;
  background-position: center 40%;
  background-attachment: fixed;
}
#contact_box {
  width: 100%;
  max-width: 1024px;
  display: block;
  margin: auto;
  padding: 32px;
  background: rgb(255 255 255 / .75);
  backdrop-filter: blur(3px);
  border-radius: 8px;
}
/*-----------------
サイド下HTML
-----------------*/
.side_address {
  display: flex;
  margin-top: 50px;
  margin-bottom: 15px;
  padding: 0;
  box-sizing: border-box;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.side_address .logo img {
  max-width: 350px;
  width: 100%;
}
.side_address .sitename {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1em;
}
.side_address .txtblock .txt {
  margin-bottom: 24px;
}
.freeHtml h3 {
    margin-top: 0;
}
/*-----------------
Footer
-----------------*/
#footer {
  background: var(--fourth-color);
}
#footer_body .copyright {
  background: var(--main-color);
}
#footer_body .topMenu li a, #footer_body .services li a {
    color: var(--text-color);
    background: none;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
    background: none;
    color: var(--point-1);
}
#footer_body .topMenu li a:before, #footer_body .services li a:before {
    color: var(--point-1);
}
/*-----------------
レスポンシブ
-----------------*/
@media only screen and (width < 1024px) {
    div#contact_us {
        margin: 0 calc(50% - 50vw) 16px;
        padding: 5vw 0;
	background-position: left center;
    }
    div#contact_box {
        max-width: fit-content;
    }
      #sideContents_outer {
		padding: auto 0;
    }
  	.article.wide .image img {
	    border-radius: 36px;
	}
}


@media screen and (max-width:700px) {
  #title h1 a {
    background-size: 80%;
  }
  #title #title_outer {
    background-size: 280px;
  }
}

@media screen and (max-width:600px) {
  #toggle {
    background-color: var(--main-color);
  }
  .active #toggle {
    background-color: var(--main-color);
  }
  #title {
    height: 56px;
  }
  #title #title_outer {
 	background: none;
    height:56px;
  }
  #title h1 a {
    background-size: 220px;
  }
  div#contact_box {
    width: 92%;
    padding: 32px 16px;
  }
  #mainArticles h2, #listTopics h2 {
  	font-size: var(--font-LL);
  }
  #mainArticles h2::after, #listTopics h2::after {
    bottom: -2em;
  }
  #mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  	padding-bottom: 40px;
  }
  .article.col2 {
    flex-basis: 93%;
    margin: 8px auto;
  }
  .article.card {
    width: 90%;
  }
  .side_address {
    flex-direction: column;
  }
  .side_address .logo img {
    margin-bottom: 24px;
  }
  .side_address .txtblock {
   text-align: center; 
  }
  #mainArticles .envelope, #mainBlogCommentForm .envelope {
    margin-left: 4%;
    margin-right: 4%;
  }
  .article.wide .image img {
    border-radius: 10px;
  }
  .image img {
    border-radius: 10px;
  }
  .gallery.infomation .image img {
    border-radius: 10px;
  }
  .article table.normalTbl tr th {
   	border-top: none;
    text-align:center;
  }
  .article table.normalTbl tr:last-child td, .article table.normalTbl tr:last-child th {
   	border-bottom: none;
  }
  .article.wide {
  	margin-bottom: 0;
  }
}