@charset "UTF-8";
body {
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1111111111vw;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
}

.btn {
  background-color: #163869;
  padding: 0.6944444444vw 1.6666666667vw;
  transition: 0.4s;
  box-shadow: 0 2px 4px rgba(60, 60, 60, 0.9);
}
.btn:hover {
  background-color: #ddd;
  color: #292929;
}

.yellow {
  background-color: #FFA600;
}

.blue {
  background-color: #163869;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

.font_white {
  color: #fff;
}

.font_black {
  color: #292929;
}

.font_italic {
  font-style: italic;
}

p {
  margin: 0;
}

.font_size_S {
  font-size: 1.1111111111vw;
}

.font_size_M {
  font-size: 1.6666666667vw;
}

.font_size_L {
  font-size: 2.5vw;
}

.font_size_XL {
  font-size: 4.4444444444vw;
}

.title_padding {
  padding: 0.6944444444vw 1.6666666667vw;
}

.btn_arrow {
  position: relative;
}
.btn_arrow::after {
  content: "";
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  display: inline-block;
  width: 0.3472222222vw;
  height: 0.3472222222vw;
  position: absolute;
  top: 52%;
  right: 0.9722222222vw;
  transform: translateY(-50%) rotate(45deg);
  vertical-align: bottom;
  transition: 0.4s;
}
.btn_arrow:hover::after {
  border-top: solid 2px #292929;
  border-right: solid 2px #292929;
}

.sp_br {
  display: none;
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

header {
  position: absolute;
  z-index: 1000;
}
header .header_inner {
  padding: 16px 0px;
  width: 100vw;
}
header .header_up_list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(119, 51, 119, 0.2);
  padding: 0px 40px 16px 40px;
}
header .logo {
  width: 25%;
}
header .logo img {
  width: 100%;
}
header .header_cta {
  display: flex;
}
header .header_cta_item {
  padding-right: 16px;
}
header .nav_list {
  display: flex;
  justify-content: center;
}
header .nav_item {
  padding: 0 16px;
  border-left: 1px solid #737373;
  transition: 0.3s;
}
header .nav_item a {
  transition: 0.3s;
}
header .nav_item a:hover {
  color: #FFA600;
}
header .nav_item:nth-child(7) {
  border-right: 1px solid #737373;
}

main .fix_btn {
  position: fixed;
  display: flex;
  z-index: 9;
  top: 60%;
  right: -20%;
  transition: 0.3s;
}
main .toggle_left {
  right: 0;
}
main .fix_btn_outside {
  background-color: #163869;
  padding: 0.4861111111vw 0.2083333333vw 0.4861111111vw 1.1111111111vw;
  overflow: hidden;
  writing-mode: vertical-rl;
  color: #fff;
  border-radius: 4px 0 0 4px;
  text-align: center;
}
main .fix_btn_outside::before {
  content: "";
  background-image: url(../img/mail_icon.svg);
  width: 24px;
  height: 24px;
  display: inline-block;
}
main .fix_btn_inside {
  padding: 1.1111111111vw 1.1111111111vw 2.2222222222vw 1.1111111111vw;
}
main .fix_btn_inside :nth-child(2) {
  margin: 32px 0 48px 0;
}
main .fv_inner {
  position: relative;
}
main .fv_img {
  width: 71.3888888889vw;
  margin-left: auto;
  text-align: center;
}
main .bg_img {
  -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 101%);
          clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 101%);
  height: 47.2222222222vw;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: auto;
}
main .fv_content {
  position: absolute;
  top: 30%;
  left: 4%;
}
main .fv_copy_sub_title {
  font-size: 1.6666666667vw;
  margin-left: 21px;
  margin-bottom: 8px;
}
main .fv_copy_sub_title_span {
  padding: 10px 10px;
}
main .fv_copy_main_title {
  font-size: 3.3333333333vw;
}
main .fv_merit_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 53.125vw;
  margin-top: 32px;
}
main .fv_merit {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #163869;
  border-radius: 100%;
  width: 15.6944444444vw;
  height: 15.6944444444vw;
}
main .fv_merit_layout {
  flex-direction: column;
}
main .fv_merit_item {
  font-weight: bold;
  color: #FFA600;
  font-size: 2.0138888889vw;
}
main .font_small {
  font-size: 1.6666666667vw;
}
main .system_merit_inner {
  position: relative;
}
main .system_merit_img img {
  width: 100%;
}
main .system_merit_text_container {
  position: absolute;
  top: 52%;
  left: 6%;
  z-index: 1;
}
main .system_merit_text {
  font-size: 5.3472222222vw;
  font-weight: bold;
  margin-bottom: 4.1666666667vw;
  transform: skewX(-24deg);
}
main .system_merit_text:nth-child(1) {
  margin-left: 3.1944444444vw;
}
main .system_merit_text:nth-child(3) {
  margin-left: -3.1944444444vw;
}
main .system_merit_span {
  padding: 0.8333333333vw 1.6666666667vw;
}
main .system_video_inner {
  padding: 5.5555555556vw;
}
main .system_video_title {
  text-align: center;
}
main .system_video_container {
  margin-top: 80px;
}
main .system_video_content {
  display: flex;
  justify-content: space-between;
}
main .system_video_item {
  width: 45%;
}
main .system_video_title_item {
  display: inline-block;
}
main .system_video_text {
  font-weight: bold;
  margin-bottom: 70px;
  text-align: center;
}
main .video {
  width: 100%;
  height: 350px;
}
main .video video {
  width: 100%;
}
main .system_function_inner {
  padding: 80px;
  background-color: #F6F6F6;
}
main .system_function_list {
  justify-content: space-between;
  display: grid;
  grid-template-columns: 14.9305555556vw 14.9305555556vw 14.9305555556vw 14.9305555556vw;
  grid-template-rows: 191px 191px;
  gap: 5.5555555556vw;
  width: 88.8888888889vw;
  margin: 80px auto;
}
main .system_function_list :nth-child(3) {
  line-height: 3;
}
main .system_function_title {
  text-align: center;
}
main .system_function_title_item {
  display: inline-block;
}
main .system_function_list_item {
  text-align: center;
  width: 14.9305555556vw;
}
main .system_function_list_item_text {
  margin-bottom: 2.5vw;
}
main .system_function_list_item_img {
  vertical-align: middle;
}
main .risk_inner {
  background-image: url("img/risk_main_img.png");
  position: relative;
}
main .risk_title {
  text-align: center;
}
main .risk_text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 16px;
}
main .risk_position {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
main .risk_img {
  position: relative;
  width: 100%;
  z-index: -1;
}
main .risk_img_sp {
  display: none;
}
main .company_inner {
  padding: 80px 64px;
}
main .company_title {
  display: inline-block;
  width: 47%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
main .company_content {
  display: flex;
  justify-content: space-between;
}
main .company_text {
  font-size: 1.25vw;
  width: 45%;
  line-height: 2;
}
main .company_text_m {
  margin-top: 20px;
  font-size: 1.6666666667vw;
}
main .company_text_l {
  margin-top: 20px;
  font-size: 2.2222222222vw;
  font-weight: bold;
}
main .company_cta {
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: bold;
}
main .company_btn {
  padding: 20px 60px 20px 16px;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.3px;
}
main .company_btn::after {
  content: "";
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
main .company_img {
  width: 50%;
}
main .company_img img {
  width: 100%;
}
main .introduction_inner {
  background-color: #FFC14D;
  padding: 80px 0;
}
main .introduction_title {
  text-align: center;
}
main .introduction_title_item {
  display: inline-block;
}
main .introduction_text {
  line-height: 2;
  font-size: 1.3888888889vw;
  text-align: center;
  margin-top: 32px;
}
main .introduction_figure {
  display: flex;
  justify-content: center;
}
main .introduction_figure img {
  width: 4.7916666667vw;
}
main .step {
  width: 10vw;
  height: 10vw;
  background-color: #163869;
  border-radius: 100%;
  font-size: 4.4444444444vw;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px;
}
main .step_margin {
  margin-right: 12px;
}
main .step_text {
  text-align: center;
  margin-top: 16px;
  font-weight: bold;
}
main .introduction_btn {
  text-align: center;
  margin: 48px 0;
}
main .introduction_img {
  width: 52.0833333333vw;
  margin: 0 auto 0 auto;
}
main .introduction_img img {
  width: 100%;
}
main .introduction_arrow_right {
  width: 100%;
}
main .introduction_arrow_bottom {
  display: none;
}
main .value_inner {
  padding: 80px 50px;
}
main .value_title {
  text-align: center;
}
main .value_title_item {
  display: inline-block;
}
main .value_subtitle {
  font-size: 2.2222222222vw;
}
main .value_subtitle::before {
  content: "";
  display: inline-block;
  background-image: url(../img/value_subtitle_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4305555556vw;
  height: 2.4305555556vw;
  vertical-align: middle;
  margin-right: 14px;
}
main .value_subtitle::after {
  content: "";
  display: inline-block;
  background-image: url(../img/value_subtitle_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4305555556vw;
  height: 2.4305555556vw;
  vertical-align: middle;
  margin-left: 14px;
}
main .value_subtitle_yellow {
  font-size: 2.2222222222vw;
}
main .value_subtitle_yellow::before {
  content: "";
  display: inline-block;
  background-image: url(../img/value_subtitle_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4305555556vw;
  height: 2.4305555556vw;
  vertical-align: middle;
  margin-right: 14px;
}
main .value_subtitle_yellow::after {
  content: "";
  display: inline-block;
  background-image: url(../img/value_subtitle_yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4305555556vw;
  height: 2.4305555556vw;
  vertical-align: middle;
  margin-left: 14px;
}
main .value_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .reverse {
  flex-direction: row-reverse;
}
main .reverse_layout {
  width: 45%;
}
main .value_item {
  display: flex;
  margin-bottom: 32px;
}
main .value_number {
  font-size: 3.3333333333vw;
  font-weight: bold;
  margin-right: 12px;
  color: #163869;
}
main .value_text {
  font-size: 2.2222222222vw;
  font-weight: bold;
  border-bottom: 1.5px solid #D9D9D9;
  margin-top: 5px;
  line-height: 1.4;
}
main .font_color_yellow {
  color: #FFA600;
}
main .font_color_blue {
  color: #0454c3;
}
main .value_img {
  width: 45%;
  vertical-align: bottom;
}
main .value_img img {
  width: 100%;
}
main .case_inner {
  padding: 40px 80px;
  background-color: #CAD6E1;
  margin: 0 auto;
}
main .case_title {
  text-align: center;
}
main .case_title_item {
  display: inline-block;
}
main .case_container {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  gap: 35px;
  padding: 80px 0;
  margin: 0 auto;
}
main .case_content {
  width: 22.2222222222vw;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
main .case_content_text {
  padding: 16px 16px;
}
main .case_content_img img {
  height: 13.8888888889vw;
  width: 22.2222222222vw;
  -o-object-fit: cover;
     object-fit: cover;
}
main .case_content_text_title {
  margin-top: 0;
}
main .category {
  display: flex;
}
main .category :nth-child(1) {
  background-color: #163869;
  padding: 2px 16px;
  color: #fff;
  font-size: 0.8333333333vw;
}
main .category :nth-child(2) {
  font-size: 0.8333333333vw;
  padding: 2px 4px;
}
main .case_description {
  padding: 2px;
  line-height: 1.4;
}
main .case_notice {
  padding: 12px 0;
  margin: 0px auto 60px auto;
  text-align: center;
  background-color: #ffe5b5;
  color: #5a5a5a;
  font-weight: bold;
}
main .case_btn {
  text-align: center;
}
main .faq_inner {
  padding: 80px;
}
main .faq_title {
  text-align: center;
}
main .faq_title_item {
  display: inline-block;
}
main .faq_container {
  padding: 80px 0;
}
main .faq_item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 24px 0;
}
main .faq_Q::before {
  content: "Q.";
  font-size: 2.2222222222vw;
  font-weight: bold;
  color: #163869;
  margin-right: 18px;
}
main .toggle {
  position: relative;
}
main .toggle::after {
  content: "";
  background-image: url(../img/add.svg);
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 40%;
  right: 0;
  transition: 0.3s;
}
main .toggle.active::after {
  transform: rotate(45deg);
}
main .faq_Q_text {
  display: inline-block;
  width: 90%;
}
main .faq_A {
  display: none;
}
main .faq_A::before {
  content: "A.";
  display: inline-block;
  vertical-align: top;
  font-size: 2.2222222222vw;
  font-weight: bold;
  color: #FFA600;
  margin-right: 18px;
}
main .faq_A_text {
  display: inline-block;
}
main .toggle_btn {
  display: inline-block;
  transition: 0.3s;
}
main .toggle_btn.active {
  transform: rotate(45deg);
}
main .faq_btn {
  text-align: center;
}
main .contact_inner {
  text-align: center;
  background-color: #F5F5F5;
  padding: 80px 0;
}
main .contact_btn {
  margin: 48px 0;
}
main .info {
  font-weight: bold;
  font-size: 2.2222222222vw;
}
main .handout {
  font-size: 2.2222222222vw;
  margin-bottom: 70px;
}
main .tel {
  margin-top: 24px;
}
main .tel_number {
  font-weight: bold;
  font-size: 2.2222222222vw;
}
main .tel_number::before {
  content: "";
  background-image: url(../img/tel_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: bottom;
  width: 2.4305555556vw;
  height: 3.4027777778vw;
  margin-right: 14px;
}
main .column_inner {
  padding: 80px 18.0555555556vw;
}
main .column_title_item {
  display: inline-block;
}
main .column_container {
  display: flex;
  margin-top: 80px;
  justify-content: space-between;
}
main .column_article {
  width: 22.2222222222vw;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
main .column_main_article {
  width: 60%;
  transition: 0.6s;
}
main .column_main_article:hover img {
  transform: scale(1.1); /* 画像を1.1倍に拡大 */
  transition: transform 0.6s; /* 拡大のトランジションを追加 */
}
main .column_main_article:hover .column_article_title {
  color: #FFA600;
}
main .column_sub_article {
  transition: 0.6s;
}
main .column_sub_article:hover img {
  transform: scale(1.1); /* 画像を1.1倍に拡大 */
  transition: transform 0.6s; /* 拡大のトランジションを追加 */
}
main .column_sub_article:hover .column_article_title {
  color: #FFA600;
}
main .column_img {
  border-radius: 8px;
  overflow: hidden;
}
main .column_img img {
  width: 100%;
  transition: transform 0.6s; /* 通常時のトランジションを設定 */
  vertical-align: bottom;
}
main .column_info {
  display: flex;
  align-items: start;
  margin-top: 8px;
}
main .column_date {
  font-size: 0.9722222222vw;
  padding: 0.1388888889vw 0;
}
main .column_category {
  background-color: #FFA600;
  padding: 0.1388888889vw 0.5555555556vw;
  font-size: 0.9722222222vw;
  margin-left: 8px;
  display: inline-block;
  color: #fff;
}
main .column_category a {
  color: #fff;
}
main .column_title {
  font-size: 1.5277777778vw;
}
main .column_article_title {
  transition: 0.6s;
}
main .column_side {
  width: 20%;
}
main .date_sub {
  font-size: 0.8333333333vw;
}
main .category_sub {
  font-size: 0.8333333333vw;
}
main .title_sub {
  font-size: 1.1111111111vw;
}
main .column_btn {
  text-align: center;
  margin-top: 80px;
}

footer .footer_inner {
  background-color: #163869;
  padding: 1.1111111111vw 18.0555555556vw 1.1111111111vw 18.0555555556vw;
}
footer .footer_nav {
  display: flex;
  justify-content: space-between;
}
footer .footer_link_item {
  margin: 18px;
  width: auto;
}
footer .footer_link_item a {
  color: #fff;
  transition: 0.6s;
}
footer .footer_link_item a:hover {
  color: #FFA600;
}
footer .footer_link_item img {
  width: 25%;
}
footer .footer_copyright {
  margin-top: 24px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }
  body.active {
    overflow: hidden;
  }
  .font_size_S {
    font-size: 16px;
  }
  .font_size_M {
    font-size: 24px;
  }
  .font_size_L {
    font-size: 20px;
  }
  .font_size_XL {
    font-size: 40px;
  }
  .btn {
    padding: 10px 24px;
  }
  .btn_arrow {
    position: relative;
  }
  .btn_arrow::after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .title_padding {
    padding: 10px 8px;
  }
  .sp_br {
    display: block;
  }
  header .header_wrapp {
    display: flex;
    flex-direction: column-reverse;
    justify-content: start;
    width: 70%;
    height: 100vh;
    position: fixed;
    background-color: #e4e6e9;
    padding: 100px 16px 16px 16px;
    top: 0;
    right: -100%;
    transition: 0.6s;
    z-index: 10000;
  }
  header .header_wrapp.active {
    right: 0;
  }
  header .header_up_list {
    flex-direction: column-reverse;
    text-align: end;
    border-bottom: none;
    padding-right: 0;
    padding-left: 0;
    margin-top: 32px;
  }
  header .header_cta {
    flex-direction: column;
  }
  header .header_cta_item {
    margin-bottom: 37px;
    font-size: 16px;
    padding: 0;
  }
  header .nav_list {
    flex-direction: column;
    padding: 0 14px 0 24px;
  }
  header .nav_list :nth-child(7) {
    border-right: none;
  }
  header .nav_item {
    margin-bottom: 8px;
    font-size: 16px;
    border-left: none;
    border-bottom: 1px solid #737373;
    padding: 8px 0;
  }
  header #btn {
    position: fixed; /*ボタン内側の基点となるためrelativeを指定*/
    display: block;
    width: 60px;
    height: 50px;
    cursor: pointer;
    right: 1px;
    z-index: 10000;
  }
  header #btn span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
    background-color: #040404;
  }
  header #btn span:nth-of-type(1) {
    top: 22px;
    width: 50%;
  }
  header #btn span:nth-of-type(2) {
    top: 29px;
    width: 30%;
  }
  header #btn.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
  }
  header #btn.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
  }
  main .fix_btn {
    display: none;
  }
  main .fv_img {
    height: 100vh;
  }
  main .bg_img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .fv_copy_sub_title {
    font-size: 13px;
    line-height: 1.5;
    margin-left: 30px;
  }
  main .fv_copy_sub_title_span {
    padding: 3px 10px;
  }
  main .fv_copy_main_title {
    width: 350px;
    font-size: 35px;
    margin-left: 17px;
  }
  main .fv_content {
    top: 4%;
    left: 0%;
  }
  main .fv_merit_container {
    flex-direction: column;
    height: 400px;
    margin-top: 9px;
  }
  main .fv_merit {
    width: 128px;
    height: 129px;
  }
  main .fv_merit_item {
    font-size: 16px;
  }
  main .system_merit_img {
    height: 400px;
  }
  main .system_merit_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main .system_merit_text_container {
    left: 8%;
  }
  main .system_merit_text {
    font-size: 32px;
    margin-bottom: 20px;
  }
  main .system_video_inner {
    padding: 40px 20px 40px 20px;
  }
  main .system_video_content {
    flex-direction: column;
  }
  main .system_video_item {
    width: 100%;
  }
  main .system_video_faculty {
    margin-bottom: 80px;
  }
  main .system_video_text {
    margin-bottom: 24px;
    text-align: center;
  }
  main .video {
    height: auto;
  }
  main .system_function_inner {
    padding: 40px 15px;
  }
  main .system_function_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 0;
  }
  main .system_function_list :nth-child(8) {
    margin-bottom: 0;
  }
  main .system_function_list_item {
    width: auto;
    margin-bottom: 80px;
  }
  main .risk_img_sp {
    display: block;
  }
  main .risk_img_pc {
    display: none;
  }
  main .risk_position {
    text-align: center;
    display: flex;
    top: 12%;
    flex-direction: column;
    align-items: center;
  }
  main .risk_text {
    width: 320px;
    letter-spacing: 2px;
  }
  main .company_inner {
    padding: 40px 20px;
  }
  main .company_title {
    width: 100%;
    margin: 0 0 40px 0;
    box-sizing: border-box;
    letter-spacing: 4px;
  }
  main .company_content {
    flex-direction: column;
  }
  main .company_text {
    width: auto;
  }
  main .company_text_s {
    font-size: 16px;
  }
  main .company_text_m {
    font-size: 24px;
    line-height: 1;
  }
  main .company_text_l {
    font-size: 32px;
    line-height: 1;
  }
  main .company_cta {
    font-size: 14px;
    margin: 48px 0 8px 0;
  }
  main .company_btn {
    margin-bottom: 40px;
    font-size: 16px;
    padding: 15px;
  }
  main .company_img {
    width: auto;
  }
  main .company_btn {
    display: block;
  }
  main .introduction_inner {
    padding: 40px 0 0 0;
  }
  main .introduction_text {
    font-size: 14px;
    margin-bottom: 48px;
  }
  main .introduction_figure {
    flex-direction: column;
    align-items: center;
  }
  main .introduction_figure img {
    width: 60px;
    margin: 28px 0;
  }
  main .step {
    width: 160px;
    height: 160px;
    margin: 0px;
    font-size: 64px;
  }
  main .step_text {
    font-size: 18px;
  }
  main .introduction_arrow_right {
    display: none;
  }
  main .introduction_arrow_bottom {
    display: block;
  }
  main .introduction_arrow_bottom img {
    width: 500px;
  }
  main .introduction_img {
    width: 100vw;
  }
  main .introduction_img img {
    width: 100%;
    vertical-align: bottom;
  }
  main .value_inner {
    padding: 40px 20px;
  }
  main .value_subtitle {
    text-align: center;
    font-size: 20px;
    margin: 32px 0 16px 0;
  }
  main .value_subtitle::before {
    width: 24px;
    height: 24px;
  }
  main .value_subtitle::after {
    width: 24px;
    height: 24px;
  }
  main .value_content {
    flex-direction: column;
  }
  main .value_item {
    margin-bottom: 16px;
  }
  main .value_number {
    font-size: 30px;
    margin-right: 8px;
  }
  main .value_text {
    font-size: 16px;
    line-height: 1.6;
  }
  main .value_subtitle_yellow {
    text-align: center;
    font-size: 20px;
    margin: 40px 0 16px 0;
  }
  main .value_subtitle_yellow::before {
    width: 24px;
    height: 24px;
  }
  main .value_subtitle_yellow::after {
    width: 24px;
    height: 24px;
  }
  main .reverse_layout {
    width: auto;
  }
  main .value_img {
    width: auto;
  }
  main .case_inner {
    padding: 40px 20px;
  }
  main .case_container {
    padding: 40px 0;
  }
  main .case_content {
    width: 100%;
  }
  main .case_content_img img {
    width: 100%;
    height: 200px;
  }
  main .case_content_text {
    padding: 24px 16px;
  }
  main .case_content_text_title {
    font-size: 18px;
  }
  main .category :nth-child(1) {
    font-size: 12px;
    padding: 2px 8px;
  }
  main .category :nth-child(2) {
    font-size: 12px;
    padding: 2px 4px;
  }
  main .case_btn {
    font-size: 16px;
  }
  main .faq_inner {
    padding: 40px 0px;
  }
  main .faq_container {
    padding: 40px 0;
  }
  main .faq_item {
    font-size: 16px;
    padding: 16px 20px;
  }
  main .faq_Q {
    position: relative;
  }
  main .faq_Q::before {
    font-size: 24px;
  }
  main .faq_Q_text {
    width: 77%;
  }
  main .toggle_btn {
    position: absolute;
    top: 40%;
  }
  main .faq_A::before {
    font-size: 24px;
  }
  main .faq_btn {
    font-size: 16px;
  }
  main .contact_inner {
    padding: 40px 0;
  }
  main .info {
    font-size: 20px;
  }
  main .tel_text {
    font-size: 16px;
  }
  main .tel {
    margin-top: 9px;
  }
  main .tel_number {
    font-size: 20px;
  }
  main .tel_number::before {
    width: 24px;
    height: 24px;
  }
  main .handout {
    font-size: 20px;
  }
  main .contact_btn {
    font-size: 24px;
  }
  main .column_container {
    flex-direction: column;
  }
  main .column_inner {
    padding: 40px 20px;
  }
  main .column_main_article {
    width: auto;
  }
  main .column_date {
    font-size: 16px;
  }
  main .column_category {
    font-size: 12px;
    padding: 3px 8px;
  }
  main .column_title {
    text-align: center;
    font-size: 24px;
  }
  main .column_article_title {
    font-size: 18px;
  }
  main .column_side {
    width: 100%;
  }
  main .column_btn {
    font-size: 16px;
  }
  footer .footer_inner {
    padding: 40px 20px;
  }
  footer .footer_nav {
    font-size: 16px;
    flex-direction: column;
  }
  footer .footer_ul {
    margin: 0;
  }
  footer .footer_link_item {
    margin: 16px 16px 24px 16px;
  }
  footer .footer_link_item a {
    font-size: 16px;
  }
  footer .footer_copyright {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */