@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

body {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	background-color: #FFF;
}

a {
	color: #0066CC;
}
.mbnone {
	margin-bottom: 0px !important;
}
::placeholder{
	color:#999999 !important;
}

.container {
  max-width: 100%;
}

.mb-2, .my-2 {
    margin-bottom: 5px !important;
}

.grecaptcha-badge {
	bottom: 85px !important;
}

.sending-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(27, 27, 27, 0.541);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3000;
}

.badge-must {
    color:#FFF;
    font-size: 11px;
    margin-left:5px;
    font-weight: normal;
    background-color: #FF3300;
    padding-bottom: .3em;
}

/* btn */
.btn {
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    padding-top:10px;
    padding-left:40px;
    padding-bottom: 12px;
    padding-right:40px;
}
.btn-orange {
	background-color: #FF8800;
	background-image: none;
	box-shadow: none;
	border: 3px solid #FFFFFF;
	color: #FFFFFF !important;
}
.btn-orange:hover , .btn-orange:focus {
	color: #FFFFFF;
	opacity: 0.5 !important; 
}
.btn-green {
	background-color: #009900;
	background-image: none;
	box-shadow: none;
	border: 3px solid #f2ffd9;
	color: #FFFFFF !important;
}
.btn-green:hover , .btn-green:focus {
	color: #FFFFFF;
	opacity: 0.5 !important; 
}
.btn-lgreen {
	background-color: #00BB00;
	background-image: none;
	box-shadow: none;
	border: 3px solid #f2ffd9;
	color: #FFFFFF !important;
}
.btn-lgreen:hover , .btn-green:focus {
	color: #FFFFFF;
	opacity: 0.5 !important; 
}
.btn-box {
	display:flex;
	align-items: center;
	justify-content: center;  
}

.card-title {
    line-height: 1.6em;
}

.alert-form {
    display: flex;
    align-items: center;
    color: #ff0000;
    background-color: #ffdddd;
    border-color: #ff3300;
}
.alert-form::before {
    content: '\e002';
    font-family: "Material Icons";
    font-size: 20px;
    padding-right: 5px;
}
.form-alert {
    color: #ff0000;
    margin-top: 3px;
    display: flex;
    align-items: center;
    font-size: 13px;
}
.form-alert:before {
    content: '\e002';
    font-family: "Material Icons";
    font-size: 16px;
    padding-right: 3px;
}
.btn-box-left {
    display: flex;
    align-items: center;
    justify-content:flex-start;
}
.btn-box-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* breadcrumb */
.breadcrumb {
    width:1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb .breadcrumb-item a {
    color: #666666 !important;
}
.breadcrumb .home a:hover , .breadcrumb .home a:focus {
    opacity: 0.5 !important;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "chevron_right";
    font-family: "Material Icons";
    vertical-align: middle;
    padding-right: .3rem;
}

@media screen and (max-width: 999px) {

.breadcrumb {
    width:auto;
    margin-left:15px;
    margin-right: 15px;
}

}

/* page */
.page-block {
    width:100%;
    padding-top:80px;
    padding-bottom:80px;  
    background-color: #FFF;
}
.page-block-bg-white  {
    background-color: #FFFFFF;
}
.page-block-bg-gray {
    background-color: #F5F5F5;
}
.page-block-bg-green {
    background-color: #1a8c5c;
}
.page-in {
    width:1000px;
    margin-left: auto;
    margin-right: auto;
}
.page-block-single .page-in {
    background-color: #FFFFFF;
    padding:40px;
    line-height: 1.6em;
    border-radius: 20px;
}
.page-in-flex {
    display: flex;
}
.page-title {
	display:flex;
	align-items: center;
	justify-content: center;  
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}
.page-title h2 {
    display: inline-block;
    color:#333;
    font-size: 2.4rem;
    font-weight: 600;
    padding-bottom: 60px;
}
.page-block-bg-green .page-title h2 {
    color:#FFF;
}
.page-text {
    font-size: 16px;
    line-height: 1.8rem;
    max-width: 700px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 60px;
}
.page-main-copy-box {
    text-align: center;
}
.page-main-copy {
    display: inline-block;
    font-size: 2.0rem;
    line-height: 3.0rem;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    padding-bottom: 15px;
}
.page-main-copy span {
    color:#009900;
}
.page-main-copy span.orange-text {
    color:#FF6600;
}
.page-sub-copy {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 500;
    width: 700px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    text-align: center;
}
.page-block-bg-green .page-white-box {
    background-color: #FFF;
    padding:30px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 20px;
}
.page-block-bg-gray .page-white-box {
    background-color: #FFF;
    padding:30px;
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 20px;
    margin-bottom: 80px;
}

@media screen and (max-width: 999px) {

.page-in {
    width:100%;
    padding-left:10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}
.page-block-single .page-in {
    width:auto;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.page-title h2 {
    font-size: 1.8rem;
}
.page-main-copy {
    font-size: 1.4rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

}

/* header */
#header {
    height: 70px;
    transition: all .5sease-out;
    box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .06);
}
#header .page-in-header {
    display: flex;
    align-items: center;
    height: 70px;
}
#header .page-in-header .h-logo {
    width:180px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#header .page-in-header .h-logo img {
    width: auto;
    height: 40px;
}
#header .page-in-header .h-menu-pc {
    flex:1;
    display: flex;
    justify-content: right;
    align-items: center;
}
#header .page-in-header .h-menu-pc p {
    font-size: 13px;
    font-weight: 500;
    margin-left:30px;
    margin-bottom: 0px;
}
#header .page-in-header .h-menu-pc p a {
    color:#333;
}
#header .page-in-header .h-menu-pc p a:hover {
    color:#FF8800;
}
#header .page-in-header .h-menu-sf {
    display: none;
}

@media screen and (max-width: 999px) {

#header .page-in-header {
    justify-content: space-between;
}
#header .page-in-header .h-logo {
    margin-top: 10px;
}

#header .page-in-header .h-menu-pc {
    display: none;
}
#header .page-in-header .h-menu-sf {
    display: inherit;
    justify-content: center;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 70px;
  padding: 0 0 0 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  border-bottom: 1px solid #DDD;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, .06);
  z-index: 300;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu li {
  border-top: 1px solid #DDD;
  opacity: 0;
  transition: 0.5s;
}
.menu a {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: capitalize;
    color: #333;
    opacity: 0;
    transition: 0.5s;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.menu a:hover {
    color:#999;
    background-color: #eee !important;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  width:100%;
  opacity: 1;
  background-color: #FFF;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 0px 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.navicon {
  background: #666;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #666;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}

}

/* main-image */
#main-image {
    height: 700px;
    background-color: #1a8c5c;
    display: flex;
    align-items: center;
}
#main-image .main-image-left {
    flex-basis: 60%;
}
#main-image .main-image-left h1 {
    color: #FFF;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-bottom: 30px;
}
#main-image .main-image-left h2 {
    color:#fcffcf;
    font-size: 1.6rem;
    line-height: 2.60rem;
    font-weight: 600;
    opacity: 0.9;
    margin-bottom: 20px;
}
#main-image .main-image-left h3 {
    color:#FFF;
    font-size: 1.2rem;
    line-height: 2.0rem;
    font-weight: 500;
    margin-bottom: 60px;
}
#main-image .main-image-left h3 span {
    color:#ffcc00;
}
#main-image .main-image-right {
    flex-basis: 40%;
    text-align: center;
}
#main-image .main-image-right img {
    width:280px;
    height: auto;

}

@media screen and (max-width: 999px) {

#main-image {
    height: auto;
}
#main-image .main-image-box {
    height: auto;
}
#main-image .page-in-flex {
    flex-wrap: wrap;
    height: auto;
}
#main-image .main-image-left {
    flex-basis: 100%;
    justify-content: center;
    padding-top:30px;
    padding-bottom: 40px;
}
#main-image .main-image-left h1 {
    display: block;
    font-size: 2.0rem;
    line-height: 3.0rem;
    font-weight: 800;
    padding: 30px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    text-align: center;
    max-width: 500px;
    margin-left:auto;
    margin-right:auto;
}
#main-image .main-image-left h2 {
    color:#FFF;
    font-size: 1.0rem;
    opacity: 0.9;
    text-align: center;
}
#main-image .main-image-left h3 {
    color:#fcffcf;
    font-size: 1.0rem;
    margin-bottom: 60px;
    text-align: center;
}
#main-image .main-image-right {
    flex-basis: 100%;
    text-align: center;
}
#main-image .main-image-right img {
    width:auto;
    height: 360px;
    margin-bottom: 40px;
}

}

/* service */
.service-img01 {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.service-img01-left {
    flex-basis: 50%;
    align-items: right;
}
.service-img01-right {
    flex-basis: 50%;
    align-items: left;
}
.service-img01 img {
    width:450px;
    height: auto;
}
.service-catch-box {
    text-align: center;
}
.service-catch {
    display: inline-block;
    color:#1a8c5c;
    font-size: 3.4rem;
    line-height: 3.8rem;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 800;
    padding-bottom: 15px;
}
.service-text01 {
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 500;
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    text-align: center;
}
.service-text01 span {
    color:#FF6600;
}
.service-box {
    display: flex;
    margin-bottom: 80px;
}
.service-box .service-box-left {
    flex-basis: 50%;
}
.service-box .service-box-right {
    flex-basis: 50%;
}
.service-img-lr {
    text-align: center;
}
.service-box-left .service-img-lr{
    text-align: left;
}
.service-box-right .service-img-lr{
    text-align: right;
}
.service-img-lr img {
    width: 420px;
    height: auto;
    border-radius: 20px;
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, .15);
}
.service-number {
    color:#00BB00;
    font-family: "Oswald", serif;
    font-weight: 500;
    font-size: 3.6rem;
    margin-top:30px;
    margin-bottom: 50px;
}
.service-sub-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 500;
    margin-bottom: 30px;
}
.page-threes-list {
	display:flex;
	justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.page-threes-list-item {
    color:#333;
    flex-basis: 33.333%;
    text-align: center;
    display: block;
}
.page-threes-list-item-in {
    height: 210px;
    margin-left: 20px;
    margin-right: 20px;
    border:solid 5px #1a8c5c;
    border-radius: 20px;
    padding:15px;
}
.page-threes-list-item-cap {
    flex-basis: 100%;
    color:#1a8c5c;
    font-size: 1.0rem;
    line-height: 1.6rem;
    margin-top:20px;
}
.page-threes-list-item .page-threes-list-item-text {
    color:#1a8c5c;
    font-size: 2.0rem;
    line-height: 2.6rem;
    font-weight: 600;
}
.page-threes-list-item-word {
    display: flex;
    justify-content: center;
    align-items:flex-end;
}
.page-threes-list-item .page-threes-list-item-word .word-number {
    color:#1a8c5c;
    font-size: 5.0rem;
    line-height: 5.0rem;
    font-weight: 600;
    padding-right: 5px;
}
.page-threes-list-item .page-threes-list-item-word .word-small {
    color:#1a8c5c;
    font-size: 2.0rem;
    line-height: 2.6rem;
    font-weight: 600; 
}
.page-img-list {
	display:flex;
	justify-content: center;
    margin-bottom: 30px;
}
.page-img-list .page-img-list-item {
    color:#333;
    flex-basis: 33.333%;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    display: block;
}
.page-img-list a.page-img-list-item {
    color:#333;
}
.page-img-list a:hover {
    text-decoration: none;
    opacity: 0.5;
}
.page-img-list .page-img-list-item .page-img-list-item-img {
    display: inline-block;
    margin-bottom: 10px;
}
.page-img-list .page-img-list-item .page-img-list-item-img img {
    width:240px;
    height: auto;
    border-radius: 50%;
    border: 4px solid #1a8c5c;
    margin-bottom: 15px;
}
.page-img-list .page-img-list-item .page-img-list-item-img.image-img {
    background-color: #FFF;
    padding: 20px;
    padding-bottom: 15px;
    border-radius: 50%;
    margin-bottom: 0px;
}
.page-img-list .page-img-list-item .page-img-list-item-img.image-img img {
    width:200px;
    border-radius: 0%;
    border:none;
}
.page-img-list .page-img-list-item .page-img-list-item-title {
    font-size: 18px;
    line-height: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}
.page-img-list .page-img-list-item .page-img-list-item-title span {
    font-size: 20px;
    color:#FF3300;
    padding-right: 5px;
}
.service-text02 {
    color:#1a8c5c;
    font-size: 3.0rem;
    line-height: 4.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
.service-text02 .pcnone {
    display: none;
}
.service-check {
    margin-bottom: 80px;
}
.service-check .service-check-item {
    font-size: 1.2rem;
    line-height: 2.0rem;
    font-weight: 600;
}
.service-check .service-check-item span {
    color:#1a8c5c;
    font-size: 1.4rem;
    padding-right: 5px;
}
.service-plan {
	display:flex;
    align-items: center;
}
.service-plan .service-plan-left {
    flex:1;
}
.service-plan .service-plan-left .sp-title {
    color:#1a8c5c;
    font-size: 2.0rem;
    line-height: 2.6rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.service-plan .service-plan-left .sp-title span {
    display: inline-block;
    border:solid 2px #1a8c5c;
    border-radius: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}
.service-plan .service-plan-left .sp-text {
    font-size: 1.2rem;
    line-height: 2.0rem;
    font-weight: 500;
}
.service-plan .service-plan-right {
    flex-basis: 30%;
}
.service-plan .service-plan-right img {
    width:100%;
    height:auto;
}


@media screen and (max-width: 999px) {

.service-catch {
    font-size: 2.4rem;
    line-height: 3.0rem;
}
.page-threes-list {
    margin-bottom: 50px;
}
.page-threes-list-item {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.page-threes-list-item-in {
    display: inline-block;
    width: 240px;
    height: 210px;
}
.page-threes-list-item-cap {
    margin-top:0px;
    text-align: center;
}
.service-img01 {
    text-align: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.service-img01-left {
    flex-basis: 100%;
    align-items: center;
}
.service-img01-right {
    flex-basis: 100%;
    align-items: center;
}
.service-img01 img {
    width: 100%;
    max-width: 450px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.service-text01 {
    font-size: 1.0rem;
    width:100%;
    max-width: 600px;
    margin-bottom: 30px;
}
.service-box {
    flex-wrap: wrap;
}
.service-box .service-box-left {
    flex-basis: 100%;
}
.service-box .service-box-right {
    flex-basis: 100%;
}
.service-box-order .service-box-left {
    order: 2;
}
.service-box-order .service-box-right {
    order: 1;
}
.service-img-lr {
    text-align: center !important;
    padding-bottom: 20px;
}
.service-img-lr img {
    width: 80%;
    max-width: 400px;
}
.service-number {
    font-size: 2.6rem;
    margin-top:25px;
    margin-bottom: 40px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.service-sub-title {
    font-size: 1.4rem;
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.service-text02 {
    font-size: 2.0rem;
    line-height: 3.0rem;
    margin-bottom: 40px;
}
.service-text02 .pcnone {
    display:inherit;
}
.service-check {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.service-check .service-check-item {
    font-size: 1.0rem;
    line-height: 1.8rem;
}
.service-check .service-check-item span {
    font-size: 1.2rem;
}
.page-img-list {
	display:block;
    text-align: center;
}
.page-img-list .page-img-list-item {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}
.page-img-list .page-img-list-item .page-img-list-item-img img {
    width:200px;
    margin-bottom: 0px;
}
.page-img-list .page-img-list-item .page-img-list-item-text {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.service-plan {
	flex-wrap: wrap;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.service-plan .service-plan-left {
    flex-basis: 100%;
}
.service-plan .service-plan-left .sp-text {
    font-size: 1.0rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
}
.service-plan .service-plan-right {
    flex-basis: 100%;
    text-align: center;
}
.service-plan .service-plan-right img {
    max-width: 400px;
    min-width: 240px;
    height: auto;
}

}

/* image */
.image-step {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}
.image-step-item {
    background-color: #FFF;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
.image-step-item .image-step-item-img {
    text-align: center;
}
.image-step-item .image-step-item-img img {
    width: auto;
    height: 168px;
}
.image-step-item .image-step-item-text {
    height: 60px;
    color:#1a8c5c;
    font-size: 1.0rem;
    line-height: 1.6rem;
    font-weight: 500;
    text-align: center;
}
.image-step-arrow {

}
.image-step-arrow img {
    width:50px;
    height: auto;
}
.image-step-arrow .img-pc {

}
.image-step-arrow .img-sf {
    display: none;
}

.image-ex {
    background-color:#FFF;
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 20px;
}
.image-ex-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.image-ex-item:last-child {
    margin-bottom: 0px;
}
.image-ex-item .image-ex-item-title {
    flex-basis: 240px;
    background-color:#1a8c5c;
    border-radius: 15px;
    padding:10px;
    color:#FFF;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: center;
}
.image-ex-item .image-ex-item-text {
    flex:1;
    margin-left:20px;
    font-size: 1.0rem;
    line-height: 1.8rem;
    font-weight: 500;
}
.image-text01 {
    color:#FFF;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 500;
    margin-bottom: 60px;
}



@media screen and (max-width: 999px) {

.image-step {
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    width:240px;
    justify-content: center;
}
.image-step-item {
    flex-basis: 100%;
}

.image-step-arrow .img-pc {
    display: none;
}
.image-step-arrow .img-sf {
    display: inherit;
}

.image-ex {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.image-ex-item {
    flex-wrap: wrap;
}
.image-ex-item .image-ex-item-title {
    flex-basis: 100%;
    border-radius: 15px;
    padding:10px;
    color:#FFF;
    font-size: 1.0rem;
    line-height: 1.6rem;
    text-align: center;
    margin-bottom: 10px;
}
.image-ex-item .image-ex-item-text {
    margin-left:0px;
    font-size: 1.0rem;
    line-height: 1.6rem;
}
.image-text01 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.4rem;
    line-height: 2.4rem;
}

}


/* guide */
.guide-title {
    color:#FFF;
    font-weight: 500;
    background-color: #1a8c5c;
    padding:20px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.guide-step {
    background-color: #f5f5f5;
    padding:20px;
    margin-bottom: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.guide-step-left {
    flex:1;
    padding-right: 60px;
}
.guide-step-number {
    color: #FF8800;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left:20px;
}
.guide-step-title {
    color: #333;
    font-size: 1.6rem;
    font-weight:600;
    margin-bottom: 10px;
}
.guide-step-text {
    color: #555;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.8rem;
}
.guide-step-right {

}
.guide-step-right img {
    width:150px;
    height: auto;
    border-radius: 50%;
    border: solid 4px #1a8c5c;
}

.intro-list {
    display: flex;
    align-items: center;
}
.intro-list .intro-list-item {
    flex:1;
    background-color: #FFF;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 2px #1a8c5c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-list .intro-list-item p {
    color: #1a8c5c;
    font-size: 2.0rem;
    line-height: 2.6rem;
    font-weight: 600;
    margin-bottom: 0px;
}
.intro-list .intro-list-arrow {
}
.intro-list .intro-list-arrow .img-pc {
    width: 50px;
    height: auto;
}
.intro-list .intro-list-arrow .img-sf {
    display: none;
}

@media screen and (max-width: 999px) {

.guide-step {
    flex-wrap: wrap;
}
.guide-step-left {
    flex-basis: 100%;
}
.guide-step-title {
    font-size: 1.4rem;
}
.guide-step-text {
    color: #555;
    font-size: 14px;
    line-height: 1.6rem;
}
.guide-step-right {
    flex-basis: 100%;
    text-align: center;
    padding-top:20px;
}

.intro-list {
    display: block;
}
.intro-list .intro-list-item {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.intro-list .intro-list-item p {
    color: #1a8c5c;
    font-size: 2.0rem;
    line-height: 2.6rem;
    font-weight: 600;
    margin-bottom: 0px;
}
.intro-list .intro-list-arrow {
}
.intro-list .intro-list-arrow .img-pc {
    display: none;

}
.intro-list .intro-list-arrow .img-sf {
    display: inherit;
    width: 50px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}



}

/* inquiry */
.inquiry-box {
    display: flex;
}
.inquiry-box-left {
    flex-basis: 45%;
}
.inquiry-box-right {
    flex-basis: 55%; 
}
.inquiry-box-right-text {
    padding-left:50px;
    line-height: 1.6em;
}
.inquiry-box-right-text h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.inquiry-box-right-text p {
    color:#555;
}
.inquiry-box-right-text ul {
    color:#555;
    padding-left:20px;
}
.inquiry-box-right-text ul li{
}
.form-group{
    margin-bottom: 1.8rem;
}
.form-title {
    font-size: 15px;
    margin-bottom: 15px;
}
.form-check-input.checkbox {
	height: 22px;
	width: 22px;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../svg/custom-checkbox.svg);
	background-repeat: no-repeat;
	background-position: center;
	outline:none;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.form-check-input.checkbox:checked {
	background-image: url(../svg/custom-checkbox-check.svg);
}
.form-check-input.checkbox:checked:disabled {
	background-image: url(../svg/custom-checkbox-check-disabled.svg);
}
.form-check-input.radio {
	height: 22px;
	width: 22px;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../svg/custom-radio.svg);
	background-repeat: no-repeat;
	background-position: center;
	outline:none;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.form-check-input.radio:checked {
	background-image: url(../svg/custom-radio-check.svg);
}
.form-check-input.radio:checked:disabled {
	background-image: url(../svg/custom-radio-check-disabled.svg);
}


.form-check-list-custom {
   display: flex;
}
.form-check-list-custom .form-check {
    margin-bottom: 15px;
    margin-right: 18px;
    padding-left: 0rem;
}
.form-check-list-custom .form-check .form-check-label {
    padding-left: 27px;
}

@media screen and (max-width: 999px) {

.form-check-list-custom {
   display: flex;
   flex-wrap: wrap;
}
.form-check-list-custom .form-check {
    flex-basis: 100%;
}
.inquiry-box {
    flex-wrap: wrap;
}
.inquiry-box-left {
    flex-basis: 100%;
}
.inquiry-box-left form { 
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
}
.inquiry-box-right {
    flex-basis: 100%; 
}
.inquiry-box-right-text {
    padding-left:0px;
}

}

/* footer */
#footer {
    color:#FFFFFF;
    width:100%;
    text-align: center;
}
#footer .footer-company {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #555555;
}
#footer .footer-company-box {
    display: flex;
}
#footer .footer-company-title {
    font-size: 1.2rem;
    font-weight: 500;
    padding-top:5px;
    padding-right: 30px;
    text-align: left;
}
#footer .footer-company-logo {
    padding-right: 30px;
    text-align: left;
}
#footer .footer-company-logo img {
    width: auto;
    height: 36px;
}
#footer .footer-company-logo p {
    font-size: 13px;
    padding-top: 5px;
    text-align: center;
}
#footer .footer-company-data {
    text-align: left;
}
#footer .footer-company-data p {
    margin-bottom: 10px;
}
#footer .footer-company-data p a {
    color:#fff;
}
#footer .footer-copyright {
    font-size: 12px;
    padding:10px;
    background-color: #1a8c5c;
}

@media screen and (max-width: 999px) {

#footer .footer-company-box {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}
#footer .footer-company-title {
    flex-basis: 100%;
    padding-bottom: 20px;
}
#footer .footer-company-logo {
    flex-basis: 100%;
}
#footer .footer-company-logo p {
    padding-left:18px;
    text-align: left;
}
#footer .footer-company-data {
    flex-basis: 100%;
}

}

/* page-top */
.page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 80%;
	z-index: 200;
}
.page-top a {
	text-decoration: none;
	color: #fff !important;
	text-align: center;
	display: block;
	background-color: #009900;
	line-height: 0;
	border: 2px solid #FFF;
	height: 45px;
	width: 45px;
	border-radius:50%;
    padding-top:5px;
}
.page-top a .fas {
	font-size: 16px;
}
.page-top a span {
	display: block;
    padding-top:5px;
}
.page-top a:hover , .page-top a:focus {
	text-decoration: none;
	opacity: 0.5;
}

@media screen and (max-width: 999px) {

.page-top {
	bottom: 25px;
	right: 10px;
}

}

/* top-page-footer */
.top-page-footer {
    display: none;
}

@media screen and (max-width: 999px) {

.top-page-footer {
    display: inherit;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
	background-color: #FFF;
	padding-top:10px;
}
.top-page-footer-in {
	display: flex;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
}
.top-page-footer-in .top-page-foooter-in-left {
	margin-left:10px;
	margin-right:10px;
}
.top-page-footer-in .top-page-foooter-in-right {

}
.top-page-footer-in .top-page-foooter-in-under {
	display: flex;
	justify-content: center;
	align-items: center;
    flex-wrap: wrap;
}
.top-page-footer-in p {
    color:#333;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
}
.top-page-footer-in a {
	display: block;
	margin-left:3px;
	margin-right:3px;
    margin-bottom: 10px;
}
.top-page-footer-in a:hover , .top-page-footer-in a:focus {
	opacity: 0.5;
}
.top-page-footer-in a img {
	width: auto;
	height: 42px;
}

}