@charset "UTF-8";

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

	top.css
	class name >> .km_***
    
========================================
*/

/*smooth scroll------top.jsで設定済　併用不可

@media (prefers-reduced-motion: no-preference) {
	:root {
	  scroll-behavior: smooth;
	}
  }
*/
h2.hero_title,
h3.km_section_title {
  /*font-bold*/
  font-family:/*YakuHanJP,*/ "FP-ヒラギノUD丸ゴ StdN W6", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "MS PGothic", Sans-Serif;
}
h4.km_section_subtitle,
div.top #section02 div.serviceBox ul.serviceList li a span.serviceName {
  /*font-semibold*/
  font-family:/*YakuHanJP,*/ "FP-ヒラギノUD丸ゴ StdN W5", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "MS PGothic", Sans-Serif;
}

/*font-size

.km_display-1 {font-size:calc(1.725rem + 5.7vw);}
.km_display-2 {font-size:calc(1.675rem + 5.1vw);}
.km_display-3 {font-size:calc(1.575rem + 3.9vw);}
.km_display-4 {font-size:calc(1.475rem + 2.7vw);}

.km_display-5 {font-size:calc(1.375rem + 1.5vw);}
.km_display-6 {font-size:calc(1.325rem + 1.1vw);}
.km_display-7 {font-size:calc(1.325rem + .9vw);}
.km_display-8 {font-size:calc(1.3rem + .6vw);}
.km_display-9 {font-size:calc(1.275rem + .3vw);}
.km_display-10 {font-size:calc(1.1rem + .25vw);}

@media (min-width: 1024px) {
	.km_display-1 {font-size:calc(1.675rem + 5.1vw);}
	.km_display-2 {font-size:calc(1.575rem + 3.9vw);}
	.km_display-3 {font-size:calc(1.475rem + 2.7vw);}
	.km_display-4 {font-size:calc(1.375rem + 1.5vw);}
}*/

/**/
.bg_grade01 {
  background: linear-gradient(135deg, #fed878 0%, #fa505e 100%);
  background: -webkit-linear-gradient(135deg, #fed878 0%, #fa505e 100%);
}
.bg_grade02 {
  background: linear-gradient(135deg, #e01b53 0%, #ff604d 100%);
  background: -webkit-linear-gradient(135deg, #e01b53 0%, #ff604d 100%);
}
.bg_grade03 {
  background: linear-gradient(135deg, #fed878 0%, #fff 100%);
  background: -webkit-linear-gradient(135deg, #fed878 0%, #fff 100%);
}

/*テキストグラデーション*/

.bg_text_grade01 {
  display: inline-block;
  background: linear-gradient(135deg, #d8e58a 0%, #1f9947 100%);
  background: -webkit-linear-gradient(135deg, #d8e58a 0%, #1f9947 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_text_grade02 {
  display: inline-block;
  background: linear-gradient(135deg, #e01b53 0%, #ff604d 100%);
  background: -webkit-linear-gradient(135deg, #e01b53 0%, #ff604d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_text_grade03 {
  display: inline-block;
  background: linear-gradient(135deg, #fed878 0%, #fff 100%);
  background: -webkit-linear-gradient(135deg, #fed878 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*============
base layout
============*/

body {
  background-image: linear-gradient(#73c9ff 0, #9cddff 20vh, #c4f0ff 40vh, #c4f0ff 100vh); /*bg_sky_cloud.svg*/
}

.container {
  margin: auto;
  padding: 16px;
}

/* Hero */

#changePic {
  animation: imgfade 12s infinite; /*top.js と秒数を合わせる*/
  opacity: 0;
}

@keyframes imgfade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

h2.hero_title {
  text-align: center;
}

h2.hero_title span.line01,
h2.hero_title span.line02,
h2.hero_title span.line03 {
  display: block;
}

h2.hero_title span.line01 {
  padding: 0.5vw 0.5vw 0.25vw 0.5vw;
  color: #fff;
  background-color: rgba(0, 112, 37, 0.75); /*#007025 km-darkgreen*/
  font-size: clamp(1rem, 1.25vw, 1.625rem);
}

h2.hero_title span.line02 {
  padding: 0 0.5vw 0.25vw 0.5vw;
  color: #1f9947;
  background-color: #fff;
  font-size: clamp(1.5rem, 2.5vw, 3rem);
}

h2.hero_title span.line03 {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1024px) {
  h2.hero_title span.line01 {
    color: #007025; /*km-darkgreen*/
    background-color: transparent;
  }

  h2.hero_title span.line02 {
    color: #fff;
    background-color: transparent;
    text-shadow: 3px 3px 2px #1f9947, 3px 0px 2px #1f9947, 0px 3px 2px #1f9947, -1px -1px 0px #1f9947, -1px 0px 0px #1f9947, 0px -1px 0px #1f9947, 1px 1px 0px #007025;
  }

  h2.hero_title span.line03 {
    background-color: transparent;
  }
}

h2.hero_title span.line03 {
  padding: 0.75vw 0;
}

.top_title_btn {
  /*position: absolute; relative div.wrapper*/
  background: linear-gradient(135deg, #fff 0%, #fff 50%, #f5fac4 100%);
  background-size: 200%;
  background-position: center right;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #007025;
  border: 4px solid #007025;
}

.top_title_btn:hover {
  background: linear-gradient(135deg, #f5fac4 0%, #f5fac4 50%, #fff 100%);
  background-position: center left;
  color: #1f9947;
  border-color: #fff;
}

h3.km_section_title {
  padding: 1rem;
  color: #1f9947;
  text-align: center;
  font-size: clamp(1.5rem, 1.5vw, 2.25rem);
}

h4.km_section_subtitle {
  text-align: center;
  font-size: clamp(1.25rem, 1.25vw, 1.75rem);
}

p.text {
  font-size: clamp(0.9375rem, 1vw, 1.0625rem);
}

h3.km_section_title + p.text,
h4.km_section_subtitle + p.text {
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  font-size: clamp(0.9375rem, 1vw, 1.125rem);
}

section#section00 {
  background-image: url("/common/cmn_img/bg_sky_cloud.png"); /*fallback*/
  background-image: url("/common/cmn_img/bg_sky_cloud.svg"), none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 80px;
  overflow: hidden; /*はみだしを隠す*/
}

section#section00 .container {
  position: relative;
  padding: 0;
  margin-top: 66px; /*header*/
  margin-left: auto;
  margin-right: auto;
  /*min-height: 80vh; インフォメーションなしの場合*/
  min-height: 70vh; /*インフォメーションありの場合*/
}

section#section00 .container div.top_image,
section#section00 .container div.top_title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.information {
  background-color: rgba(0, 43, 114, 1);
  background-size: cover;
  background-position: center;

  /*display: none;インフォメーションなしの場合*/
}

div.no_information {
  /*インフォメーションなしの場合*/
  position: relative;
  width: 100%;
  height: 15vh;
  background-image: url("/common/cmn_img/bg_no_information.png"); /*fallback*/
  background-image: url("/common/cmn_img/bg_no_information.svg"), none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  margin-top: -12vh;
  z-index: 2;
  transition: all 0.4s ease;
}

@media (min-width: 1024px) {
  section#section00 {
    background-image: url("/common/cmn_img/bg_sky_cloud.png"); /*fallback*/
    background-image: url("/common/cmn_img/bg_sky_cloud.svg"), none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden; /*はみだしを隠す*/
    height: 65vh;
    max-height: 960px;
    /*min-height: 720px; インフォメーションなしの場合*/
    min-height: 640px; /*インフォメーションありの場合*/
  }

  div.information {
    /*max-height: 25vh;*/
    min-height: 25vh;
  }

  div.no_information {
    margin-top: -15vh;
  }

  section#section00 .container {
    padding: 0 16px;
    max-width: none;
    margin-top: 92px;
    min-height: auto;
    height: fit-content;
  }

  section#section00 .container div.top_image,
  section#section00 .container div.top_title {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    transform: none;
  }
  section#section00 .container div.top_image {
    z-index: 1;
  }

  section#section00 .container div.top_title {
    height: fit-content;
    margin-top: 10vh;
    z-index: 2;
  }
}

@media (min-width: 1440px) {
  section#section00 {
    background-image: url("/common/cmn_img/bg_sky_cloud.png"); /*fallback*/
    background-image: url("/common/cmn_img/bg_sky_cloud.svg"), none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden; /*はみだしを隠す*/
    height: 75vh;
    max-height: 50vw;
    max-height: 1080px;
    /*min-height: 800px; インフォメーションなしの場合*/
    min-height: 640px; /*インフォメーションありの場合*/
  }

  div.no_information {
    height: 25vh;
    margin-top: -25vh;
  }

  div.no_information + section#section01 {
    /*インフォメーションなしの場合*/
    margin-top: -32px;
  }
}

@media (min-width: 1920px) {
  section#section00 {
    /*height: calc(100vh - 240px);*/
    height: 68vh;
    max-height: 1080px;
    /*min-height: 980px;インフォメーションなしの場合*/
    min-height: 640px; /*インフォメーションありの場合*/
  }

  div.information {
    /*max-height: 240px;*/
    min-height: 240px;
  }

  div.no_information {
    height: 240px;
    background-size: 1920px 240px;
    margin-top: -230px;
  }

  section#section00 .container {
    max-width: 1920px;
  }
  section#section00 .container div.top_title {
    height: 440px;
    margin-top: 12.5vh;
  }
}
/*
.wrapper {
	background-color: transpaent;
	background-image: url("/imgNew/bg_body@2x.png");fallback
	background-image: url("/imgNew/bg_body.svg"); none;
	background-size: 300%;
	background-repeat: repeat-y;
	background-position: top center;
}

	@media (min-width: 1024px) {

		.wrapper {
			background-image: url("/imgNew/bg_body@2x.png");fallback
			background-image: url("/imgNew/bg_body.svg"); none;
			background-size: cover;
			background-repeat: repeat;
			background-position: top center;
			
		}

	}*/

section#section01,
section#section02,
section#section03,
section#section04,
section#section05,
section#section06 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-height: 50vh;
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (min-width: 1024px) {
  section#section01,
  section#section02,
  section#section03,
  section#section04,
  section#section05,
  section#section06 {
    min-height: 75vh;
  }
}

section#section01 {
  /*concept*/
  background-color: #fff;
}
section#section02 {
  /*service*/
  background-image: url("/common/cmn_img/bg_woods_top.png"); /*fallback*/
  background-image: url("/common/cmn_img/bg_woods_top.svg"), none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
section#section03 {
  /*resolution*/
  background-image: url("/common/cmn_img/bg_ground.jpg");
  background-size: 500px;
  background-repeat: repeat;
}
section#section04,
section#section06 {
  /*news*/
  background-color: #fff;
}

div.information .icon {
  animation: 2s fadeinDown 1s 2;
}

@media (min-width: 640px) {
  /*sm*/
  div.information .icon {
    animation: 2s fadeinRight 1s 2;
  }
} /*@media end*/

section h2,
section h3,
section h4,
section .container {
  margin: 0; /*縦の中央寄せ*/
}

div.bg-sky {
  background-color: #c4f0ff;
  background-image: url("/common/cmn_img/bg_sky_cloud.png"); /*fallback*/
  background-image: url("/common/cmn_img/bg_sky_cloud.svg"), none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

div.bg-sky h3.km_section_title {
  padding-top: 2rem;
  padding-bottom: 0;
  color: #1d4ed8;
}

blockquote p {
  position: relative;
  padding: 4rem 1rem;
  color: #333;
  font-weight: 700;
  margin: 0 auto;
  font-style: oblique;
  display: block;
  border-radius: 8px;
  max-width: 600px;
}
blockquote p::before {
  position: absolute;
  font-family: serif;
  content: "“";
  color: #1d4ed8;
  top: 8px;
  left: 0;
  font-size: 2rem;
  font-weight: 900;
}
blockquote p::after {
  position: absolute;
  font-family: serif;
  content: "„";
  color: #1d4ed8;
  right: 0;
  bottom: 8px;
  font-size: 2rem;
  font-weight: 900;
}

cite {
  word-break: break-all !important;
} /*URLも折り返せるように*/

cite a {
  color: #1d4ed8; /*blue-700*/
  font-weight: 500;
  font-family:/*YakuHanJP,*/ "FP-ヒラギノUD丸ゴ StdN W5", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Osaka", "Meiryo", "MS PGothic", Sans-Serif;
  line-height: 2;
}
cite a:hover {
  background: #c4f0ff;
  text-decoration: underline;
}

/*	balloon */

.balloon_tl,
.balloon_tr,
.balloon_bl,
.balloon_br {
  position: relative;
  padding: 1.25rem;
  border-radius: 8px;
  border: 3px solid #ccc;
  margin-bottom: 28px;
}

.balloon_tl,
.balloon_tr,
.balloon_bl,
.balloon_br,
.balloon_tl::before,
.balloon_tl::after {
  border-color: #ccc;
}

.balloon_tl::before {
  position: absolute;
  top: -18px;
  right: 25%;
  transform: skew(-45deg);
  height: 18px;
  width: 24px;
  border-left: 3px solid #ccc;
  content: "";
  background-color: #fff;
}

.balloon_tr::before {
  position: absolute;
  top: -18px;
  left: 25%;
  transform: skew(45deg);
  height: 18px;
  width: 24px;
  border-right: 3px solid #ccc;
  content: "";
  background-color: #fff;
}

.balloon_bl::before {
  position: absolute;
  top: 100%;
  right: 25%;
  transform: skew(-45deg);
  height: 18px;
  width: 24px;
  border-right: 3px solid #ccc;
  content: "";
  background-color: #fff;
}

.balloon_br::before {
  position: absolute;
  top: 100%;
  left: 25%;
  transform: skew(45deg);
  height: 18px;
  width: 24px;
  border-left: 3px solid #ccc;
  content: "";
  background-color: #fff;
}

@media (min-width: 1024px) {
  .balloon_tl,
  .balloon_tr,
  .balloon_bl,
  .balloon_br {
    padding: 2.25rem;
    border-radius: 12px;
    margin-bottom: 36px;
  }
}

.balloon_tl.km-green,
.balloon_tr.km-green,
.balloon_bl.km-green,
.balloon_br.km-green,
.balloon_tl.km-green::before,
.balloon_tl.km-green::after,
.balloon_tr.km-green::before,
.balloon_tr.km-green::after,
.balloon_bl.km-green::before,
.balloon_bl.km-green::after,
.balloon_br.km-green::before,
.balloon_br.km-green::after {
  border-color: #1f9947;
}

/*----------------------------------------
   parts
----------------------------------------*/

.balloon_b {
  position: relative;
  padding: 32px 32px 48px 32px;
  border-radius: 16px;
  background-color: #fff;
  z-index: 10;
}

.balloon_b::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 36px;
  bottom: -12px;
  left: 42%;
  margin-left: 0;
  background-color: #fff;
  border-radius: 0 50px 0 50px;
  z-index: 0;
}

.balloon_b::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 36px;
  bottom: -6px;
  left: 45%;
  margin-left: 0;
  background-color: #c4f0ff;
  border-radius: 0 50px 0 50px;
  z-index: 0;
  transform: rotate(30deg);
}

.balloon_l {
  position: relative;
  padding: 32px;
  border-radius: 16px;
  background-color: #fff;
}

.balloon_l::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 24px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 24px solid #fff;
  transform: rotate(30deg);
}

.balloon_r {
  position: relative;
  padding: 32px;
  border-radius: 16px;
  background-color: #fff;
}

.balloon_r::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 24px;
  right: -24px;
  border: 12px solid transparent;
  border-left: 24px solid #fff;
  transform: rotate(-30deg);
}

@media (min-width: 640px) {
  .balloon_l_rev {
    position: relative;
    padding: 32px;
    border-radius: 16px;
    background-color: #fff;
  }

  .balloon_l_rev::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 24px;
    left: auto;
    right: -24px;
    border: 12px solid transparent;
    border-right: 24px solid #fff;
    transform: rotate(150deg);
  }
} /*@media end*/

/*news*/

.btn-box {
  display: flex;
}
.btn-box button {
  width: 120px;
  height: 40px;
  color: #1f9947;
  /*background: linear-gradient(135deg, #fc3, #BBDBA3);*/
  border: 1px solid #1f9947;
  border-radius: 24px;
  user-select: none;
  cursor: pointer;
  /*margin-right: 0;
	margin-left: auto;*/
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
}

.btn-box button:hover {
  opacity: 0.6;
}
.km_news {
  animation: 0.6s fadeinDown;
}
.hiddenitem {
  display: none !important;
}

/*animation*/

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinDown {
  0% {
    opacity: 0;
    transform: translateY(-24px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinRight {
  0% {
    opacity: 0;
    transform: translateX(-24px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/*手書き風枠*/

.km_rounded01 {
  border-radius: 50% 60% 70% 60% / 60% 70% 70% 70% !important;
}
.km_rounded02 {
  border-radius: 40% 60% 40% 50% / 60% 60% 50% 60% !important;
}
.km_rounded03 {
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50% !important;
}
.km_rounded04 {
  border-radius: 70% 60% 50% 50% / 50% 60% 70% 80% !important;
}
.km_rounded05 {
  border-radius: 80% 30% 50% 50%/50% !important;
}

@media (min-width: 1024px) {
  .km_rounded01_lg {
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60% !important;
  }
  .km_rounded02_lg {
    border-radius: 80% 30% 50% 50%/50% !important;
  }
  .km_rounded03_lg {
    border-radius: 40% 40% 50% 40%/30% 50% 50% 50% !important;
  }
}

@media (min-width: 1280px) {
  .km_rounded01_xl {
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60% !important;
  }
  .km_rounded02_xl {
    border-radius: 80% 30% 50% 50%/50% !important;
  }
  .km_rounded03_xl {
    border-radius: 40% 40% 50% 40%/30% 50% 50% 50% !important;
  }
}
