@charset "UTF-8";
/* 共通 */
body.top header {
  height: 0;
}
@media (min-width: 768px) {
  body.top #wrapper .container > section .sec_inner {
    margin: 0 auto;
  }
}
/* TOP セクション */
body.top #wrapper .container .sec_top {
  background: url("../img/front/sec_top_bg_sp.jpg") no-repeat center center;
  background-size: cover;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 {
  padding-bottom: 35px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head {
  display: flex;
  justify-content: space-between;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_logo {
  width: 100%;
  max-width: 228px;
  height: 86px;
  margin-right: 80px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_logo > a {
  display: block;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main {
  display: flex;
  flex-direction: column;
  padding: 0 15px 0;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_title_wrap {
  padding-bottom: 20px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_title_wrap .t_title {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_title_wrap .t_subtitle {
  font-size: 2rem;
  line-height: 3.4rem;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .vivid_box {
  padding-bottom: 28px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .vivid_box .visible-xs > div {
  background-color: #E5FF1A;
  margin: 0 auto;
  padding: 5px;
  width: 100%;
  max-width: 298px;
  min-height: 80px;
  display: grid;
  place-items: center;
  text-align: center;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .vivid_box .visible-xs > div:not(:last-of-type) {
  margin-bottom: 10px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .vivid_box .visible-xs > div > p > span {
  line-height: 3.2rem;
  font-weight: bold;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .vivid_box .visible-xs > div > p > span.sub {
  font-size: 2rem;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .vivid_box .visible-xs > div > p > span.main {
  font-size: 2.6rem;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_contact .tel_box {
  display: block;
  padding: 0 0 23px 66px;
  color: #FFF;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  left: 6px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_contact .tel_box:after {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/front/sec_top_tel_sp.png") no-repeat center center;
  background-size: cover;
  width: 52px;
  height: 52px;
  top: 0;
  left: 0;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_contact .tel_box .tel {
  font-weight: bold;
  color: #FFF;
  display: block;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_contact .tel_box .tel .tel_title {
  font-size: 2.6rem;
  line-height: 3.5rem;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_contact .tel_box .tel .tel_content {
  font-size: 2.5rem;
  line-height: 3.3rem;
  padding-left: 13px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_contact .tel_box .tel_summary {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_contact .mail_box {
  display: block;
  padding: 10px 10px 10px 70px;
  color: #FFF;
  position: relative;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  background-color: #FF7600;
  border-radius: 4px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_contact .mail_box:after {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/front/sec_top_mail_sp.png") no-repeat center center;
  background-size: cover;
  width: 36px;
  height: 28px;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_contact .mail_box .mail_title {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: bold;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_contact .mail_box .mail_sub {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_2 {
  padding-bottom: 40px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_main {
  padding: 25px 23px 14px 24px;
  background-color: #FFF;
  margin: 0 15px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_main .m_title {
  padding-bottom: 21px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_main > ul {
  padding-left: 33px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_main > ul > li {
  font-size: 2rem;
  line-height: 2.8rem;
  position: relative;
  padding-bottom: 12px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_main > ul > li:before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/front/sec_top_cont2_li_sp.png") no-repeat center center;
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 3px;
  left: -33px;
}
body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_last {
  padding: 0 38px 0 39px;
}
@media (min-width: 768px) {
  body.top #wrapper .container .sec_top {
    background: url("../img/front/sec_top_bg_pc.jpg") no-repeat center center;
    background-size: cover;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head {
    width: 100%;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_logo {
    max-width: 358px;
    height: 138px;
    margin: 0;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_other .o_contact {
    display: flex;
    padding: 28px 41px 10px 0;
    justify-content: flex-end;
    gap: 23px;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_other .o_contact .tel_box {
    flex-shrink: 0;
    display: block;
    padding-left: 74px;
    color: #FFF;
    position: relative;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_other .o_contact .tel_box:after {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/front/sec_top_tel_pc.png") no-repeat center center;
    background-size: cover;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_other .o_contact .tel_box .tel {
    font-weight: bold;
    font-size: 3rem;
    line-height: 4rem;
    padding-top: 1px;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_other .o_contact .tel_box .tel .tel_content {
    padding-left: 5px;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_other .o_contact .tel_box .tel_summary {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_other .o_contact .mail_box {
    flex-shrink: 0;
    display: block;
    padding: 10px 10px 10px 70px;
    color: #FFF;
    position: relative;
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    background-color: #FF7600;
    border-radius: 4px;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_other .o_contact .mail_box:after {
    position: absolute;
    display: block;
    content: "";
    background: url("../img/front/sec_top_mail_pc.png") no-repeat center center;
    background-size: cover;
    width: 36px;
    height: 28px;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_other .o_contact .mail_box .mail_title {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_head .h_other .o_contact .mail_box .mail_sub {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main {
    padding: 0;
    flex-direction: row;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_title_wrap {
    padding: 0;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_title_wrap .t_title {
    max-width: 576px;
    padding-bottom: 8px;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .t_title_wrap .t_subtitle {
    font-size: 2.7rem;
    line-height: 4.5rem;
    text-align: left;
    padding-left: 56px;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_1 .t_cont1_main .vivid_box {
    padding: 0;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_2 {
    margin: -115px auto 0;
    padding-bottom: 77px;
    position: relative;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_main, body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_last {
    width: 830px;
    margin: 0 auto;
    position: relative;
    right: 125px;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_main {
    padding: 60px 107px 54px 60px;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_main .m_title {
    padding-bottom: 17px;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_main > ul {
    padding-left: 43px;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_main > ul > li {
    font-size: 2.2rem;
    line-height: 4rem;
    padding: 0;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_main > ul > li:before {
    background: url("../img/front/sec_top_cont2_li_pc.png") no-repeat center center;
    background-size: cover;
    width: 30px;
    height: 30px;
    top: 3px;
    left: -43px;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_last {
    padding: 0;
  }
  body.top #wrapper .container .sec_top .sec_inner .t_content_2 .t_cont2_last .l_img {
    position: absolute;
    bottom: 0;
    right: -350px;
  }
}
/* サービス */
body.top #wrapper .container .sec_service {
  background: url("../img/front/sec_service_bg_sp.jpg") no-repeat center bottom;
  background-size: cover;
}
body.top #wrapper .container .sec_service .sec_inner {
  padding: 50px 20px 80px;
}
body.top #wrapper .container .sec_service .sec_inner .s_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 34px;
}
body.top #wrapper .container .sec_service .sec_inner .s_title > figure {
  width: 100%;
  max-width: 219px;
}
body.top #wrapper .container .sec_service .sec_inner .s_main > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 50px;
}
body.top #wrapper .container .sec_service .sec_inner .s_main > ul > li {
  background-color: #FFF;
}
body.top #wrapper .container .sec_service .sec_inner .s_main > ul > li .fig_wrap {
  position: relative;
}
body.top #wrapper .container .sec_service .sec_inner .s_main > ul > li .fig_wrap .icon {
  width: 86px;
  height: 86px;
  position: absolute;
  bottom: -30px;
  right: 10px;
}
body.top #wrapper .container .sec_service .sec_inner .s_main > ul > li .m_cont {
  padding: 17px 20px;
  min-height: 168px;
}
body.top #wrapper .container .sec_service .sec_inner .s_main > ul > li .m_cont .title {
  padding-bottom: 3px;
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-weight: bold;
}
body.top #wrapper .container .sec_service .sec_inner .s_main > ul > li .m_cont .summary {
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  body.top #wrapper .container .sec_service {
    background: url("../img/front/sec_service_bg_pc.jpg") no-repeat center bottom;
    background-size: cover;
  }
  body.top #wrapper .container .sec_service .sec_inner {
    padding: 100px;
    width: 1280px;
    margin: 0 auto;
  }
  body.top #wrapper .container .sec_service .sec_inner .s_title {
    flex-direction: row;
    gap: 50px;
    align-items: center;
    padding-bottom: 85px;
  }
  body.top #wrapper .container .sec_service .sec_inner .s_title > figure {
    max-width: 310px;
  }
  body.top #wrapper .container .sec_service .sec_inner .s_main {
    width: 1000px;
    margin: 0 auto;
  }
  body.top #wrapper .container .sec_service .sec_inner .s_main > ul {
    gap: 40px;
    justify-content: space-between;
    padding-bottom: 60px;
  }
  body.top #wrapper .container .sec_service .sec_inner .s_main > ul > li {
    width: 480px;
  }
  body.top #wrapper .container .sec_service .sec_inner .s_main > ul > li .fig_wrap .icon {
    width: 120px;
    height: 120px;
    right: 20px;
  }
  body.top #wrapper .container .sec_service .sec_inner .s_main > ul > li .m_cont {
    min-height: 230px;
    padding: 35px 40px;
  }
  body.top #wrapper .container .sec_service .sec_inner .s_main > ul > li .m_cont .title {
    font-size: 3rem;
    line-height: 4rem;
    padding-bottom: 9px;
  }
  body.top #wrapper .container .sec_service .sec_inner .s_main > ul > li .m_cont .summary {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
/* 4つの特徴 */
body.top #wrapper .container .sec_feature {
  background: url("../img/front/sec_feature_bg_sp.jpg") no-repeat center top;
  background-size: cover;
}
body.top #wrapper .container .sec_feature .sec_inner {
  padding: 50px 20px 80px;
}
body.top #wrapper .container .sec_feature .sec_inner .f_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 37px;
}
body.top #wrapper .container .sec_feature .sec_inner .f_title > figure {
  width: 100%;
  max-width: 188px;
}
body.top #wrapper .container .sec_feature .sec_inner .f_main > dl {
  padding-bottom: 50px;
}
body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div:not(:last-of-type) {
  padding-bottom: 43px;
}
body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div > dt {
  position: relative;
  padding: 62px 0 23px;
}
body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div > dt:before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/front/sec_feature_icon_1_sp.png") no-repeat center center;
  background-size: cover;
  width: 60px;
  height: 42px;
  left: 0;
  top: 0;
}
body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div > dt .title {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  padding-bottom: 13px;
}
body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div > dt .summary {
  font-size: 2rem;
  line-height: 3.4rem;
}
body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div > dd {
  padding: 0 13px 0 14px;
}
body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div:nth-of-type(2) > dt:before {
  background: url("../img/front/sec_feature_icon_2_sp.png") no-repeat center center;
  background-size: cover;
}
body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div:nth-of-type(3) > dt:before {
  background: url("../img/front/sec_feature_icon_3_sp.png") no-repeat center center;
  background-size: cover;
}
body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div:nth-of-type(4) > dt:before {
  background: url("../img/front/sec_feature_icon_4_sp.png") no-repeat center center;
  background-size: cover;
}
body.top #wrapper .container .sec_feature .sec_inner .f_main .btn_wrap {
  gap: 10px;
}
@media (min-width: 768px) {
  body.top #wrapper .container .sec_feature {
    background: url("../img/front/sec_feature_bg_pc.jpg") no-repeat center top;
    background-size: cover;
  }
  body.top #wrapper .container .sec_feature .sec_inner {
    padding: 100px;
    width: 1280px;
    margin: 0 auto;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_title {
    flex-direction: row;
    gap: 52px;
    align-items: center;
    padding-bottom: 76px;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_title > figure {
    max-width: 333px;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_main {
    width: 1003px;
    margin: 0 auto;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_main > dl {
    padding-bottom: 80px;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div:not(:last-of-type) {
    padding-bottom: 96px;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div > dt {
    padding: 0 0 32px 143px;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div > dt:before {
    background: url("../img/front/sec_feature_icon_1_pc.png") no-repeat center center;
    background-size: cover;
    width: 114px;
    height: 83px;
    top: 10px;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div:nth-of-type(2) > dt:before {
    background: url("../img/front/sec_feature_icon_2_pc.png") no-repeat center center;
    background-size: cover;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div:nth-of-type(3) > dt:before {
    background: url("../img/front/sec_feature_icon_3_pc.png") no-repeat center center;
    background-size: cover;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div:nth-of-type(4) > dt:before {
    background: url("../img/front/sec_feature_icon_4_pc.png") no-repeat center center;
    background-size: cover;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div > dd {
    padding: 0;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_main > dl > div > dd > figure {
    text-align: left;
  }
  body.top #wrapper .container .sec_feature .sec_inner .f_main .btn_wrap {
    gap: 20px;
  }
}
/* お知らせ */
body.top #wrapper .container .sec_info {
  background-color: #D8E5F5;
}
body.top #wrapper .container .sec_info .sec_inner {
  padding: 50px 20px 80px;
}
body.top #wrapper .container .sec_info .sec_inner .i_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 34px;
}
body.top #wrapper .container .sec_info .sec_inner .i_title > figure {
  width: 100%;
  max-width: 295px;
}
@media (min-width: 768px) {
  body.top #wrapper .container .sec_info .sec_inner {
    padding: 100px;
    width: 1280px;
    margin: 0 auto;
  }
  body.top #wrapper .container .sec_info .sec_inner .i_title {
    flex-direction: row;
    gap: 50px;
    align-items: center;
    padding-bottom: 68px;
  }
  body.top #wrapper .container .sec_info .sec_inner .i_title > figure {
    max-width: 386px;
  }
  body.top #wrapper .container .sec_info .sec_inner .i_title .hl_a {
    font-size: 3rem;
  }
  body.top #wrapper .container .sec_info .sec_inner .i_main {
    width: 1000px;
    margin: 0 auto;
  }
}
/* お問い合わせ（フォーム内は contact.scss で定義） */
.sec_contact .sec_inner {
  padding: 50px 20px 80px;
}
.sec_contact .sec_inner .c_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 28px;
}
.sec_contact .sec_inner .c_title > figure {
  width: 100%;
  max-width: 204px;
}
@media (min-width: 768px) {
  .sec_contact .sec_inner {
    padding: 100px;
    width: 1280px;
    margin: 0 auto;
  }
  .sec_contact .sec_inner .c_title {
    flex-direction: row;
    gap: 50px;
    align-items: center;
    padding-bottom: 30px;
  }
  .sec_contact .sec_inner .c_title > figure {
    max-width: 283px;
  }
  .sec_contact .sec_inner .c_title .hl_a {
    font-size: 3rem;
  }
  .sec_contact .sec_inner .c_main {
    width: 1000px;
    margin: 0 auto;
  }
}
