@charset "UTF-8";
@import url("reset.css");
/* 色コード */
/* ============================================ */
/* ブレイクポイント */
/* ============================================ */
/* 画面サイズ表示・非表示 */
/* ============================================ */
.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* 共通設定 */
/* ============================================ */
html {
  font-size: 62.5%;
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 55%;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 45%;
  }
}

body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  color: #232323;
  background-color: #fff;
  overflow-x: hidden;
}

section {
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 {
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
}

h2.sub_title {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
}

h2.sub_title .decorate {
  display: block;
  font-size: 2.5rem;
  position: relative;
}

h2.sub_title .decorate:before, h2.sub_title .decorate:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 2rem;
  margin: 0 15px;
  background-color: #aee5fc;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
}

h2.sub_title .small {
  font-size: 3.8rem;
}

h3.sub_title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

h3.sub_title:before, h3.sub_title:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 2.5rem;
  margin: 0 15px;
  background-color: #aee5fc;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
}

img {
  width: 100%;
}

.blue_marker {
  text-decoration: underline;
  text-decoration-thickness: .8rem;
  -webkit-text-decoration-color: #d9f3fd;
          text-decoration-color: #d9f3fd;
  text-underline-offset: -0.5rem;
  text-decoration-skip-ink: none;
}

.yellow_marker {
  text-decoration: underline;
  text-decoration-thickness: .8rem;
  -webkit-text-decoration-color: #fff4ac;
          text-decoration-color: #fff4ac;
  text-underline-offset: -0.5rem;
  text-decoration-skip-ink: none;
}

.fixed_btn {
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.fixed_btn.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.fixed_btn a {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  width: 75%;
  color: #fff;
  background-color: #16a8e0;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .fixed_btn a {
    font-size: 2rem;
    width: 100%;
    padding: 20px 0;
  }
}

/* レスポンシブ */
/* ============================================ */
@media screen and (max-width: 1024px) {
  .container {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 40px 20px;
  }
  h2.sub_title {
    font-size: 3.8rem;
    margin-bottom: 30px;
  }
}

/* header */
/* ============================================ */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 90px;
  background-color: #fff;
  padding: 15px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  header {
    height: 80px;
    padding: 15px 40px;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: 70px;
    padding: 15px 20px;
  }
}

header .logo {
  width: 210px;
}

@media screen and (max-width: 1024px) {
  header .logo {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  header .logo {
    width: 130px;
  }
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  header nav ul {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  header nav ul {
    display: none;
  }
}

header nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

header nav ul li:last-of-type {
  margin-right: 0;
}

header nav .card_img {
  width: 100px;
}

header nav .contact_btn a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background-color: #16a8e0;
  padding: 18px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}

header nav .contact_btn a:hover {
  opacity: .7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

/* top */
/* ============================================ */
.top {
  background: url(../images/top_bg_left.png) left 0% top 0%/25% auto no-repeat, url(../images/top_bg_right.png) right 0% bottom 50px/66% auto no-repeat;
  margin-top: 90px;
}

@media screen and (max-width: 1024px) {
  .top {
    background: url(../images/top_bg_left.png) left 0% top 0%/20% auto no-repeat, url(../images/top_bg_right.png) right 0% top 0%/80% auto no-repeat;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .top {
    background: url(../images/top_bg_left_sp.png) left 0% top -50px/35% auto no-repeat, url(../images/top_bg_right_sp.png) right 0px top 0%/85% auto no-repeat;
    margin-top: 70px;
  }
}

.top .container {
  padding: 90px 80px 0;
}

@media screen and (max-width: 1024px) {
  .top .container {
    padding: 60px 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .top .container {
    padding: 40px;
  }
  .top .container.sp {
    background-color: #f4fcff;
  }
}

.top_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}

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

@media screen and (max-width: 767px) {
  .top_area {
    margin-bottom: 25px;
  }
}

.top_left .main_text {
  font-size: 5.8rem;
  font-weight: 900;
  letter-spacing: .8rem;
  line-height: 1.3;
  white-space: nowrap;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .top_left .main_text {
    font-size: 5rem;
  }
}

.top_left .main_text .small {
  font-size: 5rem;
}

@media screen and (max-width: 1024px) {
  .top_left .main_text .small {
    font-size: 4.2rem;
  }
}

.top_left .main_text .blue {
  color: #16a8e0;
}

.top_left .area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top_left .area_list {
    max-width: 280px;
  }
}

.top_left .area_list li {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .1rem;
  color: #16a8e0;
  background-color: #fff;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 6px;
  -webkit-box-shadow: 0 0 10px rgba(61, 141, 172, 0.2);
          box-shadow: 0 0 10px rgba(61, 141, 172, 0.2);
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .top_left .area_list li {
    padding: 3px 7px;
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {
  .top_left .area_list li {
    font-size: 2rem;
    padding: 5px 13px;
    margin: 0 5px 5px 0;
  }
}

.top_left .area_list li:last-of-type {
  margin-right: 0;
}

.top_right .achievement_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_right .achievement_list li {
  margin-left: 12px;
}

@media screen and (max-width: 1024px) {
  .top_right .achievement_list li {
    margin-left: 6px;
  }
}

@media screen and (max-width: 767px) {
  .top_right .achievement_list li {
    width: 31%;
    margin: 10px 0 0;
  }
}

.top .bottom_area {
  position: relative;
}

.top .bottom_area .sub_text {
  background-color: #fff;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top .bottom_area .sub_text {
    width: 78%;
    padding: 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .top .bottom_area .sub_text {
    width: 100%;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
}

.top .bottom_area .sub_text .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 2.5rem;
  font-weight: bold;
  line-height: 1;
  color: #16a8e0;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .top .bottom_area .sub_text .title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top .bottom_area .sub_text .title {
    font-size: 2rem;
  }
}

.top .bottom_area .sub_text .title:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/exclamation_icon.png) center center/contain no-repeat;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .top .bottom_area .sub_text .title:before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
}

.top .bottom_area .sub_text .text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -.03rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .top .bottom_area .sub_text .text {
    font-size: 2rem;
  }
}

.top .bottom_area .contact_banner {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: -210px;
}

.top .bottom_area .contact_banner a:hover {
  opacity: .85;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .top .bottom_area .contact_banner {
    width: 20%;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .top .bottom_area .contact_banner {
    width: 100%;
    position: initial;
  }
}

/* main */
/* ============================================ */
.main_bg1 {
  background: url(../images/main_bg1.png) left 0% top 0%/100% 100% no-repeat;
}

@media screen and (max-width: 1024px) {
  .main_bg1 {
    background: url(../images/main_bg1.png) center top 0%/200% 100% no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .main_bg1 {
    background: url(../images/main_bg1.png) center top 0%/300% 100% no-repeat;
  }
}

.main_bg2 {
  background: url(../images/main_bg2.png) left 0% top 320px/100% 100% no-repeat;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .main_bg2 {
    background: url(../images/main_bg2.png) center top 0%/200% 100% no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .main_bg2 {
    background: url(../images/main_bg2.png) center top 0%/300% 100% no-repeat;
  }
}

.main_bg2:after {
  content: "";
  display: inline-block;
  width: 65%;
  height: 1600px;
  background: url(../images/bottom_bg.png) center center/100% 100% no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .main_bg2:after {
    width: 75%;
    height: 1300px;
  }
}

@media screen and (max-width: 767px) {
  .main_bg2:after {
    width: 85%;
    height: 600px;
  }
}

.introduction {
  padding-top: 60px;
}

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

.introduction h2.sub_title {
  font-size: 3rem;
}

.introduction ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.introduction ul li {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .introduction ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .introduction ul li:last-of-type {
    margin-bottom: 0;
  }
}

.introduction ul li .video {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  aspect-ratio: 16/9;
  position: relative;
}

@media screen and (max-width: 767px) {
  .introduction ul li .video {
    margin-bottom: 10px;
  }
}

.introduction ul li .video a:before, .introduction ul li .video a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: .7;
}

.introduction ul li .video a:before {
  width: 80px;
  height: 80px;
  background-color: #232323;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .introduction ul li .video a:before {
    width: 60px;
    height: 60px;
  }
}

.introduction ul li .video a:after {
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 15px 0 15px 25px;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}

@media screen and (max-width: 767px) {
  .introduction ul li .video a:after {
    border-width: 10px 0 10px 15px;
  }
}

.introduction ul li .video img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.introduction ul li p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: -.05rem;
}

.content .main_text {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .content .main_text {
    font-size: 2rem;
  }
}

.content .content_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content .content_list li {
  width: 49%;
  height: 150px;
  background-color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .content .content_list li {
    width: 75%;
    height: 130px;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 767px) {
  .content .content_list li {
    width: 100%;
    height: 120px;
  }
}

.content .content_list li .tag_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .content_list li .tag_area span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  padding: 3px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 5px;
  border-radius: 30px;
}

.content .content_list li .tag_area span:last-of-type {
  margin-right: 0;
}

.content .content_list li .tag_area span.dark_blue {
  background-color: #187cd0;
}

.content .content_list li .tag_area span.light_blue {
  background-color: #16cbe0;
}

.content .content_list li .tag_area span.green {
  background-color: #16e0b3;
}

.content .content_list li .tag_area span.black {
  background-color: #111;
}

.content .content_list li .content_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .content .content_list li .content_area {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .content .content_list li .content_area {
    padding: 15px 10px;
  }
}

.content .content_list li .content_area .name {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: -.2rem;
  width: 49%;
}

.content .content_list li .content_area .price {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  width: 49%;
  padding-bottom: 10px;
  position: relative;
}

.content .content_list li .content_area .price .large {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .content .content_list li .content_area .price .large {
    font-size: 4rem;
  }
}

.content .content_list li .content_area .price .small {
  font-size: 1.2rem;
  font-weight: normal;
  position: absolute;
  bottom: -10px;
  right: 0;
}

.content .price_content {
  background-color: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .content .price_content {
    width: 75%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .content .price_content {
    width: 100%;
    padding: 20px;
  }
}

.content .price_content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .content .price_content .title {
    margin-bottom: 15px;
  }
}

.content .price_content .title:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/price_content_icon.png) center center/contain no-repeat;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .content .price_content .title:before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
}

.content .price_content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content .price_content ul li {
  font-size: 1.5rem;
  font-weight: 500;
  width: 58%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .content .price_content ul li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .content .price_content ul li {
    font-size: 1.6rem;
  }
}

.content .price_content ul li:before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #aee5fc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content .price_content ul li:nth-of-type(even) {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .content .price_content ul li:nth-of-type(even) {
    width: 100%;
  }
}

.trouble ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .trouble ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.trouble ul li {
  width: 24%;
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .trouble ul li {
    width: 48%;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .trouble ul li {
    width: 75%;
  }
}

.trouble ul li:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/question_icon.png) center center/contain no-repeat;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .trouble ul li:before {
    width: 45px;
    height: 45px;
  }
}

.trouble ul li img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.trouble ul li p {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .01rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .trouble ul li p {
    margin-top: 10px;
  }
}

.point ul li {
  background-color: #fff;
  background-image: linear-gradient(125deg, #16a8e0 160px, transparent 0);
  padding: 50px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 70px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .point ul li {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .point ul li {
    background-image: linear-gradient(125deg, #16a8e0 60px, transparent 0);
    padding: 30px 20px;
    margin-top: 60px;
  }
}

.point ul li:before {
  content: "";
  display: inline-block;
  width: 160px;
  height: 60px;
  background: url(../images/point_title1.png) center center/contain no-repeat;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .point ul li:before {
    width: 130px;
  }
}

.point ul li:nth-of-type(2):before {
  background-image: url(../images/point_title2.png);
}

.point ul li:nth-of-type(3):before {
  background-image: url(../images/point_title3.png);
}

.point ul li .sub_title {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .01rem;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .point ul li .sub_title {
    margin-bottom: 20px;
  }
}

.point ul li .sub_title .large {
  font-family: 'Oswald', sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
}

.point ul li .main_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .point ul li .main_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.point ul li .main_area img {
  width: 48%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .point ul li .main_area img {
    width: 75%;
    height: 150px;
    margin-bottom: 10px;
  }
}

.point ul li .main_area p {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .03rem;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .point ul li .main_area p {
    width: 100%;
    font-size: 2rem;
  }
}

.point ul li .main_area p .blue_marker {
  font-weight: bold;
}

.point ul li .comment_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f6fdff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  border: 4px solid #e4f8ff;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .point ul li .comment_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    margin-top: 20px;
  }
}

.point ul li .comment_area img {
  width: 20%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #e4f8ff;
}

@media screen and (max-width: 767px) {
  .point ul li .comment_area img {
    width: 50%;
    margin-bottom: 15px;
  }
}

.point ul li .comment_area .text_area {
  width: 76%;
}

@media screen and (max-width: 767px) {
  .point ul li .comment_area .text_area {
    width: 100%;
  }
}

.point ul li .comment_area .text_area .title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #16a8e0;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .point ul li .comment_area .text_area .title {
    text-align: center;
  }
}

.point ul li .comment_area .text_area .text {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .01rem;
}

@media screen and (max-width: 767px) {
  .point ul li .comment_area .text_area .text {
    font-size: 2rem;
  }
}

.case {
  padding-bottom: 120px;
}

.case ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .case ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}

.case ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 49%;
  height: 330px;
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .case ul li {
    width: 75%;
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .case ul li {
    width: 100%;
    height: auto;
    min-height: 230px;
  }
}

.case ul li:last-of-type {
  margin-bottom: 0;
}

.case ul li img {
  width: 43%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 767px) {
  .case ul li img {
    width: 40%;
  }
}

.case ul li .text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 57%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .case ul li .text_area {
    width: 60%;
    padding: 20px;
  }
}

.case ul li .text_area .name {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -.2rem;
}

.case ul li .text_area .name .small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.3;
}

.case ul li .text_area .price {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
  position: relative;
}

.case ul li .text_area .price .large {
  font-family: 'Oswald', sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
}

.case ul li .text_area .price .small {
  font-size: 1.2rem;
  font-weight: normal;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.case .more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .case .more_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.case .more_btn a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #16a8e0;
  background-color: #fff;
  padding: 10px 40px 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #16a8e0;
  border-radius: 30px;
  position: relative;
}

.case .more_btn a:hover {
  color: #fff;
  background-color: #16a8e0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.case .more_btn a:after {
  content: "▶︎";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.area {
  margin-top: -160px;
}

.area h3.sub_title {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .area h3.sub_title {
    margin-bottom: 15px;
  }
}

.area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .area ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.area ul li {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .area ul li {
    margin-bottom: 15px;
  }
  .area ul li:nth-of-type(2) {
    margin-right: 20px;
  }
}

.area ul li:last-of-type {
  margin-bottom: 0;
}

.area ul li .prefecture {
  display: inline-block;
  font-weight: bold;
  color: #16a8e0;
  background-color: #fff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 0 5px rgba(199, 212, 217, 0.5);
          box-shadow: 0 0 5px rgba(199, 212, 217, 0.5);
  border-radius: 30px;
}

.area ul li .city {
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .area ul li .city {
    font-size: 1.6rem;
  }
}

.flow ul {
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .flow ul {
    padding: 0 0 0 60px;
  }
}

.flow ul.free {
  margin-bottom: 20px;
  position: relative;
}

.flow ul.free:before {
  content: "無料対応";
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 1rem;
  height: 100%;
  color: #16a8e0;
  background-color: #fff4ac;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .flow ul.free:before {
    padding: 5px;
  }
}

.flow ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 150px;
  background-color: #fff;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .flow ul li {
    min-height: 160px;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li {
    min-height: 170px;
    padding: 20px;
  }
}

.flow ul li:last-of-type {
  margin-bottom: 0;
}

.flow ul li:before {
  content: "";
  width: 200px;
  height: 100%;
  background-color: #e4f8ff;
  position: absolute;
  top: 0;
  left: -60px;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
}

@media screen and (max-width: 1024px) {
  .flow ul li:before {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li:before {
    width: 80px;
    left: -80px;
  }
}

.flow ul li .step_title {
  font-family: 'Oswald', sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  width: 19%;
  color: #16a8e0;
  padding-bottom: 5px;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .flow ul li .step_title {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li .step_title {
    width: 100%;
    padding-bottom: 10px;
  }
}

.flow ul li .step_title .large {
  font-size: 4.8rem;
}

.flow ul li .text_area {
  width: 78%;
}

@media screen and (max-width: 1024px) {
  .flow ul li .text_area {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .flow ul li .text_area {
    width: 100%;
  }
}

.flow ul li .text_area .title {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .01rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .flow ul li .text_area .title {
    margin-bottom: 5px;
  }
}

.flow ul li .text_area .text {
  font-weight: 500;
  letter-spacing: .03rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .flow ul li .text_area .text {
    font-size: 1.8rem;
  }
}

.flow ul li .text_area .text a {
  text-decoration: underline;
  text-decoration-thickness: 1%;
  color: #16a8e0;
}

.voice ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .voice ul li {
    margin-bottom: 30px;
  }
}

.voice ul li:last-of-type {
  margin-bottom: 0;
}

.voice ul li .text_area {
  width: 60%;
  background-color: #f4fcff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .voice ul li .text_area {
    width: 55%;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .voice ul li .text_area {
    width: 100%;
    padding: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.voice ul li .text_area .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .voice ul li .text_area .name {
    margin-bottom: 10px;
  }
}

.voice ul li .text_area .name .age {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  padding: 6px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
  border-radius: 30px;
}

.voice ul li .text_area .name .age.woman {
  background-color: #f3889f;
}

.voice ul li .text_area .name .age.man {
  background-color: #88ccf3;
}

.voice ul li .text_area .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -.05rem;
}

@media screen and (max-width: 767px) {
  .voice ul li .text_area .text {
    font-size: 2rem;
  }
}

.voice ul li .pickup_area {
  width: 40%;
  background-color: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .voice ul li .pickup_area {
    width: 45%;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .voice ul li .pickup_area {
    width: 100%;
    padding: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.voice ul li .pickup_area .title {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #16a8e0;
  margin-bottom: 20px;
  position: relative;
}

.voice ul li .pickup_area .title:before, .voice ul li .pickup_area .title:after {
  content: "";
  width: 33%;
  height: 5px;
  background-color: #aee5fc;
  position: absolute;
  bottom: 0;
  -webkit-transform: skewX(-35deg);
          transform: skewX(-35deg);
}

.voice ul li .pickup_area .title:before {
  left: 0;
}

.voice ul li .pickup_area .title:after {
  right: 0;
}

.voice ul li .pickup_area .text {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.3;
  letter-spacing: -.05rem;
  height: calc(100% - 40px);
  background-image: repeating-linear-gradient(180deg, #fff, #fff calc(1.6rem * 2.3 - 1px), #aee5fc calc(1.6rem * 2.3 - 1px), #aee5fc calc(1.6rem * 2.3));
}

@media screen and (max-width: 1024px) {
  .voice ul li .pickup_area .text {
    height: calc(100% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .voice ul li .pickup_area .text {
    font-size: 1.8rem;
    height: calc(100% - 20px);
    background-image: repeating-linear-gradient(180deg, #fff, #fff calc(1.8rem * 2.3 - 1px), #aee5fc calc(1.8rem * 2.3 - 1px), #aee5fc calc(1.8rem * 2.3));
  }
}

.contact {
  position: relative;
  z-index: 1;
}

.contact .qr_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 72%;
  background-color: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 90px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .contact .qr_area {
    width: 75%;
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .contact .qr_area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
}

.contact .qr_area .text_area {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .contact .qr_area .text_area {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.contact .qr_area .text_area .line_title {
  width: 300px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .contact .qr_area .text_area .line_title {
    width: 100%;
  }
}

.contact .qr_area .text_area span {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background-color: #06c755;
  padding: 7px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .contact .qr_area .text_area span {
    line-height: 1.3;
    text-align: center;
  }
}

.contact .qr_area .text_area p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}

.contact .qr_area .line_qr {
  width: 24%;
}

@media screen and (max-width: 767px) {
  .contact .qr_area .line_qr {
    width: 50%;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.contact .contact_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .contact .contact_form dl {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact_form dl {
    margin-bottom: 40px;
  }
}

.contact .contact_form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .2rem;
  width: 22%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .contact .contact_form dl dt {
    width: 28%;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact_form dl dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
  }
}

.contact .contact_form dl dt.vertical_top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.contact .contact_form dl dt .must {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #16a8e0;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .contact .contact_form dl dt .must {
    margin-left: 20px;
  }
}

.contact .contact_form dl dd {
  width: 76%;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .contact .contact_form dl dd {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .contact .contact_form dl dd {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact .contact_form dl dd:last-of-type {
  margin-bottom: 0;
}

.contact .contact_form dl dd input[type="text"], .contact .contact_form dl dd input[type="email"], .contact .contact_form dl dd textarea {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c6dce5;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.contact .contact_form dl dd input[type="text"]:focus, .contact .contact_form dl dd input[type="email"]:focus, .contact .contact_form dl dd textarea:focus {
  background-color: #f2f2f2;
}

.contact .contact_form dl dd textarea {
  min-height: 180px;
}

.contact .contact_form dl dd input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

.contact .contact_form dl dd .type_label {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 55px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact .contact_form dl dd .type_label {
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .contact .contact_form dl dd .type_label:first-of-type {
    margin-top: 10px;
  }
}

.contact .contact_form dl dd .type_label:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact .contact_form dl dd .type_label:last-of-type {
    margin-bottom: 10px;
  }
}

.contact .contact_form dl dd .type_label:before, .contact .contact_form dl dd .type_label:after {
  content: "";
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact .contact_form dl dd .type_label:before {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #c6dce5;
  left: 0;
}

@media screen and (max-width: 767px) {
  .contact .contact_form dl dd .type_label:before {
    width: 30px;
    height: 30px;
  }
}

.contact .contact_form dl dd input[type="radio"]:checked + .type_label:after {
  width: 18px;
  height: 18px;
  background-color: #232323;
  left: 11px;
}

@media screen and (max-width: 767px) {
  .contact .contact_form dl dd input[type="radio"]:checked + .type_label:after {
    width: 12px;
    height: 12px;
    left: 9px;
  }
}

.contact .contact_form dl dd .pref_select {
  width: 22%;
  background-color: #fff;
  border: 1px solid #c6dce5;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact .contact_form dl dd .pref_select {
    width: 35%;
  }
}

.contact .contact_form dl dd .pref_select:after {
  content: "▼";
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.contact .contact_form dl dd .pref_select select {
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact .contact_form dl dd input[type="number"] {
  width: 22%;
  background-color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #c6dce5;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .contact .contact_form dl dd input[type="number"] {
    width: 35%;
  }
}

.contact .contact_form dl dd .error {
  color: red;
  cursor: default;
}

.contact .contact_form .submit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.contact .contact_form .submit_btn input {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #16a8e0;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}

.contact .contact_form .submit_btn input:hover {
  opacity: .7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.about {
  position: relative;
  z-index: 2;
}

.about h2.sub_title {
  font-size: 3rem;
}

.about .card_area {
  background-color: #fff;
  padding: 80px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
  .about .card_area {
    padding: 60px 40px;
  }
}

@media screen and (max-width: 767px) {
  .about .card_area {
    padding: 40px 20px;
  }
}

.about .card_area table {
  width: 100%;
}

.about .card_area table th, .about .card_area table td {
  letter-spacing: .2rem;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .about .card_area table th, .about .card_area table td {
    padding: 15px 10px;
  }
}

.about .card_area table th {
  font-weight: bold;
  color: #16a8e0;
  width: 30%;
  border-top: 1px solid #16a8e0;
  border-bottom: 1px solid #16a8e0;
}

.about .card_area table td {
  font-weight: 500;
  width: 70%;
  border-top: 1px solid #aee5fc;
  border-bottom: 1px solid #aee5fc;
}

.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
  text-align: center;
}

.thanks .main_text {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.thanks .sub_text {
  font-size: 1.8rem;
  margin-bottom: 60px;
}

.thanks .back_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.thanks .back_btn a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  background-color: #16a8e0;
  padding: 15px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}

.thanks .back_btn a:hover {
  opacity: .7;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

/* footer */
/* ============================================ */
footer {
  text-align: center;
  position: relative;
  z-index: 2;
}

footer .copyright {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .2rem;
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*# sourceMappingURL=style.css.map */