@charset "utf-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

*{
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding:0;
  font-size: 14px;
  font-family: "Noto Sans JP","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 1.5;
  background-color: #FFFFFF;
  color: #212121;
}

p {
  font-feature-settings: "palt";
}

/* #header / #footer
----------------------------------------- */
#header {
    max-width: 100%;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    background-color: #fff;
    height: 51px;
}
@media screen and (min-width: 1100px) {
#header {
    max-width: 100%;
    box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    background-color: #fff;
    height: 57px;
}}

#header #logo {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 8px;
}
@media screen and (min-width: 1100px) {
#header #logo {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
}
#footer {
    background-color: #fff;
}

/* footer */
#footer{
	clear:both;
	position:static;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#footer #greenbelt{
	background:url(../images/bg_greenbelt.png) 0 0 repeat;
}

#footer #greenbelt .inner{
	margin:0 auto;
	max-width:1100px;
	background:#009261;
	color:#fff;
	overflow:hidden;
}

#footer #greenbelt .inner .ftbox{
	float:none;
	max-width:800px;
}
@media screen and (min-width: 1100px) {
#footer #greenbelt .inner .ftbox{
	float:left;
	max-width:800px;
  width: 800px;
}}
#footer #greenbelt .inner p.link{
    display: block;
    padding: 18px 15px 0;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
}
@media screen and (min-width: 768px) {
    #footer #greenbelt .inner p.link{
        padding:18px 24px 0;
        font-size:1.36rem;
        line-height:1.0;
        text-align: left;
    }}
@media screen and (min-width: 1100px) {
#footer #greenbelt .inner p.link{
	padding:18px 0 0 24px;
	font-size:1.36rem;
	line-height:1.0;
    text-align: left;
}}

#footer #greenbelt .inner p.link span{
	display: block;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    background: none;
    text-align: left;
}
@media screen and (min-width: 768px) {
    #footer #greenbelt .inner p.link span{
        margin:0 0 0 10px;
        padding:0 0 0 10px;
        background:url(../images/line_dot_separate.png) 0 0 no-repeat;
        display: inline;
    }}
@media screen and (min-width: 1100px) {
#footer #greenbelt .inner p.link span{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	background:url(../images/line_dot_separate.png) 0 0 no-repeat;
    display: inline;
}}

#footer #greenbelt .inner p.copy{
	padding:15px 0 0 0;
	font-size:1.2rem;
	line-height:1.0;
    text-align: center;
}
@media screen and (min-width: 768px) {
    #footer #greenbelt .inner p.copy{
        padding:18px 0 0 24px;
        font-size:1.36rem;
        line-height:1.0;
        text-align: left;
    }}
@media screen and (min-width: 1100px) {
#footer #greenbelt .inner p.copy{
	padding:18px 0 0 24px;
	font-size:1.36rem;
	line-height:1.0;
    text-align: left;
}}

#footer #greenbelt .inner a{
	color:#fff;
}

#footer #greenbelt .inner p.bn{
	background:url(../images/bg_ftbn.jpg) 0 0 no-repeat;
	float: none;
    margin: 9px auto 14px;
    width: 264px;
    height: 54px;
}
@media screen and (min-width: 768px) {
    #footer #greenbelt .inner p.bn{
        float:right;
        background:url(../images/bg_ftbn.jpg) 0 0 no-repeat;
        width:264px;
        height:54px;
        margin:9px 17px 14px 0;
    }}
@media screen and (min-width: 1100px) {
#footer #greenbelt .inner p.bn{
	float:right;
	background:url(../images/bg_ftbn.jpg) 0 0 no-repeat;
	width:264px;
	height:54px;
	margin:9px 17px 14px 0;
}}

#footer #greenbelt .inner p.bn a{
	color:#666;
	text-decoration:none;
}

#footer #greenbelt .inner p.bn a span{
	display:block;
	width:120px;
	padding:16px 0 0 7px;
	font-size:1.0rem;
	line-height:1.4;
}

#footer #whitebelt{
	clear:both;
	margin:0 auto;
	max-width:1100px;
	background:#fff;
	text-align:center;
}
@media screen and (min-width: 768px) {
    #footer #whitebelt{
        clear:both;
        margin:0 auto;
        max-width:1100px;
        background:#fff;
        text-align:right;
    }}
@media screen and (min-width: 1100px) {
#footer #whitebelt{
	clear:both;
	margin:0 auto;
	max-width:1100px;
	background:#fff;
	text-align:right;
}}

#footer #whitebelt p{
	padding:12px 0 13px;
	line-height:0;
}

.pagetop {
    clear: both;
    font-size: 1.2rem;
    width: 100%;
    margin: 0 auto 20px;
    text-align: right;
}
@media screen and (min-width: 1100px) {
.pagetop {
    clear: both;
    font-size: 1.2rem;
    margin: 0 auto 14px;
    text-align: right;
    max-width: 1100px;
    width: 100%;
}}

.pagetop a {
    background: url(../images/icon_pagetop.png) left center no-repeat;
    padding: 0 15px;
    line-height: 40px;
    display: inline-block;
}
@media screen and (min-width: 1100px) {
.pagetop a {
    background: url(../images/icon_pagetop.png) left center no-repeat;
    padding: 2px 0 2px 16px;
}}

.sp-block{
	display: block;
}
.tb-block{
	display: none;
}
.pc-block{
	display: none;
}
@media screen and (min-width: 768px)  {
	.sp-block{
		display: none;
	}
	.tb-block{
		display: block;
	}
	.pc-block{
		display: none;
	}
}
@media screen and (min-width: 960px)  {
	.sp-block{
		display: none;
	}
	.tb-block{
		display: none;
	}
	.pc-block{
		display: block;
	}
}
@media screen and (min-width: 1100px) {
	.sp-block{
		display: none;
	}
	.tb-block{
		display: none;
	}
	.pc-block{
		display: block;
	}
}
.sp-none{
  display: none;
}
@media screen and (min-width: 768px) {
.sp-none{
  display: block;
}
}
.pc-none{
  display: block;
}
@media screen and (min-width: 1100px) {
.pc-none{
  display: none;
}
}
.p-main__wrap{
  position: relative;
  overflow: hidden;
}
.p-title{
  position: absolute;
  left: -9999px;
}
.p-mainv{
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-mainv__img{
  width: 100%;
  min-width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width:1400px) {
.p-mainv__img{
  width: 100%;
  min-width: 1920px;
  height: auto;
  object-fit: cover;
  object-position: center;
}}
.p-main__circle{
  position: absolute;
  top: 139px;
  right: -15px;
  transform: none;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF7A11;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  z-index: 99;
}
@media screen and (min-width: 768px) {
.p-main__circle{
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-210%);
  width: 104px;
  height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF7A11;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  z-index: 99;
}}
@media screen and (min-width: 960px) {
.p-main__circle{
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-210%);
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF7A11;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  z-index: 99;
}}
@media screen and (min-width: 1100px) {
.p-main__circle{
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-213%);
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF7A11;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  z-index: 99;
}}
@media screen and (min-width: 1280px) {
.p-main__circle{
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-213%);
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF7A11;
  border-radius: 50%;
  font-size: 2.0rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  z-index: 99;
}}
.p-main__circle span{
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
.p-main__circle span{
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}}
.p-main__lead{
  position: absolute;
  top: 208px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
.p-main__lead{
  position: absolute;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}}
@media screen and (min-width: 1100px) {
.p-main__lead{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -43%);
  display: flex;
  flex-direction: column;
  align-items: center;
}}
.p-main__text{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 4px;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-main__text{
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  color: #212121;
}}
@media screen and (min-width: 960px) {
.p-main__text{
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-main__text{
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  color: #212121;
}}
@media screen and (min-width: 1280px) {
.p-main__text{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 0;
  color: #212121;
}}
.p-main__img{
  width: 290px;
}
@media screen and (min-width: 768px) {
.p-main__img{
  width: 253px;
}}
@media screen and (min-width: 960px) {
.p-main__img{
  width: 315px;
}}
@media screen and (min-width: 1100px) {
.p-main__img{
  width: 320px;
}}
@media screen and (min-width: 1280px) {
.p-main__img{
  width: 420px;
}}
.p-main__anshin-title{
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #009360;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
.p-main__anshin-title{
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #009360;
  margin-top: 8px;
}}
@media screen and (min-width: 960px) {
.p-main__anshin-title{
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #009360;
  margin-top: 24px;
}}
@media screen and (min-width: 1100px) {
.p-main__anshin-title{
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #009360;
  margin-top: 31px;
}}
@media screen and (min-width: 1280px) {
.p-main__anshin-title{
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #009360;
  margin-top: 31px;
}}
.p-main__anshin01{
  display: flex;
  gap: 6px;
  margin-top: 10px;
}
@media screen and (min-width: 1100px) {
.p-main__anshin01{
  display: flex;
  gap: 10px;
  margin-top: 20px;
}}
.p-main__anshin02{
  display: flex;
  gap: 6px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
.p-main__anshin02{
  display: flex;
  gap: 10px;
  margin-top: 9px;
}}
@media screen and (min-width: 1100px) {
.p-main__anshin02{
  display: flex;
  gap: 10px;
  margin-top: 15px;
}}
.p-main__anshin01 p,
.p-main__anshin02 p{
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #009360;
  background-color: #fff;
  border: 2px solid #43AF89;
  border-radius: 9999px;
  padding: 6px 20px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
.p-main__anshin01 p,
.p-main__anshin02 p{
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 700;
  color: #009360;
  background-color: #fff;
  border: 1px solid #43AF89;
  border-radius: 9999px;
  padding: 3.5px 10px;
  text-align: center;
  box-sizing: border-box;
}}
@media screen and (min-width: 768px) {
.p-main__anshin01 p,
.p-main__anshin02 p{
  display: inline-block;
  font-size: 1.0rem;
  font-weight: 700;
  color: #009360;
  background-color: #fff;
  border: 2px solid #43AF89;
  border-radius: 9999px;
  padding: 3.5px 10px;
  text-align: center;
  box-sizing: border-box;
}}
@media screen and (min-width: 960px) {
.p-main__anshin01 p,
.p-main__anshin02 p{
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #009360;
  background-color: #fff;
  border: 2px solid #43AF89;
  border-radius: 9999px;
  padding: 3.5px 10px;
  text-align: center;
  box-sizing: border-box;
}}
@media screen and (min-width: 1100px) {
.p-main__anshin01 p,
.p-main__anshin02 p{
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #009360;
  background-color: #fff;
  border: 2px solid #43AF89;
  border-radius: 9999px;
  padding: 7px 15px;
  text-align: center;
  box-sizing: border-box;
}}
@media screen and (min-width: 1280px) {
.p-main__anshin01 p,
.p-main__anshin02 p{
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #009360;
  background-color: #fff;
  border: 2px solid #43AF89;
  border-radius: 9999px;
  padding: 7px 20px;
  text-align: center;
  box-sizing: border-box;
}}
.p-onayami__wrap{
  background: url(../images/bg_sp@2x.png) no-repeat;
  background-size: cover;
  background-position: center 21px;
  overflow: hidden;
  padding: 80px 0 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
.p-onayami__wrap{
  background: url(../images/bg_pc.png) no-repeat;
  background-size: 1920px auto;
  background-position: center -13px;
  overflow: hidden;
  padding: 5.7% 0 3.6%;
  width: 100%;
}}
@media screen and (min-width: 960px) {
.p-onayami__wrap{
  background: url(../images/bg_pc.png) no-repeat;
  background-size: 1920px auto;
  background-position: center -13px;
  overflow: hidden;
  padding: 80px 0;
  width: 100%;
}}
.p-onayami__title{
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-onayami__title{
  position: relative;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-onayami__title{
  position: relative;
  font-size: 5.0rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #212121;
}}
.p-onayami__dot-wrap{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 24px;
  top: -6px;
  left: 53%;
  transform: none;
}
@media screen and (min-width: 768px) {
.p-onayami__dot-wrap{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 35px;
  top: -6px;
  left: 50%;
  transform: translateX(-163%);
}}
@media screen and (min-width: 1100px) {
.p-onayami__dot-wrap{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 44px;
  top: -6px;
  left: 50%;
  transform: translateX(-158%);
}}
.p-onayami__dot{
  width: 8px;
  height: 8px;
  background-color: #19517D;
  border-radius: 50%;
  margin: 0;
}
@media screen and (min-width: 1100px) {
.p-onayami__dot{
  width: 10px;
  height: 10px;
  background-color: #19517D;
  border-radius: 50%;
}}
.p-onayami-contents{
  width: 89.3%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-onayami-contents{
  width: 89.3%;
  margin: 0 auto;
}}
@media screen and (min-width: 1100px) {
  .p-onayami-contents{
  width: auto;
  margin: 0 auto;
}}
.p-onayami{
  display: block;
}
@media screen and (min-width: 768px) {
.p-onayami{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}}
@media screen and (min-width: 1100px) {
.p-onayami{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}}
.p-onayami__01,
.p-onayami__02{
  position: relative;
}
.p-onayami__01-balloon,
.p-onayami__02-balloon{
  display: block;
  width: 269px;
  height: auto;
}
@media screen and (min-width: 768px) {
.p-onayami__01-balloon,
.p-onayami__02-balloon{
  display: block;
  width: 100%;
  height: auto;
}}
@media screen and (min-width: 1100px) {
.p-onayami__01-balloon,
.p-onayami__02-balloon{
  display: block;
  width: 100%;
  height: auto;
}}
.p-onayami__02-balloon{
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
.p-onayami__02-balloon{
  margin: 0;
}}
@media screen and (min-width: 1100px) {
.p-onayami__02-balloon{
  margin: 0;
}}
.p-onayami__02-balloon{
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
.p-onayami__02-balloon{
  margin-top: 30px;
}}
@media screen and (min-width: 1100px) {
.p-onayami__02-balloon{
  margin-top: 30px;
}}
.p-onayami__01-text,
.p-onayami__02-text{
  position: absolute;
  font-size: 2.0rem;
  line-height: 1.8;
  font-weight: 700;
  z-index: 99;
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-onayami__01-text,
.p-onayami__02-text{
  position: absolute;
  font-size: 2.0rem;
  line-height: 1.8;
  font-weight: 700;
  z-index: 99;
  white-space: nowrap;
  text-align: center;
}}
@media screen and (min-width: 960px) {
.p-onayami__01-text,
.p-onayami__02-text{
  position: absolute;
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
  z-index: 99;
  white-space: nowrap;
  text-align: center;
}}
@media screen and (min-width: 1100px) {
.p-onayami__01-text,
.p-onayami__02-text{
  position: absolute;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 700;
  z-index: 99;
  white-space: nowrap;
  text-align: center;
}}
.p-onayami__01-text{
  top: 20px;
  left: 15px;
  transform: none;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-onayami__01-text{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-onayami__01-text{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  color: #212121;
}}
.p-onayami__02-text{
  top: 15px;
  left: auto;
  right: 15px;
  transform: none;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-onayami__02-text{
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%,-50%);
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-onayami__02-text{
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%,-50%);
  color: #212121;
}}
.p-onayami__01-text span,
.p-onayami__02-text span{
  font-weight: 700;
  color: #19517D;
}
.p-onayami__img{
  display: block;
  margin: 0 auto;
  width: 85.3%;
}
@media screen and (min-width: 768px) {
.p-onayami__img{
  display: block;
  margin: 0 auto;
  width: auto;
}}
@media screen and (min-width: 1100px) {
.p-onayami__img{
  display: block;
  margin: 0 auto;
  width: auto;
}}
.p-onayami__flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background-color: #fff;
  width: 100%;
  border: 5px solid #284B66;
  border-radius: 20px;
  margin: -10px auto 0;
  padding: 35px 25px 40px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
.p-onayami__flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 49px;
  background-color: #fff;
  max-width: 960px;
  width: 100%;
  border: 5px solid #284B66;
  border-radius: 20px;
  margin: -14px auto 0;
  padding: 3.6% 3.8%;
  flex-direction: row;
}}
@media screen and (min-width: 1100px) {
.p-onayami__flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 49px;
  background-color: #fff;
  max-width: 960px;
  width: 100%;
  border: 5px solid #284B66;
  border-radius: 20px;
  margin: -14px auto 0;
  padding: 3.6% 3.8%;
  flex-direction: row;
}}
.p-onayami__flex-text01{
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2.0;
  white-space: nowrap;
  margin-bottom: 20px;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-onayami__flex-text01{
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2.0;
  white-space: nowrap;
  margin-bottom: 20px;
  color: #212121;
}}
@media screen and (min-width: 960px) {
.p-onayami__flex-text01{
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.0;
  white-space: nowrap;
  margin-bottom: 20px;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-onayami__flex-text01{
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2.0;
  white-space: nowrap;
  margin-bottom: 20px;
  color: #212121;
}}
.p-onayami__flex-text01 span{
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.0;
  color: #19517D;
}
@media screen and (min-width: 768px) {
.p-onayami__flex-text01 span{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.0;
  color: #19517D;
}}
@media screen and (min-width: 1100px) {
.p-onayami__flex-text01 span{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2.0;
  color: #19517D;
}}
.p-onayami__flex-text02{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-onayami__flex-text02{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-onayami__flex-text02{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212121;
}}
.p-onayami__flex-text03{
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #222;
}
.p-onayami__flex-graff{
  width: 82.8%;
  margin: 0 auto 20px;
  display: block;
  color: #212121;
}
@media screen and (min-width: 768px) {
.p-onayami__flex-graff{
  max-width: 164px;
  width: 92.8%;
  margin-bottom: 20px;
}}
@media screen and (min-width: 1100px) {
.p-onayami__flex-graff{
  max-width: 227px;
  width: 92.8%;
  margin-bottom: 20px;
}}
.p-onayami__flex-link{
  text-decoration: underline;
  color: #212121;
}
.p-anshin{
  background-color: #F9F6ED;
  width: 100%;
}
.p-anshin__title-wrap{
  width: 100%;
  background: linear-gradient(to right, #009360 0%, #25A377 50%, #009360 100%);
  padding: 40px 0 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-anshin__title-wrap{
  width: 100%;
  background: linear-gradient(to right, #009360 0%, #25A377 50%, #009360 100%);
  padding: 4.3% 0 0;
  text-align: center;
}}
@media screen and (min-width: 1100px) {
.p-anshin__title-wrap{
  width: 100%;
  background: linear-gradient(to right, #009360 0%, #25A377 50%, #009360 100%);
  padding: 60px 0 0;
  text-align: center;
}}
.p-anshin__title-text01{
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 29px;
}
@media screen and (min-width: 768px) {
.p-anshin__title-text01{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 43px;
}}
@media screen and (min-width: 1100px) {
.p-anshin__title-text01{
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 43px;
}}
.p-anshin__title-text01::after{
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  bottom: -9px;
  height: 3px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
.p-anshin__title-text01::after{
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  bottom: -12px;
  height: 3px;
  background-color: #fff;
}}
@media screen and (min-width: 1100px) {
.p-anshin__title-text01::after{
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  bottom: -12px;
  height: 3px;
  background-color: #fff;
}}
.p-anshin__title-text02{
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.p-anshin__title-text02{
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 30px;
}}
@media screen and (min-width: 1100px) {
.p-anshin__title-text02{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 30px;
}}
.p-anshin__title-img{
  width: 89.3%;
}
@media screen and (min-width: 768px) {
.p-anshin__title-img{
  width: 50%;
}}
@media screen and (min-width: 1100px) {
.p-anshin__title-img{
  width: auto;
}}
.p-anshin__triangle {
  width: 100%;
  height: 20px;
  background: linear-gradient(to right,#009360 0%,#25A377 50%,#009360 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 -0.5%, 100% -0.5%, 50% 100%);
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
.p-anshin__triangle {
  width: 100%;
  height: 100px;
  background: linear-gradient(to right,#009360 0%,#25A377 50%,#009360 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 -0.5%, 100% -0.5%, 50% 100%);
}}
@media screen and (min-width: 1100px) {
.p-anshin__triangle {
  width: 100%;
  height: 100px;
  background: linear-gradient(to right,#009360 0%,#25A377 50%,#009360 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 -0.5%, 100% -0.5%, 50% 100%);
}}
.p-anshin__main-wrap{
  width: 89.3%;
  max-width: none;
  margin: 40px auto 50px;
}
@media screen and (min-width: 768px) {
.p-anshin__main-wrap{
  max-width: 960px;
  width: 93.3%;
  margin: 40px auto 80px;
}}
@media screen and (min-width: 1100px) {
.p-anshin__main-wrap{
  max-width: 960px;
  width: 100%;
  margin: 40px auto 80px;
}}
@media screen and (min-width: 768px) {
.p-anshin__main-wrap{
  width: 89.3%;
  max-width: none;
  margin: 4.3% auto 5.7%;
}}
@media screen and (min-width: 960px) {
.p-anshin__main-wrap{
  width: 89.3%;
  max-width: none;
  margin: 60px auto 80px;
}}
@media screen and (min-width: 1100px) {
.p-anshin__main-wrap{
  width: 100%;
  max-width: 960px;
  margin: 60px auto 80px;
}}
.p-anshin__main-title{
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-anshin__main-title{
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 3.6%;
  text-align: center;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-anshin__main-title{
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 50px;
  text-align: center;
  color: #212121;
}}
.p-anshin__main-title span{
  font-size: 3.2rem;
  font-weight: 700;
  color: #009360;
}
@media screen and (min-width: 768px) {
.p-anshin__main-title span{
  font-size: 4.2rem;
  font-weight: 700;
  color: #009360;
}}
@media screen and (min-width: 1100px) {
.p-anshin__main-title span{
  font-size: 5.0rem;
  font-weight: 700;
  color: #009360;
}}
.p-anshin__contents01-wrap,
.p-anshin__contents02-wrap,
.p-anshin__contents03-wrap,
.p-anshin__contents04-wrap{
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.p-anshin__contents01-wrap,
.p-anshin__contents02-wrap,
.p-anshin__contents03-wrap,
.p-anshin__contents04-wrap{
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
}}
@media screen and (min-width: 1100px) {
.p-anshin__contents01-wrap,
.p-anshin__contents02-wrap,
.p-anshin__contents03-wrap,
.p-anshin__contents04-wrap{
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
}}
.p-anshin__contents01-num,
.p-anshin__contents02-num,
.p-anshin__contents03-num,
.p-anshin__contents04-num{
  width: 55px;
  height: 55px;
  font-family: 'Roboto', sans-serif;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  background-color: #009360;
  border-radius: 15px 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0 ;
}
@media screen and (min-width: 768px) {
.p-anshin__contents01-num,
.p-anshin__contents02-num,
.p-anshin__contents03-num,
.p-anshin__contents04-num{
  width: 75px;
  height: 75px;
  font-family: 'Roboto', sans-serif;
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  background-color: #009360;
  border-radius: 15px 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0 ;
}}
@media screen and (min-width: 1100px) {
.p-anshin__contents01-num,
.p-anshin__contents02-num,
.p-anshin__contents03-num,
.p-anshin__contents04-num{
  width: 75px;
  height: 75px;
  font-family: 'Roboto', sans-serif;
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1.0;
  color: #fff;
  background-color: #009360;
  border-radius: 15px 0 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0 ;
}}
.p-anshin__contents01,
.p-anshin__contents02,
.p-anshin__contents03,
.p-anshin__contents04{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px 30px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
.p-anshin__contents01,
.p-anshin__contents02,
.p-anshin__contents03,
.p-anshin__contents04{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 4.2% 5% 4.2% 12%;
  flex-direction: row;
}}
@media screen and (min-width: 1100px) {
.p-anshin__contents01,
.p-anshin__contents02,
.p-anshin__contents03,
.p-anshin__contents04{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 4.2% 5% 4.2% 13%;
  flex-direction: row;
}}
.p-anshin__contents01-text01,
.p-anshin__contents02-text01,
.p-anshin__contents03-text01,
.p-anshin__contents04-text01{
  font-size: 2.2rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-anshin__contents01-text01,
.p-anshin__contents02-text01,
.p-anshin__contents03-text01,
.p-anshin__contents04-text01{
  font-size: 3.2rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 20px;
  text-align: left;
}}
@media screen and (min-width: 1100px) {
.p-anshin__contents01-text01,
.p-anshin__contents02-text01,
.p-anshin__contents03-text01,
.p-anshin__contents04-text01{
  font-size: 3.2rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 20px;
  text-align: left;
}}
.p-anshin__contents01-text02,
.p-anshin__contents02-text02,
.p-anshin__contents03-text02,
.p-anshin__contents04-text02{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-anshin__contents01-text02,
.p-anshin__contents02-text02,
.p-anshin__contents03-text02,
.p-anshin__contents04-text02{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-anshin__contents01-text02,
.p-anshin__contents02-text02,
.p-anshin__contents03-text02,
.p-anshin__contents04-text02{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
}}
.p-anshin__contents02-text02,
.p-anshin__contents03-text02{
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
.p-anshin__contents02-text02,
.p-anshin__contents03-text02{
  margin-bottom: 62px;
  text-align: left;
}}
@media screen and (min-width: 1100px) {
.p-anshin__contents02-text02,
.p-anshin__contents03-text02{
  margin-bottom: 62px;
  text-align: left;
}}
.p-anshin__contents02-text,
.p-anshin__contents03-text{
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-anshin__contents02-text,
.p-anshin__contents03-text{
  position: relative;
  text-align: left;
}}
@media screen and (min-width: 1100px) {
.p-anshin__contents02-text,
.p-anshin__contents03-text{
  position: relative;
  text-align: left;
}}
.p-anshin__contents02-img{
  width: 270px;
  margin-top: 41px;
}
@media screen and (min-width: 768px) {
.p-anshin__contents02-img{
  width: 270px;
  margin-top: 0;
}}
@media screen and (min-width: 1100px) {
.p-anshin__contents02-img{
  width: 270px;
  margin-top: 0;
}}
.p-anshin__contents02-link,
.p-anshin__contents03-link{
  display: inline-block;
  width: auto;
  font-size: 1.4rem;
  font-weight: 600;
  color: #009360;
  border: 1px solid #009360;
  border-radius: 50px;
  padding: 10px 50px;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 768px) {
.p-anshin__contents02-link,
.p-anshin__contents03-link{
  display: block;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 600;
  color: #009360;
  border: 1px solid #009360;
  border-radius: 50px;
  padding: 10px 50px;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 0;
}}
@media screen and (min-width: 1100px) {
.p-anshin__contents02-link,
.p-anshin__contents03-link{
  display: block;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 600;
  color: #009360;
  border: 1px solid #009360;
  border-radius: 50px;
  padding: 10px 50px;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 0;
}}
.p-anshin__contents02-link::after,
.p-anshin__contents03-link::after{
  position: absolute;

  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #009360;
  border-bottom: 1.5px solid #009360;
  transform: translateY(-60%) rotate(45deg);
  top: 50%;
  right: 8%;
}
@media screen and (min-width: 768px) {
.p-anshin__contents02-link::after,
.p-anshin__contents03-link::after{
  position: absolute;

  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #009360;
  border-bottom: 1.5px solid #009360;
  transform: translateY(-60%) rotate(45deg);
  top: 50%;
  right: 8%;
}}
@media screen and (min-width: 1100px) {
.p-anshin__contents02-link::after,
.p-anshin__contents03-link::after{
  position: absolute;

  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #009360;
  border-bottom: 1.5px solid #009360;
  transform: translateY(-60%) rotate(45deg);
  top: 50%;
  right: 8%;
}}
.p-anshin__service-wrap{
  background: url(../images/bg_green.png) no-repeat;
  background-size: cover;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
.p-anshin__service-wrap{
  background: url(../images/bg_green.png) no-repeat;
  background-size: cover;
  padding: 4.3% 0;
}}
@media screen and (min-width: 960px) {
.p-anshin__service-wrap{
  background: url(../images/bg_green.png) no-repeat;
  background-size: cover;
  padding: 60px 0;
}}
.p-anshin__service{
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 30px 20px;
  width: 89.3%;
  max-width: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.p-anshin__service{
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 3.2% 2.6%;
  width: 89.3%;
  max-width: 960px;
  margin: 0 auto;
}}
@media screen and (min-width: 1100px) {
.p-anshin__service{
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 3.2% 2.6%;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}}
.p-anshin__service-lead{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: left;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-anshin__service-lead{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
  color: #212121;
}}
@media screen and (min-width: 960px) {
.p-anshin__service-lead{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
  color: #212121;
}}
.p-anshin__service-lead span{
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
.p-anshin__service-lead span{
  font-weight: 700;
  line-height: 1.8;
}}
@media screen and (min-width: 1100px) {
.p-anshin__service-lead span{
  font-weight: 700;
  line-height: 1.8;
}}
.p-anshin__service-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 37.7px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
.p-anshin__service-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: nowrap;
}}
@media screen and (min-width: 1100px) {
.p-anshin__service-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: nowrap;
}}
.p-anshin__service-alsok{
  width: 137.5px;
  height: auto;
}
@media screen and (min-width: 768px) {
.p-anshin__service-alsok{
  width: auto;
  height: auto;
}}
@media screen and (min-width: 1100px) {
.p-anshin__service-alsok{
  width: auto;
  height: auto;
}}
.p-cost{
  width: 100%;
  background-color: #F2F9F7;
  padding: 40px 0 50px;
}
@media screen and (min-width: 768px) {
.p-cost{
  width: 100%;
  background-color: #F2F9F7;
  padding: 4.3% 0 5.7%;
}}
@media screen and (min-width: 960px) {
.p-cost{
  width: 100%;
  background-color: #F2F9F7;
  padding: 60px 0 80px;
}}
.p-cost__text{
  width: 89.3%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-cost__text{
  width: 100%;
  text-align: center;
}}
@media screen and (min-width: 1100px) {
.p-cost__text{
  width: 100%;
  text-align: center;
}}
.p-cost__text01{
  width: fit-content;
  margin: 0 auto 29px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #009360;
  position: relative;
}
@media screen and (min-width: 768px) {
.p-cost__text01{
  width: fit-content;
  margin: 0 auto 3.8%;
  font-size: 2.4rem;
  font-weight: 700;
  color: #009360;
  position: relative;
}}
@media screen and (min-width: 960px) {
.p-cost__text01{
  width: fit-content;
  margin: 0 auto 3.8%;
  font-size: 2.4rem;
  font-weight: 700;
  color: #009360;
  position: relative;
}}
@media screen and (min-width: 1100px) {
.p-cost__text01{
  width: fit-content;
  margin: 0 auto 55px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #009360;
  position: relative;
}}
.p-cost__text01::after {
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  bottom: -9px;
  height: 3px;
  background-color: #009360;
}
@media screen and (min-width: 768px) {
.p-cost__text01::after {
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  bottom: -12px;
  height: 3px;
  background-color: #009360;
}}
@media screen and (min-width: 1100px) {
.p-cost__text01::after {
  content: "";
  position: absolute;
  left: -5px;
  right: 0;
  bottom: -12px;
  height: 3px;
  background-color: #009360;
}}
.p-cost__text02{
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-cost__text02{
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #212121;
}}
@media screen and (min-width: 960px) {
.p-cost__text02{
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-cost__text02{
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #212121;
}}
.p-cost__title{
  font-size: 3.2rem;
  font-weight: 700;
  color: #009360;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.p-cost__title{
  font-size: 4.2rem;
  font-weight: 700;
  color: #009360;
  line-height: 1.8;
  margin-bottom: 20px;
}}
@media screen and (min-width: 960px) {
.p-cost__title{
  font-size: 5.0rem;
  font-weight: 700;
  color: #009360;
  line-height: 1.8;
  margin-bottom: 20px;
}}
.p-cost__text03{
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 40px;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-cost__text03{
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 3.6%;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-cost__text03{
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 50px;
  color: #212121;
}}
.p-cost__contents{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  width: 89.3%;
  max-width: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.p-cost__contents{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-items: center;
  width: 89.3%;
  max-width: 960px;
  margin: 0 auto;
}}
@media screen and (min-width: 1100px) {
.p-cost__contents{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-items: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}}
.p-cost__contents01-left{
  width: 100%;
  display: inline-block;
  background-color: #009360;
  border-radius: 15px 15px 0 0;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
.p-cost__contents01-left{
  width: 29.1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #009360;
  border-radius: 15px 0 0 0;
  text-align: center;
  border-bottom: 1px solid #fff;
}}
@media screen and (min-width: 1100px) {
.p-cost__contents01-left{
  width: 29.1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #009360;
  border-radius: 15px 0 0 0;
  text-align: center;
  border-bottom: 1px solid #fff;
}}
.p-cost__contents02-left{
  width: 100%;
  display: inline-block;
  background-color: #009360;
  border-radius: 0;
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-cost__contents02-left{
  width: 29.1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #009360;
  border-radius: 0 0 0 15px;
  text-align: center;
}}
@media screen and (min-width: 1100px) {
.p-cost__contents02-left{
  width: 29.1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #009360;
  border-radius: 0 0 0 15px;
  text-align: center;
}}
.p-cost__contents01-left-text01,
.p-cost__contents02-left-text01{
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
.p-cost__contents01-left-text01,
.p-cost__contents02-left-text01{
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}}
@media screen and (min-width: 960px) {
.p-cost__contents01-left-text01,
.p-cost__contents02-left-text01{
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}}
.p-cost__contents01-left-text02,
.p-cost__contents02-left-text02{
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
.p-cost__contents01-left-text02,
.p-cost__contents02-left-text02{
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}}
@media screen and (min-width: 960px) {
.p-cost__contents01-left-text02,
.p-cost__contents02-left-text02{
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}}
.p-cost__contents01-right{
  display: inline-block;
  background-color: #fff;
  border-radius: 0 15px 0 0;
  padding: 30px 20px 30px;
  border-bottom: 1px solid #ccc;
  flex: 1;
}
@media screen and (min-width: 768px) {
.p-cost__contents01-right{
  display: inline-block;
  background-color: #fff;
  border-radius: 0 15px 0 0;
  padding: 30px 60px 30px 60px;
  border-bottom: 1px solid #ccc;

  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}}
@media screen and (min-width: 1100px) {
.p-cost__contents01-right{
  display: inline-block;
  background-color: #fff;
  border-radius: 0 15px 0 0;
  padding: 30px 60px 30px 60px;
  border-bottom: 1px solid #ccc;

  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}}
.p-cost__contents02-right{
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px 20px 30px;
  max-width: none;
}
@media screen and (min-width: 768px) {
.p-cost__contents02-right{
  width: auto;
  flex: 1;
  display: inline-block;
  background-color: #fff;
  border-radius: 0 0 15px 0;
  padding: 30px 60px 30px 60px;

  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}}
@media screen and (min-width: 1100px) {
.p-cost__contents02-right{
  width: auto;
  flex: 1;
  display: inline-block;
  background-color: #fff;
  border-radius: 0 0 15px 0;
  padding: 30px 60px 30px 60px;

  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}}
.p-cost__contents01-right-text01,
.p-cost__contents02-right-text01{
  font-size: 1.8rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-cost__contents01-right-text01,
.p-cost__contents02-right-text01{
  font-size: 2.4rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 20px;
  text-align: left;
}}
@media screen and (min-width: 960px) {
.p-cost__contents01-right-text01,
.p-cost__contents02-right-text01{
  font-size: 2.4rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 20px;
  text-align: left;
}}
.p-cost__contents01-right-text01 span,
.p-cost__contents02-right-text01 span{
  font-family: 'Roboto', sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  color: #009360;
}
@media screen and (min-width: 768px) {
.p-cost__contents01-right-text01 span,
.p-cost__contents02-right-text01 span{
  font-family: 'Roboto', sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  color: #009360;
}}
@media screen and (min-width: 1100px) {
.p-cost__contents01-right-text01 span,
.p-cost__contents02-right-text01 span{
  font-family: 'Roboto', sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  color: #009360;
}}
.p-cost__contents01-right-text01 span:last-child,
.p-cost__contents02-right-text01 span:last-child{
  font-size: 1.8rem;
  font-weight: 700;
  color: #009360;
}
@media screen and (min-width: 768px) {
.p-cost__contents01-right-text01 span:last-child,
.p-cost__contents02-right-text01 span:last-child{
  font-size: 2.0rem;
  font-weight: 700;
  color: #009360;
}}
@media screen and (min-width: 1100px) {
.p-cost__contents01-right-text01 span:last-child,
.p-cost__contents02-right-text01 span:last-child{
  font-size: 2.0rem;
  font-weight: 700;
  color: #009360;
}}
.p-cost__contents01-right-text{
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
.p-cost__contents01-right-text{
  display: flex;
  flex-direction: row;
  gap: 20px;

  flex-direction: column;
  gap: 6px;
}}
@media screen and (min-width: 960px) {
.p-cost__contents01-right-text{
  display: flex;
  flex-direction: row;
  gap: 20px;
}}
.p-cost__contents02-right-text{
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media screen and (min-width: 768px) {
.p-cost__contents02-right-text{
  display: flex;
  flex-direction: row;
  gap: 12px;

  flex-direction: column;
  gap: 6px;
}}
@media screen and (min-width: 1100px) {
.p-cost__contents02-right-text{
  display: flex;
  flex-direction: row;
  gap: 12px;
}}
.p-cost__contents01-right-text02,
.p-cost__contents02-right-text02{
  font-size: 1.6rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.8;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-cost__contents01-right-text02,
.p-cost__contents02-right-text02{
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.8;
  color: #212121;

  white-space: normal;
}}
@media screen and (min-width: 1100px) {
.p-cost__contents01-right-text02,
.p-cost__contents02-right-text02{
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.8;
  color: #212121;
}}
.p-cost__contents02-right-text02 p:nth-child(2){
  margin-bottom: 10px;
}
.p-cost__contents02-right-text02 p:last-child{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  white-space: normal;
  padding-left: 2rem;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
.p-cost__contents02-right-text02 p:last-child{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  white-space: normal;
  padding-left: 1rem;
  text-indent: -1em;
}}
@media screen and (min-width: 1100px) {
.p-cost__contents02-right-text02 p:last-child{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  white-space: normal;
  padding-left: 1rem;
  text-indent: -1em;
}}
.p-cost__contents01-right-text02 p,
.p-cost__contents02-right-text02 p{
  font-weight: 500;
}
.p-senior{
  background-color: #009360;
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
.p-senior{
  background-color: #009360;
  width: 100%;
  padding: 40px 0;
}}
@media screen and (min-width: 1100px) {
.p-senior{
  background-color: #009360;
  width: 100%;
  padding: 40px 0;
}}
.p-senior__contents{
  background-color: #fff;
  border-radius: 15px;
  max-width: none;
  width: 89.3%;
  margin: 0 auto;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
.p-senior__contents{
  background-color: #fff;
  border-radius: 15px;
  max-width: 960px;
  width: 89.3%;
  margin: 0 auto;
  padding: 3.6% 4.3%;
}}
@media screen and (min-width: 768px) {
.p-senior__contents{
  background-color: #fff;
  border-radius: 15px;
  max-width: 960px;
  width: 89.3%;
  margin: 0 auto;
  padding: 3.6% 4.0%;
}}
@media screen and (min-width: 1100px) {
.p-senior__contents{
  background-color: #fff;
  border-radius: 15px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 60px;
}}
.p-senior__title{
  font-size: 2.8rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-senior__title{
  font-size: 3.2rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 30px;
}}
@media screen and (min-width: 1100px) {
.p-senior__title{
  font-size: 4.0rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 30px;
}}
.p-senior__bukken{
  position: relative;
}
.p-senior__text01{
  width: 79.3%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8  ;
  margin-bottom: 20px;
  text-align: left;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-senior__text01{
  width: auto;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8  ;
  margin-bottom: 40px;
  text-align: center;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-senior__text01{
  width: auto;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8  ;
  margin-bottom: 40px;
  text-align: center;
  color: #212121;
}}
.p-senior__btn{
  width: 100%;
  text-decoration: none;
  background-color: #FF7A11;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 15px 15px;
  box-shadow: 0 5px 0 #D55E00;
  margin: 0 auto 31px;
  position: relative;
  transition: transform 0.2s ease;
}
@media screen and (min-width: 768px) {
.p-senior__btn{
  text-decoration: none;
  width: fit-content;
  background-color: #FF7A11;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px 83px;
  box-shadow: 0 5px 0 #D55E00;
  margin: 0 auto 49px;
  position: relative;
  transition: transform 0.2s ease;
}}
@media screen and (min-width: 1100px) {
.p-senior__btn{
  text-decoration: none;
  width: fit-content;
  background-color: #FF7A11;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 151px;
  box-shadow: 0 5px 0 #D55E00;
  margin: 0 auto 49px;
  position: relative;
  transition: transform 0.2s ease;
}}
.p-senior__btn:hover {
  transform: translateY(3px);
}
.p-senior__btn::after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #FFf;
  border-bottom: 1.5px solid #FFf;
  transform: translateY(-60%) rotate(45deg);
  top: 50%;
  right: 5.2%;
}
@media screen and (min-width: 768px) {
.p-senior__btn::after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 3px solid #FFf;
  border-bottom: 3px solid #FFf;
  transform: translateY(-60%) rotate(45deg);
  top: 50%;
  right: 3.6%;
}}
@media screen and (min-width: 1100px) {
.p-senior__btn::after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 3px solid #FFf;
  border-bottom: 3px solid #FFf;
  transform: translateY(-60%) rotate(45deg);
  top: 50%;
  right: 3.6%;
}}
.p-senior__ico{
  width: 27px;
}
@media screen and (min-width: 768px) {
.p-senior__ico{
  width: auto;
}}
@media screen and (min-width: 1100px) {
.p-senior__ico{
  width: auto;
}}
.p-senior__link{
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
.p-senior__link{
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}}
@media screen and (min-width: 1100px) {
.p-senior__link{
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}}
.p-senior__img{
  width: 150px;
  position: absolute;
  top: 0;
  right: -70px;
}
@media screen and (min-width: 768px) {
.p-senior__img{
  width: auto;
  position: absolute;
  top: 0;
  right: -105px;
}}
@media screen and (min-width: 1100px) {
.p-senior__img{
  width: auto;
  position: absolute;
  top: 0;
  right: -87px;
}}
.p-senior__line{
  border-top: 3px solid #ccc;
  width: 100%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
.p-senior__line{
  border-top: 3px solid #ccc;
  width: 104%;
  margin: 0 auto 40px -20px;
}}
@media screen and (min-width: 960px) {
.p-senior__line{
  border-top: 3px solid #ccc;
  width: 102%;
  margin: 0 auto 40px -10px;
}}
@media screen and (min-width: 1100px) {
.p-senior__line{
  border-top: 3px solid #ccc;
  width: 104%;
  margin: 0 auto 40px -20px;
}}
.p-senior__sdgs{
  display: flex;
  gap: 30px ;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
.p-senior__sdgs{
  display: flex;
  gap: 20px ;
  flex-direction: row;
  align-items: flex-start;
}}
@media screen and (min-width: 1100px) {
.p-senior__sdgs{
  display: flex;
  gap: 20px ;
  flex-direction: row;
  align-items: flex-start;
}}
.p-senior__sdgs-logo{
  display: flex;
  gap: 10px;
}
.p-senior__sdgs-logo img{
  width: 110px;
  height: 110px;
}
.p-senior__sdgs-text01{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-senior__sdgs-text01{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-senior__sdgs-text01{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 10px;
  color: #212121;
}}
.p-senior__sdgs-text02{
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.8;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-senior__sdgs-text02{
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.8;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-senior__sdgs-text02{
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.8;
  color: #212121;
}}
.p-service{
  width: 100%;
  padding: 40px 0 50px;
}
@media screen and (min-width:768px) {
.p-service{
  width: 100%;
  padding: 4.3% 0 5.7%;
}}
@media screen and (min-width: 1100px) {
.p-service{
  width: 100%;
  padding: 60px 0 80px;
}}
.p-service__note{
  font-size: 2.0rem;
  font-weight: 700;
  color: #009360;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-service__note{
  font-size: 2.4rem;
  font-weight: 700;
  color: #009360;
  text-align: center;
}}
@media screen and (min-width: 1100px) {
.p-service__note{
  font-size: 2.8rem;
  font-weight: 700;
  color: #009360;
  text-align: center;
}}
.p-service__title{
  font-size: 3.2rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 51px;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-service__title{
  font-size: 4.2rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 3.6%;
  text-align: center;
}}
@media screen and (min-width: 1100px) {
.p-service__title{
  font-size: 5.0rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 50px;
  text-align: center;
}}
.p-service__flow{
  max-width: none;
  width: 89.3%;
  margin: 0 auto 50px;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
.p-service__flow{
  max-width: 960px;
  width: 93.3%;
  margin: 0 auto 5.7%;
  padding: 0 30px;
  position: relative;
}}
@media screen and (min-width: 1100px) {
.p-service__flow{
  max-width: 960px;
  width: 100%;
  margin: 0 auto 80px;
  padding: 0 30px;
  position: relative;
}}
.p-service__step01-wrap,
.p-service__step02-wrap,
.p-service__step03-wrap,
.p-service__step04-wrap{
  display: flex;
  gap: 14.7px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
.p-service__step01-wrap,
.p-service__step02-wrap,
.p-service__step03-wrap,
.p-service__step04-wrap{
  display: flex;
  gap: 14.7px;
  margin-bottom: 60px;
}}
@media screen and (min-width: 1100px) {
.p-service__step01-wrap,
.p-service__step02-wrap,
.p-service__step03-wrap,
.p-service__step04-wrap{
  display: flex;
  gap: 14.7px;
  margin-bottom: 60px;
}}
@media screen and (min-width: 768px) {
.p-service__step01-wrap,
.p-service__step02-wrap,
.p-service__step03-wrap,
.p-service__step04-wrap{
  display: flex;
  gap: 39.5px;
  margin-bottom: 60px;
}}
@media screen and (min-width: 1100px) {
.p-service__step01-wrap,
.p-service__step02-wrap,
.p-service__step03-wrap,
.p-service__step04-wrap{
  display: flex;
  gap: 39.5px;
  margin-bottom: 60px;
}}
.p-service__step01,
.p-service__step02,
.p-service__step03,
.p-service__step04{
  padding: 10px 0;
}
.p-service__step01-img,
.p-service__step02-img,
.p-service__step03-img,
.p-service__step04-img{
  width: 70px;
  height: 70px;
}
@media screen and (min-width: 768px) {
.p-service__step01-img,
.p-service__step02-img,
.p-service__step03-img,
.p-service__step04-img{
  width: 130px;
  height: 130px;
}}
@media screen and (min-width: 1100px) {
.p-service__step01-img,
.p-service__step02-img,
.p-service__step03-img,
.p-service__step04-img{
  width: 130px;
  height: 130px;
}}
.p-service__step01-title,
.p-service__step02-title,
.p-service__step03-title,
.p-service__step04-title{
  display: flex;
  gap: 10px ;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
.p-service__step01-title,
.p-service__step02-title,
.p-service__step03-title,
.p-service__step04-title{
  display: flex;
  gap: 20px ;
  margin-bottom: 20px;
}}
@media screen and (min-width: 1100px) {
.p-service__step01-title,
.p-service__step02-title,
.p-service__step03-title,
.p-service__step04-title{
  display: flex;
  gap: 20px ;
  margin-bottom: 20px;
}}
.p-service__step01-text01,
.p-service__step02-text01,
.p-service__step03-text01,
.p-service__step04-text01{
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #009261;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77px;
  height: 28px;
}
@media screen and (min-width: 768px) {
.p-service__step01-text01,
.p-service__step02-text01,
.p-service__step03-text01,
.p-service__step04-text01{
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #009261;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 42px;
}}
@media screen and (min-width: 1100px) {
.p-service__step01-text01,
.p-service__step02-text01,
.p-service__step03-text01,
.p-service__step04-text01{
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #009261;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 42px;
}}
.p-service__step01-text02,
.p-service__step02-text02,
.p-service__step03-text02,
.p-service__step04-text02{
  font-size: 1.8rem;
  font-weight: 700;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-service__step01-text02,
.p-service__step02-text02,
.p-service__step03-text02,
.p-service__step04-text02{
  font-size: 2.8rem;
  font-weight: 700;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-service__step01-text02,
.p-service__step02-text02,
.p-service__step03-text02,
.p-service__step04-text02{
  font-size: 2.8rem;
  font-weight: 700;
  color: #212121;
}}
.p-service__step01-text03,
.p-service__step02-text03,
.p-service__step03-text03,
.p-service__step04-text03{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-service__step01-text03,
.p-service__step02-text03,
.p-service__step03-text03,
.p-service__step04-text03{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-service__step01-text03,
.p-service__step02-text03,
.p-service__step03-text03,
.p-service__step04-text03{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
}}
.p-service__step02-text03 p:nth-of-type(1){
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
.p-service__step02-text03 p:nth-of-type(1){
  margin-bottom: 20px;
}}
@media screen and (min-width: 1100px) {
.p-service__step02-text03 p:nth-of-type(1){
  margin-bottom: 20px;
}}
.p-service__step02-text03 p:nth-of-type(2),
.p-service__step02-text03 p:nth-of-type(3){
  padding-left: 1.7rem;
  text-indent: -1em;
}
.p-service__line01,
.p-service__line03{
  position: absolute;
  display: block;
  height: 77px;
  width: 1px;
  border-left: 1px dotted #ccc;
  bottom: -60px;
  left: 64px;
}
.p-service__line02{
  position: absolute;
  display: block;
  height: 207px;
  width: 1px;
  border-left: 1px dotted #ccc;
  bottom: -60px;
  left: 64px;
}
.p-service__line{
  position: absolute;
  display: block;
  height: 830px;
  width: 1px;
  border-left: 1px dashed #ccc;
  top: 0;
  left: 34px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
.p-service__line{
  position: absolute;
  display: block;
  height: 830px;
  width: 1px;
  border-left: 1px dashed #ccc;
  top: 100px;
  left: 96px;
  z-index: -1;
}}
@media screen and (min-width: 1100px) {
.p-service__line{
  position: absolute;
  display: block;
  height: 590px;
  width: 1px;
  border-left: 1px dashed #ccc;
  top: 100px;
  left: 96px;
  z-index: -1;
}}
.p-service__dash{
  height: 5px;
  background: no-repeat center/contain
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='340' height='5' viewBox='0 0 340 5' fill='none'><path d='M2.5 2.5H337.5' stroke='%23CCCCCC' stroke-width='5' stroke-linecap='square' stroke-dasharray='5 10'/></svg>");
  max-width: none;
  width: 89.3%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
.p-service__dash{
  height: 5px;
  background: no-repeat center/contain
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='905' height='5' viewBox='0 0 905 5' fill='none'><path d='M2.5 2.5H902.5' stroke='%23CCCCCC' stroke-width='5' stroke-linecap='square' stroke-dasharray='5 10'/></svg>");
  max-width: 900px;
  width: 93.7%;
  margin: 0 auto 4.3%;
}}
@media screen and (min-width: 1100px) {
.p-service__dash{
  height: 5px;
  background: no-repeat center/contain
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='905' height='5' viewBox='0 0 905 5' fill='none'><path d='M2.5 2.5H902.5' stroke='%23CCCCCC' stroke-width='5' stroke-linecap='square' stroke-dasharray='5 10'/></svg>");
  max-width: 900px;
  width: 93.7%;
  margin: 0 auto 60px;
}}
.p-service__flow-img{
  width: 89.3%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 1100px) {
.p-service__flow-img{
  width: auto;
  margin: 0 auto 80px;
}}
.p-service__step-sp{
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 30px 20px;
  width: 78.6%;
  margin: 0 auto 30px;
  position: relative;
}
.p-service__step-sp:last-of-type{
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 30px 20px;
  width: 78.6%;
  margin: 0 auto 60px;
  position: relative;
}
.p-service__step-text01-sp{
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  background-color: #009261;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 33px;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.p-service__step-img-sp{
  width: 100%;
  margin-bottom: 15px;
}
.p-service__step-img02-sp{
  margin: 0 auto 15px;
  display: block;
  width: 74%;
}
.p-service__step-img03-sp{
  margin: 0 auto 15px;
  display: block;
  width: 71.3%;
}
.p-service__step-text04{
  font-size: 1.8rem;
  font-weight: 700;
  color: #009360;
  text-align: center;
  margin-bottom: 15px;
}
.p-service__step-text05{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #222;
  margin-bottom: 30px;
}
.p-service__step-text05:last-of-type{
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #222;
  margin-bottom: 0;
}
.p-service__arrow01{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 47px;
}
.p-service__arrow01-text01,
.p-service__arrow01-text02{
  font-size: 2.0rem;
  font-weight: 700;
  color: #222;
}
.p-service__arrow01-img01{
  height: 80px;
  margin-right: 7.5px;
}
.p-service__arrow01-img02{
  height: 80px;
  margin-left: 7.5px;
}
.p-service__arrow02{
  position: relative;
  margin-bottom: 47px;
}
.p-service__arrow03{
  position: relative;
  margin-bottom: 30px;
}
.p-service__arrow02-img01{
  height: 80px;
  margin: 0 auto;
  display: block;
}
.p-service__arrow02-text01{
  font-size: 2.0rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-bottom: 47px;
  background-color: #fff;
  padding: 3px 0;
}
.p-service__step-line{
  border: 1px solid #ccc;
  width: 100%;
  margin-bottom: 30px;
}
.p-service__title02{
  font-size: 2.8rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-service__title02{
  font-size: 4.0rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 3.6%;;
  text-align: center;
}}
@media screen and (min-width: 1100px) {
.p-service__title02{
  font-size: 4.0rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 50px;
  text-align: center;
}}
.p-service__list{
  list-style: none;
  padding-left: 1.2em;
  max-width: 800px;
  width: 89.3%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.p-service__list{
  list-style: none;
  padding-left: 1.2em;
  max-width: 800px;
  width: 83.3%;
  margin: 0 auto;
}}
@media screen and (min-width: 1100px) {
.p-service__list{
  list-style: none;
  padding-left: 1.2em;
  max-width: 800px;
  width: 83.3%;
  margin: 0 auto;
}}
.p-service__list li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 10px;
  padding: 3px 0 0 8px;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-service__list li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
  padding: 3px 0 0 10px;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-service__list li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 16px;
  padding: 3px 0 0 10px;
  color: #212121;
}}
.p-service__list li::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0.6em;
  width: 1em;
  height: 1em;
  background-color: #009360;
  border-radius: 50%;
}
.p-service__list li span{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-service__list li span{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-service__list li span{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #212121;
}}
.p-qa{
  background-color: #F9F6ED;
  width: 100%;
  padding: 40px 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
.p-qa{
  background-color: #F9F6ED;
  width: 100%;
  padding: 4.3% 0 0;
  overflow: hidden;
}}
@media screen and (min-width: 1100px) {
.p-qa{
  background-color: #F9F6ED;
  width: 100%;
  padding: 60px 0 0;
  overflow: hidden;
}}
.p-qa__title{
  font-size: 2.4rem;
  font-weight: 700;
  color: #009360;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
.p-qa__title{
  font-size: 4.2rem;
  font-weight: 700;
  color: #009360;
  text-align: center;
  margin-bottom: 50px;
}}
@media screen and (min-width: 1100px) {
.p-qa__title{
  font-size: 5.0rem;
  font-weight: 700;
  color: #009360;
  text-align: center;
  margin-bottom: 50px;
}}
.p-qa__items-wrap{
  max-width: none;
  width: 89.3%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
.p-qa__items-wrap{
  max-width: 900px;
  width: 85.3%;
  margin: 0 auto 80px;
}}
@media screen and (min-width: 1100px) {
.p-qa__items-wrap{
  max-width: 900px;
  width: 100%;
  margin: 0 auto 80px;
}}
.p-qa__items{
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}
.p-qa__items:last-of-type{
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0px;
}
.p-qa__question{
  font-size: 1.6rem;
  font-weight: 700;
  padding: 15px 50px 15px calc(18.2px + 1.8em);
  text-indent: -1.8em;
  position: relative;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-qa__question{
  font-size: 2.0rem;
  font-weight: 700;
  padding: 15px 50px 15px calc(18.2px + 1.8em);
  position: relative;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-qa__question{
  font-size: 2.0rem;
  font-weight: 700;
  padding: 15px 50px 15px calc(18.2px + 1.8em);
  position: relative;
  color: #212121;
}}
.p-qa__question::before{
  content: "Q.";
  font-family: 'Roboto', sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  color: #009360;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
.p-qa__question::before{
  content: "Q.";
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #009360;
  margin-right: 10px;
}}
@media screen and (min-width: 1100px) {
.p-qa__question::before{
  content: "Q.";
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #009360;
  margin-right: 10px;
}}
.p-qa__question-btn {
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 3px solid #009360;
  border-bottom: 3px solid #009360;
  transform: rotate(45deg);
  top: 23px;
  right: 6%;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
.p-qa__question-btn {
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 3px solid #009360;
  border-bottom: 3px solid #009360;
  transform: translateY(-60%) rotate(45deg);
  top: 50%;
  right: 2.2%;
  transition: transform 0.3s;
}}
@media screen and (min-width: 1100px) {
.p-qa__question-btn {
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 3px solid #009360;
  border-bottom: 3px solid #009360;
  transform: translateY(-60%) rotate(45deg);
  top: 50%;
  right: 2.2%;
  transition: transform 0.3s;
}}
.p-qa__items.open .p-qa__question-btn {
  transform: rotate(-135deg);
}
.p-qa__answer{
  display: none;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0;
  padding: 20px 20px 20px calc(20px + 1.8em);
  text-indent: -1.8em;
  color: #222
}
@media screen and (min-width: 768px) {
.p-qa__answer{
  display: none;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 20px 55px 20px calc(20px + 1.8em);
  text-indent: -1.8em;
  color: #212121
}}
@media screen and (min-width: 1100px) {
.p-qa__answer{
  display: none;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 20px 55px 20px calc(20px + 1.8em);
  text-indent: -1.8em;
  color: #212121
}}
.p-qa__answer::before{
  content: "A.";
  font-family: 'Roboto', sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  color: #FF7A11;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
@media screen and (min-width: 768px) {
.p-qa__answer::before{
  content: "A.";
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF7A11;
  margin-right: 10px;
  position: relative;
  top: 3px;
}}
@media screen and (min-width: 1100px) {
.p-qa__answer::before{
  content: "A.";
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #FF7A11;
  margin-right: 10px;
  position: relative;
  top: 3px;
}}
.p-qa__line{
  display: none;
  border-bottom: 1px solid #ccc;
  max-width: none;
  width: 88.1%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.p-qa__line{
  display: none;
  border-bottom: 1px solid #ccc;
  max-width: 860px;
  width: 95.5%;
  margin: 0 auto;
}}
@media screen and (min-width: 1100px) {
.p-qa__line{
  display: none;
  border-bottom: 1px solid #ccc;
  max-width: 860px;
  width: 95.5%;
  margin: 0 auto;
}}
.p-qa__soudanka-wrap{
  background-color: #009360;
  width: 100%;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
.p-qa__soudanka-wrap{
  background-color: #009360;
  width: 100%;
  padding: 40px 0;
}}
@media screen and (min-width: 1100px) {
.p-qa__soudanka-wrap{
  background-color: #009360;
  width: 100%;
  padding: 40px 0;
}}
.p-qa__soudanka{
  background-color: #fff;
  border-radius: 15px;
  max-width: 960px;
  width: 89.3%;
  margin: 0 auto;
  position: relative;
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
.p-qa__soudanka{
  background-color: #fff;
  border-radius: 15px;
  max-width: 960px;
  width: 89.3%;
  margin: 0 auto;
  position: relative;
  padding: 3.6% 3.8%;
}}
@media screen and (min-width: 1100px) {
.p-qa__soudanka{
  background-color: #fff;
  border-radius: 15px;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 3.6% 3.8%;
}}
.p-qa__soudanka-text01{
  font-size: 2.8rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-qa__soudanka-text01{
  font-size: 3.2rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 30px;
  text-align: center;
}}
@media screen and (min-width: 1100px) {
.p-qa__soudanka-text01{
  font-size: 4.0rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 30px;
  text-align: center;
}}
.p-qa__soudanka-text02{
  width: 76%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-qa__soudanka-text02{
  width: auto;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-qa__soudanka-text02{
  width: auto;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  color: #212121;
}}
.p-qa__soudanka-img{
  width: 150px;
  position: absolute;
  bottom: 95px;
  right: -50px;
}
@media screen and (min-width: 768px) {
.p-qa__soudanka-img{
  width: auto;
  position: absolute;
  bottom: -38px;
  right: -22px;
}}
@media screen and (min-width: 960px) {
.p-qa__soudanka-img{
  width: auto;
  position: absolute;
  bottom: -38px;
  right: -60px;
}}
@media screen and (min-width: 1100px) {
.p-qa__soudanka-img{
  width: auto;
  position: absolute;
  bottom: -38px;
  right: -22px;
}}
.p-search{
  background-color: rgba(0, 147, 96, 0.05);
  padding: 40px 0 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
.p-search{
  background-color: rgba(0, 147, 96, 0.05);
  padding: 4.3% 0 5.7%;
  width: 100%;
}}
@media screen and (min-width: 1100px) {
.p-search{
  background-color: rgba(0, 147, 96, 0.05);
  padding: 60px 0 80px;
  width: 100%;
}}
.p-search__title-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
.p-search__title-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px ;
  margin-bottom: 50px;
}}
@media screen and (min-width: 1100px) {
.p-search__title-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 27.5px ;
  margin-bottom: 50px;
}}
.p-search__title-wrap img{
  width: 48px;
}
@media screen and (min-width: 768px) {
.p-search__title-wrap img{
  width: 60px;
}}
.p-search__title{
  font-size: 3.2rem;
  font-weight: 700;
  color: #009360;
  text-align: center;
}
@media screen and (min-width: 768px) {
.p-search__title{
  font-size: 4.2rem;
  font-weight: 700;
  color: #009360;
}}
@media screen and (min-width: 1100px) {
.p-search__title{
  font-size: 5.0rem;
  font-weight: 700;
  color: #009360;
}}
.p-search__contents{
  max-width: none;
  width: 89.3%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
.p-search__contents{
  max-width: 900px;
  width: 85.3%;
  margin: 0 auto;
}}
@media screen and (min-width: 1100px) {
.p-search__contents{
  max-width: 900px;
  width: 93.7%;
  margin: 0 auto;
}}
.p-search__wrap{
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
.p-search__wrap{
  margin-bottom: 20px;
}}
@media screen and (min-width: 1100px) {
.p-search__wrap{
  margin-bottom: 20px;
}}
.p-search__wrap:last-of-type{
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
.p-search__wrap:last-of-type{
  margin-bottom: 0;
}}
@media screen and (min-width: 1100px) {
.p-search__wrap:last-of-type{
  margin-bottom: 0;
}}
.p-search__area{
  background-color: #009360;
  border-radius: 5px;
  padding: 15px 0 15px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
.p-search__area{
  background-color: #009360;
  border-radius: 5px;
  padding: 15px 0 15px 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  cursor: pointer;
}}
@media screen and (min-width: 1100px) {
.p-search__area{
  background-color: #009360;
  border-radius: 5px;
  padding: 15px 0 15px 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  cursor: pointer;
}}
.p-search__area-btn {
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-60%) rotate(45deg);
  top: 50%;
  right: 6%;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
.p-search__area-btn {
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-60%) rotate(45deg);
  top: 50%;
  right: 2.2%;
  transition: transform 0.3s ease;
}}
@media screen and (min-width: 1100px) {
.p-search__area-btn {
  position: absolute;
  width: 15px;
  height: 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-60%) rotate(45deg);
  top: 50%;
  right: 2.2%;
  transition: transform 0.3s ease;
}}
.p-search__wrap.open .p-search__area-btn {
  transform: translateY(-60%) rotate(-135deg);
}
.p-search__pre{
  display: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 23px 20px 27px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
}
@media screen and (min-width: 768px) {
.p-search__pre{
  display: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 20px;
  grid-template-columns: repeat(4, 1fr);
  gap: 12.5px;
}}
@media screen and (min-width: 1100px) {
.p-search__pre{
  display: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 20px;
  grid-template-columns: repeat(4, 1fr);
  gap: 12.5px;
}}
.p-search__wrap.open .p-search__pre {
  display: grid;
}
.p-search__pre a{
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-search__pre a{
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-search__pre a{
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 400;
  color: #212121;
}}
.p-search__pre a::before{
  content: "▶";
  color: #009360;
  margin-right: 5px;
  font-size: 0.63em;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
.p-search__pre a::before{
  content: "▶";
  color: #009360;
  margin-right: 5px;
  font-size: 0.7em;
  vertical-align: middle;
}}
@media screen and (min-width: 1100px) {
.p-search__pre a::before{
  content: "▶";
  color: #009360;
  margin-right: 5px;
  font-size: 0.7em;
  vertical-align: middle;
}}
.p-search__able{
  background-color: #fff;
  padding: 40px 0 50px;
  max-width: none;
  width: 89.3%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
.p-search__able{
  background-color: #fff;
  padding: 60px 0 80px;
  max-width: 900px;
  width: 89.3%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10%;
  flex-direction: row;
}}
@media screen and (min-width: 1100px) {
.p-search__able{
  background-color: #fff;
  padding: 60px 0 80px;
  max-width: 900px;
  width: 93.7%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  flex-direction: row;
}}
.p-search__able-img{
  width: 140px;
  height: 56px;
}
@media screen and (min-width: 768px) {
.p-search__able-img{
  width: 160px;
  height: 65px;
}}
@media screen and (min-width: 1100px) {
.p-search__able-img{
  width: 160px;
  height: 65px;
}}
.p-search__able-text01{
  font-size: 2.2rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
.p-search__able-text01{
  font-size: 3.2rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 20px;
}}
@media screen and (min-width: 1100px) {
.p-search__able-text01{
  font-size: 3.2rem;
  font-weight: 700;
  color: #009360;
  margin-bottom: 20px;
}}
.p-search__able-text02{
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  color: #222;
}
@media screen and (min-width: 768px) {
.p-search__able-text02{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
}}
@media screen and (min-width: 1100px) {
.p-search__able-text02{
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.8;
  color: #212121;
}}
.p-search__able-text02 a{
  text-decoration: underline;
  color: #212121;
}
