﻿@charset "UTF-8";
/*
layout
*/
/*
color
*/
/*
pxをvwに変換

ウインドウ幅1400pxに対して要素幅50pxの場合
getvw(50,1400)となる
*/
/*
メディアクエリ
記述例
body{
  @include msw('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  .common-page-title {
    padding-bottom: 30px;
  }
  .sec-title {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    border-bottom: 1px solid #CED6E7;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  .common-page-title {
    padding-bottom: 27px;
  }
  .sec-title {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    border-bottom: 1px solid #CED6E7;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.top {
    width: 84.6153846154vw;
    margin: 0 auto;
  }
  section.top .top-txt-01 {
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.top .top-guide-box {
    padding: 30px 20px;
    margin: 40px auto 0;
    border: 1px solid #CED6E7;
  }
  section.top .top-guide-box .top-guide-box-txt-01 {
    color: #0C3387;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.64px;
  }
  section.top .top-guide-box .top-guide-box-txt-02 {
    margin-top: 10px;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.top .top-guide-box .top-guide-box-txt-02 a {
    text-decoration: underline;
  }
  section.top .top-txt-02 {
    margin-top: 20px;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: 1.26px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.top .top-txt-01 {
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.top .top-guide-box {
    width: 900px;
    padding: 40px 0 50px;
    margin: 60px auto 0;
    border: 1px solid #CED6E7;
  }
  section.top .top-guide-box .top-guide-box-txt-01 {
    color: #0C3387;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.64px;
  }
  section.top .top-guide-box .top-guide-box-txt-02 {
    margin-top: 10px;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.top .top-guide-box .top-guide-box-txt-02 a {
    text-decoration: underline;
  }
  section.top .top-txt-02 {
    margin-top: 20px;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 2em;
    letter-spacing: 1.26px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.flow a {
  text-decoration: underline;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.flow {
    margin-top: 70px;
  }
  section.flow .flow-follow-tags {
    display: none;
  }
  section.flow .flow-container {
    margin-top: 40px;
    position: relative;
  }
  section.flow .flow-container::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #0C3387;
    position: absolute;
    top: 0;
    left: 50%;
  }
  section.flow .flow-name {
    position: relative;
    color: #0C3387;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    background-color: #F2F6FD;
    padding: 15px 0;
  }
  section.flow .flow-name.flow-name-customer::before {
    content: "お客様";
  }
  section.flow .flow-name.flow-name-owltech::before {
    content: "オウルテック";
  }
  section.flow .flow-box-container {
    position: relative;
    margin-top: 10px;
  }
  section.flow .flow-box-container .flow-box {
    border: 1px solid #CED6E7;
    padding: 5.1282051282vw;
    background-color: white;
  }
  section.flow .flow-box-container .flow-box .flow-box-txt-01 {
    color: #0C3387;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.flow .flow-box-container .flow-box .flow-box-txt-02 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.flow .flow-box-container .flow-box .flow-box-list-01 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.flow .flow-box-container .flow-box .flow-box-list-02 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    margin-left: 20px;
  }
  section.flow .flow-box-container .flow-box .flow-box-list-02 li {
    list-style-type: decimal;
  }
  section.flow .flow-box-container .flow-box .flow-box-txt-km {
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    text-indent: -1em;
    padding-left: 1em;
  }
  section.flow .flow-box-container .flow-box .flow-box-txt-01 + .flow-box-txt-02 {
    margin-top: 10px;
  }
  section.flow .flow-box-container .flow-box .flow-box-txt-01 + .flow-box-list-02 {
    margin-top: 10px;
  }
  section.flow .flow-box-container .flow-day-wrapper {
    padding: 30px 0 0;
  }
  section.flow .flow-box-container .flow-day-wrapper .flow-day {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    background-color: #0C3387;
    padding: 6px 0;
    width: 100px;
    margin: 0 auto;
  }
  section.flow .flow-box-container + .flow-name {
    margin-top: 30px;
  }
  section.flow .flow-notes {
    margin-top: 40px;
    padding: 20px;
    background-color: #F2F6FD;
  }
  section.flow .flow-notes .flow-notes-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.flow .flow-notes .flow-notes-txt-01:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.flow {
    margin-top: 70px;
  }
  section.flow .flow-follow-tags {
    position: sticky;
    top: 40px;
    z-index: 10;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  section.flow .flow-follow-tags .flow-follow-tag-container {
    width: 50%;
  }
  section.flow .flow-follow-tags .flow-follow-tag {
    width: 89%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F6FD;
    color: #0C3387;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    position: relative;
  }
  section.flow .flow-follow-tags .flow-follow-tag::after {
    content: "";
    display: block;
    width: 30px;
    height: 25px;
    background-color: #F2F6FD;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) scaleY(-1);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  section.flow .flow-follow-tags .flow-follow-tag.flow-follow-tag-customer::before {
    content: "お客様";
  }
  section.flow .flow-follow-tags .flow-follow-tag.flow-follow-tag-owltech {
    margin: 0 0 0 auto;
  }
  section.flow .flow-follow-tags .flow-follow-tag.flow-follow-tag-owltech::before {
    content: "オウルテック";
  }
  section.flow .flow-container {
    margin-top: 0;
    position: relative;
  }
  section.flow .flow-name {
    display: none;
  }
  section.flow .flow-box-container {
    position: relative;
    width: 50%;
  }
  section.flow .flow-box-container-align-right {
    margin: 0 0 0 auto;
  }
  section.flow .flow-box-container-align-right .flow-box {
    margin: 0 0 0 auto;
  }
  section.flow .flow-box-container-02 {
    margin-top: 20px;
  }
  section.flow .flow-box-container-02 .flow-day-wrapper {
    position: absolute;
    bottom: 77px;
    right: -50px;
  }
  section.flow .flow-box-container-02::before {
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    background-color: #0C3387;
    position: absolute;
    top: 20px;
    right: 0;
  }
  section.flow .flow-box-container-02::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #0C3387;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: 20px;
  }
  section.flow .flow-box-container-02 .flow-box::before {
    content: "";
    width: 12%;
    height: 1px;
    background-color: #CED6E7;
    position: absolute;
    top: 28px;
    right: -12%;
    display: block;
  }
  section.flow .flow-box-container-03 {
    margin-top: calc(-130px + 1%);
  }
  section.flow .flow-box-container-03::before {
    content: "";
    width: 1px;
    height: 50%;
    background-color: #0C3387;
    position: absolute;
    top: 50%;
    left: -1px;
  }
  section.flow .flow-box-container-03::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #0C3387;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 50%;
  }
  section.flow .flow-box-container-03 .flow-box::before {
    content: "";
    width: 12%;
    height: 1px;
    background-color: #CED6E7;
    position: absolute;
    top: 50%;
    left: -12%;
    transform: translateY(8px);
    display: block;
  }
  section.flow .flow-box-container-04 {
    margin-top: calc(-60px + 2%);
  }
  section.flow .flow-box-container-04::before {
    content: "";
    width: 1px;
    height: calc(100% - 20px);
    background-color: #0C3387;
    position: absolute;
    top: 0;
    right: 0;
  }
  section.flow .flow-box-container-04::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #0C3387;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-8px);
  }
  section.flow .flow-box-container-04 .flow-box::before {
    content: "";
    width: 12%;
    height: 1px;
    background-color: #CED6E7;
    position: absolute;
    top: 50%;
    right: -12%;
    display: block;
  }
  section.flow .flow-box-container-04 .flow-day-wrapper {
    position: absolute;
    bottom: 0;
    right: -50px;
  }
  section.flow .flow-box-container-05::before {
    content: "";
    width: 1px;
    height: 38%;
    background-color: #0C3387;
    position: absolute;
    top: 0;
    left: -1px;
  }
  section.flow .flow-box-container-05::after {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #0C3387;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 38%;
  }
  section.flow .flow-box-container-05 .flow-box::before {
    content: "";
    width: 12%;
    height: 1px;
    background-color: #CED6E7;
    position: absolute;
    top: 38%;
    left: -12%;
    transform: translateY(8px);
    display: block;
  }
  section.flow .flow-box-container .flow-box {
    width: 89%;
    border: 1px solid #CED6E7;
    padding: 20px;
    background-color: white;
    position: relative;
  }
  section.flow .flow-box-container .flow-box .flow-box-txt-01 {
    color: #0C3387;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.flow .flow-box-container .flow-box .flow-box-txt-02 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.flow .flow-box-container .flow-box .flow-box-list-01 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.flow .flow-box-container .flow-box .flow-box-list-02 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    margin-left: 20px;
  }
  section.flow .flow-box-container .flow-box .flow-box-list-02 li {
    list-style-type: decimal;
  }
  section.flow .flow-box-container .flow-box .flow-box-txt-km {
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    text-indent: -1em;
    padding-left: 1em;
  }
  section.flow .flow-box-container .flow-box .flow-box-txt-01 + .flow-box-txt-02 {
    margin-top: 10px;
  }
  section.flow .flow-box-container .flow-box .flow-box-txt-01 + .flow-box-list-02 {
    margin-top: 10px;
  }
  section.flow .flow-box-container .flow-day-wrapper .flow-day {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    background-color: #0C3387;
    padding: 6px 0;
    width: 100px;
  }
  section.flow .flow-box-container + .flow-name {
    margin-top: 30px;
  }
  section.flow .flow-notes-wrapper {
    width: 50%;
  }
  section.flow .flow-notes-wrapper .flow-notes {
    width: 89%;
    margin-top: calc(-90px + 1%);
    padding: 20px;
    background-color: #F2F6FD;
  }
  section.flow .flow-notes-wrapper .flow-notes .flow-notes-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.flow .flow-notes-wrapper .flow-notes .flow-notes-txt-01:nth-child(n+2) {
    margin-top: 1.5em;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.history {
    margin-top: 100px;
  }
  section.history .sec-title {
    margin-bottom: 40px;
  }
  section.history .history-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.history .history-boxes-container {
    margin-top: 40px;
    background-color: #F2F6FD;
    padding: 40px 5.1282051282vw;
  }
  section.history .history-boxes-container .history-boxes .history-box:nth-child(n+2) {
    margin-top: 30px;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-pic {
    margin-bottom: 20px;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.12px;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-txt-02 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-txt-03 {
    margin-top: 5px;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.84px;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-txt-03 .km {
    color: #6F6F6F;
    text-indent: -1.1em;
    padding-left: 1.1em;
    display: block;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-txt-01 + .history-box-txt-02 {
    margin-top: 10px;
  }
  section.history .history-info {
    border: 1px solid #CED6E7;
    padding: 20px 5.1282051282vw;
    margin-top: 40px;
  }
  section.history .history-info .history-info-txt-01 {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.history .history-info .history-info-txt-02 {
    margin-top: 10px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.history .history-info .history-info-list-01 {
    margin-top: 5px;
  }
  section.history .history-info .history-info-list-01 li {
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  section.history .history-notes {
    margin-top: 40px;
  }
  section.history .history-notes .history-notes-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.98px;
  }
  section.history .history-notes .history-notes-txt-01 .maru {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.history {
    margin-top: 100px;
  }
  section.history .sec-title {
    margin-bottom: 40px;
  }
  section.history .history-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.history .history-boxes-container {
    margin-top: 40px;
    background-color: #F2F6FD;
    padding: 40px;
  }
  section.history .history-boxes-container .history-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-pic {
    margin-bottom: 20px;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.12px;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-txt-02 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-txt-03 {
    margin-top: 5px;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.84px;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-txt-03 .km {
    color: #6F6F6F;
  }
  section.history .history-boxes-container .history-boxes .history-box .history-box-txt-01 + .history-box-txt-02 {
    margin-top: 10px;
  }
  section.history .history-info {
    border: 1px solid #CED6E7;
    padding: 40px;
    margin-top: 40px;
  }
  section.history .history-info .history-info-txt-01 {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.history .history-info .history-info-txt-02 {
    margin-top: 10px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.history .history-info .history-info-list-01 {
    margin-top: 5px;
  }
  section.history .history-info .history-info-list-01 li {
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
    text-indent: -0.5em;
    padding-left: 0.5em;
  }
  section.history .history-notes {
    margin-top: 40px;
  }
  section.history .history-notes .history-notes-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.98px;
  }
  section.history .history-notes .history-notes-txt-01 .maru {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.product {
    margin-top: 100px;
  }
  section.product .product-txt-01 {
    margin-top: 40px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.product .product-txt-km {
    margin-top: 10px;
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.product .product-txt-km .t-indent {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  section.product .product-boxes-container {
    margin-top: 40px;
    background-color: #F2F6FD;
    padding: 40px 5.1282051282vw;
  }
  section.product .product-boxes-container .product-boxes .product-box:nth-child(n+2) {
    margin-top: 20px;
  }
  section.product .product-boxes-container .product-boxes .product-box .product-box-pic {
    margin-bottom: 10px;
  }
  section.product .product-boxes-container .product-boxes .product-box .product-box-txt-01 {
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.98px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.product {
    margin-top: 100px;
  }
  section.product .product-txt-01 {
    margin-top: 40px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.product .product-txt-km {
    margin-top: 10px;
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.product .product-txt-km .t-indent {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
  }
  section.product .product-boxes-container {
    margin-top: 40px;
    background-color: #F2F6FD;
    padding: 40px;
  }
  section.product .product-boxes-container .product-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
  section.product .product-boxes-container .product-boxes .product-box .product-box-pic {
    margin-bottom: 10px;
  }
  section.product .product-boxes-container .product-boxes .product-box .product-box-txt-01 {
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.98px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.apply .apply-form-checkbox input[type=checkbox] {
  display: none;
}
section.apply .apply-form-checkbox .apply-form-checkbox-icon {
  width: 18px;
  height: 18px;
  border: 1px solid #0C3387;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
section.apply .apply-form-checkbox .apply-form-checkbox-icon::before {
  content: "\ea0a";
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 10px;
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.2s, visibility 0.2s;
  transition-delay: 0.2s;
}
section.apply .apply-form-checkbox input:checked + label .apply-form-checkbox-icon {
  background-color: #0C3387;
}
section.apply .apply-form-checkbox input:checked + label .apply-form-checkbox-icon::before {
  visibility: visible;
  transform: scale(1);
}
section.apply .apply-form-submit {
  cursor: pointer;
}
section.apply .apply-form-submit:disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.apply {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  section.apply .apply-txt-01 {
    margin-top: 40px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.apply .apply-form {
    margin-top: 15px;
  }
  section.apply .apply-form .apply-form-checkboxes .apply-form-checkbox {
    margin-top: 10px;
  }
  section.apply .apply-form .apply-form-checkboxes .apply-form-checkbox label {
    display: flex;
    align-items: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    order: 2;
  }
  section.apply .apply-form .apply-form-checkboxes .apply-form-checkbox label .apply-form-checkbox-icon {
    margin-right: 10px;
    transform: translateY(1px);
  }
  section.apply .apply-form .apply-form-submit {
    width: 76.9230769231vw;
    max-width: 350px;
    margin: 60px auto 0;
    font-size: clamp(10px, 4.1025641026vw, 16px);
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.apply {
    margin-top: 100px;
    padding-bottom: 150px;
  }
  section.apply .apply-txt-01 {
    margin-top: 40px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.apply .apply-form .apply-form-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  section.apply .apply-form .apply-form-checkboxes .apply-form-checkbox {
    margin-top: 10px;
  }
  section.apply .apply-form .apply-form-checkboxes .apply-form-checkbox label {
    display: flex;
    align-items: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    order: 2;
  }
  section.apply .apply-form .apply-form-checkboxes .apply-form-checkbox label .apply-form-checkbox-icon {
    margin-right: 10px;
    transform: translateY(1px);
  }
  section.apply .apply-form .apply-form-submit {
    width: 300px;
  }
}