@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
body {
  color: #1F1F1F;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  line-height: 1.6;
  min-width: 1200px;
}

@media screen and (max-width: 414px) {
  body {
    min-width: auto;
    max-width: 414px;
  }
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
a {
  transition: all 0.6s;
}

a:hover {
  opacity: 0.6;
}

.openbtn1 {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  background: #1769B5;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 101;
  top: 20px;
  right: 25px;
  border: 3px solid #fff;
}

/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 12px;
}

.openbtn1 span:nth-of-type(2) {
  top: 21px;
}

.openbtn1 span:nth-of-type(3) {
  top: 30px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 16px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 28px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.sp_menu {
  display: none;
  width: 100%;
  height: 100vh;
  font-size: 14px;
  font-weight: bold;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  background: url(../image/pc-merit-bc.png);
  background-size: cover;
  background-position: top;
  position: fixed;
  z-index: 100;
  border-radius: 10px 0 0 10px;
  box-shadow: 2px 2px 4px gray;
}

.sp_menu nav > ul > li {
  margin-bottom: 20px;
  list-style-type: none;
}

.sp_menu nav > ul > li a {
  color: #000;
  text-decoration: none;
}

.sp_menu nav > ul {
  border-bottom: 1px dotted #000;
}

.sp_menu .small {
  font-size: 12px;
  color: #EA4039;
}

.sp_menu_banner {
  max-width: 145px;
  display: block;
}

.sp_menu_banner img {
  width: 100%;
  height: auto;
}

.sp_menu_tel {
  padding-top: 20px;
  margin-bottom: 10px;
}

.sp_menu_tel-img {
  width: 25px;
  height: 25px;
}

.sp_menu_tel-img img {
  width: 100%;
  height: auto;
}

.sp_menu_tel a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sp_menu_line {
  display: block;
  width: 145px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #03CD52;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
}

.sp_menu_mail {
  display: block;
  width: 145px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #F7892E;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
}

.sp_menu .sp_menu-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sp_menu .bottom_tel {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp_menu .bottom_tel a {
  text-decoration: none;
}

.sp_menu .bottom_tel-img {
  width: 40px;
  height: 40px;
}

.sp_menu .bottom_tel-img img {
  width: 100%;
  height: auto;
}

.sp_menu .side_tel-num {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.sp_menu .side_tel-text {
  font-weight: 700;
  padding: 5px;
  font-size: 14px;
  background-color: #1769B5;
  width: calc(100% - 130px);
  margin: 0 auto;
  color: #fff;
  border-radius: 50px;
  margin-top: 10px;
}

.sp_menu .side_banner {
  max-width: 145px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 320px) {
  .sp_menu {
    padding-top: 50px;
  }
}

.top_icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 65px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  z-index: 99;
}

.top_icon-img {
  width: 55px;
  padding-right: 10px;
}

.top_icon-img img {
  width: 100%;
  height: auto;
}

.top_icon-line {
  background-color: #06C755;
  color: #fff;
  box-shadow: 2px 2px 4px gray;
}

.top_icon-mail {
  background-color: #E7483C;
  color: #fff;
  margin: 0 10px;
  box-shadow: 2px 2px 4px gray;
}

.top_icon-tel {
  background-color: #FFF364;
  color: #000;
  box-shadow: 2px 2px 4px gray;
}

.bottom_menu {
  position: fixed;
  z-index: 99;
  padding-bottom: 15px;
  bottom: 0;
  background-color: #fff;
  text-align: center;
  width: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0 0;
  border-left: 5px solid #000;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
}

.bottom_menu-title {
  padding: 15px 0;
  font-size: 20px;
  font-weight: 700;
  background-color: #1769B5;
  color: #fff;
  border-radius: 5px 5px 0 0;
  position: relative;
  line-height: 24px;
}

.bottom_menu-title span {
  font-size: 14px;
}

.bottom_menu-title .sankaku {
  content: "";
  width: 10px;
  height: 15px;
  background-color: #fff;
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: rotate(90deg);
  position: absolute;
  top: 40%;
  right: 60px;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 320px) {
  .bottom_menu-title .sankaku {
    right: 20px;
  }
}

.bottom_menu-title .sankaku.roll {
  transform: rotate(-90deg);
  transition: 0.3s ease-out;
}

.bottom_menu-text {
  font-weight: 700;
  padding: 10px 0;
}

.bottom_menu-btn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px dotted #000;
  width: calc(100% - 20px);
  margin: 0 auto;
}

.bottom_menu-btn a {
  font-weight: 700;
}

.bottom_menu .side_tel-text {
  font-weight: 700;
  padding: 5px;
  font-size: 14px;
  background-color: #1769B5;
  width: calc(100% - 130px);
  margin: 0 auto;
  color: #fff;
  border-radius: 50px;
  margin-top: 10px;
}

.bottom_menu .bottom_tel {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_menu .bottom_tel a {
  text-decoration: none;
}

.bottom_menu .bottom_tel-img {
  width: 60px;
  height: 60px;
}

.bottom_menu .bottom_tel-img img {
  width: 100%;
  height: auto;
}

.bottom_menu .side_tel-num {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 320px) {
  .bottom_menu .side_tel-num {
    font-size: 24px;
  }
}

.bottom_menu {
  bottom: -215px;
  transition: 0.3s ease-out;
}

/* メニューにopenクラスがついたときのスタイル */
.bottom_menu.open {
  bottom: 0;
  transition: 0.3s ease-out;
}

.side {
  font-size: 14px;
  font-weight: bold;
  padding: 30px 15px;
  position: fixed;
  top: 205px;
  right: 0;
  background-color: #fff;
  z-index: 100;
  border-radius: 10px 0 0 10px;
  box-shadow: 2px 2px 4px gray;
}

.side nav > ul > li {
  margin-bottom: 10px;
  list-style-type: none;
}

.side nav > ul > li a {
  color: #000;
  text-decoration: none;
}

.side nav > ul {
  border-bottom: 1px dotted #000;
}

.side .small {
  font-size: 12px;
  color: #EA4039;
}

.side_banner {
  max-width: 145px;
  display: block;
}

.side_banner img {
  width: 100%;
  height: auto;
}

.side_tel {
  padding-top: 10px;
  margin-bottom: 10px;
}

.side_tel-img {
  width: 25px;
  height: 25px;
}

.side_tel-img img {
  width: 100%;
  height: auto;
}

.side_tel a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.side_line {
  display: block;
  width: 145px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #03C755;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative;
}

.side_line::after {
  content: "";
  display: block;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
}

.side_mail {
  display: block;
  width: 145px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #E7483C;
  border-radius: 5px;
  margin-bottom: 10px;
  text-decoration: none;
  position: relative;
}

.side_mail::after {
  content: "";
  display: block;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
}

@media screen and (max-width: 320px) {
  .side_mail, .side_line {
    width: 125px;
  }
}

.side_img {
  position: fixed;
  top: 190px;
  z-index: 99;
  transform: translateY(-70%);
  right: 20px;
  width: 120px;
}

.side_img img {
  width: 100%;
  height: auto;
}

#hero {
  overflow: hidden;
  height: 100vh;
  background: url(../image/pc-kv-img1.jpg);
  background-position: top;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  min-height: 800px;
}

@media screen and (max-width: 414px) {
  #hero {
    background: url(../image/sp-kv-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: initial;
    max-height: 700px;
    min-height: 700px;
  }
}

.hero_img {
  background: url(../image/pc-kv-img2.png);
  background-position: center bottom;
  background-size: 100%;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 414px) {
  .hero_img {
    background: none;
  }
}

.hero_title {
  position: absolute;
  top: 3%;
  left: 5%;
  height: 57%;
  min-width: 400px;
  max-width: 1100px;
}

.hero_title img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 414px) {
  .hero_title img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 414px) {
  .hero_title {
    min-width: inherit;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10px);
  }
}

@media screen and (max-width: 414px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 414px) {
  .sp {
    display: block !important;
  }
}

.area {
  background: url(../image/area-bc.png);
  background-position: center bottom;
  background-size: cover;
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (max-width: 414px) {
  .area {
    background-color: #70C83C;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.area_title {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.area_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .area_title {
    width: 300px;
    margin-bottom: 0;
  }
}

.area_text {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.area_content {
  max-width: 800px;
  margin: 15px auto;
}

.area_content img {
  width: 100%;
  height: auto;
}

.off {
  background: url(../image/pc-off-bc.png);
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  padding: 35px 0 50px;
}

.off_img {
  max-width: 960px;
  height: auto;
  margin: 0 auto;
}

.off_img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .off {
    padding: 0;
  }
}

.worries {
  background-color: #FEFC74;
  padding: 40px 0;
}

@media screen and (max-width: 414px) {
  .worries {
    padding: 30px 0 60px;
  }
}

.worries_title {
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.worries_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .worries_title {
    max-width: 260px;
    margin-bottom: 10px;
  }
}

.worries_title::before {
  content: "";
  display: block;
  width: 93px;
  height: 70px;
  background: url(../image/ase.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 10%;
  left: 0;
  transform: translateX(-80%);
}

@media screen and (max-width: 414px) {
  .worries_title::before {
    width: 50px;
    height: 50px;
    bottom: 0;
  }
}

.worries_content {
  width: 880px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
}

.worries_content img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .worries_content {
    width: 100%;
    margin-bottom: 10px;
  }
}

.worries_content::before {
  content: "";
  display: inline-block;
  width: 239px;
  height: 180px;
  background: url(../image/2627094.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -50px;
  right: 70px;
  transform: translateX(50%);
}

@media screen and (max-width: 414px) {
  .worries_content::before {
    display: none;
  }
}

.worries_comic {
  width: 810px;
  height: auto;
  margin: 0 auto;
}

.worries_comic img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .worries_comic {
    width: calc(100% - 50px);
  }
}

.merit {
  background: url(../image/pc-merit-bc.png);
  background-repeat: center repeat-x;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 414px) {
  .merit {
    padding-bottom: 40px;
    padding-top: 0;
  }
}

.merit_title {
  width: 720px;
  height: auto;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.merit_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .merit_title {
    width: calc(100% - 40px);
    top: -30px;
  }
}

.merit_content {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  margin-top: -20px;
}

.merit_content img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .merit_content {
    width: calc(100% - 50px);
  }
}

.part {
  background: url(../image/stripe-bc.png);
  background-repeat: center repeat-x;
  background-size: 1366px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 414px) {
  .part {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.part_title {
  width: 550px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  z-index: 10;
  position: relative;
}

.part_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .part_title {
    width: calc(100% - 30px);
    margin-bottom: 0;
  }
}

.part_content {
  width: 770px;
  height: auto;
  margin: 0 auto;
}

.part_content img {
  width: 100%;
  height: auto;
}

.ather {
  padding-top: 45px;
  padding-bottom: 160px;
}

@media screen and (max-width: 414px) {
  .ather {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.ather_title {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.ather_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .ather_title {
    width: 100%;
  }
}

.ather_comic {
  width: 810px;
  height: auto;
  margin: 0 auto;
  margin-top: -20px;
  position: relative;
}

.ather_comic img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .ather_comic {
    width: calc(100% - 50px);
    margin-top: 0;
  }
}

.example {
  background-color: #FEFC74;
  padding-bottom: 70px;
}

@media screen and (max-width: 414px) {
  .example {
    background: inherit;
    padding-bottom: 0;
  }
}

.example_title {
  width: 355px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  transform: translateY(-50%);
}

.example_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .example_title {
    transform: inherit;
    width: 100%;
    transform: inherit;
    margin-bottom: 0px;
  }
}

.example_content {
  width: 765px;
  height: auto;
  margin: 0 auto;
  margin-top: -155px;
}

@media screen and (max-width: 414px) {
  .example_content {
    margin-top: 0px;
  }
}

.example_content img {
  width: 100%;
  height: auto;
}

.caution {
  height: auto;
  margin: 0 auto;
  background-color: #363636;
  border-top: 8px solid #000;
  border-bottom: 8px solid #000;
  text-align: center;
}

@media screen and (max-width: 414px) {
  .caution {
    border: none;
  }
}

.caution img {
  max-width: 1366px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .caution img {
    width: 100%;
  }
}

.ct {
  background: url(../image/pc-ct-bc1.png);
  background-size: 100%;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 80px 0;
}

@media screen and (max-width: 414px) {
  .ct {
    background-size: cover;
    padding: 40px 0 70px;
  }
}

.ct_content {
  background-color: #fff;
  padding: 50px 0;
  width: 980px;
  margin: 0 auto;
  max-height: 370px;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 414px) {
  .ct_content {
    width: calc(100% - 40px);
    padding: 0 15px;
    padding-bottom: 30px;
    max-height: initial;
  }
}

.ct_content::before {
  content: "";
  display: block;
  width: 180px;
  height: 160px;
  background: url(../image/ct-chara1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  left: 0;
  transform: translateX(-60px);
}

@media screen and (max-width: 414px) {
  .ct_content::before {
    display: none;
  }
}

.ct_content::after {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  background: url(../image/ct-chara2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -17px;
  right: -20px;
}

@media screen and (max-width: 414px) {
  .ct_content::after {
    display: none;
  }
}

@media screen and (max-width: 414px) {
  .ct .tel {
    transform: translateY(-7%);
  }
}

.ct .tel a {
  width: 657px;
  height: auto;
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

.ct .tel a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .ct .tel a {
    width: 90%;
    pointer-events: auto;
  }
}

.ct .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 414px) {
  .ct .btn {
    transform: translateY(0%);
    margin-top: 0px;
    display: block;
    text-align: center;
  }
}

.ct .btn a {
  width: 350px;
  margin: 0 15px;
  display: inline-block;
}

.ct .btn a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .ct .btn a {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (max-width: 414px) {
  .ct .btn a:nth-child(1) {
    margin-bottom: 10px;
  }
}

.ct .btn a.sp {
  display: none;
}

.voice {
  background-size: 1366px;
  position: relative;
}

@media screen and (max-width: 414px) {
  .voice {
    padding-top: 0px;
  }
}

.voice_title {
  width: 760px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  z-index: 10;
  position: relative;
}

.voice_title img {
  width: 100%;
  height: auto;
  margin-top: -40px;
}

@media screen and (max-width: 414px) {
  .voice_title {
    width: 100%;
  }
}

.voice_content {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 250px;
}

.voice_content img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .voice_content {
    margin-top: 90px;
    padding-bottom: 200px;
    width: 90%;
  }
}

.voice_img {
  width: 100%;
  height: 200px;
  display: block;
  background: url(../image/pc-voice-img.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 414px) {
  .voice_img {
    background: url(../image/sp-voice-img2.png);
    background-size: 100%;
    height: 250px;
    background-repeat: no-repeat;
  }
}

.flow {
  background: url(../image/stripe-bc.png);
  background-repeat: center repeat-x;
  background-size: 1366px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

@media screen and (max-width: 414px) {
  .flow {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.flow_title {
  width: 450px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 50px;
}

.flow_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .flow_title {
    width: 90%;
    margin-bottom: 0;
  }
}

.flow_content1 {
  width: 900px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 40px;
}

.flow_content1 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .flow_content1 {
    width: calc(100% - 30px);
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.flow_content2 {
  width: 800px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 5px;
}

.flow_content2 img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .flow_content2 {
    width: calc(100% - 30px);
    padding-bottom: 0;
  }
}

.ct2 {
  background: url(../image/pc-ct-bc1.png);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 80px 0;
}

@media screen and (max-width: 414px) {
  .ct2 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.ct2_content {
  background-color: #fff;
  padding: 50px 0;
  width: 980px;
  margin: 0 auto;
  border-radius: 10px;
}

@media screen and (max-width: 414px) {
  .ct2_content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    padding-top: 0;
  }
}

@media screen and (max-width: 414px) {
  .ct2 .tel {
    transform: translateY(-8%);
  }
}

.ct2 .tel a {
  width: 657px;
  height: auto;
  display: block;
  margin: 0 auto;
  pointer-events: none;
}

.ct2 .tel a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .ct2 .tel a {
    width: 100%;
    pointer-events: auto;
  }
}

.ct2 .line-ct {
  width: 870px;
  margin: 0 auto;
}

.ct2 .line-ct img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .ct2 .line-ct {
    width: 100%;
    margin-top: 0;
    padding: 0 5px;
  }
}

@media screen and (max-width: 414px) {
  .ct2 .line-ct .btn a:nth-child(1) {
    margin-bottom: 10px;
  }
}

.pack {
  background: url(../image/stripe-bc.png);
  background-repeat: center repeat-x;
  background-size: 1366px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 414px) {
  .pack {
    padding-bottom: 60px;
  }
}

.pack_title {
  width: 460px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  transform: translateY(-15%);
}

.pack_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .pack_title {
    width: 100%;
    margin-bottom: 0px;
    transform: translateY(-60px);
  }
}

.pack_content1 {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: -80px;
}

.pack_content1 img {
  width: 100%;
  height: auto;
}

.pack_content2 {
  width: 760px;
  height: auto;
  margin: 0 auto;
}

.pack_content2 img {
  width: 100%;
  height: auto;
}

.contact {
  background: url(../image/contact-bc.png);
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 414px) {
  .contact {
    padding: 50px 0;
  }
}

.contact_title {
  width: 540px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 35px;
}

.contact_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .contact_title {
    width: calc(100% - 100px);
    margin-bottom: 25px;
  }
}

.contact_privacy {
  width: 830px;
  margin: 0 auto;
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 75px;
  position: relative;
}

@media screen and (max-width: 414px) {
  .contact_privacy {
    width: calc(100% - 40px);
    padding: 25px 15px;
    margin-bottom: 80px;
  }
}

.contact_privacy h3 {
  font-size: 24px;
  margin-bottom: 25px;
  font-weight: 700;
  text-align: center;
  color: #1769B5;
  border-bottom: 2px solid #1769B5;
}

@media screen and (max-width: 320px) {
  .contact_privacy h3 {
    font-size: 18px;
  }
}

.contact_privacy p {
  font-size: 14px;
  height: 180px;
  overflow: scroll;
}

.form_wrapper {
  width: 900px;
  margin: 0 auto;
  border: 5px solid #000;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 414px) {
  .form_wrapper {
    width: calc(100% - 40px);
  }
}

.form_wrapper div {
  display: flex;
  /* align-items: baseline; */
  align-items: center;
}

@media screen and (max-width: 414px) {
  .form_wrapper div {
    display: block;
  }
}

.form_wrapper::before {
  content: "";
  width: 125px;
  height: 110px;
  display: block;
  background: url(../image/contact-img2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translateY(-100%);
}

@media screen and (max-width: 414px) {
  .form_wrapper::before {
    width: 90px;
    height: 80px;
  }
}

.form_wrapper::after {
  content: "";
  width: 220px;
  height: 160px;
  background: url(../image/contact-img1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -70px;
  transform: translate(15%, -90%);
  z-index: 10;
}

@media screen and (max-width: 414px) {
  .form_wrapper::after {
    width: 160px;
    height: 120px;
  }
}

.item {
  min-width: 280px;
  border: 1px solid #fff;
  padding-left: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #1769B5;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  position: relative;
}

@media screen and (max-width: 414px) {
  .item {
    width: 100%;
    padding-left: 15px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.required::before {
  content: "必須";
  background-color: #ED544D;
  border-radius: 100px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 10px;
  padding: 2px 10px;
  font-size: 14px;
}

@media screen and (max-width: 414px) {
  .required::before {
    right: 20px;
    padding: 3px 10px;
  }
}

.any::before {
  content: "任意";
  background-color: #fff;
  border-radius: 100px;
  color: #1F1F1F;
  font-weight: 700;
  position: absolute;
  right: 10px;
  padding: 2px 10px;
  font-size: 14px;
}

@media screen and (max-width: 414px) {
  .any::before {
    right: 20px;
    padding: 3px 10px;
  }
}

.border {
  height: 60px;
  border: 3px solid #1C1C1C;
  width: calc(100% - 280px);
  margin: 0 10px;
  padding: 0 10px;
  font-size: 14px;
}

@media screen and (max-width: 414px) {
  .border {
    width: calc(100% - 10px);
    margin: 10px 5px;
  }
}

.sex {
  font-size: 14px;
  padding: 10px 30px;
  display: block;
  height: 40px;
  margin: 5px 25px !important;
  /* ラベル外側の余白を指定する */
  border: 1px solid #838383;
  /* ラベルの境界線を実線で指定する */
  border-radius: 5px;
  text-align: center;
  user-select: none;
}

@media screen and (max-width: 414px) {
  .sex {
    margin: 20px 25px !important;
  }
}

.border.textarea {
  height: 260px;
  padding: 10px;
  resize: none;
}

input[type=radio] {
  display: none;
  /* ラジオボタンを非表示にする */
  cursor: pointer;
}

input[type=radio]:checked + label {
  background: #ff9335;
  /* マウス選択時の背景色を指定する */
  border: none;
  color: #fff;
}

.form1 {
  border-radius: 5px 0 0 0;
}

.form2 {
  border-radius: 0 0 0 5px;
  height: 280px;
}

@media screen and (max-width: 414px) {
  .form2 {
    height: inherit;
  }
}

.agree {
  font-size: 16px;
  text-align: center;
  padding: 45px 0;
  line-height: 2rem;
}

@media screen and (max-width: 414px) {
  .agree {
    padding: 35px 0 20px;
  }
}

.agree a {
  color: #E7483C;
}

.agree_check {
  width: 300px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agree_check input {
  border: 1px solid #000;
  display: block;
}

.agree_check .agree_text {
  opacity: 1;
  font-weight: 700;
  margin: 0 5px;
}

.submit {
  background-color: #1769B5;
  width: 300px;
  height: 70px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  box-shadow: 0px -6px 0px #0C245A inset;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (max-width: 414px) {
  .submit {
    margin-top: 20px;
  }
}

.submit a {
  color: #fff;
  text-decoration: none;
}

.submit_wrapper {
  width: 300px;
  margin: 0 auto;
}

.overview {
  background: url(../image/pc-footer-bc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 414px) {
  .overview {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}

.overview dl {
  border: 5px solid #000;
  background-position: bottom;
  padding: 50px 40px;
  font-size: 14px;
  background-color: #fff;
  width: 800px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 414px) {
  .overview dl {
    width: calc(100% - 20px);
    padding: 20px 10px;
  }
}

.overview dt, .overview dd {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}

@media screen and (max-width: 414px) {
  .overview dt, .overview dd {
    padding: 0;
  }
}

.overview dt {
  position: absolute;
  left: 100px;
}

@media screen and (max-width: 414px) {
  .overview dt {
    position: inherit;
    left: 0;
    padding-top: 20px;
    padding-bottom: 5px;
  }
}

.overview dd {
  padding-left: 250px;
  border-bottom: solid 1px #EBEBEB;
}

@media screen and (max-width: 414px) {
  .overview dd {
    padding-left: 0;
    padding-bottom: 20px;
  }
}

.overview a {
  color: #000;
}

.copy {
  background-color: #1769B5;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  .copy {
    padding-bottom: 65px;
  }
}

.confirm {
  background: url(../image/contact-bc.png);
  padding-top: 120px;
  padding-bottom: 100px;
}

.confirm_title {
  width: 480px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 60px;
}

.confirm_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .confirm_title {
    width: calc(100% - 20px);
  }
}

.confirm_text {
  text-align: center;
  font-weight: 700;
}

.confirm_content {
  margin-top: 130px;
}

.from_answer {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
}

.from_answer.anser_textarea {
  height: 270px;
  overflow: scroll;
}

.return, .next {
  width: 300px;
  height: 70px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  margin: 0 30px;
}

.return {
  background-color: #434343;
  box-shadow: 0px -6px 0px #1a1a1c inset;
  text-align: center;
  cursor: pointer;
}

.next {
  background-color: #1769B5;
  box-shadow: 0px -6px 0px #0C245A inset;
}

@media screen and (max-width: 414px) {
  .next {
    margin-bottom: 30px;
  }
}

.submit_wrapper2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 414px) {
  .submit_wrapper2 {
    flex-direction: column-reverse;
  }
}

.thanks {
  background: url(../image/contact-bc.png);
  padding-top: 120px;
  padding-bottom: 100px;
}

.thanks_title {
  width: 370px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 60px;
}

.thanks_title img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 414px) {
  .thanks_title {
    width: calc(100% - 40px);
  }
}

.thanks_text {
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  .thanks_text {
    padding: 0 25px;
  }
}

.thanks_content {
  margin-top: 130px;
}
/*# sourceMappingURL=style.css.map */