@charset "UTF-8";

body {
  max-width: 1440px;
  margin: 0 auto;
  min-width: 375px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}

section {
  padding: 100px 0;
}

.sub-tit {
  padding-bottom: 80px;
  text-align: center;
  position: relative;
}

.sub-tit h2 {
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  font-size: 30px;
}

.sub-tit h2::before {
  content: "";
  display: inline-block;
  background: url(../img/subtit_deco.png) no-repeat;
  background-position: left 60%;
  width: 45px;
  height: 28px;
}

.sub-tit h2::after {
  content: "";
  display: inline-block;
  background: url(../img/subtit_deco.png) no-repeat;
  background-position: right 60%;
  width: 45px;
  height: 28px;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.box-shadow {
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 960px) {
  .sub-tit h2 {
    font-size: 24px;
  }

  .sub-tit h2::before {
    background-size: 20px;
    width: 30px;
    height: 20px;
  }

  .sub-tit h2::after {
    background-size: 20px;
    width: 30px;
    height: 20px;
  }
}

@media screen and (max-width: 640px) {
  .sub-tit {
    padding-bottom: 40px;
  }

  .sub-tit h2 {
    font-size: 18px;
  }

  .sub-tit h2::before {
    background-size: 15px;
    width: 25px;
    height: 20px;
  }

  .sub-tit h2::after {
    background-size: 15px;
    width: 25px;
    height: 20px;
  }

  section {
    padding: 60px 0;
  }

  .pc_none {
    display: block !important;
  }

  .sp_none {
    display: none !important;
  }
}

header {
  max-width: 1440px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
}

.header_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_list .header_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-left: 10px;
}

.header_list .header_logo .logo {
  margin-right: 20px;
}

.header_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.header_list ul .list-item {
  line-height: 60px;
}

.header_list ul .list-item:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header_list ul .list-item a {
  display: block;
  padding: 0 15px;
  font-weight: 700;
}

.header_list .tel {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}

.header_list .tel p {
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 45px;
  left: 12px;
  letter-spacing: 0;
}

.header_list .mitumori {
  background-color: #ffde39;
}

.header_list .line {
  background-color: #06c755;
  padding-left: 30px;
  background-image: url(../img/LINE_APP.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 10px center;
}

.header_list .line a {
  color: #fff;
}

@media screen and (max-width: 960px) {
  .header_list .header_logo p {
    display: none;
  }

  .header_list ul {
    height: 50px;
  }

  .header_list ul .list-item {
    line-height: 50px;
  }

  .header_list ul .list-item a {
    display: block;
    padding: 0 15px;
    font-weight: 700;
  }

  .header_list .tel {
    font-size: 20px;
  }

  .header_list .tel p {
    font-size: 12px;
    top: 35px;
  }
}

@media screen and (max-width: 640px) {
  .header_list ul .list-item a {
    display: block;
    height: 50px;
    width: 50px;
  }

  .header_list .tel {
    background-image: url(../img/icon_tel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
  }

  .header_list .mitumori {
    background-color: #ffde39;
    background-image: url(../img/icon_document.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
  }

  .header_list .line {
    padding-left: 0px;
    background-size: 35px;
    background-position: center;
  }
}

.first_view {
  padding: 110px 0 100px;
}

.first_view-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fv_left {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.fv_right {
  width: 38%;
}

.title {
  margin-bottom: 40px;
}

.title .sub-t {
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  font-size: 24px;
  color: #207eec;
  letter-spacing: 1px;
}

.title .fv-tit {
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  line-height: 1.5;
  font-size: 40px;
  color: #132b46;
}

.title .fv-tit::after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background-image: url(../img/title_hukidashi.png);
  background-size: 80px;
  background-repeat: no-repeat;
}

.title .fv-tit span {
  font-size: 30px;
  color: #132b46;
}

.title p {
  font-weight: 500;
}

.fv_message .message-box {
  line-height: 1.5;
  margin-bottom: 30px;
}

.fv_message .message-box h3 {
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  font-size: 24px;
  color: #207eec;
  letter-spacing: 1px;
}

.fv_message .message-box p {
  font-weight: 500;
}

.fv_features .fv_feature {
  padding: 20px 0 10px 100px;
  background-image: url(../img/fv_feature1.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 60px contain;
}

.fv_features .fv_feature .f-tit {
  font-family: sutro;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
}

.fv_features .fv_feature .f-tit span {
  font-size: 30px;
  color: #207eec;
}

.fv_features .fv_feature .f-tit small {
  font-size: 18px;
  color: #207eec;
}

.fv_features .fv_feature p {
  font-size: 18px;
  font-weight: 500;
}

.fv_features .icon_time {
  background-image: url(../img/fv_feature1.png);
}

.fv_features .icon_money {
  background-image: url(../img/fv_feature2.png);
}

.fv_features .icon_hand {
  background-image: url(../img/fv_feature3.png);
}

.contact {
  border-radius: 15px;
}

.form_title {
  background-color: #207eec;
  border-radius: 15px 15px 0 0;
  text-align: center;
  padding: 10px 0;
}

.form_title h2 {
  line-height: 1.5;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.form_title p {
  color: #fff;
  font-size: 18px;
}

form dl {
  background-color: #edf5ff;
  padding: 20px 25px;
}

form dl dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

form dl dt p {
  font-size: 15px;
  margin-bottom: 25px;
}

form dl dt p a {
  border-bottom: 1px solid #515151;
}

form dl dd {
  font-size: 17px;
  line-height: 1.5;
  padding-bottom: 10px;
  color: #48433d;
}

form dl input[type="text"] {
  height: 30px;
  padding: 5px;
  border: 1px solid #d1d1d1;
}

form dl input[type="email"] {
  padding: 5px;
  border: 1px solid #d1d1d1;
  width: 100%;
}

form dl input[type="submit"] {
  background-color: #ffde39;
  border: none;
  width: 80%;
  border-radius: 30px;
  padding: 15px 0;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 24px;
  background-image: url(../img/bg_arrow.png);
  background-repeat: no-repeat;
  background-position: 90% center;
}

form dl input[type="submit"]:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

form dl .long {
  width: 100%;
}

form dl .check_box input[type="checkbox"] {
  width: 17px;
  height: 17px;
}

.fv_bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.fv_bottom .hukidasi {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding: 0 30px;
}

.fv_bottom .line_l {
  position: absolute;
  top: 0;
  left: 0;
}

.fv_bottom .line_r {
  position: absolute;
  top: 0;
  right: 0;
}

.fv_bottom .fv_bottom-main {
  position: relative;
}

.fv_bottom .fv_bottom-main h3 {
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
}

.fv_bottom .fv_bottom-main h3 span {
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  color: #f5561f;
}

.fv_bottom .fv_bottom-main p {
  font-size: 16px;
  padding-top: 15px;
}

.fv_bottom .fv_bottom-main .dod-red {
  font-size: 22px;
  color: #f5561f;
  position: absolute;
  top: -10px;
  left: 6px;
  line-height: 0;
}

@media screen and (max-width: 960px) {
  .fv_left {
    width: 100%;
  }

  .fv_right {
    width: 100%;
    padding-top: 60px;
  }

  .fv_bottom {
    margin-top: 40px;
  }

  .fv_bottom .hukidasi {
    font-size: 18px;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .fv_bottom .line_l {
    width: 25px;
  }

  .fv_bottom .line_r {
    width: 25px;
  }

  .fv_bottom .fv_bottom-main h3 {
    font-size: 22px;
  }

  .fv_bottom .fv_bottom-main .dod-red {
    font-size: 20px;
    top: -10px;
    left: 4px;
  }
}

@media screen and (max-width: 640px) {
  .first_view {
    padding: 80px 0;
  }

  .title {
    margin-bottom: 20px;
  }

  .title .sub-t {
    font-size: 18px;
    letter-spacing: normal;
  }

  .title .fv-tit {
    font-size: 40px;
  }

  .title .fv-tit::after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url(../img/title_hukidashi.png);
    background-size: 80px;
    background-repeat: no-repeat;
  }

  .title .fv-tit span {
    font-size: 20px;
    color: #132b46;
  }

  .title p {
    font-weight: 500;
  }

  .fv_message {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .fv_message .message-box {
    margin-bottom: 20px;
  }

  .fv_message .message-box h3 {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .fv_message .message-box p {
    font-weight: 500;
  }

  .fv_features {
    margin-bottom: 30px;
  }

  .fv_features .fv_feature {
    padding: 10px 0 10px 90px;
    background-position: 10px center;
  }

  .fv_features .fv_feature p {
    font-size: 16px;
    line-height: 1.2;
  }

  .form_title h2 {
    font-size: 22px;
  }

  .form_title p {
    font-size: 16px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  form dl dt {
    font-size: 16px;
  }

  form dl dt p {
    font-size: 15px;
  }

  form dl dd {
    font-size: 16px;
  }

  form dl input[type="text"] {
    font-size: 16px;
    height: 30px;
    padding: 5px;
    border: 1px solid #d1d1d1;
  }

  form dl input[type="email"] {
    padding: 5px;
    border: 1px solid #d1d1d1;
    width: 100%;
    font-size: 16px;
  }

  form dl input[type="submit"] {
    width: 100%;
  }
}

.flow_feature {
  background-color: #edf5ff;
}

.flow_feature-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flow {
  width: 45%;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 20px;
}

.flow-step {
  padding: 40px 10px 40px 80px;
  background-repeat: no-repeat;
  background-position: left 35px;
}

.flow-step h3 {
  font-size: 24px;
  font-family: "HGP創英角ｺﾞｼｯｸUB";
}

.flow-step p {
  padding: 10px 0 30px 5px;
  font-size: 16px;
  line-height: 1.5;
}

.flow-step .step_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flow-step .step_icon img {
  height: 40px;
}

.flow-step .step_icon .or_font {
  padding: 0 30px;
  font-family: sutro;
  font-weight: 700;
  font-style: normal;
  color: #b5b5b5;
  font-size: 18px;
}

.step1 {
  background-image: url(../img/step1.png);
}

.step2 {
  background-image: url(../img/step2.png);
}

.step3 {
  background-image: url(../img/step3.png);
}

.border {
  height: 1px;
  width: 100%;
  background-color: #edf5ff;
}

@media screen and (max-width: 960px) {
  .flow_feature-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .flow {
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 30px;
  }

  .flow-step h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  .flow-step {
    padding: 40px 10px 40px 60px;
    background-repeat: no-repeat;
    background-position: left 35px;
    background-size: 50px;
  }

  .flow-step .step_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flow-step .step_icon img {
    height: 30px;
  }

  .flow-step .step_icon .or_font {
    padding: 0 12px;
  }
}

.features {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-box {
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
}

.feature-box h3 {
  border-radius: 15px 15px 0 0;
  padding: 25px 0;
  background-color: #207eec;
  font-size: 24px;
  color: #fff;
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  position: relative;
}

.feature-box h3::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 20px;
  background-image: url(../img/check.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 5px center;
}

.feature-textbox {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-benefit p {
  font-size: 16px;
  font-weight: 700;
  color: #6b6b6b;
  line-height: 1.5;
}

.left-benefit h4 {
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  font-size: 24px;
  color: #207eec;
}

.left-benefit h4 span {
  font-size: 16px;
  color: #207eec;
  font-family: sutro;
  font-weight: 700;
  font-style: normal;
}

.right-text {
  width: 70%;
  letter-spacing: 1.1px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}

.right-text span {
  color: #207eec;
}

@media screen and (max-width: 960px) {
  .features {
    width: 100%;
  }

  .feature-box {
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
  }

  .feature-box h3 {
    border-radius: 15px 15px 0 0;
    padding: 25px 0;
    background-color: #207eec;
    font-size: 22px;
    color: #fff;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    position: relative;
  }

  .feature-box h3::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 20px;
    background-image: url(../img/check.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 5px center;
  }

  .feature-textbox {
    padding: 15px;
  }

  .left-benefit {
    width: 120px;
  }

  .left-benefit p {
    font-size: 15px;
  }

  .left-benefit h4 {
    font-size: 22px;
  }

  .right-text {
    letter-spacing: 1.1px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
  }

  .right-text span {
    color: #207eec;
  }
}

.osare3-table {
  width: 100%;
  border-collapse: separate;
  border: none;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

/* 上部ヘッダー（背景：パステルカラー） */
.osare3-table thead th {
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
}

.main_color {
  background-color: #207eec !important;
  font-size: 16px !important;
  width: 30%;
}

.main_color span {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}

.gray {
  background-color: #878686;
}

.light-gray {
  background-color: #a2a1a1;
}

/* 上部ヘッダーの丸み */
.osare3-table thead th:nth-child(2) {
  border-radius: 10px 0 0 0;
}

.osare3-table thead th:last-child {
  border-radius: 0 10px 0 0;
}

.osare3-table td,
th {
  border-bottom: 1px solid #d1d1d1;
  color: #878686;
  font-size: 24px;
  font-weight: 700;
}

.osare3-table td:last-child,
th:last-child {
  border-left: 1px solid #d1d1d1;
}

.lastcell {
  border-bottom: 0px !important;
}

.table-wide {
  background-color: #edf5ff;
  font-size: 30px !important;
  color: #207eec !important;
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  padding: 30px 0;
}

/* ヘッダーセル先頭・ボディ項目・フッター項目 */
.osare3-table tbody th {
  background: none;
  font-size: 18px;
  font-weight: 700;
  width: 20%;
  line-height: 2;
  color: #000;
}

.osare3-table thead th:first-child {
  border-bottom: 0 solid #000;
}

@media screen and (max-width: 960px) {
  .osare3-table thead th {
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
  }

  .main_color {
    font-size: 14px !important;
  }

  .main_color span {
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
  }

  .osare3-table td,
  th {
    font-size: 15px;
  }

  .table-wide {
    font-size: 20px !important;
    padding: 20px 0;
  }

  /* ヘッダーセル先頭・ボディ項目・フッター項目 */
  .osare3-table tbody th {
    font-size: 11px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 640px) {
  .main_color {
    font-size: 10px !important;
    line-height: 1.2;
  }

  .main_color span {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
  }
}

.QA {
  background-color: #edf5ff;
}

.QandA_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.QandA_container-box {
  margin-bottom: 50px;
}

.question {
  border-bottom: 1px solid #d1d1d1;
}

.question p {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}

.question p span {
  font-family: sutro;
  font-weight: 700;
  font-style: normal;
  color: #132b46;
  font-size: 30px;
  padding-right: 20px;
}

.answer p {
  font-size: 18px;
  line-height: 2;
}

.answer p span {
  font-family: sutro;
  font-weight: 700;
  font-style: normal;
  color: #207eec;
  font-size: 30px;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .QandA_container-box {
    margin-bottom: 40px;
  }

  .question p {
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
  }

  .question p span {
    font-family: sutro;
    font-weight: 700;
    font-style: normal;
    color: #132b46;
    font-size: 26px;
    padding-right: 10px;
  }

  .answer p {
    font-size: 16px;
    line-height: 2;
  }

  .answer p span {
    font-family: sutro;
    font-weight: 700;
    font-style: normal;
    color: #207eec;
    font-size: 26px;
    padding-right: 10px;
  }
}

.achievement_card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card {
  text-align: center;
  padding: 40px 20px;
  width: 280px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.card p,
.card h3,
.card h4 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
}

.card h3 {
  color: #207eec;
  line-height: 2;
}

.card h3 span {
  color: #207eec;
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  font-size: 24px;
}

.card img {
  margin-top: 30px;
}

@media screen and (max-width: 960px) {
  .achievement {
    padding: 100px 0;
  }

  .achievement_card-list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .card {
    text-align: center;
    padding: 40px 20px;
    width: 280px;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .card p,
  .card h3,
  .card h4 {
    font-weight: 700;
    line-height: 1.5;
    font-size: 18px;
  }

  .card h3 {
    color: #207eec;
    line-height: 2;
  }

  .card h3 span {
    color: #207eec;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-size: 24px;
  }

  .card img {
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .achievement_card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

footer {
  text-align: center;
  background-color: #207eec;
  padding: 50px 0;
}

footer .ft-msg {
  font-family: "HGP創英角ｺﾞｼｯｸUB";
  font-size: 24px;
  color: #fff;
}

footer ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer ul .list-item {
  font-size: 18px;
  padding: 0 25px;
  margin: 0 15px;
  height: 50px;
}

footer ul .list-item:hover {
  opacity: 0.7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer ul .list-item a {
  color: #fff;
  line-height: 50px;
}

footer ul .list-item p {
  font-size: 14px;
  color: #fff;
}

footer ul .tel a {
  font-size: 28px;
  font-weight: 700;
}

footer ul .mitumori {
  background-color: #ffde39;
  border-radius: 35px;
}

footer ul .mitumori a {
  color: #000;
  font-weight: 700;
}

footer ul .line {
  background-color: #06c755;
  border-radius: 35px;
  padding-left: 50px;
  background-image: url(../img/LINE_APP.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 15px center;
}

@media screen and (max-width: 640px) {
  footer .ft-msg {
    font-size: 18px;
  }

  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  footer ul .list-item {
    font-size: 16px;
  }

  footer ul .tel {
    margin-bottom: 30px;
  }

  footer ul .tel a {
    font-size: 28px;
    font-weight: 700;
  }

  footer ul .mitumori {
    margin-bottom: 15px;
  }

  footer ul .line {
    background-position: 30% center;
  }
}

.copy {
  padding: 15px 0;
  text-align: center;
}


.send {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;

  text-align: center;
  border: 2px solid #207eec;
}

.send .sub-tit {
  padding-bottom: 40px;
}

.back {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-top: 30px;
  border-radius: 5px;
  background-color: #207eec;
  width: 240px;
  padding: 10px 0;
}

.send p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}

.company-info {
  background-color: #edf5ff;
}

.company-info-dl {
  max-width: 800px;
  margin: 0px auto;
  /* margin: 30px auto; */
  /* background-color: #fff; */
  padding: 25px;
  /* border-radius: 8px; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}

.company-info-dt {
  font-weight: bold;
  margin-top: 15px;
  padding-left: 10px;
  font-size: 16px;
}

.company-info-dd {
  margin: 8px 0 20px 14px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  font-size: 15px;
}

.company-info-dd:last-child {
  border-bottom: none;
}