@charset "utf-8";
/* CSS Document */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
/*--------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Poppins:wght@400;500;600&display=swap');
/*
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Poppins', sans-serif;*/
h1, h2, h3, h4, h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
}
p {
  margin: 0
}
figure {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: bottom
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
a, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
  transition: all 0.1s ease 0s;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.nowrap { white-space: nowrap;}
/*--------------------------------------------*/
/*sp以外見える*/
.sp-excepting{ display: none !important;}
.sp-just{ display: block !important;}
.br-sp {
  display: block !important;
}
.br-tb {
  display: none !important;
}
.br-pc {
  display: none !important;
}
.pc_only {
  display: none !important;
}
.tb_only {
  display: none !important;
}
.sp_only {
  display: inline-block !important;
}
/*pcだけ見える*/
	.pc-just{ display:none!important;}
@media screen and (min-width: 768px) {
/*sp以外見える*/
.sp-excepting{ display: block !important;}
/*spだけ見える*/
.sp-just{ display: none!important;}
/*pcだけ見える*/
	.pc-just{ display:none!important;}
  .br-sp {
    display: none !important;
  }
  .br-tb {
    display: block !important;
  }
  .br-pc {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: none !important;
  }
  .tb_only {
    display: inline-block !important;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .tb_only {
    display: inline-block !important;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
/*sp以外見える*/
.sp-excepting{ display: block !important;}
	/*pcだけ見える*/
	.pc-just{ display: block !important;}
  .br-sp {
    display: none !important;
  }
  .br-tb {
    display: none !important;
  }
  .br-pc {
    display: block !important;
  }
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
  .tb_only {
    display: none !important;
  }
}


@media screen and (min-width:1024px) {
  .container {
    max-width: 1170px;
  }
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
section {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  section {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
/*--------------------------------------------*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  font-size: 16px;
text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: var(--text-color)
}
/*--------------------------------------------*/
/*--------------------------------------------*/ 
:root {
  --main-color: #8cc63f;
  --pale-main-color: #d0ff85;
  --text-color: #333333;
  --yellow: #fbb03b;
  --white: #ffffff;
  --pink: #ff5470;
  --darkblue: #00214d;
--light-grey:#eaeaea;
	--Line-color:#06c755;
	--red:#ff0000;
}
/*--------------------------------------------*/
.text_s {padding-top:1%;
  font-size: 80%;
}
.text_ss {
  font-size: 60%;
}
.red{color:var(--red);}
/*=======================
ストライプ
========================*/
.stripe {
  background: repeating-linear-gradient(-45deg, #fff ,#fff 5px, #eaffc9 5px, #eaffc9 10px);
}
.stripe02 {
  background: repeating-linear-gradient(-45deg, #eaffc9, #eaffc9 5px, var(--pale-main-color) 5px, var(--pale-main-color) 10px);
}
/*=======================
マーカー
========================*/
span.marker_yellow {
  background: linear-gradient(transparent 60%, var(--yellow) 60%);
}
span.marker_uchikeshi {
  background: linear-gradient(transparent 20%, #ff5470 60%, transparent 20%);
}
/*=======================
アニメーション
========================*/
.updown{
  animation-name:UpDown;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
  /* アニメーションの設定 */
@keyframes UpDown{
  0%{
  transform: translateY(0);
  }
  100%{
  transform: translateY(10px);
  }
}
/*=======================
FLEXBOX
========================*/
.quarter {
  width: 25%
}
.flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
/*=======================
見出し
========================*/

/*両端に斜め線*/
.attention {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 36px;
}
.attention:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}
.attention:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}
/*紺色文字中央線*/
.head_darkblue {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-weight: 700;
  font-size:clamp(1.75rem, 1.182rem + 2.42vw, 3rem);
}
@media only screen and (min-width: 768px) {
  .head_darkblue {
/*    font-size: 3rem*/
  }
}
@media (min-width: 992px) {
  .head_darkblue {
    margin-bottom: 1.5em;
  }
}
.head_darkblue::before, .head_darkblue::after {
  content: '';
  flex-grow: 1;
  height: 10px;
  background: #00214d;
}
.head_darkblue::before {
  margin-right: 30px;
}
.head_darkblue::after {
  margin-left: 30px;
}
/*--黄色い吹き出し----*/
.fukidashi01 {
  position: relative;
  display: inline-block;
  margin: 0 0 1em;
  padding: .5em 0px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border-bottom: solid 3px var(--yellow);
  box-sizing: border-box;
  text-align: center;
}
.fukidashi01:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.fukidashi01:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid var(--yellow);
  z-index: 1;
}
.fukidashi01 p {
  margin: 0;
  padding: 0;
}
/*--黄緑い吹き出し----*/
.fukidashi02 {
  position: relative;
  display: inline-block;
  margin: 0 0 1em;
  padding: .5em 0px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border-bottom: solid 5px var(--main-color);
  box-sizing: border-box;
  text-align: center;
}
.fukidashi02:before {
  content: "";
  position: absolute;
  bottom: -47px;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #FFF;
  z-index: 2;
}
.fukidashi02:after {
  content: "";
  position: absolute;
  bottom: -57px;
  left: 50%;
  margin-left: -27px;
  border: 27.5px solid transparent;
  border-top: 25px solid var(--main-color);
  z-index: 1;
}
.fukidashi03 p {
  margin: 0;
  padding: 0;
}
/*=======================
正方形＿BOX
========================*/
/*紺色ボーダー*/
.square_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	align-items: flex-start;
}
.square_contents .cap-box {
    width: calc(50% - 1%);
}
.square_contents .cap-box:nth-child(1),
.square_contents .cap-box:nth-child(2){margin-top: -25px;}
.square_contents .cap-box-text {
    position: relative;
    border: 5px solid var(--darkblue);
    background: #fff;
}
.square_contents .cap-box-text::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.square_contents p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    font-weight: 700;
	line-height: 1.35;
    text-align: center;
    font-size: clamp(1rem, 0.882rem + 0.5vw, 1.25rem);
}
.square_contents .cap-box .cap-box-title {
    display: inline-block;
	font-family: 'Poppins', sans-serif;
    padding: 0 0.5em;
    max-width: 60%;
    background: #fff;
    color: var(--darkblue);
    position: relative;
    top: 1.5em;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: clamp(1.75rem, 1.409rem + 1.45vw, 2.5rem);
    z-index: 10
}

@media only screen and (min-width: 768px) {
.square_contents {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.square_contents .cap-box {
    width: calc(25% - 1%);margin-top: -30px;
}
}

/*黄色枠画像正方形*/
.square_contents01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	    align-items: flex-start;
}


.square_contents01 .cap-box-img {
    position: relative;
    border: 5px solid var(--yellow);
    background: #fff;
}
.square_contents01 .cap-box-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.square_contents01 img.photo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.square_contents01 .cap-box_yellow .cap-box-num {
    display: inline-block;
    text-align: center;
    max-width: 60%;
    position: relative;
    top: clamp(3.125rem, 2.557rem + 2.42vw, 4.375rem);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}
.square_contents01 .cap-box-num .num {
    width: clamp(3.125rem, 2.557rem + 2.42vw, 4.375rem);
}

@media only screen and (min-width: 768px) {
.square_contents01 {
    flex-direction: row;
    justify-content: space-between;
}


}
/*-----黄緑正方形------*/
.square_contents03{    display: flex;
flex-direction: row;
align-items: center; justify-content: space-between}

.square_contents03 .cap-box_green {
  width: calc(33.333% - 1%);
  position: relative;
	margin-bottom: 1rem;display: flex;
    flex-direction: column;
    justify-content: center;

}
.cap-box_green .face {
  width: clamp(2.5rem, 0.227rem + 11.36vw, 8.75rem);
  bottom: 10px;
  right: 10px;
  z-index: 1;
  position: absolute;
  opacity: .5;
}
.square_contents03 .cap-box_green .cap-box-text {
  position: relative;
  border: 5px solid var(--main-color);
  background: #fff;
}
.square_contents03 .cap-box_green .cap-box-text::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square_contents03 .cap-box-text p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  font-weight: 700;
  text-align: center;
  font-size:clamp(0.625rem, 0.352rem + 1.36vw, 1.375rem);
  z-index: 2;
	line-height: 1.2;
	padding-top: 10px
}
.square_contents03 .cap-box_green .cap-box-num {
    display: inline-block;
    text-align: center;
    max-width: 60%;
    position: relative;
    top: clamp(3.125rem, 2.557rem + 2.42vw, 4.375rem);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}
.square_contents03 .cap-box-num .num {
    width: clamp(3.125rem, 2.557rem + 2.42vw, 4.375rem);
}

@media only screen and (min-width: 768px) {
  .square_contents03 .cap-box_green {
    width: calc(32% - 1%);
  }
	.square_contents03 .cap-box-text p {
		width:80%;line-height: 1.35;
	}

  .square_contents03 {
    flex-direction: row;
    justify-content: space-between;
  }
 }


/*=======================
吹き出し
========================*/
.balloon-left, .balloon-right {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 1em;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 5px var(--darkblue);
  box-sizing: border-box;
}
.balloon-left:before, .balloon-right:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -15px;
  border: 16px solid transparent;
  border-bottom: 16px solid #FFF;
  z-index: 2;
}
.balloon-left:after, .balloon-right:after {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -17px;
  border: 18px solid transparent;
  border-bottom: 18px solid var(--darkblue);
  z-index: 1;
}
.balloon-left p, .balloon-right p {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .balloon-left {
    position: relative;
    display: inline-block;
    margin: 0 0 1.5em 50px;
    padding: 1.5em;
    width: calc(50% - 50px);
    font-size: 16px;
    background: #FFF;
    border: solid 8px var(--darkblue);
    box-sizing: border-box;
  }
  .balloon-left:before {
    content: "";
    position: absolute;
    top: 35%;
    left: -48px !important;
    right: auto;
    margin-top: -10px;
    border: 32px solid transparent;
    border-right: 32px solid #FFF;
    z-index: 2;
  }
  .balloon-left:after {
    content: "";
    position: absolute;
    top: 35%;
    left: -63px !important;
    right: auto;
    margin-top: -15px;
    border: 37px solid transparent;
    border-right: 37px solid var(--darkblue);
    z-index: 1;
  }
  .balloon-left p {
    margin: 0;
    padding: 0;
  }
  .balloon-right {
    position: relative;
    display: inline-block;
    margin: 0 50px 1.5em 0;
    padding: 1.5em;
    width: calc(50% - 50px);
    background: #FFF;
    border: solid 8px var(--darkblue);
    box-sizing: border-box;
  }
  .balloon-right:before {
    content: "";
    position: absolute;
    top: 35%;
    right: -64px !important;
    left: auto;
    margin-top: -10px;
    border: 32px solid transparent;
    border-left: 32px solid #FFF;
    z-index: 2;
  }
  .balloon-right:after {
    content: "";
    position: absolute;
    top: 35%;
    right: -80px !important;
    left: auto;
    margin-top: -15px;
    border: 37px solid transparent;
    border-left: 37px solid var(--darkblue);
    z-index: 1;
  }
  .balloon-right p {
    margin: 0;
    padding: 0;
  }
}
/*=======================
アコーディオン
========================*/
.accordion {
  text-align: left;
  max-width: 950px;
  max-width: 100%;
  
}
.accordion-box:not(:first-child) {
  margin-top: 15px;
}
.accordion-box {
  border-bottom: 1px solid #fff;
}
.question {
  padding: .25em 1em;
  position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;font-size: 1.5rem;
}
.question::before {
}
.question::before {
}
.question:after {
  transition: 0.2s;
}
.answer {
  display: none;
  padding: 1em 1em 1em 2.5em;
  position: relative;
}
.answer::before {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}


@media screen and (max-width: 480px) {
  .accordion .question {
    font-size: 1.125rem;
  }
}