@charset "UTF-8";
/*!
Theme Name: tsunageru_child
Template: tsunageru_child
Author: designL
Author URI: https://design-p.com/*/
.indent_content {
  padding: 150px 0;
}

#wrap {
  overflow-x: hidden;
}

body {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  width: 100%;
  height: 100%;
}

body.indication {
  opacity: 1;
}

/*header*/
header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 15px 0;
  line-height: 1;
}
header h1 {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
}
header h1 span {
  font-size: 40px;
}
header .btn {
  background: #73ddd4;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  color: #fff;
}
header nav a {
  font-size: 14px;
  line-height: 1;
  margin-left: 30px;
}
header nav a:nth-of-type(1) {
  margin-left: 0;
}

.frontMainBox {
  position: relative;
}
.frontMainBox .img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontMainBox .box {
  position: absolute;
}
.frontMainBox .box .bTxt {
  font-size: 50px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: 900;
  margin-bottom: 30px;
}
.frontMainBox .box .txt01 {
  font-size: 35px;
  line-height: 1.7;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

#index .addBox02 {
  background: #ecf8ff;
  padding: 80px 0;
}
#index .addBox02 .txt {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
#index .addBox02 .title {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  width: 1200px;
  margin: auto;
}
#index .addBox02 .title .no {
  line-height: 1;
  font-size: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  background: linear-gradient(105deg, #5fc3f0, #0095d8);
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92px;
  height: 92px;
  color: #fff;
}
#index .addBox02 .title h2 {
  font-size: 30px;
  line-height: 1;
}
#index .addBox02 h3 {
  font-size: 25px;
  line-height: 1;
  margin: 50px auto;
  font-weight: 900;
}
#index .addBox02 .inner p {
  font-size: 16px;
  line-height: 2;
  width: 500px;
}
#index .addBox02 .inner .img {
  width: 368px;
}
#index .addBox02 .item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#index .box01 {
  background: #fff;
}
#index .box01 h2 {
  font-size: 50px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
#index .box01 .inner img {
  width: 360px;
  margin-right: 80px;
}
#index .box01 .inner p {
  font-size: 30px;
  line-height: 1.5;
  color: #156577;
}
#index .addBox01 {
  background: #fff;
  padding: 0 0 80px;
}
#index .addBox01 h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 50px;
}
#index .addBox01 .inner {
  width: 1200px;
  margin: 0 auto;
}
#index .addBox01 .inner .item {
  width: calc(20% - 14px);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  color: #156577;
  border: 2px solid #5eb0c6;
  background: #e6f4f7;
  border-radius: 2px 16px;
  text-align: center;
  font-size: 20px;
  padding: 14px 0;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index .addBox01 .inner .item:nth-of-type(2n) {
  background: #faf5e8;
  border: 2px solid #5eb0c6;
}
#index .addBox01 .inner .item:nth-of-type(n + 6) {
  margin-top: 16px;
}
#index .box02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #73ddd4;
}
#index .box02 h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 70px;
}
#index .box02 .item {
  width: 285px;
  margin-right: 130px;
  position: relative;
}
#index .box02 .item .img_box {
  position: relative;
}
#index .box02 .item .img_box .arrow {
  position: absolute;
  right: -80px;
  bottom: 40px;
}
#index .box02 .item .img_box .img {
  width: 100%;
  height: 190px;
}
#index .box02 .item .img_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .box02 .item .time {
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
}
#index .box02 .item h3 {
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
}
#index .box02 .item .text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
}
#index .box02 .item:nth-of-type(3) {
  margin-right: 0;
}
#index .box03.addBox {
  padding-top: 0;
}
#index .box03 h2 {
  font-size: 45px;
  line-height: 1;
}
#index .box03 .min_txt {
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
}
#index .box03 .inner01 {
  margin-top: 80px;
}
#index .box03 .inner01 img {
  margin-right: 50px;
}
#index .box03 .inner01 h3 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
}
#index .box03 .inner01 .txt01 {
  font-size: 18px;
  line-height: 2;
}
#index .box03 .inner02 {
  margin-top: 50px;
}
#index .box03 .inner02 img {
  margin-right: 50px;
}
#index .box03 .inner02 .txt02 {
  font-size: 16px;
  line-height: 2;
}
#index .box03 .addImg {
  margin: 80px auto 0;
}
#index .box04 {
  background: #fff;
  padding-bottom: 100px;
}
#index .box04 h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 100px;
  font-weight: 900;
}
#index .box04 .item h3 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 900;
}
#index .box04 .item .inner img {
  margin-right: 30px;
}
#index .box04 .item .inner h4 {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 900;
}
#index .box04 .item .inner .text {
  font-size: 16px;
  line-height: 2;
}
#index .box04 .item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#index .box05 {
  padding-bottom: 150px;
  background: #fff;
}
#index .box05 h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 100px;
  font-weight: 900;
}
#index .box06 {
  background: url(img/index/box01_bg.jpg) center center repeat;
}
#index .box06 h2 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 100px;
  font-weight: 900;
}
#index .box06 .form-box {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
#index .box06 .min-txt {
  line-height: 1;
  font-size: 25px;
  margin: 20px auto 70px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#index .box06 table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#index .box06 table th,
#index .box06 table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  padding: 20px;
  font-weight: 500;
  font-size: 20px;
}
#index .box06 table th {
  width: 370px;
  line-height: 1;
  font-weight: bold;
  padding: 20px 50px;
}
#index .box06 table th p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#index .box06 table th .essential {
  background: #232323;
  padding: 7px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
#index .box06 table td input,
#index .box06 table td textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  background: #fff;
  line-height: 1.7;
  border: none;
  width: 100%;
  outline: none;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  font-weight: 500;
}
#index .box06 table td .wpcf7-radio input {
  width: auto;
}
#index .box06 table td .wpcf7-list-item.first {
  margin-left: 0;
}
#index .box06 .wpcf7 form .wpcf7-response-output,
#index .box06 .wpcf7 form.invalid .wpcf7-response-output,
#index .box06 .wpcf7 form.unaccepted .wpcf7-response-output,
#index .box06 .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #ff0000;
  font-size: 14px;
  text-align: center;
}
#index .box06 .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  margin-top: 16px;
  color: #ff0000;
}
#index .box06 .thanks {
  font-size: 16px;
  line-height: 2;
}
#index .box06 div.wpcf7-mail-sent-ok,
#index .box06 .wpcf7-spinner {
  display: none !important;
}
#index .box06 .btn_box {
  width: 400px;
  margin: 50px auto 0;
  height: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 32.5px;
  background: #232323;
  position: relative;
}
#index .box06 .btn_box p {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#index .box06 .btn_box p .arrow {
  font-size: 10px;
  position: absolute;
  color: #fff;
  right: 30px;
}
#index .box06 .btn_box input {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  background: no-repeat;
  border: none;
  font-weight: 500;
  position: relative;
  z-index: 20;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Meiryo, sans-serif;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
#index .box06 .btn_box:hover input {
  color: #fff;
}
#index .box07 h2 {
  font-size: 70px;
  line-height: 1;
  letter-spacing: 5px;
  margin-right: 80px;
}
#index .box07 .inner .txt01 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 40px;
}
#index .box07 .inner table tr th,
#index .box07 .inner table tr td {
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
}
#index .box07 .inner table tr:nth-of-type(n + 2) th,
#index .box07 .inner table tr:nth-of-type(n + 2) td {
  padding-top: 35px;
}

footer {
  background: #156577;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 900;
}