@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html{
  font-size: 62.5%;
}

html,body{
  height: 100%;
  width: 100%;
}

ol, ul {
  list-style: none;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

b {
  font-weight: bold;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type="submit"],input[type="text"],
input[type="email"],input[type="button"],input[type="password"]{
  -webkit-appearance: none;
  border-radius: 0;
}

/*------------------------------
	base
------------------------------*/
a {color: #1c1c1c;text-decoration: none;}

.mb0 {margin: 0 0 0 0;}
.mb5 {margin: 0 0 5px 0;}
.mb10 {margin: 0 0 10px 0;}
.mb15 {margin: 0 0 15px 0;}
.mb20 {margin: 0 0 20px 0;}
.mb30 {margin: 0 0 30px 0;}
.mb40 {margin: 0 0 40px 0;}
.mb50 {margin: 0 0 50px 0;}
.mb60 {margin: 0 0 60px 0;}
.mb70 {margin: 0 0 70px 0;}
.mb80 {margin: 0 0 80px 0;}
.mb90 {margin: 0 0 90px 0;}
.mb100 {margin: 0 0 100px 0;}



body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.8;
  color: #1c1c1c;
}

p {
  margin: 0 0 10px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}



/*------------------------------
	header
------------------------------*/
header {
  margin: 0 auto 40px;
  text-align: center;
}
/*------------------------------
	footer
------------------------------*/
footer {
  padding: 20px;
}

footer .inner {
  background: #fff;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  border-radius: 20px;
  margin: 0 auto;
}

footer .inner b {
  font-size: 3rem;
}

footer .logo {
  max-width: 500px;
  margin: 0 auto 30px;
}

footer .inner .btn {
  margin: 0 auto 10px;
}

footer .inner .photo {
  margin: 0 auto;
  width: 200px;
}

footer .bottom {
  display: none;
}

/*------------------------------
	top
------------------------------*/
.pc {
  display: none;
}

h2 {
  text-align: center;
  margin: 0 0 30px;
}

.center {
  text-align: center;
}

.btn {
  margin: 0 auto 30px;
  max-width: 300px;
  height: 70px;
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.btn:hover img {
   display: none;
}

.btn:hover {
  cursor: pointer;
  background: url("../img/btn01-h.png") no-repeat center center;
  background-size: 300px;
}

.bg01 {
  background: #d9d9d9;
}

.worries {
  background: url("../img/bg01.png") repeat;
  background-size: 500px;
  padding: 0px 10px 50px;
}

.worries .box {
  position: relative;
  z-index: 1;
}

.worries .box::after {
  content: "";
  background: #d9f6fa;
  display: block;
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 15%;
  padding: 0 0 50px;
  height: 100%;
  z-index: -1;
}

.worries h2 {
  padding: 50px 0 0;
}

.worries ul {
  background: #fff;
  border: 6px solid #ff942a;
  border-radius: 30px;
  padding: 20px 10px;
}

.worries li {
  margin: 0 0 10px;
  padding: 0 0 3px 40px;
  border-bottom: 3px dashed #02a2d4;
  background: url("../img/ic_check.png") no-repeat center left;
  background-size: 30px;
}

.bg02 {
  background: url("../img/bg02.jpg") repeat top left;
  background-size: cover;
}

.message {
  padding: 50px 30px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.message .logo {
  margin: 30px auto 0px;
  max-width: 330px;
}

.bg03 {
  background: #ff6606;
  padding: 50px 0 50px 20px;
}

.step {
  background: #f3f1ef;
  padding: 50px 20px;
  border-radius: 80px 0 0 0;
}

.step h2 {
  display: table;
  margin: 0 auto 30px;
  background: url("../img/step.png") no-repeat center right;
  background-size: 60px;
  padding: 20px 60px 20px 0;
  font-size: 1.9rem;
  font-weight: 700;
}

.step h2 b {
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 4rem;
  line-height: 1.3;
  border-bottom: 6px solid #ff2400;
}

.step ol > li {
  background: #fff;
  padding: 30px 15px;
  border-radius: 30px;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 20px;
}

.step li .num {
  position: absolute;
  top: 20%;
  left: -20px;
  width: 70px;
}

.step li h3 {
  font-size: 2rem;
  color: #ff6606;
  font-weight: 700;
  margin: 0 0 20px;
}

.step li .photo2 {
  width: 200px;
  padding: 0 40px;
  margin: 0 auto 10px;
}

.step li .title {
  background: #02a2d4;
  color: #fff;
  padding: 3px 30px;
  margin: 0 0 20px;
  display: inline-block;
}

.font-s {
  font-size: 1.6rem;
}

.ul-list {
  padding: 0 0 0 20px;
}

.ul-list li {
  list-style: disc;
  text-align: left;
}

.bg04 {
  background: #4ed4ed;
  padding: 50px 20px 50px 0px;
}

.about {
  background: #f3f1ef;
  padding: 50px 20px;
  border-radius: 0 80px 0 0;
  position: relative;
}

.about .logo {
  position: absolute;
  top: -20px;
  left: 50%;
  margin: 0 0 0 -100px;
  width: 200px;
}

.about .read {
  font-size: 1.8rem;
}

.about .read span {
  font-size: 2rem;
}

span.orange {
  color: #ff9934;
}

span.red {
  color: #ff2400
}

em {
  font-weight: 700;
  background:linear-gradient(transparent 60%, #feef4e 60%);
}

.detail {
  background: #fff;
  border-radius: 20px 20px 0 0;
  margin: 0 0 40px;
}

.detail dt {
  color: #02a2d4;
  font-weight: 700;
  padding: 30px 15px 20px;
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}

.detail dd {
  background: url("../img/bg03.png") repeat center;
  background-size: cover;
}

.detail dd .box {
  background: url("../img/ic_kagi01.svg") no-repeat top left, url("../img/ic_kagi02.svg") no-repeat bottom right;
  background-size: 50px, 50px;
  padding: 30px 20px;
}

.detail dd .text {
  padding: 20px 15px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 1.8rem;
}

.detail dd .photo {
  width: 120px;
  margin: 0 auto 10px;
}

/*------------------------------
	modal
------------------------------*/
.modalOpen {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  color: #fff;
  background: #02a2d4;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  padding: 15px 30px;
  border-radius: 50px;
  border: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
    position: relative;
    width: 100%;
    max-width: 450px;
}
.modal_inner {
    filter: drop-shadow(0px 0px 4px #ddd);
    background: #fff;
    width: 72%;
    margin: 0 auto;
    border-radius: 2px;
    padding: 40px 25px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

/* 閉じるボタン */
.modal__close-btn {
    position: absolute;
    right: 0;
    top: -15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 20;
}
.modal__close-btn:hover {
    opacity: 0.8;
}

/* 閉じるボタンのX */
.lineClose {
    display: inline-block;
    vertical-align: middle;
    color: #313131;
    line-height: 1;
    width: 2rem;
    height: 0.1rem;
    background: currentColor;
    border-radius: 0.1rem;
    position: relative;
    transform: rotate(45deg);
}
.lineClose::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}





@media screen and (min-width:768px) {

.pc {
  display: block;
}

.sp {
  display: none;
}

/*------------------------------
	header
------------------------------*/
header {
  margin: 0 auto 75px;
}

/*------------------------------
	footer
------------------------------*/
footer {
  padding: 50px;
  position: relative;
}

footer .inner {
  padding: 50px;
  max-width: 750px;
  font-size: 3rem;
}

footer .inner b {
  font-size: 4rem;
}

/*------------------------------
	top
------------------------------*/
.btn {
  margin: 0 auto 70px;
  max-width: 600px;
  height: 140px;
}

.btn:hover {
  background: url("../img/btn01-h.png") no-repeat center center;
  background-size: 600px;
}

.worries ul {
  max-width: 1000px;
  border-radius: 60px;
  margin: 0 auto;
  padding: 60px 50px;
}

.message {
  padding: 100px 0;
}

.message .logo {
  margin: 50px auto 0px;
  max-width: 730px;
}

.bg03 {
  padding: 100px 0 100px 10%;
}

.step {
  padding: 100px 0 100px 120px;
  border-radius: 150px 0 0 0;
}

.step h2 {
  margin: 0 auto 40px;
  background: url("../img/step.png") no-repeat center right;
  background-size: contain;
  padding: 20px 100px 20px 0;
  font-size: 3rem;
}

.step h2 b {
  font-size: 6rem;
}

.step ol > li {
  padding: 50px 40px;
  border-radius: 60px;
  font-size: 2.4rem;
  margin: 0 15% 60px 0;
}

.step li .num {
  position: absolute;
  top: 35%;
  left: -70px;
  width: 130px;
}

.step li .photo2 {
  width: auto;
}

.text-flex {
  display: flex;
  justify-content: center;
  grid-gap: 50px;
}

.bg04 {
  padding: 100px 10% 100px 0;
}

.about {
  padding: 100px 120px 100px 0;
  border-radius: 0 150px 0 0;
}

.about .logo {
  top: -30px;
  margin: 0 0 0 -200px;
  width: 400px;
}

.about .read {
  font-size: 2.4rem;
  margin: 0 0px 60px 15%;
}

.detail {
  border-radius: 40px 40px 0 0;
  margin: 0 0px 80px 15%;
}

.detail dt {
  text-align: center;
  display: block;
  grid-template-columns: auto;
}

.detail dd .box {
  background: url("../img/ic_kagi01.svg") no-repeat top left, url("../img/ic_kagi02.svg") no-repeat bottom right;
  background-size: 100px, 100px;
  padding: 50px;
}

.detail dd .text {
  padding: 50px;
  border-radius: 60px;
  font-size: 2.4rem;
}

.detail dd .photo {
  width: auto;
  margin: 0 auto 10px;
}

/*------------------------------
	modal
------------------------------*/
.modalOpen {
  font-size: 3rem;
}


}



@media screen and (min-width:1200px) {

body {
  font-size: 3.6rem;
}

/*------------------------------
	footer
------------------------------*/
footer {
  padding: 60px;
}

footer .inner .photo {
  display: none;
}

footer .bottom {
  display: block;
  position: absolute;
  bottom: 0px;
  left: -50px;
  width: 350px;
  margin: 0;
}

/*------------------------------
	top
------------------------------*/
.worries {
  padding: 0;
}

.worries .box {
  background: #d9f6fa;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 100px;
}

.worries .box::after {
  content: none;
}

.worries h2 {
  padding: 0px 0 20px;
}

.bg03 {
  padding: 150px 0 150px 10%;
}

.step {
  padding: 150px 0 150px 180px;
  border-radius: 200px 0 0 0;
}

.step h2 {
  margin: 0 auto 40px;
  background: url("../img/step.png") no-repeat center right;
  background-size: contain;
  padding: 20px 140px 20px 0;
  font-size: 5rem;
}

.step h2 b {
  font-size: 9rem;
}

.step ol > li {
  padding: 50px 50px;
  font-size: 3.5rem;
}

.step li h3 {
  font-size: 5rem;
}

.step li .photo, .step li .photo2 {
  padding: 0 100px;
}

.font-s {
  font-size: 1.8rem;
}

.bg04 {
  padding: 150px 10% 150px 0;
}

.about {
  padding: 150px 180px 10px 0px;
  border-radius: 0 200px 0 0;
}

.about .logo {
  top: -50px;
  margin: 0 0 0 -400px;
  width: 800px;
}

.about .read {
  font-size: 3.5rem;
  margin: 0 0px 100px 15%;
}

.about .read span {
  font-size: 4rem;
}

.detail {
  margin: 0 0px 150px 15%;
}

.detail dd .text {
  font-size: 3.5rem;
}

}
