@charset "UTF-8";
/*
     multi-class
========================================================================== */
html {
    font-size: 15px;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, 'メイリオ', 'Meiryo', "M PLUS 1p", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.6;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.08em;
    background: #fff;
}
body * {
    box-sizing: border-box;
}
.page_wrapper {
    overflow: hidden;
}
a {
    color: #000000;
    text-decoration: none;
    transition: 0.4s ease-out;
}
a:hover {
    opacity: .6;
    filter: alpha(opacity=60);
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.pagetop {
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    transition: 0.4s ease-out;
}
.pagetop:hover {
    opacity: .6;
}
.cf:after {
    display: block;
    content: "";
    clear: both;
}
.d_sp {
    display: none !important;
}
#content {
    max-width: 100%;
    margin: 0 auto;
}
p {
    line-height: 1.8;
    font-weight: 500;
}
/* スクロールCSS */
.fade-in {
    opacity: 0;
}
.fade-in-up {
    transform: translate(0, 80px);
}
.fade-in-down {
    transform: translate(0, -80px);
}
.fade-in-left {
    transform: translate(-80px, 0);
}
.fade-in-right {
    transform: translate(80px, 0);
}
.scroll-in {
    animation: fadeIn 1.5s ease;
    animation-fill-mode: forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}
.fade-in-op {
    opacity: 0;
}
.fade-in-op.scroll-in {
    animation: fadeIn-op 2s ease;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}
@keyframes fadeIn-op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*
     フォント
========================================================================== */
.jost {
    font-family: "Jost", serif;
}
.serif {
    font-family: 'Noto Serif JP', serif;
}
/*
     レイアウト
========================================================================== */
.cont_inner {
    margin: 0 auto;
    width: 1100px;
    max-width: 92%;
}
.cont_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/*
     画像
========================================================================== */
.fade {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.img_right {
    float: right;
    margin: 0 0 10px 15px;
}
.img_left {
    float: left;
    margin: 0 15px 10px 0;
}
.alignC {
    text-align: center;
}
.alignR {
    text-align: right !important;
}
.alignL {
    text-align: left !important;
}
.img_1col_A {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}
.img_2col_A, .img_4col_A {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.img_2col_A > * {
    width: 50%;
}
.img_4col_A > * {
    width: 25%;
}
.img_2col_B {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.img_2col_B .img {
    width: 20%;
}
.img_2col_B .txt {
    width: 77%;
}
.video_cont_wrap {
    max-width: 100%;
}
.video_cont_wrap video {
    width: 100%;
}
/*
     見出し
========================================================================== */
.ttl_A {
    display: block;
    text-align: center;
    line-height: 1.3;
}
.ttl_A .ttl_A_en {
    display: block;
    font-size: 1.667rem;
    margin-bottom: 10px;
    font-family: "Jost", serif;
    color: #33b157;
    font-weight: 600;
}
.ttl_A .ttl_A_jp {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
}
.ttl_B {
    display: block;
    text-align: center;
    line-height: 1.3;
    font-size: 1.667rem;
    font-weight: 700;
}

/*
     ボタン
========================================================================== */
.btn_A {
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    max-width: 100%;
    padding: 0.8em;
    display: block;
    position: relative;
    text-align: center;
    background: #33b157;
    border-radius: 40px;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.btn_A::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: calc(50% - 5px);
    right: 1em;
}
.btn_A a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
}
/*
     テーブル
========================================================================== */
.table_A, .table_B {
    width: 100%;
}
.table_A {
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    background: #fff;
}
.table_A th {
    text-align: center;
    background: #ffe9ed;
    padding: 8px 25px;
    font-weight: 600;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}
.table_A td {
    padding: 15px 20px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}
.table_B {
    border-top: 1px solid #333;
}
.table_B th, .table_B td {
    padding: 15px 20px;
    border-bottom: 1px solid #333;
}
.table_dl_A {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.table_dl_A dt {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 17.2222%;
    border-bottom: 1px solid #333;
}
.table_dl_A dd {
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 80.5556%;
    border-bottom: 1px solid #333;
}
table tr.line_dot th, table tr.line_dot td {
    border-bottom: 1px dotted #333;
}
/*
     リスト
========================================================================== */
.list_num li {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1.5em;
}
.list_dot li {
    list-style: disc;
    margin-left: 1.5em;
}
.list_arrow li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}
.list_arrow li::before {
    display: inline;
    content: '▶';
}
.list_note li, .list_circle li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
}
.list_note li::before {
    display: inline;
    content: '※';
}

/*
     テキスト
========================================================================== */
.p-link {
    color: #33b157;
    text-decoration: underline;
    margin: 0 1px;
}
.uline {
    text-decoration: underline;
}
.mid_bold {
    font-weight: 500;
}
.bold {
    font-weight: bold;
}
.txt160 {
  font-size: 160%;
}
.txt150 {
  font-size: 150%;
}
.txt140 {
  font-size: 140%;
}
.txt130 {
  font-size: 130%;
}
.txt120 {
  font-size: 120%;
}
.txt110 {
  font-size: 110%;
}
.txt90 {
  font-size: 90%;
}
.txt80 {
  font-size: 80%;
}
.txt70 {
  font-size: 70%;
}
.txt60 {
  font-size: 60%;
}
/* line height */
.lh10 {
    line-height: 1;
}
.lh12 {
    line-height: 1.2;
}
.lh13 {
    line-height: 1.3;
}
.lh15 {
    line-height: 1.5;
}
.lh16 {
    line-height: 1.6;
}
.lh18 {
    line-height: 1.8;
}
.lh20 {
    line-height: 2;
}
/* letter spacing */
.ls02 {
    letter-spacing: 0.2rem;
}
/* color */
.black {
    color: #494955 !important;
}
.gray {
    color: #808080 !important;
}
.red {
    color: #bf182a !important;
}
.blue {
    color: #104a7a !important;
}
.orange {
    color: #fc8100 !important;
}
.green {
    color: #33b157 !important;
}
.white {
    color: #fff !important;
}
/*
     余白
========================================================================== */
.pt10 {
    padding-top: 10px !important;
}
.pr10 {
    padding-right: 10px !important;
}
.pl10 {
    padding-left: 10px !important;
}
.pb10 {
    padding-bottom: 10px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.mb60 {
    margin-bottom: 60px !important;
}
.mb70 {
    margin-bottom: 70px !important;
}
.mb80 {
    margin-bottom: 80px !important;
}
.mb90 {
    margin-bottom: 90px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.mb1em {
    margin-bottom: 1em;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr15 {
    margin-right: 15px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml30 {
    margin-left: 30px !important;
}
/*
     pagenavi
========================================================================== */
.pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.428rem;
}
.pagenavi .pagenavi_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5em;
}
.pagenavi .pagenavi_list li {
    margin: 0 0.5em;
    padding: 0 0.2em;
}
.pagenavi .pagenavi_list li.active {
    border-bottom: 1.5px solid #494955;
}
.pagenavi .prev, .pagenavi .next {
    margin: 0 0.65em;
    transform: scaleX(1.5);
    font-size: 0.7rem;
}
/*
     slick
========================================================================== */
/* slick-dot */
#content .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#content .slick-dots {
    bottom: 20px;
    z-index: 10;
}
#content .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 3px;
}
#content .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}
#content .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 10px;
    background: #B3B3B3;
    opacity: 1;
}
#content .slick-dots li.slick-active button:before {
    background: #494955;
}
/* cont_slider */
#content .cont_slider .slick-arrow {
    display: block;
    position: absolute;
    top: 200px;
    margin: auto;
    padding: 0;
    width: 30px;
    height: 60px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
}
#content .cont_slider .slick-arrow:hover {
    opacity: 0.8;
}
#content .cont_slider .slick-next::before, #content .cont_slider .slick-next::after, #content .cont_slider .slick-prev::before, #content .cont_slider .slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#content .cont_slider .slick-next::after, #content .cont_slider .slick-prev::after {
    width: 30px;
    height: 30px;
    border-top: 1.5px solid #b3b3b3;
    border-right: 1.5px solid #b3b3b3;
}
#content .cont_slider .slick-next {
    right: -50px;
}
#content .cont_slider .slick-next::after {
    right: 4px;
    transform: rotate(45deg);
}
#content .cont_slider .slick-prev {
    left: -50px;
}
#content .cont_slider .slick-prev::after {
    left: 4px;
    transform: rotate(-135deg);
}
#content .cont_slider p {
    margin: 10px 0 20px;
    font-size: 0.857rem;
    line-height: 1.2;
    font-family: 'Noto Sans JP', serif;
}
#content .cont_slider_wrap {
    margin-left: auto;
    margin-right: auto;
    width: 640px;
    max-width: 100%;
}
#content .cont_slider_thumnail .slick-track {
    transform: unset !important;
    width: 100% !important;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}
#content .cont_slider_thumnail .slick-slide {
    display: block !important;
    float: none !important;
    margin-right: 1.5625%;
    flex: 0 0 17.1875%;
    cursor: pointer;
    opacity: 0.3;
    transition: all .5s;
}
#content .cont_slider_thumnail .slick-slide.slick-current {
    opacity: 1;
}
#content .cont_slider_thumnail .slick-track:before, #content .cont_slider_thumnail .slick-track:after {
    display: none;
}

/*
       01. header
========================================================================== */
#content {
    padding-top: 65px;
}
header {
    width: 100%;
    background: #3a3a3a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
/*
header .header_top {
    padding: 40px 0 38px;
    border-bottom: 1px solid #ccc;
    transition: all .5s;
    background: rgba(255, 255, 255, 0.9);
}
*/
header .header_inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
header .header_content {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
}
/* header_logo */
header .header_logo {
    padding: 16px;
}
header .header_logo a {
    display: block;
    overflow: hidden;
    width: 123px;
    height: 0;
    padding-top: 33px;
    background: url("../images/common/logo_w.png") no-repeat 0 50% / contain;
}
/* header_nav */
header .header_content .header_nav {
    width: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 2em;
}
header .header_content .header_nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .header_content .header_nav ul li a {
    display: block;
    color: #fff;
}
header .header_content .header_nav ul li a::after {
    display: inline-block;
    content: '丨';
    padding: 0 1em;
}
header .header_content .header_nav ul li:last-child a::after {
    display: none;
}
/* header_btn */
header .header_content .header_btn {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
header .header_content .header_btn a span {
    font-weight: 700;
    position: relative;
}
header .header_content .header_btn .header_btn_contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 100%;
    padding-right: 30px;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 700;
    position: relative;
    background: #fc8100;
}
header .header_content .header_btn .header_btn_contact span::after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    right: -32px;
    width: 26px;
    height: 20px;
    background: url("../images/common/ic_mail.png") no-repeat 0 50% / contain;
}
header .header_content .header_btn .header_btn_login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 100%;
    font-size: 0.8rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
    background: #33b157;
    line-height: 1.4;
    letter-spacing: 0;
}

@media screen and (max-width: 1300px) {
    header .header_logo a {
        width: 10vw;
    }
    header .header_content .header_nav {
        padding-right: 2vw;
        font-size: 1.3vw;
    }
    header .header_content .header_btn .header_btn_contact {
        width: 13vw;
        font-size: 1.3vw;
        padding-right: 2.2vw;
        letter-spacing: 0.03em;
    }
    header .header_content .header_btn .header_btn_contact span::after {
        right: -2.3vw;
        width: 2vw;
    }
    header .header_content .header_btn .header_btn_login {
        width: 7vw;
        font-size: 1.1vw;
    }
}
@media screen and (max-width: 1000px) {
    header .header_logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
/*
     03. footer
========================================================================== */
#footer .footer_navi {
    padding: 15px;
    background: #f1f3f9;
    text-align: center;
}
#footer .footer_navi a {
    text-decoration: underline;
    font-size: 0.8rem;
}
#footer .copy {
    padding: 15px;
    background: #3a3a3a;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 0.9rem;
}

/*
     04. top
 ========================================================================== */
/* page_contact ============================ */
.page_contact {
    text-align: center;
}
.page_contact .page_contact_btn {
    margin: 0 auto 10px;
    padding: 20px 40px 20px 20px;
    display: block;
    width: 440px;
    background: #fc8100;
    text-align: center;
    border-radius: 40px;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.page_contact .page_contact_btn span {
    font-weight: 800;
    color: #fff;
    line-height: 1;
    font-size: 1.4rem;
    position: relative;
}
.page_contact .page_contact_btn span::after {
    display: block;
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: -32px;
    width: 26px;
    height: 20px;
    background: url(../images/common/ic_mail.png) no-repeat 0 50% / contain;
}
.page_contact .page_contact_txt {
    font-size: 0.9rem;
    border-bottom: 1px solid #000;
    letter-spacing: 0;
    padding-bottom: 0.2em;
    font-weight: 500;
}
/* c_mv ============================ */
#top #c_mv {
    padding: 50px 0;
    position: relative;
}
#top #c_mv h1 {
    margin: 0 auto;
    display: block;
    width: 1100px;
    height: 0;
    padding-top: 439px;
    overflow: hidden;
    background: url("../images/top/mv_ttl.png") no-repeat 0 0 / contain;
}
#top #c_mv .page_contact {
    margin-top: -30px;
}

/* c_outline ============================ */
#top #c_outline {
    padding: 60px 0 0;
    background: #f1f3f9;
}
#top #c_outline .outline_head {
    margin: 0 auto;
    width: 84.545%;/* 930px */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#top #c_outline .outline_head .outline_head_img {
    width: 36%;
}
#top #c_outline .outline_head .outline_head_txt {
    width: 62.366%;
}
#top #c_outline .outline_head .outline_head_txt .outline_head_catch {
    font-size: 1.533rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
}
#top #c_outline .outline_head .outline_head_txt .outline_head_catch span {
    font-weight: 700;
}
/* outline_head_balloon */
#top #c_outline .outline_head .outline_head_txt .outline_head_balloon {
    margin-top: 20px;
    background: #fff;
    padding: 30px 35px;
    border-radius: 15px;
    letter-spacing: 0;
    position: relative;
}
#top #c_outline .outline_head .outline_head_txt .outline_head_balloon::before {
    width: 64px;
    height: 33px;
    content: '';
    display: block;
    background: url("../images/top/outline_balloon.png") no-repeat 0 100% / contain;
    position: absolute;
    top: -33px;
    right: 20px;
}
#top #c_outline .outline_head .outline_head_txt .outline_head_balloon p {
    font-size: 1.333rem;
    font-weight: 700;
    line-height: 1.4;
}
#top #c_outline .outline_head .outline_head_txt .outline_head_balloon .outline_head_balloon_lh {
    line-height: 2;
    font-weight: 700;
}

/* c_intro ============================ */
#top #c_intro {
    padding: 80px 0;
}
#top #c_intro .cont_wrap {
    margin-bottom: 30px;
}
#top #c_intro .intro_img {
    width: 48.182%;
}
#top #c_intro .intro_txt {
    width: 47.273%;
}
#top #c_intro .intro_txt .intro_ttl {
    font-weight: 700;
    font-size: 1.667rem;
    margin-bottom: 15px;
    text-indent: -0.5em;
}

/* c_reason ============================ */
#top #c_reason {
    padding: 80px 0;
    background: #f1f3f9;
}
#top #c_reason .ttl_A {
    margin-bottom: 20px;
}
#top #c_reason .reason_cont {
    width: 18%;
    position: relative;
}
#top #c_reason .reason_cont .reason_cont_img {
    position: relative;
    margin-bottom: 15px;
}
#top #c_reason .reason_cont:not(:last-child) .reason_cont_img::after {
    width: 20%;
    height: 100%;
    content: '';
    display: block;
    background: url("../images/top/reason_arrow.png") no-repeat 50% 50% / contain;
    position: absolute;
    top: 0;
    right: -16%;
    z-index: 2;
}
#top #c_reason .reason_cont .reason_cont_ttl {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.4;
}
#top #c_reason .reason_cont p {
    line-height: 1.6;
}

/* c_point ============================ */
#top #c_point {
    padding: 80px 0;
}
#top #c_point .ttl_A {
    margin-bottom: 80px;
}
#top #c_point .point_cont {
    width: 28.182%;
    margin-bottom: 40px;
}
#top #c_point .point_cont .point_cont_ttl {
    margin-bottom: 15px;
}

/* c_function ============================ */
#top #c_function {
    padding: 80px 0;
    background: #f1f3f9;
}
#top #c_function .ttl_A {
    margin-bottom: 10px;
}
#top #c_function .function_txt {
    width: 58.5%;
}
#top #c_function .function_txt .function_cont {
    align-items: center;
    margin-bottom: 20px;
}
#top #c_function .function_txt .function_cont_img {
    width: 26.5%;
}
#top #c_function .function_txt .function_cont_txt {
    width: 70%;
}
#top #c_function .function_txt .function_cont_txt .function_cont_ttl {
    font-weight: 700;
    font-size: 1.667rem;
    margin-bottom: 5px;
}
#top #c_function .function_img {
    width: 37%;
}

/* c_flow ============================ */
#top #c_flow {
    padding: 80px 0;
}
#top #c_flow .cont_inner {
    width: 1000px;
}
#top #c_flow .ttl_A {
    margin-bottom: 10px;
}

/* c_faq ============================ */
#top #c_faq {
    padding: 80px 0;
    background: #f1f3f9;
}
#top #c_faq .cont_inner {
    width: 1000px;
}
#top #c_faq .ttl_A {
    margin-bottom: 10px;
}
#top #c_faq .faq_list {
    margin-bottom: 40px;
}
#top #c_faq .faq_list .faq_cont {
    display: block;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 20px;
    position: relative;
}
#top #c_faq .faq_cont p {
    padding-left: 2.35em;
    text-indent: -2.35em;
    line-height: 1.6;
}
#top #c_faq .faq_cont .faq_ic {
    font-size: 2rem;
    font-weight: 600;
    margin-right: 0.4em;
    line-height: 1;
}
#top #c_faq .faq_cont .faq_txt {
    font-weight: 500;
}
#top #c_faq .faq_cont .faq_q {
    margin-bottom: 0.6em;
    padding-bottom: 0.3em;
    border-bottom: 2px solid #33b157;
    font-size: 1.1rem;
}
#top #c_faq .faq_cont .faq_q .faq_txt {
    font-weight: 700;
}

/* c_company ============================ */
#top #c_company {
    padding: 80px 0;
}
#top #c_company .cont_inner {
    width: 550px;
}
#top #c_company .ttl_B {
    margin-bottom: 40px;
}
#top #c_company .company_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
#top #c_company .company_list {
border-top: 1px solid #e8e8e8;
}
#top #c_company .company_list dt {
    width: 6.5em;
    padding: 18px 10px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 700;
}
#top #c_company .company_list dd {
    width: calc(100% - 6.5em);
    padding: 18px 5px;
    border-bottom: 1px solid #e8e8e8;
}


@media screen and (max-width: 1200px) {
    #top #c_mv h1 {
        width: 90vw;
        padding-top: 38vw;
    }
    #top #c_outline .outline_head .outline_head_txt .outline_head_catch {
        font-size: 2.2vw;
    }
    #top #c_outline .outline_head .outline_head_txt .outline_head_balloon p {
        font-size: 1.6vw;
    }
    #top #c_intro .intro_txt .intro_ttl {
        font-size: 2.3vw;
    }
}
@media screen and (max-width: 1060px) {    
    html {
        font-size: 14px;
    }
    #top #c_reason .reason_cont .reason_cont_ttl {
        font-size: 1.9vw;
    }
}