@charset "UTF-8";

/* ---------------------------------------------------
 Foundation
--------------------------------------------------- */

@font-face {
    font-family: "Adam Bold";
    src: url("../font/fa495308ad41f5138bb0bc23ff534536.eot");
    /* IE9*/
    src: url("../font/fa495308ad41f5138bb0bc23ff534536.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("../font/fa495308ad41f5138bb0bc23ff534536.woff2") format("woff2"),
        /* chrome firefox */
        url("../font/fa495308ad41f5138bb0bc23ff534536.woff") format("woff"),
        /* chrome firefox */
        url("../font/fa495308ad41f5138bb0bc23ff534536.ttf") format("truetype"),
        /* chrome firefox opera Safari, Android, iOS 4.2+*/
        url("../font/fa495308ad41f5138bb0bc23ff534536.svg#Adam Bold") format("svg");
    /* iOS 4.1- */
}


/* Base
----------------------------------------------- */

html {
    min-width: 320px;
    font-size: 62.5%;
    /*10px*/
}

body {
    margin: 0;
    line-height: 2;
    color: #4d4d4d;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

img,
video {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a:link,
a:visited {
    color: #333;
}

a:hover,
a:focus,
a:active {
    color: #b3b3b3;
    text-decoration: none;
}

strong {
    color: #777;
}


/*clearfix*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.row {
    margin-bottom: 30px;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}

.animated {
    opacity: 0;
}

.m30 {
    margin-bottom: 30px !important;
}

.m40 {
    margin-bottom: 40px !important;
}

.m60 {
    margin-bottom: 10vw !important;
}

.m80 {
    margin-bottom: 10vw !important;
}

.m160 {
    margin-bottom: 20vw !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt80 {
    margin-top: 10vw !important;
}

.mt160 {
    margin-top: 160px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.spMb30 {
    margin-bottom: 30px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt80 {
    padding-top: 10vw !important;
}

.pt160 {
    padding-top: 21.33vw !important;
}

.qt {
    padding-top: 45px !important;
}

.c-break {
    display: inline-block;
}

.c-break02 {
    display: block;
}

.c-break03 {
    display: inline;
}

.adam {
    font-family: "Adam Bold";
}

/* ---------------------------------------------------
 Layout
--------------------------------------------------- */


/* header
--------------------------------------------------------- */

.l-header {
    background: #fff;
    box-shadow: 0 1px 5px rgba(41, 42, 43, 0.5);
    height: 60px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5000;
    transition: all 0.5s ease;
}

.l-header__inner {
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 100%;
    background: url("../images/header_back.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.l-header__inner__logo {
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.l-header__inner__logo img {
    display: block;
    width: 100px;
}

.hidden {
    background: none;
    box-shadow: none;
}

.hidden .l-header__inner__logo {
    display: none;
    transition: all 0.5s ease;
}

.shadow {
    box-shadow: none;
    ;
}

/* mv
--------------------------- */

#mv {
    width: 100%;
    height: calc(var(--vh) * 100);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.c-slide-logo {
    position: absolute;
    top: 17vw;
    right: 12vw;
    width: 15vw;
    z-index: 1000;
}

.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(var(--vh) * 100);
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide000 {
    background-image: url('../images/230410/SC_Top/SC_Top_01.jpg');
    background-position: center center;
}

.slide111 {
    background-image: url('../images/230410/SC_Top/SC_Top_02.jpg');
    background-position: center center;
}



.slide01 {
    background-image: url('../images/mv_sp01.jpg');
    background-position: center center;
}

.slide02 {
    background-image: url('../images/mv_sp02.jpg');
    background-position: center center;
}

.slide03 {
    background-image: url('../images/mv_sp03.jpg');
    background-position: center center;
}

.slide04 {
    background-image: url('../images/mv_sp04.jpg');
    background-position: center center;
}

.slide05 {
    background-image: url('../images/mv_sp05.jpg');
    background-position: center center;
}

.slide_works000 {
    background-image: url('../images/230418/230418_WORKS_mobile_01.jpg');
    background-position: center center;
}

.slide_works111 {
    background-image: url('../images/230418/230418_WORKS_mobile_02.jpg');
    background-position: center center;
}

.slide_works222 {
    background-image: url('../images/230418/230418_WORKS_mobile_03.jpg');
    background-position: center center;
}


.slide_works01 {
    background-image: url('../images/works_spmv01.jpg');
    background-position: center center;
}

.slide_works02 {
    background-image: url('../images/works_spmv02.jpg');
    background-position: center center;
}

.slide_works03 {
    background-image: url('../images/works_spmv03.jpg');
    background-position: center center;
}

.slide_works04 {
    background-image: url('../images/works_spmv04.jpg');
    background-position: center center;
}

.slide_works05 {
    background-image: url('../images/works_spmv05.jpg');
    background-position: center center;
}

.c-mv-sns {
    position: absolute;
    right: 17px;
    bottom: 3vw;
    z-index: 1000;
    color: #fff;
    font-family: "Adam Bold";
}

.c-mv-sns li {
    list-style: none;
    margin-bottom: 1em;
}

.c-mv-sns li:first-child {
    margin-bottom: 0;
}

.lang_btn_mv {
    color: #000;
}

.lang_btn_mv a {
    text-decoration: underline;
    color: #fff;
}

.c-white {
    color: #fff;
    font-size: 2.5rem;
}

/* navigation
--------------------------------------------------------- */

.menu_outer {
    height: 30px;
    width: 40px;
    position: absolute;
    right: 3px;
    top: 14px;
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
}

.menu {
    height: 20px;
    width: 30px;
    display: block;
    position: relative;
    z-index: 9000;
}

.menu__line {
    background: #333333;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
}

.hidden .menu__line {
    background: #fff;
}

.menu__line--top {
    top: 1px;
}

.menu__line--center {
    top: 9px;
}

.menu__line--bottom {
    bottom: 0;
}

.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
    background: #333333;
}

.menu__line--center.active {
    transform: scaleX(0);
}

.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background: #333333;
}


/*gnav*/

.gnav {
    background: rgba(204, 196, 190, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 80%;
    z-index: 98;
    top: 0;
    right: 0;
    padding: 2rem;
    box-sizing: border-box;
    text-align: left;
    font-family: "Adam Bold";
}

.gnav__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;


}

.gnav__wrap>ul {
    width: 22em;
}

.gnav_child {
    padding-left: 1em;
}

.gnav_child li {
    display: flex;
    align-items: center;
}

.gnav_child li::before {
    content: "";
    height: 1px;
    width: 1em;
    background-color: #333;
    margin-right: 0.5em;
}

.sp_navi_title {
    margin-bottom: 2vw;
    padding: 0 1em;
}

.sp_navi_title a {
    color: #333333;
    text-decoration: none;
    font-size: 4vw;
    letter-spacing: 0.2em;
}

.sp_navi_title a:hover {
    letter-spacing: 0.4em;
    transition: all .3s;
}


.c-navi-sns {
    padding-top: ４em;
}

.c-navi-sns li {
    display: inline-block;
}

.c-navi-sns li:nth-child(2) {
    margin-right: 10px;
}

.c-navi-sns li:nth-child(3) a {
    padding-right: 5px;
    border-right: 1px solid #333;
}

.c-navi-sns li:nth-child(4) a {
    padding-left: 5px;
    border-left: 1px solid #333;
}

.lang_btn {
    color: #888;
    font-size: 18px;
}

.lang_btn a {
    text-decoration: underline;
}

.c-navi-sns a:hover {
    letter-spacing: 0.2em;
}



/* arrow
--------------------------------------------------------- */
.c-arrow-both {
    display: flex;
    justify-content: space-between;
    padding-top: 10vw;
}

.btnarrow {
    margin-left: 4.5em;
}

.btnarrow a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
    font-family: "Adam Bold";
    font-size: 4vw;
    letter-spacing: 0.16em;
}

.btnarrow a::before {
    content: '';
    position: absolute;
    bottom: 13px;
    left: -4em;
    width: 4em;
    height: 1px;
    background: #333;
    transition: all .3s;
}

.btnarrow a::after {
    content: '';
    position: absolute;
    bottom: 18px;
    left: -13px;
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(46deg);
    transition: all .3s;
}

.btnarrow a:hover::before {
    left: -3.5em;
}

.btnarrow a:hover::after {
    left: -0.105em;
}

.btnarrow-prev {
    margin-left: 3vw;
}

.btnarrow-prev a {
    position: relative;
    display: inline-block;
    padding: 0 1vw;
    color: #333;
    text-decoration: none;
    outline: none;
    font-size: 2.3vw;
    letter-spacing: 0.16em;
    line-height: 1.3;
}

.btnarrow-prev a::before {
    content: '';
    position: absolute;
    bottom: 1.5vw;
    left: -5vw;
    width: 4vw;
    height: 1px;
    background: #333;
    transition: all .3s;
}

.btnarrow-prev a::after {
    content: '';
    position: absolute;
    bottom: 2.5vw;
    left: -5.6vw;
    width: 3vw;
    height: 1px;
    background: #333;
    transform: rotate(135deg);
    transition: all .3s;
}

.btnarrow-next {
    margin-right: 3vw;
}

.btnarrow-next a {
    position: relative;
    display: inline-block;
    padding: 0 1vw;
    color: #333;
    text-decoration: none;
    outline: none;
    font-size: 2.3vw;
    letter-spacing: 0.16em;
    line-height: 1.3;
}

.btnarrow-next a::before {
    content: '';
    position: absolute;
    bottom: 1.5vw;
    right: -5vw;
    width: 4vw;
    height: 1px;
    background: #333;
    transition: all .3s;
}

.btnarrow-next a::after {
    content: '';
    position: absolute;
    bottom: 2.5vw;
    right: -5.6vw;
    width: 3vw;
    height: 1px;
    background: #333;
    transform: rotate(45deg);
    transition: all .3s;
}

.btnarrow-next a:hover::before {
    right: -4.5em;
}

.btnarrow-next a:hover::after {
    right: -4.7em;
}

/* base
--------------------------------------------------------- */

.l-main {
    position: relative;
}

.l-lower {
    padding-top: 60px;
}

.l-main .l-container:last-child {
    margin-bottom: 0;
}

.bg_gray {
    background: #f1f1f1 !important;
}

.bg_gray2 {
    background: #cbcbcc !important;
}

.bg_gray3 {
    background: #e1e1e1 !important;
}

.bg_white {
    background: #ffffff;
    margin: 0 20px;
}

.bg_cover {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    background: #eaeaea;
    padding: 20px;
}

.bg_cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 4;
}

.bg_cover h1,
.bg_cover div {
    margin: 0;
    color: #fff;
    position: relative;
    z-index: 5;
}

.l-main {
    position: relative;
    z-index: 3;
    background: #fff;
}

.l-container {
    padding: 30px 0;
    position: relative;
    z-index: 4000;
    background: #fff;
    overflow: hidden;
}

.l-blog {
    padding: 80px 0;
}

.l-inner {
    margin: 0 20px;
}

.l-mid-inner {
    width: 100%;
    padding: 0 17vw;
    box-sizing: border-box;
    position: relative;
}

.l-lower-inner {
    padding: 0 20px;
    margin-bottom: 1em;
    box-sizing: border-box;
    position: relative;
}

.l-top-vertical {
    position: relative;
}

.l-company {
    margin-bottom: 0;
}

.c-title--head {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 30px;
    color: #333;
    letter-spacing: 0.2em;
    font-weight: normal;
}

.c-title--head span {
    font-size: 1.6rem;
}

.c-title--head__sub {
    font-size: 1.4rem;
    font-weight: bold;
    color: #009fe8;
    border-bottom: 2px solid #009fe8;
    padding-bottom: 20px;
}

.c-title--head__blog {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 30px;
}

.c-title--head-second {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333;
}

.c-title--head-second span {
    font-size: 3rem;
    margin-right: -0.3em;
    color: #1b94d3;
}

.c-vertical-title {
    font-family: "Adam Bold";
    text-orientation: mixed;
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 2.3rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    z-index: 9000;
}

.c-vertical-title--full {
    font-family: "Adam Bold";
    text-orientation: mixed;
    position: absolute;
    top: 27px;
    left: 0px;
    font-size: 2.3rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    z-index: 9000;
}

.c-poem {
    letter-spacing: 0.2em;
    line-height: 2;
    font-size: 3vw;
}

.c-works-explain {
    position: absolute;
    bottom: 24vw;
    left: 13vw;
    z-index: 9000;
    color: #fff;
}

.c-works-explain_02 {
    color: #fff;
}



.c-works-title {
    font-family: "Adam Bold";
    font-size: 7vw;
    line-height: 1.2;
    margin-bottom: 0.3em;
    letter-spacing: 0.2em;
}

.c-works-text {
    font-size: 3.5vw;
    letter-spacing: 0.2em;
}

.c-title--head--center {
    text-align: center;
}

.c-list-contents {
    margin-left: 1em;
}

.c-list-news a {
    color: #333;
}

.c-list-news__item a {
    text-decoration: none;
    display: block;
    position: relative;
}

.c-list-news__item a:hover {
    color: inherit;
    opacity: 0.6;
    transition: all 0.5s ease;
}

.c-list-news__item {
    list-style: none;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #9f9f9f;
}

.c-list-news__item:last-child {
    border-bottom: none;
}

.c-list-news__date {
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    display: block;
    line-height: 1;
    margin-bottom: 0.5em;
}

.c-list-news-title {
    font-size: 4vw;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
    line-height: 1.6;
}

.c-list-news-text {
    font-size: 3.5vw;
    letter-spacing: 0.2em;
    line-height: 1.6;
}

.c-news-title {
    font-size: 4vw;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
    line-height: 1.6;
}

.c-news-text {
    font-size: 3.5vw;
    letter-spacing: 0.2em;
    line-height: 1.6;
}

.c-text--center {
    text-align: center;
}

.c-text--left {
    text-align: left;
}

.c-text--right {
    text-align: right;
}

.l-top-about .col {}

.c-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-bottom: 20px;
    background: #ddd;
}

.c-circle_caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.c-grad_a {
    background-image: url("../images/itb_ball.png"), linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    background-size: contain;
}

.c-grad_b {
    background-image: url("../images/itb_ball.png"), linear-gradient(to right, #00f2fe 0%, #8fd3f4 100%);
    background-size: contain;
}

.c-grad_c {
    background-image: url("../images/itb_ball.png"), linear-gradient(to right, #8fd3f4 0%, #e0c3fc 100%);
    background-size: contain;
}

.c-blog_img {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.c-btn a,
.c-btn input[type="submit"] {
    width: 250px;
    margin: 20px auto;
    text-align: center;
    display: block;
    line-height: 60px;
    text-decoration: none;
    border: 1px solid #009fe8;
    color: #009fe8;
    transition: all .3s;
}

.c-btn a:hover,
.c-btn input[type="submit"]:hover {
    background: #009fe8;
    color: #fff;
}

.c-sk a {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.c-btn__l a {
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
    display: block;
    line-height: 60px;
    text-decoration: none;
    border: 1px solid #009fe8;
    color: #009fe8;
    transition: all .3s;
}

.c-btn__l a:hover {
    background: #009fe8;
    color: #fff;
}

.c-origin {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #009fe8;
    line-height: 3;
}

.l-gmap {
    height: 400px;
    overflow: hidden;
}

.l-gmap iframe {
    width: 100%;
    height: 320px;
    border: 0;
    background-color: transparent;
    overflow: hidden;
}

.l-recruit {
    background-image: url("../images/top_recruit_back_sp.jpg");
    background-size: cover;
    height: 250px;
    color: #fff;
}

.l-02 {
    background-image: url("../images/top_recruit_back2.jpg");
}

.l-03 {
    background-image: url("../images/top_recruit_back3.jpg");
}

.c-card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 1.5em;
}

.c-card h2+p {
    text-align: left;
}

.icon {
    padding: 4em 0;
    color: #009fe8;
}

.l-footer {
    background: #dbdbdc;
    position: relative;
    z-index: 100;
    padding: 50px 0 20px;
}

.l-footer-lower {
    background: #fff;
    padding: 20px 30px;
}

.l-footer--inner {}

.l-footer__inner__logo {
    margin-bottom: 30px;
}

.l-footer__inner__logo {
    width: 180px;
    margin-bottom: 20px;
}

.l-footer__inner__lower-logo {
    width: 5vw;
}

.l-footer__inner__lower-logo img {
    vertical-align: middle;
}

.l-footer-lower-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-footer_lower_navi {
    display: none;
}

.l-footer address {
    font-style: normal;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
    font-size: 3.2vw;
}

.l-footer address+p {
    text-decoration: none;
    letter-spacing: 0.2em;
    font-size: 3.2vw;
}

.l-footer small {
    display: block;
    /* font-family: "Adam Bold"; */
    letter-spacing: 0.2em;
    font-size: 3.2vw;
    text-align: right;
    margin-top: 60px;
}

.l-footer-lower small {
    display: block;
    letter-spacing: 0.2em;
    font-size: 3.2vw;
    text-align: right;
    margin-top: 0;
}

.l-footer__inner__lower-logo {
    width: 35px;
}

.c-footer_nav li {
    display: inline-block;
    margin: 0 1em;
}

.c-footer_nav {
    margin-bottom: 2em;
}

.c-footer_nav li a {
    color: #fff;
}

.c-footer-sns {
    display: flex;
    margin-left: 7em;
}

.c-footer-sns li {
    list-style: none;
    margin-right: 1em;
}

.c-footer-sns li a {
    color: #333;
}

.l-copyright {
    color: #fff;
}


/* lower
--------------------------------------------------------- */

.l-mv {
    background: #ccc center top;
    background-size: cover;
}

.services .l-mv {
    background-image: url("../images/services_mv.jpg")
}

.company .l-mv {
    background-image: url("../images/company_mv.jpg")
}

.access .l-mv {
    background-image: url("../images/access_mv.jpg")
}

.c-lower-title {
    font-family: "Adam Bold";
    font-size: 5vw;
    text-align: center;
    letter-spacing: 0.2em;
}

.timeline {
    max-width: 640px;
    margin: 0 auto;
    font-size: 14px;
}

.timeline>li {
    overflow: hidden;
    margin: 0;
    position: relative;
}

.timeline-date {
    width: 100px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.timeline-content {
    width: 56%;
    float: left;
    border-left: 3px #ddd solid;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #00254f;
    position: absolute;
    left: 96px;
    top: 29px;
    border-radius: 100%;
}

.schejule .timeline-content {
    padding-top: 26px;
}

.bg-ani {
    background: #1b94d3;
}

.labelAni {
    height: 100%;
    display: block;
    position: relative
}

.labelAni img {
    opacity: 0
}

.labelAni span {
    content: "";
    display: block;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.labelAni.active {
    overflow: hidden
}

.labelAni.active img {
    opacity: 1;
    -webkit-animation: .8s .5s both image-intro;
    animation: .8s .5s both image-intro
}

.labelAni.active span {
    width: 100%;
    height: 100%;
    -webkit-animation: .8s 0s forwards background-intro;
    animation: .8s 0s forwards background-intro
}

@-webkit-keyframes background-intro {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(105%);
        transform: translateX(105%)
    }
}

@keyframes background-intro {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(105%);
        transform: translateX(105%)
    }
}

@-webkit-keyframes image-intro {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes image-intro {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/* about
--------------------------------------------------------- */
.l-about-inner {}

.l-about-inner a,
.l-about-inner-column a {
    text-decoration: none;
    color: #fff;
    display: block;
}

.c-about-title {
    font-family: "Adam Bold";
    font-size: 3.3vw;
    letter-spacing: 0.2em;
}

.l-about-full {
    background: url(../images/about/about_top_philosophy.jpg) no-repeat;
    background-size: cover;
}

.l-about-full>a {
    width: 100%;
    height: 40vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-about-full>a:hover,
.l-about-team>a:hover,
.l-about-partner>a:hover {
    backdrop-filter: blur(12px);
    transition: all .3s;
}

.l-about-inner-column {
    display: flex;
    width: 100%;

}

.l-about-team {
    background: url(../images/about/about_top_teams.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    flex-basis: 60%;
}

.l-about-team>a {
    width: 100%;
    height: 48vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l-about-partner {
    background: url(../images/about/about_top_partners.jpg) no-repeat;
    background-size: cover;
    flex-basis: 40%;
}

.l-about-partner>a {
    width: 100%;
    height: 48vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* works
--------------------------------------------------------- */
.c-works-list-title {
    font-family: "Adam Bold";
    font-size: 4vw;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1.3;
}

.c-works-list-title span {
    display: block;
    font-size: 2vw;
    color: #999;
}

.c-works-lead {
    font-size: 3vw;
    line-height: 3;
    letter-spacing: 0.3em;
}

.c-works-lead02 {
    line-height: 2.2;
}

.c-works-lead__story {
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.c-works-lead-en {
    letter-spacing: 0.2em !important;
}

.c-works-lead-adjust {
    padding-left: 6vw;
}

.c-works-lead-center .c-works-lead-adjust {
    padding-left: 0;
}

.c-works-photo {
    margin-bottom: 2vw;
}

.c-works-lead-div {
    display: flex;
    align-items: center;
    margin-bottom: 2vw;
}

.c-works-lead-div div {
    flex-basis: 50%;
}

.l-white-box {
    padding: 30px 0px;
}

.l-white-box .col {
    padding: 0 10px;
    box-sizing: border-box;
}

.c-voyage-title {
    font-size: 4vw;
    letter-spacing: 0.2em;
    margin-bottom: 10vw;
    line-height: 1.7;
}

.c-voyage-photo {
    margin-bottom: 10vw;
}

.c-voyage-photo__sm {
    padding: 0 20vw;
}

.c-detail-text {
    line-height: 1.5;
}

.l-arrow_sp {
    padding: 8vw 0 !important;
}

/* team
--------------------------------------------------------- */
.l-team-box {
    margin-bottom: 60px;
}

.l-team-box .col {
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.c-team-role {
    font-family: "Adam Bold";
    letter-spacing: 0.2em;
    font-size: 1.4rem;
    margin-bottom: -1vw;
}

.c-team-title {
    font-size: 4.5vw;
    letter-spacing: 0.2em;
    margin: 3vw 0;
    line-height: 1.5;
}

.c-team-title span {
    font-size: 1.2rem;
    margin-left: 1em;
}

.c-team-text {
    font-size: 1.36rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

/* partner
--------------------------------------------------------- */
.c-partner_photo {
    padding: 0 14vw;
}

/* philosophy
--------------------------------------------------------- */
.bg_philosophy {
    background-image: url(../images/about/about_philosophy.jpg);
    background-size: cover;
    background-position: center center;
}

.phi_logo,
.phi_sym {
    text-align: center;
    margin-bottom: 5rem;
    padding: 0 8vw;
}

.phi_logo img {
    width: 30rem;
}

.phi_sym img {
    width: 11rem;
}

/* contact
--------------------------------------------------------- */
.c-common-box {
    text-align: center;
    padding: 10vw 0;
}

.c-common-box h1 {
    font-size: 4vw;
    letter-spacing: 0.2em;
    font-weight: normal;
    margin-bottom: 5rem;
}

.c-common-box address {
    font-style: normal;
    margin-bottom: 7rem;
    letter-spacing: 0.2em;
}

.c-common-box address+p {
    margin-bottom: 2rem;
}

.c-contact-btn a {
    text-decoration: none;
    letter-spacing: 0.2em;
    border: 1px solid #a8a8a8;
    width: 50vw;
    margin: 0 auto;
    line-height: 50px;
    display: block;
    font-size: 3vw;
}

.c-contact-btn a:hover {
    opacity: 0.8;
    transition: all .3s;
}

/* blog
--------------------------------------------------------- */

.c-blog {
    margin-bottom: 60px;
}

.c-blog_contents {
    margin-bottom: 60px;
}

.c-blog_time {
    margin-right: 1em;
}

.c-blog_list {}

.c-blog_list li {
    list-style: none;
}

.c-blog_list li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ddd;
    position: relative;
    line-height: 2.5;
}

.c-blog_list li a span {
    position: absolute;
    right: 0;
}

.c-blog_btn {
    display: flex;
    justify-content: space-between;
}

.c-blog_prev a,
.c-blog_next a {
    display: block;
    border: 1px solid #ddd;
    text-decoration: none;
    padding: 1em 0.5em;
}

.c-blog_prev a:before {
    content: "＜";
}

.c-blog_next a:after {
    content: "＞";
}

.c-blog_read {
    padding: 30px 0;
    text-align: right;
}

.c-blog_read a {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 0.2em 0.5em;
}

.c-blog_read a:before {
    content: "＞";
}

.page_nation {
    text-align: center;
}

.page_nation li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border: 1px #ccc solid;
    color: #000053;
    border-radius: 5px / 5px;
}

.page_nation .pre {
    background-color: #ccc;
    color: #333;
}

.page_nation .this {
    background-color: #009fe8;
    color: #fff;
}

.page_nation li a {
    display: block;
    text-decoration: none;
    border-radius: 5px / 5px;
}

.page_nation li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #009fe8;
}


/* privacy
--------------------------------------------------------- */

.privacy_list {
    text-align: center;
    margin: 4em 0;
}

.privacy_list dt {
    font-size: 18px;
}

.privacy_list dd {
    margin-bottom: 2em;
}


/* security
--------------------------------------------------------- */

.c-security_policy {
    max-width: 640px;
    margin: 0 auto;
}

.c-security_policy li {
    margin-bottom: 1em;
}


/* table
--------------------------- */

.l-table {
    width: 100%;
    box-sizing: border-box;
    margin: 2em 0;
}

.l-table th,
.l-table td {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    display: block;
    box-sizing: border-box;
    text-align: center;
}

.l-table th {
    vertical-align: middle;
    background: #eee;
}

.l-table__bag {
    width: 100%;
    box-sizing: border-box;
    margin: 2em 0;
    font-size: 3vw;
}

.l-table__bag th {
    width: 6em;
    font-weight: normal;
    text-align: left;

}

.l-table__bag td {
    padding-left: 0;
}

.l-table__bag tr:last-child td {
    padding-left: 0;
    padding-top: 1em;
}

/* form
--------------------------- */

.c-input {
    border: 1px solid #ddd;
    padding: 1em;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}

.c-textarea {
    border: 1px solid #ddd;
    padding: 1em;
    max-width: 20em;
    min-height: 10em;
    overflow-y: auto;
    box-sizing: border-box;
}

.c-btn a,
.c-btn input[type="submit"] {
    width: 250px;
    margin: 20px auto;
    text-align: center;
    display: block;
    line-height: 60px;
    text-decoration: none;
    border: 1px solid #009fe8;
    color: #009fe8;
    background: #fff;
    transition: all .3s;
}

.c-btn a:hover,
.c-btn input[type="submit"]:hover {
    background: #009fe8;
    color: #fff;
}


/*------------
pagetop
------------*/

#c-pageTop {
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 9000;
}

#c-pageTop a {
    display: block;
    padding: 8px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #009fe8;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
}

#c-pageTop a:hover {
    opacity: 0.7;
}

@media only screen and (min-width: 950px) {

    /*670px*/
    .col {
        float: left;
        margin-right: 2.5641%;
    }

    .col:last-child {
        margin-right: 0;
    }

    .col_rev {
        float: right !important;
        margin-right: 0 !important;
        margin-left: 2.5641%;
        text-align: right;
    }

    .col_rev:last-child {
        margin-left: 0;
    }

    .col1 {
        width: 5.9829%;
    }

    .col2 {
        width: 14.5299%;
    }

    .col3 {
        width: 23.0769%;
    }

    .col4 {
        width: 31.6239%;
    }

    .col5 {
        width: 40.1709%;
    }

    .col6 {
        width: 48.7179%;
    }

    .col7 {
        width: 57.2649%;
    }

    .col8 {
        width: 65.8119%;
    }

    .col9 {
        width: 74.3589%;
    }

    .col10 {
        width: 82.9059%;
    }

    .col11 {
        width: 91.4529%;
    }

    .col12 {
        width: 100%;
    }

    .row {
        margin-bottom: 60px;
    }

    .spMb30 {
        margin-bottom: 0 !important;
    }

    .c-break02 {
        display: inline-block;
    }

    .m60 {
        margin-bottom: 60px !important;
    }

    .m80 {
        margin-bottom: 80px !important;
    }

    .mt80 {
        margin-top: 80px !important;
    }

    .pt80 {
        padding-top: 80px !important;
    }

    .pt160 {
        padding-top: 160px !important;
    }

    .m160 {
        margin-bottom: 160px !important;
    }

    .qt {
        padding-top: 0;
    }

    /* ---------------------------------------------------
 Layout
--------------------------------------------------- */
    /* header
--------------------------------------------------------- */
    .l-header__inner {
        padding: 0 20px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .l-header__inner__logo {
        width: 150px;
        margin: 0;
    }

    .l-header__inner__logo img {
        width: 100%;
    }

    /* navigation
--------------------------------------------------------- */
    .l-header__nav {
        display: block !important;
        margin: 0;
    }

    .l-gnav {
        float: right;
        display: flex;
    }

    .l-gnav__list a {
        display: block;
        text-decoration: none;
        line-height: 60px;
        text-align: center;
        padding: 0 2em;
        width: auto;
    }

    .l-gnav__list.l-gnav__list--inqyiry a {
        padding: 0 3em;
        margin-left: 50px;
        background: #009fe8;
    }

    #navControl {
        display: none;
    }

    .gnav {
        width: 450px;
    }

    .sp_navi_title {
        margin-bottom: 1em;
    }

    .sp_navi_title a {
        font-size: 18px;
    }

    .gnav_child {
        padding-left: 2em;
    }

    .gnav_child li::before {

        margin-right: 1em;
    }

    /* mv
--------------------------------------------------------- */
    .slide000 {
        background-image: url('../images/230410/PC_Top/PC_Top_01.jpg');
    }

    .slide111 {
        background-image: url('../images/230410/PC_Top/PC_Top_02.jpg');
    }

    .slide01 {
        background-image: url('../images/mv01.jpg');
    }

    .slide02 {
        background-image: url('../images/mv02.jpg');
    }

    .slide03 {
        background-image: url('../images/mv03.jpg');
    }

    .slide04 {
        background-image: url('../images/mv04.jpg');
    }

    .slide05 {
        background-image: url('../images/mv05.jpg');
    }

    .slide_works000 {
        background-image: url('../images/230410/PC_Works/PC_works_01.jpg');
        background-position: center center;
    }

    .slide_works111 {
        background-image: url('../images/230410/PC_Works/PC_works_02.jpg');
        background-position: center center;
    }

    .slide_works222 {
        background-image: url('../images/230410/PC_Works/PC_works_03.jpg');
        background-position: center center;
    }

    .slide_works01 {
        background-image: url('../images/works_mv01.jpg');
        background-position: center center;
    }

    .slide_works02 {
        background-image: url('../images/works_mv02.jpg');
        background-position: center center;
    }

    .slide_works03 {
        background-image: url('../images/works_mv03.jpg');
        background-position: center center;
    }

    .slide_works04 {
        background-image: url('../images/works_mv04.jpg');
        background-position: center center;
    }

    .slide_works05 {
        background-image: url('../images/works_mv05.jpg');
        background-position: center center;
    }

    /* arrow
--------------------------------------------------------- */
    .btnarrow a {
        font-size: 1.8rem;
    }

    .btnarrow-prev {
        margin-left: 4.5em;
    }

    .btnarrow-prev a {
        position: relative;
        display: inline-block;
        padding: 0 20px;
        color: #333;
        text-decoration: none;
        outline: none;
        font-size: 1.8rem;
        letter-spacing: 0.16em;
    }

    .btnarrow-prev a::before {
        content: '';
        position: absolute;
        bottom: 13px;
        left: -4em;
        width: 4em;
        height: 1px;
        background: #333;
        transition: all .3s;
    }

    .btnarrow-prev a::after {
        content: '';
        position: absolute;
        bottom: 18px;
        left: -75px;
        width: 15px;
        height: 1px;
        background: #333;
        transform: rotate(135deg);
        transition: all .3s;
    }

    .btnarrow-prev a:hover::before {
        left: -4.5em;
    }

    .btnarrow-prev a:hover::after {
        left: -4.7em;
    }

    .btnarrow-next {
        margin-right: 4.5em;
    }

    .btnarrow-next a {
        position: relative;
        display: inline-block;
        padding: 0 20px;
        color: #333;
        text-decoration: none;
        outline: none;
        font-size: 1.8rem;
        letter-spacing: 0.16em;
    }

    .btnarrow-next a::before {
        content: '';
        position: absolute;
        bottom: 13px;
        right: -4em;
        width: 4em;
        height: 1px;
        background: #333;
        transition: all .3s;
    }

    .btnarrow-next a::after {
        content: '';
        position: absolute;
        bottom: 18px;
        right: -75px;
        width: 15px;
        height: 1px;
        background: #333;
        transform: rotate(45deg);
        transition: all .3s;
    }

    .btnarrow-next a:hover::before {
        right: -4.5em;
    }

    .btnarrow-next a:hover::after {
        right: -4.7em;
    }

    /* base layout
--------------------------------------------------------- */
    .c-title--head {
        font-size: 2.5rem;
        line-height: 2;
        margin-bottom: 40px;
    }

    .c-title--head__sk {
        font-size: 3rem;
        line-height: 1.2;
        margin-bottom: 60px;
    }

    .c-right {
        text-align: right;
    }

    .c-left {
        text-align: left;
    }

    .c-break {
        display: inline;
    }

    .c-break03 {
        display: none;
    }

    .l-container {
        margin: 130px 0;
    }

    .l-blog {
        margin: 0 !important;
    }

    .l-inner {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .l-mid-inner {
        max-width: 900px;
        padding: 0 20px;
        margin: 0 auto 40px;
    }

    .l-lower-inner {
        max-width: 900px;
        padding: 0 20px;
        margin: 0 auto 40px;
    }

    .l-full-inner {
        width: 100% !important;
        position: relative;
    }

    .c-vertical-title {
        top: -30px;
        left: -100px;
    }

    .c-vertical-title--full {
        top: 60px;
        left: -100px;

    }

    .c-poem {
        font-size: 1.7rem;
    }

    .c-works-title {
        font-size: 3.2rem;
    }

    .c-works-text {
        font-size: 1.2rem;
    }

    .c-title--head--center {
        text-align: center;
    }

    .l-top-about .col {
        padding: 0 20px;
        box-sizing: border-box;
    }

    .c-works-explain {
        bottom: 100px;
        left: 100px;
        color: #333;
    }

    .c-works-explain_02 {
        color: #555;
    }

    /* .c-works-explain_02 {
        color: #777;
    } */


    .c-works-title {
        font-size: 3.2rem;
    }

    .c-works-text {
        font-size: 1.2rem;
    }

    .c-title--head--center {
        text-align: center;
    }

    .c-list-contents {
        margin-left: 1em;
    }

    .l-company {
        margin-bottom: 0;
    }

    .c-title--head--center {
        text-align: center;
    }

    .c-list-news {
        text-align: left;
        margin-bottom: 60px;
        padding: 0;
    }

    .c-list-news__item {
        list-style: none;
        margin-bottom: 2em;
        padding-bottom: 3em;
    }

    .c-list-news__item a::after {
        content: '';
        width: 35px;
        height: 35px;
        border: 0px;
        border-top: solid 1px #666666;
        border-right: solid 1px #666666;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 40px;
        margin-top: -4px;
    }

    .c-list-news__item a:hover::after {
        right: 30px;
        transition: all 0.5s ease;
    }

    .c-list-news__date {
        display: inline;
    }

    .c-list-news-title {
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .c-list-news-text {
        font-size: 1.2rem;
        padding-right: 9em;
    }

    .c-news-title {
        font-size: 1.8rem;
        margin-bottom: 1.5em;
    }

    .c-news-text {
        font-size: 1.2rem;
    }

    .c-list-news__category {
        display: inline-block;
        margin: 0 1em 0 3em;
    }

    .c-text--center {
        text-align: center;
    }

    .c-text--right {
        text-align: right;
    }

    .c-vcenter {
        display: flex;
        align-items: center;
    }

    .c-vcenter-rev {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    .twoway {
        float: right !important;
    }

    .spread_back {}

    .l-top-example .col {
        border: none;
    }

    .l-footer {
        padding: 100px 0 20px;
    }

    .l-footer-lower {
        padding: 40px 0;
    }

    .l-footer--inner {
        padding: 0;
    }

    .l-footer-lower-inner {
        width: 1170px;
        margin: 0 auto;
    }

    .c-footer_lower_navi {
        display: block;
    }

    .c-footer_lower_navi ul {
        display: flex;
        font-family: "Adam Bold";
    }

    .c-footer_lower_navi ul li {
        margin-right: 2em;
    }

    .c-footer_lower_navi ul li a {
        text-decoration: none;
        color: #333;
        font-size: 1.4rem;
        letter-spacing: 0.2em;
    }

    .c-footer-sns {
        display: flex;
        margin-left: 13em;
    }

    .l-footer address {
        font-size: 1.3rem;
    }

    .l-footer address+p {
        font-size: 1.3rem;
    }

    .l-footer small {
        font-size: 1.3rem;
    }

    /* lower
--------------------------------------------------------- */
    .c-lower-title {
        font-size: 2.9rem;
    }

    .c-vision_title {
        background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 30px;
        color: #fff;
        border-radius: 50%;
        margin: 0;
    }

    .l-recruit {
        background-image: url("../images/top_recruit_back.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 300px;
        background-attachment: fixed;
        color: #fff;
    }

    .c-vision_text {
        font-size: 18px;
        font-weight: bold;
        height: 100px;
        display: flex;
        align-items: center;
        color: #888;
        text-align: left;
        margin-left: -1em;
    }

    .timeline {
        max-width: 640px;
        margin: 0 auto;
    }

    .timeline>li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .timeline-date {
        width: 30%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .timeline-content {
        width: 66%;
        float: left;
        border-left: 3px #e5e5d1 solid;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #00254f;
        position: absolute;
        left: 187px;
        top: 29px;
        border-radius: 100%;
    }

    .schejule .timeline-content {
        padding-top: 26px;
    }

    .timeline {
        max-width: 640px;
        margin: 0 auto;
        font-size: 16px;
    }

    .timeline>li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .timeline-date {
        width: 30%;
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .timeline-content {
        width: 66%;
        float: left;
        border-left: 3px #ddd solid;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .timeline-content:before {
        content: '';
        width: 12px;
        height: 12px;
        background: #00254f;
        position: absolute;
        left: 187px;
        top: 29px;
        border-radius: 100%;
    }

    .schejule .timeline-content {
        padding-top: 26px;
    }

    /* about
    --------------------------------------------------------- */

    .c-about-title {
        font-size: 2.9rem;
    }

    /* team
    --------------------------------------------------------- */
    .l-team-box .col {
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 60px;
        margin-bottom: 0;
    }

    .c-team-role {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .c-team-title {
        font-size: 2.08rem;
        margin: 0 0 20px 0;
    }

    .c-team-title span {
        font-size: 1.2rem;
        margin-left: 1em;
    }

    .c-team-text {
        font-size: 1.36rem;
        line-height: 1.6;
        letter-spacing: 0.1em;
    }

    /* partner
    --------------------------------------------------------- */
    .c-partner_photo {
        padding: 0;
    }

    /* works
    --------------------------------------------------------- */
    .c-works-list-title {
        font-size: 2.9rem;
    }

    .c-works-list-title span {
        font-size: 1.4rem;
    }

    .c-works-lead {
        font-size: 1.8rem;
    }

    .c-works-lead__story {
        font-size: 1.6rem;
    }

    .c-works-lead-adjust {
        padding-left: 60px;
    }

    .c-works-lead-adjust02 {
        padding-right: 60px;
    }

    .c-works-lead-adjust03 {
        padding-left: 30px;
    }

    .c-works-lead-adjust02 .c-title--head {
        letter-spacing: 0.05em;
    }

    .c-works-lead-center {
        display: flex;
        align-items: center;
    }

    .c-works-photo {
        margin-bottom: 20px;
    }

    .c-works-lead-div {
        margin-bottom: 30px;
    }

    .l-white-box {
        padding: 60px 30px;
    }

    .l-white-box .col {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .c-voyage-title {
        font-size: 2.08rem;
        letter-spacing: 0.2em;
        margin-bottom: 20px;
    }

    .c-voyage-photo {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .c-voyage-photo__sm {
        padding: 0 0 0 40px;
    }

    .c-works-lead-center .c-voyage-photo {
        margin-bottom: 0;
    }

    .c-detail-text {
        line-height: 1.8;
    }

    .l-arrow_sp {
        padding: 30px 0 !important;
    }

    /* philosophy
    --------------------------------------------------------- */
    .phi_logo,
    .phi_sym {
        padding: 0;
    }

    /* contact
    --------------------------------------------------------- */
    .c-common-box {
        padding: 100px 0;
    }

    .c-common-box h1 {
        font-size: 2.2rem;
        margin-bottom: 5rem;
    }

    .c-contact-btn a {
        width: 26rem;
        font-size: 1.5rem;
    }

    /* table
--------------------------- */

    .l-table__bag {
        font-size: 1.8rem;
    }
}