@charset "UTF-8";
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
    -moz-transform: translateY(100px);
         transform: translateY(100px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 769px), print {
  .mv_slide {
    position: relative;
  }
  .mv_slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mv_slide_link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mv_slide_link:hover img, .mv_slide_link:hover .keyword01_list, .mv_slide_link:hover .mv_ttl {
    opacity: .8;
  }
  .mv_slide_link:hover .mv_btn_item01 {
    opacity: .8;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
  }
  .mv_slide_link:hover .mv_btn_item01:before {
    border-top: solid 2px #000;
    border-right: solid 2px #000;
  }
  .mv_slide_link:hover .mv_btn_item02 {
    opacity: .8;
    margin-left: 32px;
  }
  /* 記事4の人物画像調整 */
  .slide04 {
    position: relative;
  }
  .slide04 .mv04_item {
    width: 200px;
    height: auto;
    position: absolute;
    bottom: 245px;
    left: -webkit-calc(100% - (50% + 500px));
    left: -moz-calc(100% - (50% + 500px));
    left: calc(100% - (50% + 500px));
  }
  /* 記事4の人物画像調整 */
}

@media screen and (min-width: 769px) and (min-width: 1300px) {
  .slide04 .mv04_item {
    width: 224px;
    bottom: 266px;
    left: -webkit-calc(100% - (50% + 500px));
    left: -moz-calc(100% - (50% + 500px));
    left: calc(100% - (50% + 500px));
  }
}

@media screen and (min-width: 769px), print {
  /* 記事4の人物画像調整 */
}

@media screen and (min-width: 769px) and (min-width: 1600px) {
  .slide04 .mv04_item {
    width: 300px;
    bottom: 266px;
    left: -webkit-calc(100% - (50% + 500px));
    left: -moz-calc(100% - (50% + 500px));
    left: calc(100% - (50% + 500px));
  }
}

@media screen and (min-width: 769px), print {
  /* 記事4の人物画像調整 */
}

@media screen and (min-width: 769px) and (min-width: 1900px) {
  .slide04 .mv04_item {
    width: 400px;
    bottom: 266px;
    left: -webkit-calc(100% - (50% + 500px));
    left: -moz-calc(100% - (50% + 500px));
    left: calc(100% - (50% + 500px));
  }
}

@media screen and (min-width: 769px), print {
  .mv_box {
    position: absolute;
    bottom: 32px;
    left: -webkit-calc(100% - (50% + 500px));
    left: -moz-calc(100% - (50% + 500px));
    left: calc(100% - (50% + 500px));
    color: #fff;
  }
  .mv_ttl {
    font-size: 3.6rem;
    letter-spacing: 0.18rem;
    line-height: 1.3;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mv_btn {
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mv_btn_item01 {
    width: 278px;
    height: 49px;
    border: 1px solid #fff;
    -moz-border-radius: 25px;
         border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 1.6rem;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  .mv_btn_item01:before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 26px;
    -webkit-transform: rotate(45deg) translateY(-50%);
       -moz-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mv_btn_item02 {
    width: 151px;
    height: 30px;
    margin-left: 24px;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mv_btn_item02:before {
    content: "";
    width: 18px;
    height: 14px;
    background: url(../images/movie_icon_pc.png) no-repeat center/cover;
    margin-right: 5px;
  }
  .mv_btn_item02:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -18px;
    border: 8px solid transparent;
    border-right: 12px solid #fff;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .description {
    margin-top: 70px;
    margin-bottom: 91px;
  }
  .description_ttl img {
    width: 367px;
    height: auto;
  }
  .description_txt {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.14rem;
    line-height: 1.7;
    margin-top: 60px;
  }
  .keyword01_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .keyword01_list li {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.12rem;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .keyword02_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .keyword02_list li {
    min-width: 184px;
    margin-bottom: 15px;
  }
  .keyword02_list li:not(:nth-of-type(5n)) {
    margin-right: 18px;
  }
  .keyword02_link {
    padding: 14px 24px 12px;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 25px;
         border-radius: 25px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .keyword02_link:hover {
    background-color: #1e9ea9;
    color: #fff;
  }
  .keyword02_link.active {
    background-color: #1e9ea9;
    color: #fff;
  }
  .keyword03_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
  }
  .keyword03_list li {
    margin-bottom: 8px;
    margin-left: 5px;
  }
  .keyword03_list li a {
    margin-right: 0;
    padding: 1px 5px 0;
    font-weight: 500;
    color: #1e9ea9;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 12px;
         border-radius: 12px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .keyword03_list li a:hover {
    background-color: #1e9ea9;
    color: #fff;
  }
  .future .column {
    min-height: 460px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-top: 31px;
    padding-bottom: 41px;
    margin-top: 15px;
    background: url(../images/bg_pc.jpg) repeat top left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* ムービーアイコン */
    /* 公開予定 */
  }
  .future .column_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
  }
  .future .column_list__item {
    width: 320px;
    min-height: 369px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 18px;
    margin-left: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
  }
  .future .column_link {
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .future .column_link p {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.16rem;
    text-align: justify;
    line-height: 1.7;
    margin-top: 14px;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .future .column_link img {
    width: 280px;
    height: 180px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .future .column_link:hover img {
    opacity: .7;
  }
  .future .column_link:hover p {
    opacity: .7;
  }
  .future .column .movie_icon {
    display: block;
    position: relative;
  }
  .future .column .movie_icon:before {
    content: "";
    width: 18px;
    height: 14px;
    background: url(../images/movie_icon_pc.png) no-repeat center/cover;
    position: absolute;
    top: 150px;
    right: 116px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .future .column .movie_icon:after {
    content: "動画もCHECK!";
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 147px;
    height: 25px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-left: 25px;
    background-color: #fff;
    position: absolute;
    top: 144px;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .future .column .movie_icon:hover:before {
    opacity: .7;
  }
  .future .column .movie_icon:hover:after {
    opacity: .7;
  }
  .future .column .coming_soon {
    display: block;
    position: relative;
  }
  .future .column .coming_soon:before {
    content: "";
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.14rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 161px;
    height: 33px;
    background-color: rgba(30, 158, 169, 0.65);
    position: absolute;
    top: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .future .column .coming_soon:hover {
    cursor: default;
  }
  .future .column .coming_soon:hover img {
    opacity: 1;
  }
  .future .column .coming_soon:hover p {
    opacity: 1;
  }
  .future .column .coming01:before {
    content: "2月下旬公開予定";
  }
  .future .column .coming02:before {
    content: "3月公開予定";
  }
  /* MVスライダー */
  .future_swiper {
    overflow: hidden;
  }
  .future_swiper .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .future_swiper .swiper-wrapper .swiper-slide .mv_box {
    position: absolute;
    bottom: 32px;
    left: -webkit-calc(100% - (50% + 500px));
    left: -moz-calc(100% - (50% + 500px));
    left: calc(100% - (50% + 500px));
  }
  .future_swiper .swiper-wrapper .swiper-slide-active .mv_box {
    -webkit-animation-name: fade-in;
       -moz-animation-name: fade-in;
            animation-name: fade-in;
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1s;
       -moz-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .column {
    padding-top: 60px;
    padding-bottom: 24px;
    background: #f7f7f7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* ムービーアイコン */
    /* 公開予定 */
  }
  .column_list__item {
    width: 320px;
    min-height: 369px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 18px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
  }
  .column_link {
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .column_link p {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.16rem;
    text-align: justify;
    line-height: 1.7;
    margin-top: 14px;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .column_link img {
    width: 280px;
    height: 180px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .column_link:hover img {
    opacity: .7;
  }
  .column_link:hover p {
    opacity: .7;
  }
  .column .movie_icon {
    display: block;
    position: relative;
  }
  .column .movie_icon:before {
    content: "";
    width: 18px;
    height: 14px;
    background: url(../images/movie_icon_pc.png) no-repeat center/cover;
    position: absolute;
    top: 150px;
    right: 116px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .column .movie_icon:after {
    content: "動画もCHECK!";
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.14rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 147px;
    height: 25px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-left: 25px;
    background-color: #fff;
    position: absolute;
    top: 144px;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .column .movie_icon:hover:before {
    opacity: .7;
  }
  .column .movie_icon:hover:after {
    opacity: .7;
  }
  .column .coming_soon {
    display: block;
    position: relative;
  }
  .column .coming_soon:before {
    content: "";
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.14rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 161px;
    height: 33px;
    background-color: rgba(30, 158, 169, 0.65);
    position: absolute;
    top: 75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .column .coming_soon:hover {
    cursor: default;
  }
  .column .coming_soon:hover img {
    opacity: 1;
  }
  .column .coming_soon:hover p {
    opacity: 1;
  }
  .column .coming01:before {
    content: "2月下旬公開予定";
  }
  .column .coming02:before {
    content: "3月公開予定";
  }
  /* コラムスワイパー */
  .column_swiper {
    width: 1000px !important;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
  }
  .column_swiper .button_wrap {
    min-width: 228px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .column_swiper .swiper-button-next, .column_swiper .swiper-button-prev {
    width: 38px;
    height: 38px;
    background: none;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 50%;
         border-radius: 50%;
    cursor: pointer;
    position: relative;
  }
  .column_swiper .swiper-button-next:before, .column_swiper .swiper-button-prev:before {
    content: "";
    width: 36px;
    height: 1px;
    background: #1e9ea9;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .column_swiper .swiper-button-next:after, .column_swiper .swiper-button-prev:after {
    content: "";
    height: 1px;
    width: 10px;
    background: #1e9ea9;
    position: absolute;
    top: 14px;
  }
  .column_swiper .swiper-button-next:before {
    left: -50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .column_swiper .swiper-button-next:after {
    left: 10px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .column_swiper .swiper-button-next:hover:before {
    left: 50%;
  }
  .column_swiper .swiper-button-next:hover:after {
    left: 46px;
  }
  .column_swiper .swiper-button-prev:before {
    right: -50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .column_swiper .swiper-button-prev:after {
    right: 10px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .column_swiper .swiper-button-prev:hover:before {
    right: 50%;
  }
  .column_swiper .swiper-button-prev:hover:after {
    right: 46px;
  }
  .column_swiper .swiper-pagination {
    width: 60px;
    font-size: 1.6rem;
    position: absolute;
    top: 410px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .column_item {
    padding-bottom: 60px;
    /* personリンク */
    /* ワークライフバランス */
  }
  .column_item .row {
    width: 800px;
  }
  .column_item .ttl .row {
    width: 1000px;
  }
  .column_item .description {
    margin-top: 40px;
    margin-bottom: 52px;
  }
  .column_item .description_txt {
    margin-top: 0;
  }
  .column_item .description_txt p {
    margin-top: 35px;
  }
  .column_item .movie .row {
    width: 650px;
  }
  .column_item .movie_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .column_item .movie_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .column_item .person_link {
    margin: 70px 0 10px;
  }
  .column_item .person_link a {
    width: 100%;
    height: 76px;
    color: #fff;
    background-color: #38a5af;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.18rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .column_item .person_link a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: rotate(45deg) translateY(-50%);
       -moz-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .column_item .person_link a:hover {
    opacity: .7;
  }
  .column_item .person_link a:hover:after {
    right: 26px;
  }
  .column_item .worklife_box {
    padding: 59px 0 0;
  }
  .column_item .worklife_box h3 {
    color: #1e9ea9;
    padding: 0 0 6px 0;
    margin-bottom: 39px;
    border-bottom: 1px solid #1e9ea9;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.17rem;
    line-height: 1.5;
  }
  .column_item .worklife_box dl {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0 0 0 10px;
  }
  .column_item .worklife_box dl:not(:first-of-type) {
    margin-top: 43px;
  }
  .column_item .worklife_box dt {
    font-weight: bold;
    padding: 0 0 0 17px;
    letter-spacing: 0.14rem;
    line-height: 1.6;
    border-left: 3px solid #1e9ea9;
  }
  .column_item .worklife_box dd {
    margin-top: 14px;
    letter-spacing: 0.16rem;
    line-height: 1.6;
  }
  .another-column {
    /* 共通のTOPバー */
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.12rem;
    line-height: 1.7;
    /* 共通のTOPバー ここまで*/
    /* 記事6をベースに設定 */
    /* チャプター */
  }
  .another-column .column-ttl {
    width: 100%;
    height: 80px;
    padding: 0 50px;
    border-top: 1px solid #c7c7c7;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-column .column-ttl h2 {
    line-height: 0;
  }
  .another-column .column-ttl h2 img {
    width: 172px;
    height: auto;
  }
  .another-column .return-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .another-column .return-btn_txt {
    font-size: 1.8rem;
    font-weight: 500;
    margin-right: 32px;
  }
  .another-column .return-btn .btn-arrow {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
  }
  .another-column .return-btn .btn-arrow:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #1e9ea9;
    position: absolute;
    top: 56%;
    left: 2px;
    -webkit-transform: translateY(-50%) translateX(-50%);
       -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .another-column .return-btn .btn-arrow:after {
    content: "";
    height: 1px;
    width: 10px;
    background: #1e9ea9;
    position: absolute;
    top: 10px;
    left: 8px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .another-column .return-btn:hover {
    opacity: .6;
  }
  .another-column .return-btn:hover .btn-arrow:before {
    left: 28px;
  }
  .another-column .return-btn:hover .btn-arrow:after {
    left: 34px;
  }
  .another-column .column-mv img {
    width: 100%;
    height: auto;
  }
  .another-column .bg {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #dfeced;
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .another-column .inner {
    width: 1000px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 100px;
    padding-top: 50px;
    background-color: #fff;
  }
  .another-column .desc {
    margin-bottom: 50px;
  }
  .another-column .chapter-list {
    width: 100%;
    margin-top: 52px;
    padding-bottom: 60px;
    border-top: 1px solid #c7c7c7;
  }
  .another-column .chapter-list li {
    width: 100%;
    height: 108px;
    border-bottom: 1px solid #c7c7c7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-column .chapter-link {
    display: block;
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-column .chapter-link__contents {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-column .chapter-link__contents img {
    width: 69px;
    height: auto;
  }
  .another-column .chapter-link p {
    margin-left: 27px;
    font-size: 2.6rem;
    letter-spacing: 0.18rem;
  }
  .another-column .chapter-link .btn-arrow {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-right: 20px;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
  }
  .another-column .chapter-link .btn-arrow:before {
    content: "";
    width: 36px;
    height: 1px;
    background: #1e9ea9;
    position: absolute;
    top: 50%;
    left: -50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .another-column .chapter-link .btn-arrow:after {
    content: "";
    height: 1px;
    width: 10px;
    background: #1e9ea9;
    position: absolute;
    top: 14px;
    left: 10px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .another-column .chapter-link:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .6;
  }
  .another-column .chapter-link:hover .btn-arrow:before {
    left: 50%;
  }
  .another-column .chapter-link:hover .btn-arrow:after {
    left: 46px;
  }
  .another-column .chapter {
    margin-bottom: 40px;
  }
  .another-column .chapter_ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-column .chapter_ttl img {
    width: 92px;
    height: auto;
  }
  .another-column .chapter_ttl h3 {
    font-size: 3.4rem;
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 34px;
  }
  .another-column .chapter_pic img {
    width: 100%;
    height: auto;
  }
  .another-column .chapter_pic figcaption {
    display: block;
    font-size: 1.6rem;
    margin: 20px 0;
  }
  .another-column .interview-list {
    margin-top: 42px;
  }
  .another-column .interview-q {
    color: #1e9ea9;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-left: 122px;
    margin-bottom: 22px;
    position: relative;
  }
  .another-column .interview-q:before {
    content: "";
    width: 94px;
    height: 1px;
    background-color: #1e9ea9;
    position: absolute;
    top: 16px;
    left: 0;
  }
  .another-column .interview-a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 64px;
  }
  .another-column .interview-a__person {
    width: 122px;
    font-weight: 700;
  }
  .another-column .interview-a_small {
    font-size: 16px;
    font-weight: 500;
  }
  .another-column .interview-a__txt {
    width: 678px;
  }
  /* 記事4 */
  .column_item04 {
    /* チャプター */
  }
  .column_item04 .bg {
    background: url(../images/column04/bg.jpg) repeat top left;
    padding-top: 48px;
    padding-bottom: 44px;
  }
  .column_item04 .inner {
    padding-top: 50px;
    background-color: transparent;
  }
  .column_item04 .desc {
    margin-bottom: 100px;
  }
  .column_item04 .desc_txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.15rem;
  }
  .column_item04 .chapter-link__contents .chapter-link_img {
    width: 66px;
    height: auto;
    margin-right: 38px;
  }
  .column_item04 .chapter-link__contents .chapter-link_txt01 img {
    width: 471px;
    height: auto;
  }
  .column_item04 .chapter-link__contents .chapter-link_txt02 img {
    width: 405px;
    height: auto;
  }
  .column_item04 .chapter-link__contents .chapter-link_txt03 img {
    width: 289px;
    height: auto;
  }
  .column_item04 .chapter-link__contents .chapter-link_txt04 img {
    width: 382px;
    height: auto;
  }
  .column_item04 .chapter-link .btn-arrow {
    border: 1px solid #969696;
  }
  .column_item04 .chapter-link .btn-arrow:before {
    background: #969696;
  }
  .column_item04 .chapter-link .btn-arrow:after {
    content: "";
    background: #969696;
  }
  .column_item04 .chapter .inner {
    padding-top: 42px;
    position: relative;
  }
  .column_item04 .chapter .inner:before {
    content: "";
    height: 3px;
    width: 825px;
    background-color: #142540;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .column_item04 .chapter_ttl img {
    width: 88px;
    height: auto;
    margin-bottom: 13px;
  }
  .column_item04 .chapter h3 {
    margin-bottom: 76px;
  }
  .column_item04 .chapter .ttl01 img {
    width: 632px;
    height: auto;
  }
  .column_item04 .chapter .ttl02 img {
    width: 545px;
    height: auto;
  }
  .column_item04 .chapter .ttl03 img {
    width: 391px;
    height: auto;
  }
  .column_item04 .chapter .ttl04 img {
    width: 518px;
    height: auto;
  }
  .column_item04 .interview-q {
    color: #1758b2;
  }
  .column_item04 .interview-q:before {
    background-color: #1758b2;
  }
  .column_item04 .chapter04 figcaption {
    display: block;
    font-weight: 500;
    text-align: center;
    margin-bottom: 56px;
  }
  .column_item04 .factory-img {
    text-align: center;
    margin-top: -74px;
    margin-bottom: 162px;
  }
  .column_item04 .factory-img img {
    width: 1200px;
    height: auto;
  }
  /* 記事5 */
  .column_item05 {
    font-family: 'Noto Serif JP', serif;
  }
  .column_item05 .bg {
    background: url(../images/column05/bg.jpg) repeat top left;
    padding-top: 75px;
    padding-bottom: 20px;
  }
  .column_item05 .inner {
    padding-top: 60px;
  }
  .column_item05 .desc {
    margin-bottom: 70px;
  }
  .column_item05 .desc .inner {
    padding-top: 65px;
  }
  .column_item05 .desc_txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.04rem;
    margin-bottom: 36px;
  }
  .column_item05 .chapter {
    margin-bottom: 62px;
  }
  .column_item05 .chapter .inner {
    padding-top: 82px;
  }
  .column_item05 .chapter-list {
    padding-bottom: 64px;
  }
  .column_item05 .chapter-link__contents .chapter-link_img {
    width: 75px;
    height: auto;
  }
  .column_item05 .chapter-link p {
    margin-left: 30px;
    letter-spacing: 0.06rem;
  }
  .column_item05 .chapter-link .btn-arrow {
    border: 1px solid #969696;
  }
  .column_item05 .chapter-link .btn-arrow:before {
    background: #969696;
  }
  .column_item05 .chapter-link .btn-arrow:after {
    content: "";
    background: #969696;
  }
  .column_item05 .chapter_ttl {
    position: relative;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .column_item05 .chapter_ttl:before {
    content: "";
    width: 100%;
    min-height: 395px;
    background: url(../images/column05/blue_bg_pc.jpg) no-repeat top left/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .column_item05 .chapter_ttl img {
    width: 100px;
    height: auto;
    margin-top: 76px;
  }
  .column_item05 .chapter_ttl h3 {
    margin-top: 8px;
    margin-bottom: 63px;
    font-size: 3.8rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.06rem;
    line-height: 2;
    border-bottom: 3px solid #fff;
  }
  .column_item05 .chapter_pic {
    width: 100%;
    margin-top: -22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .column_item05 .chapter_pic figure {
    width: 670px;
  }
  .column_item05 .chapter_pic figure img {
    width: 100%;
    height: auto;
  }
  .column_item05 .chapter_pic figure figcaption {
    color: #636363;
    font-size: 1.4rem;
    letter-spacing: 0rem;
    line-height: 1.4;
    margin-top: 32px;
    margin-bottom: 60px;
  }
  .column_item05 .interview-list {
    font-size: 1.8rem;
    letter-spacing: 0.04rem;
    text-align: justify;
  }
  .column_item05 .interview-q {
    color: #5c6c85;
  }
  .column_item05 .interview-q:before {
    background-color: #5c6c85;
  }
  .column_item05 .interview-a__small {
    width: 670px;
    font-size: 1.4rem;
    margin-top: -40px;
    margin-left: 122px;
    margin-bottom: 50px;
  }
  /* 記事7 */
  .column_item07 {
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", sans-serif;
  }
  .column_item07 .bg {
    background-color: #f7e6d4;
    padding-top: 70px;
    padding-bottom: 38px;
  }
  .column_item07 .inner {
    padding-top: 60px;
  }
  .column_item07 .desc {
    margin-bottom: 40px;
  }
  .column_item07 .desc .inner {
    padding-top: 50px;
    padding-bottom: 4px;
  }
  .column_item07 .desc_txt {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.12rem;
    margin-bottom: 50px;
  }
  .column_item07 .chapter {
    margin-bottom: 62px;
  }
  .column_item07 .chapter .inner {
    padding-top: 50px;
  }
  .column_item07 .chapter-list {
    padding-bottom: 64px;
  }
  .column_item07 .chapter-link__contents .chapter-link_img {
    width: 72px;
    height: auto;
  }
  .column_item07 .chapter-link p {
    margin-left: 26px;
    letter-spacing: 0.12rem;
  }
  .column_item07 .chapter-link .btn-arrow {
    border: 1px solid #ea5520;
  }
  .column_item07 .chapter-link .btn-arrow:before {
    background: #ea5520;
  }
  .column_item07 .chapter-link .btn-arrow:after {
    content: "";
    background: #ea5520;
  }
  .column_item07 .chapter_ttl {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .column_item07 .chapter_ttl img {
    width: 92px;
    height: auto;
  }
  .column_item07 .chapter_ttl h3 {
    margin-top: 8px;
    margin-bottom: 50px;
    color: #ea5520;
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: 0.18rem;
    line-height: 2;
  }
  .column_item07 .chapter_pic {
    width: 100%;
    margin-top: -22px;
  }
  .column_item07 .chapter_pic figure {
    width: 100%;
  }
  .column_item07 .chapter_pic figure img {
    width: 100%;
    height: auto;
  }
  .column_item07 .chapter_pic figure figcaption {
    letter-spacing: 0.1rem;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .column_item07 .interview-list {
    font-size: 2rem;
    letter-spacing: 0.04rem;
    text-align: justify;
  }
  .column_item07 .figcaption-space {
    margin-top: 22px;
  }
  .column_item07 .interview-q {
    color: #ea5520;
    letter-spacing: 0.12rem;
    padding-left: 124px;
    margin-bottom: 14px;
  }
  .column_item07 .interview-q:before {
    background-color: #ea5520;
  }
  .column_item07 .interview-a {
    padding-bottom: 52px;
    letter-spacing: 0.12rem;
  }
  .column_item07 .interview-a__person {
    width: 124px;
  }
  /* 記事8 */
  .column_item08 .bg {
    background-color: #f2f2f2;
    padding-top: 75px;
    padding-bottom: 20px;
  }
  .column_item08 .inner {
    padding-top: 60px;
  }
  .column_item08 .desc {
    margin-bottom: 70px;
  }
  .column_item08 .desc .inner {
    padding-top: 65px;
  }
  .column_item08 .desc_txt {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.04rem;
    margin-bottom: 36px;
  }
  .column_item08 .desc_txt.small {
    font-size: 1.4rem;
  }
  .column_item08 .chapter {
    margin-bottom: 62px;
  }
  .column_item08 .chapter .inner {
    padding-top: 82px;
  }
  .column_item08 .chapter-list {
    padding-bottom: 64px;
  }
  .column_item08 .chapter-link__contents .chapter-link_img {
    width: 75px;
    height: auto;
  }
  .column_item08 .chapter-link p {
    margin-left: 30px;
    letter-spacing: 0.06rem;
  }
  .column_item08 .chapter-link .btn-arrow {
    border: 1px solid #969696;
  }
  .column_item08 .chapter-link .btn-arrow:before {
    background: #969696;
  }
  .column_item08 .chapter-link .btn-arrow:after {
    content: "";
    background: #969696;
  }
  .column_item08 .chapter_ttl {
    position: relative;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .column_item08 .chapter_ttl:before {
    content: "";
    width: 100%;
    min-height: 395px;
    background: url(../images/column08/ttl_bg.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .column_item08 .chapter_ttl img {
    width: 81px;
    height: auto;
    margin-top: 76px;
  }
  .column_item08 .chapter_ttl h3 {
    margin-top: 8px;
    margin-bottom: 63px;
    font-size: 3.8rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.06rem;
    line-height: 2;
    border-bottom: 3px solid #fff;
  }
  .column_item08 .chapter_pic {
    width: 100%;
    margin-top: -22px;
  }
  .column_item08 .chapter_pic img {
    width: 100%;
    height: auto;
  }
  .column_item08 .chapter_pic figcaption {
    font-size: 1.6rem;
    text-align: center;
  }
  .column_item08 .chapter_pic figcaption.txt-left {
    text-align: left;
    margin-left: 65px;
  }
  .column_item08 .interview-list {
    font-size: 1.8rem;
    letter-spacing: 0.04rem;
    text-align: justify;
  }
  .column_item08 .interview-q {
    color: #4ba562;
  }
  .column_item08 .interview-q:before {
    background-color: #4ba562;
  }
  .column_item08 .interview-a__small {
    width: 670px;
    font-size: 1.4rem;
    margin-top: -40px;
    margin-left: 122px;
    margin-bottom: 50px;
  }
  .column_item08 .interview-a__small a {
    text-decoration: underline;
  }
  .column_item08 .profile__ttl {
    color: #4ba562;
    font-size: 1.8rem;
  }
  .column_item08 .profile__flow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
  }
  .column_item08 .profile__flow-item {
    width: 136px;
    position: relative;
  }
  .column_item08 .profile__flow-item h4 {
    font-size: 1.6rem;
    background-color: #4ba562;
    font-weight: 400;
    color: #fff;
    padding: 5px 0;
    text-align: center;
  }
  .column_item08 .profile__flow-item p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 13px;
    font-size: 1.4rem;
    background-color: #def1e3;
    height: 182px;
  }
  .column_item08 .profile__flow-item:nth-of-type(n+2):before {
    content: "";
    width: 25px;
    height: 22px;
    background: url("../images/column08/arrow.png");
    position: absolute;
    bottom: 83px;
    left: -27px;
  }
  .column-atelier {
    --col_primary: #1f9ea9;
    --col_primary-bg: #ecf2f3;
    --leading_trim: -webkit-calc((1em - 1lh) / 2);
    --leading_trim: -moz-calc((1em - 1lh) / 2);
    --leading_trim: calc((1em - 1lh) / 2);
    --z_over-above: 20;
    --z_over: 10;
    --z_under: -100;
    --font_base: "Noto Sans JP", sans-serif;
    font-family: var(--font_base);
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .column-atelier *,
  .column-atelier :before,
  .column-atelier :after {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .column-atelier img {
    max-width: 100%;
  }
  .column-atelier a {
    position: relative;
  }
}

@media screen and (min-width: 769px) and (any-hover: hover), print and (any-hover: hover) {
  .column-atelier a:not([class]), .column-atelier a.effect, .column-atelier a.anchor {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .column-atelier a:not([class]):hover, .column-atelier a.effect:hover, .column-atelier a.anchor:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 769px), print {
  .column-atelier a:not([class])[target="_blank"]:after, .column-atelier a.effect[target="_blank"]:after, .column-atelier a.anchor[target="_blank"]:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: -0.1em;
    width: 1.0em;
    height: 1.0em;
    margin-left: 0.5em;
    -webkit-mask-image: url("/saiyo/common/images/icon_blank.png");
            mask-image: url("/saiyo/common/images/icon_blank.png");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: currentColor;
  }
  .column-atelier a:not([class]):not([target]):after, .column-atelier a.effect:not([target]):after, .column-atelier a.anchor:not([target]):after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: -0.1em;
    width: 1.0em;
    height: 1.0em;
    margin-inline: 0.4em;
    -webkit-mask-image: url("/saiyo/common/images/icon_arrow.svg");
            mask-image: url("/saiyo/common/images/icon_arrow.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: auto 0.9em;
            mask-size: auto 0.9em;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: currentColor;
  }
  .column-atelier .inner {
    width: 1000px;
    margin: auto;
  }
  .column-atelier .column-ttl {
    width: 100%;
    height: 80px;
    padding: 0 50px;
    border-top: 1px solid #c7c7c7;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .column-atelier .column-ttl h2 {
    line-height: 0;
  }
  .column-atelier .column-ttl h2 img {
    width: 172px;
    height: auto;
  }
  .column-atelier .return-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .column-atelier .return-btn_txt {
    font-size: 1.8rem;
    font-weight: 500;
    margin-right: 32px;
  }
  .column-atelier .return-btn .btn-arrow {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
  }
  .column-atelier .return-btn .btn-arrow:before {
    content: "";
    width: 30px;
    height: 1px;
    background: #1e9ea9;
    position: absolute;
    top: 56%;
    left: 2px;
    -webkit-transform: translateY(-50%) translateX(-50%);
       -moz-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .column-atelier .return-btn .btn-arrow:after {
    content: "";
    height: 1px;
    width: 10px;
    background: #1e9ea9;
    position: absolute;
    top: 10px;
    left: 8px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .column-atelier .return-btn:hover {
    opacity: .6;
  }
  .column-atelier .return-btn:hover .btn-arrow:before {
    left: 28px;
  }
  .column-atelier .return-btn:hover .btn-arrow:after {
    left: 34px;
  }
  .column-atelier__head {
    padding-bottom: 70px;
    position: relative;
  }
  .column-atelier__head:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 932px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5f3f4), to(rgba(255, 255, 255, 0))) top center/100% 900px no-repeat;
    background: -webkit-linear-gradient(top, #e5f3f4 0%, rgba(255, 255, 255, 0) 100%) top center/100% 900px no-repeat;
    background: -moz- oldlinear-gradient(top, #e5f3f4 0%, rgba(255, 255, 255, 0) 100%) top center/100% 900px no-repeat;
    background: linear-gradient(to bottom, #e5f3f4 0%, rgba(255, 255, 255, 0) 100%) top center/100% 900px no-repeat;
    z-index: var(--z_under);
    opacity: 50%;
  }
  .column-atelier__mv {
    padding-block: 102px 70px;
  }
  .column-atelier__mv-text {
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.85;
  }
  .column-atelier__mv-text em {
    font-style: normal;
    color: var(--col_primary);
  }
  .column-atelier__mv-wrapper {
    padding-top: 78px;
    margin-inline: -105px;
    text-align: center;
  }
  .column-atelier__mv-img {
    width: 1210px;
    translate: 6px 0;
    margin-inline: auto;
  }
  .column-atelier__lead strong {
    display: block;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.8em;
  }
  .column-atelier__lead em {
    font-style: normal;
    font-weight: 600;
    color: var(--col_primary);
  }
  .column-atelier__tob {
    margin-top: 44px;
  }
  .column-atelier__tob .tob {
    border: 4px solid #e6e6e6;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 0 64px 16px;
  }
  .column-atelier__tob .tob__ttl {
    text-align: center;
    padding-block: 36px 16px;
    margin-block: var(--leading_trim);
  }
  .column-atelier__tob .tob__ttl span {
    font-family: "Akrobat Bold";
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.0;
    color: var(--col_primary);
    position: relative;
  }
  .column-atelier__tob .tob__ttl span:before, .column-atelier__tob .tob__ttl span:after {
    content: '';
    width: 28px;
    height: 3px;
    line-height: 1.5;
    background-color: #d0d0d0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .column-atelier__tob .tob__ttl span:before {
    left: -50px;
  }
  .column-atelier__tob .tob__ttl span:after {
    right: -50px;
  }
  .column-atelier__tob .tob__list {
    display: -ms-grid;
    display: grid;
    counter-reset: tob;
  }
  .column-atelier__tob .tob__list-item {
    position: relative;
  }
  .column-atelier__tob .tob__list-item:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-radial-gradient(circle closest-side, #b8b8b8, #b8b8b8 100%, transparent 100%, transparent) top left/12px 3px repeat-x;
    background: -moz- oldradial-gradient(circle closest-side, #b8b8b8, #b8b8b8 100%, transparent 100%, transparent) top left/12px 3px repeat-x;
    background: radial-gradient(circle closest-side, #b8b8b8, #b8b8b8 100%, transparent 100%, transparent) top left/12px 3px repeat-x;
  }
  .column-atelier__tob .tob__list-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    counter-increment: tob;
    padding-block: 18px;
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    font-weight: 500;
    line-height: 1.5;
  }
  .column-atelier__tob .tob__list-item a:before {
    content: counter(tob) ".";
    position: relative;
    font-size: 3.2rem;
    font-weight: 700;
    color: var(--col_primary);
    margin-right: 0.5em;
    margin-left: -8px;
  }
  .column-atelier__tob .tob__list-item a:after {
    content: '';
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: -6px;
    width: 28px;
    height: auto;
    aspect-ratio: 1;
    background: url("../../common/images/icon_arrow.svg") -webkit-calc(50% + 1px) center/8px 13px no-repeat;
    background: url("../../common/images/icon_arrow.svg") -moz-calc(50% + 1px) center/8px 13px no-repeat;
    background: url("../../common/images/icon_arrow.svg") calc(50% + 1px) center/8px 13px no-repeat;
    background-color: var(--col_primary);
    -moz-border-radius: 50%;
         border-radius: 50%;
    translate: 0 2px;
  }
  .column-atelier__body {
    counter-reset: section;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column-atelier__sec {
    --section-col_bg: #fff;
    --section-col_obj: var(--col_primary-bg);
    --section-col_ttl-border: #e3e3e3;
    --section-inner_pad: 20px;
    background-color: var(--section-col_bg);
    counter-increment: section;
    padding-block: 40px 116px;
  }
  .column-atelier__sec--closing {
    padding-block: 120px;
  }
  .column-atelier__sec:nth-child(odd) {
    --section-col_bg: var(--col_primary-bg);
    --section-col_obj: #fff;
    --section-col_ttl-border: #fff;
  }
  .column-atelier__sec .atelier-sec {
    padding-inline: var(--section-inner_pad);
  }
  .column-atelier__sec .atelier-sec__ttl {
    text-align: center;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: -webkit-calc(48 / 38);
    line-height: -moz-calc(48 / 38);
    line-height: calc(48 / 38);
    letter-spacing: 0.05em;
    padding-bottom: 0.6em;
    margin-bottom: 56px;
    border-bottom: 4px solid var(--section-col_ttl-border);
  }
  .column-atelier__sec .atelier-sec__ttl:before {
    content: counter(section) ".";
    display: block;
    color: var(--col_primary);
    font-size: 4.4rem;
    line-height: 1.5;
    padding-bottom: 6px;
  }
  .column-atelier__sec .atelier-sec__ttl--extra:before {
    content: attr(data-num);
  }
  .column-atelier__sec .atelier-sec__lead {
    font-size: 1.8rem;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 58px;
  }
  .column-atelier__sec .atelier-sec__content h4 {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    font-size: 2.4rem;
    line-height: -webkit-calc(34 / 24);
    line-height: -moz-calc(34 / 24);
    line-height: calc(34 / 24);
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .column-atelier__sec .atelier-sec__content h4:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: -1px;
    width: 20px;
    aspect-ratio: 1;
    border: 5px solid var(--col_primary);
    background-color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin-right: 0.5em;
  }
  .column-atelier__sec .atelier-sec__content p:not([class]), .column-atelier__sec .atelier-sec__content p.clear-fix, .column-atelier__sec .atelier-sec__content p.effect {
    margin-top: 1.3em;
    font-size: 1.8rem;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .column-atelier__sec .atelier-sec__content a:not([class]), .column-atelier__sec .atelier-sec__content a.effect, .column-atelier__sec .atelier-sec__content a.anchor {
    font-size: 1.6rem;
    color: var(--col_primary);
    text-decoration: underline;
    text-underline-offset: 0.5em;
    line-height: 2.0;
  }
  .column-atelier__sec .atelier-sec__content mark {
    font-weight: 700;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, transparent), color-stop(10%, #f7ff7b), color-stop(82%, #f7ff7b), color-stop(82%, transparent));
    background: -webkit-linear-gradient(bottom, transparent 10%, #f7ff7b 10%, #f7ff7b 82%, transparent 82%);
    background: -moz- oldlinear-gradient(bottom, transparent 10%, #f7ff7b 10%, #f7ff7b 82%, transparent 82%);
    background: linear-gradient(to top, transparent 10%, #f7ff7b 10%, #f7ff7b 82%, transparent 82%);
  }
  .column-atelier__sec .atelier-sec__content .clear-fix {
    clear: both;
  }
  .column-atelier__sec .atelier-sec__content .img-center {
    width: -webkit-calc(var(--img_width) * 10px / 10);
    width: -moz-calc(var(--img_width) * 10px / 10);
    width: calc(var(--img_width) * 10px / 10);
    max-width: 100%;
    margin-block: 72px;
    margin-inline: auto;
  }
  .column-atelier__sec .atelier-sec__content .img-center img {
    width: 100%;
  }
  .column-atelier__sec .atelier-sec__content .img-center:last-child {
    margin-bottom: 0;
  }
  .column-atelier__sec .atelier-sec__content .img-float {
    margin-block: 32px;
  }
  .column-atelier__sec .atelier-sec__content .img-float + * {
    margin-top: 32px;
  }
  .column-atelier__sec .atelier-sec__content .img-float img {
    max-width: 100%;
  }
  .column-atelier__sec .atelier-sec__content .img-float.--left {
    float: left;
  }
  .column-atelier__sec .atelier-sec__content .img-float.--right {
    float: right;
  }
  .column-atelier__sec .atelier-sec__content .img-float.--img02 {
    margin-left: 32px;
    margin-right: 80px;
    width: 369px;
  }
  .column-atelier__sec .atelier-sec__content .img-float.--img03 {
    margin-top: 0;
    margin-right: 40px;
    margin-left: 54px;
    width: 382px;
  }
  .column-atelier__sec .atelier-sec__content .img-float.--img04 {
    margin-top: 0;
    margin-right: 16px;
    margin-left: 48px;
    width: 380px;
  }
  .column-atelier__sec .atelier-sec__content .compare-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .column-atelier__sec .atelier-sec__content .compare-item {
    --compare-col_ttl: currentColor;
    --compare-col_accent: #d6d6d6;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 14px 28px 30px;
  }
  .column-atelier__sec .atelier-sec__content .compare-item:first-child {
    border: 2px solid color-mix(in srgb, #c8c8c8 70%, transparent);
    background-color: #fff;
  }
  .column-atelier__sec .atelier-sec__content .compare-item:nth-child(2) {
    --compare-col_ttl: var(--col_primary);
    --compare-col_accent: var(--col_primary);
    border: 2px solid color-mix(in srgb, var(--col_primary) 30%, transparent);
    background-color: color-mix(in srgb, #c5ecf0 30%, transparent);
  }
  .column-atelier__sec .atelier-sec__content .compare-item dt {
    color: var(--compare-col_ttl);
    background: -webkit-linear-gradient(left, var(--compare-col_accent) 92px, transparent 92px) bottom left/100% 2px no-repeat;
    background: -moz- oldlinear-gradient(left, var(--compare-col_accent) 92px, transparent 92px) bottom left/100% 2px no-repeat;
    background: linear-gradient(to right, var(--compare-col_accent) 92px, transparent 92px) bottom left/100% 2px no-repeat;
    padding-bottom: 0.3em;
    margin-bottom: 1.0em;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: -webkit-calc(34 / 16);
    line-height: -moz-calc(34 / 16);
    line-height: calc(34 / 16);
  }
  .column-atelier__sec .atelier-sec__content .compare-item dd {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
    letter-spacing: 0.05em;
  }
  .column-atelier__sec .atelier-sec__content .frame {
    margin-inline: -webkit-calc(var(--section-inner_pad) * -1.0);
    margin-inline: -moz-calc(var(--section-inner_pad) * -1.0);
    margin-inline: calc(var(--section-inner_pad) * -1.0);
    background: -webkit-linear-gradient(left, transparent 18px, color-mix(in srgb, #b0b0b0 6%, transparent) 18px) center/20px 100% repeat-x, -webkit-linear-gradient(bottom, transparent 18px, color-mix(in srgb, #b0b0b0 6%, transparent) 18px) center/100% 20px repeat-y;
    background: -moz- oldlinear-gradient(left, transparent 18px, color-mix(in srgb, #b0b0b0 6%, transparent) 18px) center/20px 100% repeat-x, -moz- oldlinear-gradient(bottom, transparent 18px, color-mix(in srgb, #b0b0b0 6%, transparent) 18px) center/100% 20px repeat-y;
    background: linear-gradient(90deg, transparent 18px, color-mix(in srgb, #b0b0b0 6%, transparent) 18px) center/20px 100% repeat-x, linear-gradient(0deg, transparent 18px, color-mix(in srgb, #b0b0b0 6%, transparent) 18px) center/100% 20px repeat-y;
    background-color: #fff;
    padding: 40px 80px 56px;
    border: 3px solid var(--col_primary);
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .column-atelier__sec .atelier-sec__content .frame--closing {
    padding-block: 56px;
  }
  .column-atelier__sec .atelier-sec__content .frame > *:first-child {
    margin-top: 0;
  }
  .column-atelier__sec .atelier-sec__content .frame h4 {
    font-size: 2rem;
    color: var(--col_primary);
  }
  .column-atelier__sec .atelier-sec__content .frame h4:before {
    display: none;
  }
  .column-atelier__sec .atelier-sec__content .voice-wrapper {
    display: -ms-grid;
    display: grid;
    row-gap: 28px;
    margin-top: 44px;
  }
  .column-atelier__sec .atelier-sec__content .voice-wrapper--sm {
    margin-top: 1.5em;
    row-gap: 0.5em;
  }
  .column-atelier__sec .atelier-sec__content .voice {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
  .column-atelier__sec .atelier-sec__content .voice__avatar {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .column-atelier__sec .atelier-sec__content .voice__avatar img {
    width: 100%;
    height: auto;
  }
  .column-atelier__sec .atelier-sec__content .voice__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    background-color: var(--section-col_obj);
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 6px 20px 16px 40px;
    position: relative;
  }
  .column-atelier__sec .atelier-sec__content .voice__content:before {
    content: '';
    position: absolute;
    left: -16px;
    top: 20px;
    width: 16px;
    height: 14px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
    background-color: inherit;
  }
  .column-atelier__sec .atelier-sec__content .voice__name {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
    color: var(--col_primary);
  }
  .column-atelier__sec .atelier-sec__content .voice__detail {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-size: 1.8rem;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
    letter-spacing: 0.03em;
  }
  .column-atelier__sec .atelier-sec__content .voice__desc {
    font-size: 1.8rem;
    line-height: -webkit-calc(28 / 18);
    line-height: -moz-calc(28 / 18);
    line-height: calc(28 / 18);
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .column-atelier__sec .extra__mv {
    margin-top: 40px;
    position: relative;
  }
  .column-atelier__sec .extra__mv-profile {
    --extra-profile_pos: 98px;
    --extra-profile_rev: 1;
    display: block;
    position: absolute;
    width: 302px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--col_primary);
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 16px 20px 24px;
    z-index: var(--z_over);
    font-size: 1.4rem;
    line-height: -webkit-calc(21 / 14);
    line-height: -moz-calc(21 / 14);
    line-height: calc(21 / 14);
    letter-spacing: 0.05em;
  }
  .column-atelier__sec .extra__mv-profile:before {
    content: '';
    width: 84px;
    height: 46px;
    border-top: 1px solid var(--col_primary);
    border-left: 1px solid var(--col_primary);
    position: absolute;
    top: -46px;
    left: var(--extra-profile_pos);
    scale: var(--extra-profile_rev) 1;
    -webkit-transform-origin: left bottom;
       -moz-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
  }
  .column-atelier__sec .extra__mv-profile:after {
    content: '';
    width: 8px;
    height: 8px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: -50px;
    left: -webkit-calc(var(--extra-profile_pos) + (84px * var(--extra-profile_rev)));
    left: -moz-calc(var(--extra-profile_pos) + (84px * var(--extra-profile_rev)));
    left: calc(var(--extra-profile_pos) + (84px * var(--extra-profile_rev)));
    background-color: var(--col_primary);
  }
  .column-atelier__sec .extra__mv-profile span {
    display: block;
    color: var(--col_primary);
    line-height: -webkit-calc(21 / 14);
    line-height: -moz-calc(21 / 14);
    line-height: calc(21 / 14);
  }
  .column-atelier__sec .extra__mv-profile.-ko {
    bottom: 42px;
    left: 28px;
  }
  .column-atelier__sec .extra__mv-profile.-ty {
    --extra-profile_pos: 168px;
    --extra-profile_rev: -1;
    bottom: 42px;
    right: 16px;
  }
  .column-atelier__sec .extra__img-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-block: 48px;
  }
  .column-atelier__sec .extra__img-row:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .mv_slide {
    position: relative;
  }
  .mv_slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .slide04 {
    position: relative;
  }
  .slide04 .mv04_item {
    width: 29.16667vw;
    height: auto;
    position: absolute;
    bottom: 43.75vw;
    left: 4.16667vw;
  }
  .mv_box {
    position: absolute;
    bottom: 3.90625vw;
    left: 4.16667vw;
    color: #fff;
  }
  .mv_box a {
    color: #fff;
  }
  .mv_ttl {
    font-size: 4.6875vw;
    letter-spacing: 0.26042vw;
    line-height: 1.3;
    margin-top: 1.82292vw;
  }
  .mv_btn {
    margin-top: 3.125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mv_btn_item01 {
    width: 41.27604vw;
    height: 7.8125vw;
    border: 1px solid #fff;
    -moz-border-radius: 3.90625vw;
         border-radius: 3.90625vw;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 3.38542vw;
    letter-spacing: 0.13021vw;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .mv_btn_item01:before {
    content: "";
    width: 1.30208vw;
    height: 1.30208vw;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 48%;
    right: 4.6875vw;
    -webkit-transform: rotate(45deg) translateY(-50%);
       -moz-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .mv_btn_item02 {
    width: 35.15625vw;
    height: 7.03125vw;
    margin-left: 4.6875vw;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #fff;
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    color: #000;
    font-size: 3.25521vw;
    font-weight: 700;
    letter-spacing: 0.3125vw;
    position: relative;
  }
  .mv_btn_item02:before {
    content: "";
    width: 4.16667vw;
    height: 2.73438vw;
    background: url(../images/movie_icon_sp.png) no-repeat center/cover;
    margin-right: 1.30208vw;
  }
  .mv_btn_item02:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -4.42708vw;
    border: 8px solid transparent;
    border-right: 12px solid #fff;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .description {
    margin-top: 10.15625vw;
    margin-bottom: 10.9375vw;
  }
  .description_ttl img {
    width: 56.90104vw;
    height: auto;
  }
  .description_txt {
    margin-top: 7.8125vw;
    font-size: 3.64583vw;
    font-weight: 500;
    letter-spacing: 0.26042vw;
    line-height: 1.6;
    text-align: justify;
  }
  .keyword01_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .keyword01_list li {
    font-size: 3.125vw;
    font-weight: 700;
    letter-spacing: 0.26042vw;
    margin-right: 2.60417vw;
  }
  .keyword01_list li a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .keyword01_list li a:hover {
    color: #1e9ea9;
  }
  .keyword02_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .keyword02_list li {
    margin-bottom: 4.42708vw;
    min-width: 43.75vw;
  }
  .keyword02_link {
    padding: 2.86458vw 7.03125vw 2.60417vw;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 6.51042vw;
         border-radius: 6.51042vw;
    font-size: 2.99479vw;
    font-weight: 700;
    letter-spacing: 0.46875vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .keyword02_link.active {
    background-color: #1e9ea9;
    color: #fff;
  }
  .keyword03_list li {
    margin-bottom: 2.08333vw;
  }
  .keyword03_list li a {
    padding: 0.13021vw 3.38542vw;
    color: #1e9ea9;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    font-size: 3.125vw;
    letter-spacing: 0.13021vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: inline-block;
  }
  .future .column {
    min-height: 88.54167vw;
    padding-top: 5.20833vw;
    padding-bottom: 6.51042vw;
    background: url(../images/bg_sp.jpg) repeat top left/cover;
    /* ムービーアイコン */
    /* 公開予定 */
  }
  .future .column_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .future .column_list__item {
    width: 44.79167vw;
    min-height: 71.875vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 2.34375vw;
    background-color: #fff;
    margin-bottom: 3.90625vw;
    border: 1px solid #e8e8e8;
  }
  .future .column_link {
    text-align: center;
  }
  .future .column_link p {
    font-size: 3.64583vw;
    font-weight: 500;
    letter-spacing: 0.20833vw;
    text-align: justify;
    line-height: 1.6;
    margin-top: 1.82292vw;
    margin-bottom: 2.08333vw;
  }
  .future .column_link img {
    width: 39.0625vw;
    height: 25.13021vw;
  }
  .future .column .movie_icon {
    display: block;
    position: relative;
  }
  .future .column .movie_icon:before {
    content: "";
    width: 4.16667vw;
    height: 2.73438vw;
    background: url(../images/movie_icon_sp.png) no-repeat center/cover;
    position: absolute;
    top: 19.01042vw;
    right: 2.34375vw;
    z-index: 2;
  }
  .future .column .movie_icon:after {
    content: "";
    display: block;
    width: 8.46354vw;
    height: 4.81771vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 17.96875vw;
    right: 0;
    z-index: 1;
  }
  .future .column .coming_soon {
    display: block;
    position: relative;
  }
  .future .column .coming_soon:before {
    content: "";
    color: #fff;
    font-size: 3.125vw;
    font-weight: 500;
    letter-spacing: 0.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 39.0625vw;
    height: 7.8125vw;
    background-color: rgba(30, 158, 169, 0.65);
    position: absolute;
    top: 9.11458vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .future .column .coming_soon:hover {
    cursor: default;
  }
  .future .column .coming_soon:hover img {
    opacity: 1;
  }
  .future .column .coming_soon:hover p {
    opacity: 1;
  }
  .future .column .coming01:before {
    content: "2月下旬公開予定";
  }
  .future .column .coming02:before {
    content: "3月公開予定";
  }
  /* MVスライダー */
  .future_swiper {
    overflow: hidden;
  }
  .future_swiper .swiper-wrapper .swiper-slide {
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-position: center;
  }
  .future_swiper .swiper-wrapper .swiper-slide .mv_box {
    position: absolute;
    bottom: 3.90625vw;
    left: 4.16667vw;
  }
  .future_swiper .swiper-wrapper .swiper-slide-active .mv_box {
    -webkit-animation-name: fade-in;
       -moz-animation-name: fade-in;
            animation-name: fade-in;
    -webkit-animation-duration: 1s;
       -moz-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1s;
       -moz-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .column {
    padding-top: 7.8125vw;
    padding-bottom: 3.90625vw;
    background: #f7f7f7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* ムービーアイコン */
    /* 公開予定 */
  }
  .column_list__item {
    width: 44.79167vw !important;
    min-height: 71.875vw !important;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 2.34375vw;
    background-color: #fff;
    margin-bottom: 3.90625vw;
    border: 1px solid #e8e8e8;
  }
  .column_link {
    text-align: center;
  }
  .column_link p {
    font-size: 3.64583vw;
    font-weight: 500;
    letter-spacing: 0.20833vw;
    text-align: justify;
    line-height: 1.6;
    margin-top: 1.82292vw;
    margin-bottom: 2.08333vw;
  }
  .column_link img {
    width: 39.0625vw;
    height: 25.13021vw;
  }
  .column .movie_icon {
    display: block;
    position: relative;
  }
  .column .movie_icon:before {
    content: "";
    width: 4.16667vw;
    height: 2.73438vw;
    background: url(../images/movie_icon_sp.png) no-repeat center/cover;
    position: absolute;
    top: 19.01042vw;
    right: 2.34375vw;
    z-index: 2;
  }
  .column .movie_icon:after {
    content: "";
    display: block;
    width: 8.46354vw;
    height: 4.81771vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #fff;
    position: absolute;
    top: 17.96875vw;
    right: 0;
    z-index: 1;
  }
  .column .coming_soon {
    display: block;
    position: relative;
  }
  .column .coming_soon:before {
    content: "";
    color: #fff;
    font-size: 3.125vw;
    font-weight: 500;
    letter-spacing: 0.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 39.0625vw;
    height: 7.8125vw;
    background-color: rgba(30, 158, 169, 0.65);
    position: absolute;
    top: 9.11458vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .column .coming01:before {
    content: "2月下旬公開予定";
  }
  .column .coming02:before {
    content: "3月公開予定";
  }
  /* コラムスワイパー */
  .column_swiper {
    width: 92.44792vw;
    padding-bottom: 16.92708vw;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .column_swiper .button_wrap {
    min-width: 54.6875vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .column_swiper .swiper-button-next, .column_swiper .swiper-button-prev {
    width: 9.11458vw;
    height: 9.11458vw;
    background: none;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
  }
  .column_swiper .swiper-button-next:before, .column_swiper .swiper-button-prev:before {
    content: "";
    width: 8.46354vw;
    height: 1px;
    background: #1e9ea9;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .column_swiper .swiper-button-next:after, .column_swiper .swiper-button-prev:after {
    content: "";
    height: 1px;
    width: 2.60417vw;
    background: #1e9ea9;
    position: absolute;
    top: 3.38542vw;
  }
  .column_swiper .swiper-button-next:before {
    left: -45%;
  }
  .column_swiper .swiper-button-next:after {
    left: 2.60417vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .column_swiper .swiper-button-prev:before {
    right: -45%;
  }
  .column_swiper .swiper-button-prev:after {
    right: 2.60417vw;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .column_swiper .swiper-pagination {
    width: 13.02083vw;
    font-size: 3.38542vw;
    position: absolute;
    bottom: 4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .column_item {
    padding-bottom: 7.8125vw;
    /* ワークライフバランス */
  }
  .column_item .description {
    margin-top: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
  .column_item .description_txt {
    margin-top: 0;
  }
  .column_item .description_txt p {
    margin-top: 4.55729vw;
  }
  .column_item .movie_wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .column_item .movie_wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .column_item .person_link {
    margin: 7.8125vw 0 0;
  }
  .column_item .person_link a {
    width: 100%;
    height: 15.625vw;
    color: #fff;
    background-color: #38a5af;
    font-size: 3.64583vw;
    font-weight: 700;
    letter-spacing: 0.13021vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
  }
  .column_item .person_link a:after {
    content: "";
    width: 2.08333vw;
    height: 2.08333vw;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 5.20833vw;
    -webkit-transform: rotate(45deg) translateY(-50%);
       -moz-transform: rotate(45deg) translateY(-50%);
        -ms-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
  }
  .column_item .worklife_box {
    padding: 0;
  }
  .column_item .worklife_box h3 {
    color: #1e9ea9;
    padding: 0 0 1.30208vw 0;
    margin-bottom: 5.20833vw;
    border-bottom: 1px solid #1e9ea9;
    font-size: 4.42708vw;
    font-weight: 500;
    letter-spacing: 0vw;
    line-height: 1.5;
  }
  .column_item .worklife_box dl {
    font-size: 3.64583vw;
    line-height: 1.4;
    padding: 0 0 0 1.30208vw;
  }
  .column_item .worklife_box dl:not(:first-of-type) {
    margin-top: 5.59896vw;
  }
  .column_item .worklife_box dt {
    font-weight: 700;
    padding: 0 0 0 2.21354vw;
    letter-spacing: 0.18229vw;
    line-height: 1.6;
    border-left: 3px solid #1e9ea9;
  }
  .column_item .worklife_box dd {
    margin-top: 1.82292vw;
    letter-spacing: 0.20833vw;
    line-height: 1.6;
    text-align: justify;
  }
  .another-column {
    font-size: 3.38542vw;
    font-weight: 500;
    letter-spacing: 0.15625vw;
    line-height: 1.7;
    /* チャプター */
  }
  .another-column .column-ttl {
    width: 100%;
    height: 10.41667vw;
    padding: 6.77083vw 3.90625vw;
    border-top: 1px solid #c7c7c7;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-column .column-ttl h2 {
    line-height: 0;
  }
  .another-column .column-ttl h2 img {
    width: 28.90625vw;
    height: auto;
  }
  .another-column .return-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-column .return-btn_txt {
    font-size: 3.38542vw;
    font-weight: 500;
    margin-right: 3.90625vw;
  }
  .another-column .return-btn .btn-arrow {
    display: inline-block;
    width: 4.94792vw;
    height: 4.94792vw;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
  }
  .another-column .return-btn .btn-arrow:before {
    content: "";
    width: 4.81771vw;
    height: 1px;
    background: #1e9ea9;
    position: absolute;
    top: 50%;
    left: -50%;
  }
  .another-column .return-btn .btn-arrow:after {
    content: "";
    height: 1px;
    width: 1.30208vw;
    background: #1e9ea9;
    position: absolute;
    top: 1.82292vw;
    left: 1.30208vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .another-column .column-mv img {
    width: 100%;
    height: auto;
  }
  .another-column .bg {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background-color: #dfeced;
    padding-top: 6.51042vw;
    padding-bottom: 2.60417vw;
  }
  .another-column .inner {
    width: 89.19271vw;
    margin: 0 auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 5.20833vw;
    padding-top: 6.51042vw;
    background-color: #fff;
  }
  .another-column .desc {
    margin-bottom: 6.51042vw;
  }
  .another-column .chapter-list {
    width: 100%;
    margin-top: 6.77083vw;
    padding-bottom: 7.8125vw;
    border-top: 1px solid #c7c7c7;
  }
  .another-column .chapter-list li {
    width: 100%;
    height: 20.57292vw;
    border-bottom: 1px solid #c7c7c7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-column .chapter-link {
    display: block;
    width: 100%;
    height: 19.53125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-column .chapter-link__contents {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-column .chapter-link__contents img {
    width: 14.32292vw;
    height: auto;
  }
  .another-column .chapter-link p {
    margin-left: 6.51042vw;
    font-size: 3.64583vw;
    letter-spacing: 0.23438vw;
  }
  .another-column .chapter-link .btn-arrow {
    display: inline-block;
    width: 4.94792vw;
    height: 4.94792vw;
    margin-right: 2.60417vw;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
  }
  .another-column .chapter-link .btn-arrow:before {
    content: "";
    width: 1px;
    height: 4.6875vw;
    background: #1e9ea9;
    position: absolute;
    top: -50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .another-column .chapter-link .btn-arrow:after {
    content: "";
    height: 1px;
    width: 1.30208vw;
    background: #1e9ea9;
    position: absolute;
    top: 1.82292vw;
    left: 2.08333vw;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .another-column .chapter {
    margin-bottom: 5.20833vw;
  }
  .another-column .chapter_ttl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .another-column .chapter_ttl img {
    width: 16.92708vw;
    height: auto;
  }
  .another-column .chapter_ttl h3 {
    font-size: 5.72917vw;
    font-weight: 500;
    margin-top: 1.82292vw;
    margin-bottom: 4.42708vw;
    text-align: center;
  }
  .another-column .chapter_pic img {
    width: 100%;
    height: auto;
  }
  .another-column .chapter_pic figcaption {
    display: block;
    font-size: 2.86458vw;
    margin: 2.60417vw 0;
  }
  .another-column .interview-list {
    margin-top: 5.46875vw;
  }
  .another-column .interview-q {
    color: #1e9ea9;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding-left: 11.71875vw;
    margin-bottom: 2.86458vw;
    position: relative;
  }
  .another-column .interview-q:before {
    content: "";
    width: 7.8125vw;
    height: 1px;
    background-color: #1e9ea9;
    position: absolute;
    top: 2.08333vw;
    left: 0;
  }
  .another-column .interview-a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8.33333vw;
  }
  .another-column .interview-a__person {
    width: 15.88542vw;
    font-weight: 700;
  }
  .another-column .interview-a_small {
    font-size: 2.34375vw;
    font-weight: 500;
  }
  .another-column .interview-a__txt {
    width: 88.28125vw;
  }
  /* 記事4 */
  .column_item04 {
    /* チャプター */
  }
  .column_item04 .bg {
    background: url(../images/column04/bg.jpg) repeat top left;
    padding-top: 3.90625vw;
    padding-bottom: 5.72917vw;
  }
  .column_item04 .inner {
    padding-top: 6.51042vw;
    background-color: transparent;
  }
  .column_item04 .desc {
    margin-bottom: 7.8125vw;
  }
  .column_item04 .desc_txt {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.19531vw;
  }
  .column_item04 .chapter-link__contents .chapter-link_img {
    width: 13.02083vw;
    margin-right: 4.94792vw;
  }
  .column_item04 .chapter-link__contents .chapter-link_txt01 img {
    width: 48.4375vw;
    height: auto;
  }
  .column_item04 .chapter-link__contents .chapter-link_txt02 img {
    width: 36.71875vw;
    height: auto;
  }
  .column_item04 .chapter-link__contents .chapter-link_txt03 img {
    width: 40.36458vw;
    height: auto;
  }
  .column_item04 .chapter-link__contents .chapter-link_txt04 img {
    width: 42.83854vw;
    height: auto;
  }
  .column_item04 .chapter-link .btn-arrow {
    border: 1px solid #969696;
  }
  .column_item04 .chapter-link .btn-arrow:before {
    background: #969696;
  }
  .column_item04 .chapter-link .btn-arrow:after {
    content: "";
    background: #969696;
  }
  .column_item04 .chapter .inner {
    padding-top: 5.46875vw;
    position: relative;
  }
  .column_item04 .chapter .inner:before {
    content: "";
    height: 0.39062vw;
    width: 81.64062vw;
    background-color: #142540;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .column_item04 .chapter_ttl img {
    width: 15.625vw;
    margin-bottom: 1.69271vw;
  }
  .column_item04 .chapter h3 {
    margin-bottom: 6.51042vw;
  }
  .column_item04 .chapter .ttl01 img {
    width: 70.83333vw;
    height: auto;
  }
  .column_item04 .chapter .ttl02 img {
    width: 53.25521vw;
    height: auto;
  }
  .column_item04 .chapter .ttl03 img {
    width: 60.02604vw;
    height: auto;
  }
  .column_item04 .chapter .ttl04 img {
    width: 63.54167vw;
    height: auto;
  }
  .column_item04 .interview-q {
    color: #1758b2;
  }
  .column_item04 .interview-q:before {
    background-color: #1758b2;
  }
  .column_item04 .chapter04 figcaption {
    display: block;
    font-weight: 500;
    text-align: center;
    margin-bottom: 7.29167vw;
  }
  .column_item04 .factory-img {
    text-align: center;
    margin-top: -9.63542vw;
    margin-bottom: 13.02083vw;
  }
  .column_item04 .factory-img img {
    width: 100%;
    height: auto;
  }
  /* 記事5 */
  .column_item05 {
    font-family: 'Noto Serif JP', serif;
  }
  .column_item05 .bg {
    background: url(../images/column05/bg.jpg) repeat top left;
    padding-top: 6.25vw;
    padding-bottom: 0.78125vw;
  }
  .column_item05 .inner {
    padding-top: 7.8125vw;
  }
  .column_item05 .desc {
    margin-bottom: 6.51042vw;
  }
  .column_item05 .desc .inner {
    padding-top: 4.94792vw;
  }
  .column_item05 .desc_txt {
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05208vw;
    margin-bottom: 5.46875vw;
  }
  .column_item05 .chapter {
    margin-bottom: 8.07292vw;
  }
  .column_item05 .chapter .inner {
    padding-top: 7.03125vw;
  }
  .column_item05 .chapter-list {
    padding-bottom: 8.33333vw;
  }
  .column_item05 .chapter-link__contents .chapter-link_img {
    width: 14.71354vw;
    height: auto;
  }
  .column_item05 .chapter-link p {
    margin-left: 7.8125vw;
    letter-spacing: -0.13021vw;
  }
  .column_item05 .chapter-link .btn-arrow {
    border: 1px solid #969696;
  }
  .column_item05 .chapter-link .btn-arrow:before {
    background: #969696;
  }
  .column_item05 .chapter-link .btn-arrow:after {
    content: "";
    background: #969696;
  }
  .column_item05 .chapter_ttl {
    position: relative;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    text-align: center;
    margin-bottom: 8.85417vw;
  }
  .column_item05 .chapter_ttl:before {
    content: "";
    width: 100%;
    min-height: 60.15625vw;
    background: url(../images/column05/blue_bg_sp.jpg) no-repeat top left/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .column_item05 .chapter_ttl__wrap {
    display: block;
    text-align: center;
  }
  .column_item05 .chapter_ttl img {
    width: 16.27604vw;
    height: auto;
    margin: 0% auto;
    margin-top: 5.98958vw;
    margin-bottom: 2.60417vw;
  }
  .column_item05 .chapter_ttl h3 {
    font-size: 5.72917vw;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.07812vw;
    line-height: 1.4;
    display: inline;
    border-bottom: 0.52083vw solid #fff;
  }
  .column_item05 .chapter_pic {
    width: 100%;
    margin-top: -2.86458vw;
  }
  .column_item05 .chapter_pic figure {
    width: 66.66667vw;
  }
  .column_item05 .chapter_pic figure img {
    width: 100%;
    height: auto;
  }
  .column_item05 .chapter_pic figure figcaption {
    color: #636363;
    letter-spacing: 0vw;
    line-height: 1.4;
    margin-top: 4.16667vw;
    margin-bottom: 7.8125vw;
  }
  .column_item05 .interview-list {
    font-size: 3.38542vw;
    letter-spacing: 0.05208vw;
    text-align: justify;
  }
  .column_item05 .interview-list .chapter_pic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .column_item05 .interview-q {
    color: #5c6c85;
  }
  .column_item05 .interview-q:before {
    background-color: #5c6c85;
  }
  .column_item05 .interview-a__small {
    width: 66.66667vw;
    font-size: 2.86458vw;
    margin-top: -5.20833vw;
    margin-left: 11.97917vw;
    margin-bottom: 6.51042vw;
    text-align: start;
  }
  /* 記事7 */
  .column_item07 {
    font-family: "Yu Gothic", YuGothic, "游ゴシック体", sans-serif;
  }
  .column_item07 .bg {
    background-color: #f7e6d4;
    padding-top: 9.11458vw;
    padding-bottom: 4.94792vw;
  }
  .column_item07 .inner {
    padding-top: 7.8125vw;
  }
  .column_item07 .desc {
    margin-bottom: 5.20833vw;
  }
  .column_item07 .desc .inner {
    padding-top: 6.51042vw;
    padding-bottom: 0.52083vw;
  }
  .column_item07 .desc_txt {
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.15625vw;
    margin-bottom: 6.51042vw;
  }
  .column_item07 .chapter {
    margin-bottom: 8.07292vw;
  }
  .column_item07 .chapter .inner {
    padding-top: 6.51042vw;
  }
  .column_item07 .chapter-list {
    padding-bottom: 8.33333vw;
  }
  .column_item07 .chapter-link__contents .chapter-link_img {
    width: 14.71354vw;
    height: auto;
  }
  .column_item07 .chapter-link p {
    margin-left: 7.8125vw;
    letter-spacing: 0.15625vw;
  }
  .column_item07 .chapter-link .btn-arrow {
    border: 1px solid #ea5520;
  }
  .column_item07 .chapter-link .btn-arrow:before {
    background: #ea5520;
  }
  .column_item07 .chapter-link .btn-arrow:after {
    content: "";
    background: #ea5520;
  }
  .column_item07 .chapter_ttl {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
  }
  .column_item07 .chapter_ttl img {
    width: 16.27604vw;
    height: auto;
    margin: 0 auto;
  }
  .column_item07 .chapter_ttl h3 {
    margin-top: 2.60417vw;
    margin-bottom: 6.51042vw;
    font-size: 5.72917vw;
    font-weight: 700;
    color: #ea5520;
    letter-spacing: 0.23438vw;
    line-height: 1.4;
  }
  .column_item07 .chapter_pic {
    width: 100%;
    margin-top: -2.86458vw;
  }
  .column_item07 .chapter_pic figure {
    width: 100%;
  }
  .column_item07 .chapter_pic figure img {
    width: 100%;
    height: auto;
  }
  .column_item07 .chapter_pic figure figcaption {
    letter-spacing: 0.13021vw;
    line-height: 1.8;
    margin-top: 2.60417vw;
    margin-bottom: 0;
  }
  .column_item07 .interview-list {
    font-size: 3.38542vw;
    letter-spacing: 0.05208vw;
    text-align: justify;
  }
  .column_item07 .figcaption-space {
    margin-top: 2.86458vw;
  }
  .column_item07 .interview-q {
    color: #ea5520;
    letter-spacing: 0.15625vw;
    margin-bottom: 1.82292vw;
  }
  .column_item07 .interview-q:before {
    background-color: #ea5520;
  }
  .column_item07 .interview-a {
    padding-bottom: 6.77083vw;
    letter-spacing: 0.15625vw;
  }
  /* 記事8 */
  .column_item08 .bg {
    background: url(../images/column05/bg.jpg) repeat top left;
    padding-top: 6.25vw;
    padding-bottom: 0.78125vw;
  }
  .column_item08 .inner {
    padding-top: 7.8125vw;
  }
  .column_item08 .desc {
    margin-bottom: 6.51042vw;
  }
  .column_item08 .desc .inner {
    padding-top: 4.94792vw;
  }
  .column_item08 .desc_txt {
    font-size: 3.38542vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05208vw;
    margin-bottom: 5.46875vw;
  }
  .column_item08 .desc_txt.small {
    font-size: 2.86458vw;
  }
  .column_item08 .chapter {
    margin-bottom: 8.07292vw;
  }
  .column_item08 .chapter .inner {
    padding-top: 7.03125vw;
  }
  .column_item08 .chapter-list {
    padding-bottom: 8.33333vw;
  }
  .column_item08 .chapter-link__contents .chapter-link_img {
    width: 14.71354vw;
    height: auto;
  }
  .column_item08 .chapter-link p {
    margin-left: 7.8125vw;
    letter-spacing: -0.13021vw;
  }
  .column_item08 .chapter-link .btn-arrow {
    border: 1px solid #969696;
  }
  .column_item08 .chapter-link .btn-arrow:before {
    background: #969696;
  }
  .column_item08 .chapter-link .btn-arrow:after {
    content: "";
    background: #969696;
  }
  .column_item08 .chapter_ttl {
    position: relative;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: block;
    text-align: center;
    margin-bottom: 8.85417vw;
  }
  .column_item08 .chapter_ttl:before {
    content: "";
    width: 100%;
    min-height: 60.15625vw;
    background: url(../images/column08/ttl_bg.jpg) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .column_item08 .chapter_ttl__wrap {
    display: block;
    text-align: center;
  }
  .column_item08 .chapter_ttl img {
    width: 14.32292vw;
    height: auto;
    margin: 0% auto;
    margin-top: 5.98958vw;
    margin-bottom: 2.60417vw;
  }
  .column_item08 .chapter_ttl h3 {
    font-size: 5.72917vw;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.07812vw;
    line-height: 1.4;
    display: inline;
    border-bottom: 0.52083vw solid #fff;
  }
  .column_item08 .chapter_pic {
    width: 100%;
    margin-top: -2.86458vw;
  }
  .column_item08 .chapter_pic figure {
    width: 66.66667vw;
  }
  .column_item08 .chapter_pic figure img {
    width: 100%;
    height: auto;
  }
  .column_item08 .chapter_pic figcaption {
    color: #636363;
    letter-spacing: 0vw;
    line-height: 1.4;
    margin-top: 4.16667vw;
    margin-bottom: 7.8125vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .column_item08 .chapter_pic figcaption.txt-left {
    width: 64%;
  }
  .column_item08 .interview-list {
    font-size: 3.38542vw;
    letter-spacing: 0.05208vw;
    text-align: justify;
  }
  .column_item08 .interview-q {
    color: #4ba562;
  }
  .column_item08 .interview-q:before {
    background-color: #4ba562;
  }
  .column_item08 .interview-a__small {
    width: 66.66667vw;
    font-size: 2.86458vw;
    margin-top: -5.20833vw;
    margin-left: 11.97917vw;
    margin-bottom: 6.51042vw;
    text-align: start;
  }
  .column_item08 .profile__ttl {
    color: #4ba562;
    font-size: 3.38542vw;
  }
  .column_item08 .profile__flow {
    margin-top: 1.95312vw;
  }
  .column_item08 .profile__flow-item {
    position: relative;
  }
  .column_item08 .profile__flow-item h4 {
    font-size: 3.38542vw;
    background-color: #4ba562;
    font-weight: 400;
    color: #fff;
    padding: 0.65104vw 0;
    text-align: center;
  }
  .column_item08 .profile__flow-item p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.30208vw 2.60417vw;
    font-size: 3.38542vw;
    background-color: #def1e3;
  }
  .column_item08 .profile__flow-item:nth-of-type(n+2) {
    margin-top: 6.51042vw;
  }
  .column_item08 .profile__flow-item:nth-of-type(n+2):before {
    content: "";
    width: 4.6875vw;
    height: 3.90625vw;
    background: url("../images/column08/arrow.png") center/contain no-repeat;
    position: absolute;
    top: -5.20833vw;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .column-atelier {
    --col_primary: #1f9ea9;
    --col_primary-bg: #ecf2f3;
    --leading_trim: -webkit-calc((1em - 1lh) / 2);
    --leading_trim: -moz-calc((1em - 1lh) / 2);
    --leading_trim: calc((1em - 1lh) / 2);
    --z_over-above: 20;
    --z_over: 10;
    --z_under: -100;
    --font_base: "Noto Sans JP", sans-serif;
    --sp-inner_pad: -webkit-calc(40 / 768 * 100vw);
    --sp-inner_pad: -moz-calc(40 / 768 * 100vw);
    --sp-inner_pad: calc(40 / 768 * 100vw);
    font-family: var(--font_base);
    font-size: 4.16667vw;
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .column-atelier *,
  .column-atelier :before,
  .column-atelier :after {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .column-atelier img {
    max-width: 100%;
  }
  .column-atelier a {
    position: relative;
  }
}

@media screen and (max-width: 768px) and (any-hover: hover) {
  .column-atelier a:not([class]), .column-atelier a.effect, .column-atelier a.anchor {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .column-atelier a:not([class]):hover, .column-atelier a.effect:hover, .column-atelier a.anchor:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  .column-atelier a:not([class])[target="_blank"]:after, .column-atelier a.effect[target="_blank"]:after, .column-atelier a.anchor[target="_blank"]:after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: -0.1em;
    width: 1.0em;
    height: 1.0em;
    margin-left: 0.5em;
    -webkit-mask-image: url("/saiyo/common/images/icon_blank.png");
            mask-image: url("/saiyo/common/images/icon_blank.png");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: currentColor;
  }
  .column-atelier a:not([class]):not([target]):after, .column-atelier a.effect:not([target]):after, .column-atelier a.anchor:not([target]):after {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: -0.1em;
    width: 1.0em;
    height: 1.0em;
    margin-inline: 0.4em;
    -webkit-mask-image: url("/saiyo/common/images/icon_arrow.svg");
            mask-image: url("/saiyo/common/images/icon_arrow.svg");
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: auto 0.9em;
            mask-size: auto 0.9em;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: currentColor;
  }
  .column-atelier .inner {
    width: 100%;
    margin: 0 auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    padding: 0 var(--sp-inner_pad);
    padding-top: 6.51042vw;
  }
  .column-atelier .column-ttl {
    width: 100%;
    height: 10.41667vw;
    padding: 6.77083vw 3.90625vw;
    border-top: 1px solid #c7c7c7;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .column-atelier .column-ttl h2 {
    line-height: 0;
  }
  .column-atelier .column-ttl h2 img {
    width: 28.90625vw;
    height: auto;
  }
  .column-atelier .return-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .column-atelier .return-btn_txt {
    font-size: 3.38542vw;
    font-weight: 500;
    margin-right: 3.90625vw;
  }
  .column-atelier .return-btn .btn-arrow {
    display: inline-block;
    width: 4.94792vw;
    height: 4.94792vw;
    border: 1px solid #1e9ea9;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: relative;
  }
  .column-atelier .return-btn .btn-arrow:before {
    content: "";
    width: 4.81771vw;
    height: 1px;
    background: #1e9ea9;
    position: absolute;
    top: 50%;
    left: -50%;
  }
  .column-atelier .return-btn .btn-arrow:after {
    content: "";
    height: 1px;
    width: 1.30208vw;
    background: #1e9ea9;
    position: absolute;
    top: 1.82292vw;
    left: 1.30208vw;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .column-atelier__head {
    padding-bottom: 10.41667vw;
    position: relative;
  }
  .column-atelier__head:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 143.22917vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5f3f4), to(rgba(255, 255, 255, 0))) top center/100% 117.1875vw no-repeat;
    background: -webkit-linear-gradient(top, #e5f3f4 0%, rgba(255, 255, 255, 0) 100%) top center/100% 117.1875vw no-repeat;
    background: -moz- oldlinear-gradient(top, #e5f3f4 0%, rgba(255, 255, 255, 0) 100%) top center/100% 117.1875vw no-repeat;
    background: linear-gradient(to bottom, #e5f3f4 0%, rgba(255, 255, 255, 0) 100%) top center/100% 117.1875vw no-repeat;
    z-index: var(--z_under);
    opacity: 50%;
  }
  .column-atelier__mv {
    padding-block: 8.33333vw 3.125vw;
  }
  .column-atelier__mv-text {
    font-size: 6.25vw;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .column-atelier__mv-text em {
    font-style: normal;
    color: var(--col_primary);
  }
  .column-atelier__mv-wrapper {
    padding-top: 5.20833vw;
    margin-inline: -webkit-calc(50% - 50vw);
    margin-inline: -moz-calc(50% - 50vw);
    margin-inline: calc(50% - 50vw);
    text-align: center;
  }
  .column-atelier__mv-img {
    width: 93.75vw;
    margin-inline: auto;
  }
  .column-atelier__lead strong {
    display: block;
    font-size: 5.20833vw;
    letter-spacing: 0.05em;
    font-weight: 600;
    line-height: -webkit-calc(72 / 40);
    line-height: -moz-calc(72 / 40);
    line-height: calc(72 / 40);
    margin-bottom: 1.0em;
  }
  .column-atelier__lead em {
    font-style: normal;
    font-weight: 600;
    color: var(--col_primary);
  }
  .column-atelier__tob {
    margin-top: 6.25vw;
  }
  .column-atelier__tob .tob {
    border: 0.78125vw solid #e6e6e6;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 0 3.90625vw 3.90625vw;
  }
  .column-atelier__tob .tob__ttl {
    text-align: center;
    padding-block: 4.16667vw 0;
  }
  .column-atelier__tob .tob__ttl span {
    font-family: "Akrobat Bold";
    font-size: 7.29167vw;
    font-weight: 700;
    line-height: 1.2;
    color: var(--col_primary);
    position: relative;
  }
  .column-atelier__tob .tob__ttl span:before, .column-atelier__tob .tob__ttl span:after {
    content: '';
    width: 6.25vw;
    height: 0.65104vw;
    line-height: 1.5;
    background-color: #d0d0d0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .column-atelier__tob .tob__ttl span:before {
    left: -10.9375vw;
  }
  .column-atelier__tob .tob__ttl span:after {
    right: -10.9375vw;
  }
  .column-atelier__tob .tob__list {
    display: -ms-grid;
    display: grid;
    counter-reset: tob;
  }
  .column-atelier__tob .tob__list-item {
    position: relative;
  }
  .column-atelier__tob .tob__list-item:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.65104vw;
    background: -webkit-radial-gradient(circle closest-side, #b8b8b8, #b8b8b8 100%, transparent 100%, transparent) top left/2.34375vw 0.65104vw repeat-x;
    background: -moz- oldradial-gradient(circle closest-side, #b8b8b8, #b8b8b8 100%, transparent 100%, transparent) top left/2.34375vw 0.65104vw repeat-x;
    background: radial-gradient(circle closest-side, #b8b8b8, #b8b8b8 100%, transparent 100%, transparent) top left/2.34375vw 0.65104vw repeat-x;
  }
  .column-atelier__tob .tob__list-item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.60417vw;
       -moz-column-gap: 2.60417vw;
            column-gap: 2.60417vw;
    counter-increment: tob;
    padding-block: 0.8em;
    position: relative;
    font-size: 4.16667vw;
    letter-spacing: 0.08em;
    font-weight: 500;
    line-height: 1.5;
  }
  .column-atelier__tob .tob__list-item a:before {
    content: counter(tob) ".";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    font-size: 5.46875vw;
    font-weight: 700;
    color: var(--col_primary);
  }
  .column-atelier__tob .tob__list-item a:after {
    content: '';
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    position: relative;
    margin-left: auto;
    width: 5.98958vw;
    height: auto;
    aspect-ratio: 1;
    background: url("../../common/images/icon_arrow.svg") -webkit-calc(50% + 1px) center/1.82292vw 2.73438vw no-repeat;
    background: url("../../common/images/icon_arrow.svg") -moz-calc(50% + 1px) center/1.82292vw 2.73438vw no-repeat;
    background: url("../../common/images/icon_arrow.svg") calc(50% + 1px) center/1.82292vw 2.73438vw no-repeat;
    background-color: var(--col_primary);
    -moz-border-radius: 50%;
         border-radius: 50%;
    translate: 0 0.26042vw;
  }
  .column-atelier__body {
    counter-reset: section;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .column-atelier__sec {
    --section-col_bg: #fff;
    --section-col_obj: var(--col_primary-bg);
    --section-col_ttl-border: #e3e3e3;
    background-color: var(--section-col_bg);
    counter-increment: section;
    padding-block: 1.04167vw 15.625vw;
  }
  .column-atelier__sec--closing {
    padding-block: 15.625vw;
  }
  .column-atelier__sec--closing .inner {
    padding-block: 0;
  }
  .column-atelier__sec:nth-child(odd) {
    --section-col_bg: var(--col_primary-bg);
    --section-col_obj: #fff;
    --section-col_ttl-border: #fff;
  }
  .column-atelier__sec .atelier-sec__ttl {
    text-align: center;
    font-size: 5.20833vw;
    font-weight: 700;
    line-height: -webkit-calc(64 / 40);
    line-height: -moz-calc(64 / 40);
    line-height: calc(64 / 40);
    letter-spacing: 0.05em;
    padding-bottom: 0.8em;
    margin-bottom: 5.20833vw;
    border-bottom: 1.04167vw solid var(--section-col_ttl-border);
  }
  .column-atelier__sec .atelier-sec__ttl:before {
    content: counter(section) ".";
    display: block;
    color: var(--col_primary);
    font-size: 7.03125vw;
    line-height: 1.5;
  }
  .column-atelier__sec .atelier-sec__ttl--extra:before {
    content: attr(data-num);
  }
  .column-atelier__sec .atelier-sec__lead {
    font-size: 4.16667vw;
    line-height: -webkit-calc(56 / 32);
    line-height: -moz-calc(56 / 32);
    line-height: calc(56 / 32);
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .column-atelier__sec .atelier-sec__content h4 {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    font-size: 5.20833vw;
    line-height: -webkit-calc(56 / 40);
    line-height: -moz-calc(56 / 40);
    line-height: calc(56 / 40);
    font-weight: 600;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 1.5em;
  }
  .column-atelier__sec .atelier-sec__content h4:before {
    content: '';
    position: absolute;
    top: 0.25lh;
    left: 0;
    display: inline-block;
    vertical-align: -0.13021vw;
    width: 4.42708vw;
    aspect-ratio: 1;
    border: 1.30208vw solid var(--col_primary);
    background-color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .column-atelier__sec .atelier-sec__content p:not([class]), .column-atelier__sec .atelier-sec__content p.clear-fix, .column-atelier__sec .atelier-sec__content p.effect {
    margin-top: 1.0em;
    font-size: 4.16667vw;
    line-height: -webkit-calc(56 / 32);
    line-height: -moz-calc(56 / 32);
    line-height: calc(56 / 32);
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .column-atelier__sec .atelier-sec__content a:not([class]), .column-atelier__sec .atelier-sec__content a.effect, .column-atelier__sec .atelier-sec__content a.anchor {
    color: var(--col_primary);
    text-decoration: underline;
    text-underline-offset: 0.5em;
    line-height: 2.0;
  }
  .column-atelier__sec .atelier-sec__content mark {
    font-weight: 700;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, transparent), color-stop(10%, #f7ff7b), color-stop(82%, #f7ff7b), color-stop(82%, transparent));
    background: -webkit-linear-gradient(bottom, transparent 10%, #f7ff7b 10%, #f7ff7b 82%, transparent 82%);
    background: -moz- oldlinear-gradient(bottom, transparent 10%, #f7ff7b 10%, #f7ff7b 82%, transparent 82%);
    background: linear-gradient(to top, transparent 10%, #f7ff7b 10%, #f7ff7b 82%, transparent 82%);
  }
  .column-atelier__sec .atelier-sec__content .clear-fix {
    clear: both;
  }
  .column-atelier__sec .atelier-sec__content .img-center {
    width: -webkit-calc(var(--img_width) * vw(10) / 10);
    width: -moz-calc(var(--img_width) * vw(10) / 10);
    width: calc(var(--img_width) * vw(10) / 10);
    max-width: 100%;
    margin-block: 9.375vw;
    margin-inline: auto;
  }
  .column-atelier__sec .atelier-sec__content .img-center img {
    width: 100%;
  }
  .column-atelier__sec .atelier-sec__content .img-center:last-child {
    margin-bottom: 0;
  }
  .column-atelier__sec .atelier-sec__content .img-float {
    margin-block: 3.125vw;
  }
  .column-atelier__sec .atelier-sec__content .img-float + * {
    margin-top: 3.125vw;
  }
  .column-atelier__sec .atelier-sec__content .img-float img {
    max-width: 100%;
  }
  .column-atelier__sec .atelier-sec__content .img-float.--left {
    float: left;
  }
  .column-atelier__sec .atelier-sec__content .img-float.--right {
    float: right;
  }
  .column-atelier__sec .atelier-sec__content .img-float.--img02 {
    margin-top: 5.20833vw;
    margin-right: 5.20833vw;
    width: 48.04688vw;
  }
  .column-atelier__sec .atelier-sec__content .img-float.--img03 {
    margin-left: 5.20833vw;
    width: 49.73958vw;
  }
  .column-atelier__sec .atelier-sec__content .img-float.--img04 {
    margin-left: 5.20833vw;
    width: 49.47917vw;
  }
  .column-atelier__sec .atelier-sec__content .compare-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4.16667vw;
  }
  .column-atelier__sec .atelier-sec__content .compare-item {
    --compare-col_ttl: currentColor;
    --compare-col_accent: #d6d6d6;
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
    padding: 3.64583vw 3.90625vw 4.16667vw;
  }
  .column-atelier__sec .atelier-sec__content .compare-item:first-child {
    border: 0.26042vw solid color-mix(in srgb, #c8c8c8 70%, transparent);
    background-color: #fff;
  }
  .column-atelier__sec .atelier-sec__content .compare-item:nth-child(2) {
    --compare-col_ttl: var(--col_primary);
    --compare-col_accent: var(--col_primary);
    border: 0.26042vw solid color-mix(in srgb, var(--col_primary) 30%, transparent);
    background-color: color-mix(in srgb, #c5ecf0 30%, transparent);
  }
  .column-atelier__sec .atelier-sec__content .compare-item dt {
    color: var(--compare-col_ttl);
    background: -webkit-gradient(linear, left top, right top, color-stop(20.83333vw, var(--compare-col_accent)), color-stop(20.83333vw, transparent)) bottom left/100% 0.52083vw no-repeat;
    background: -webkit-linear-gradient(left, var(--compare-col_accent) 20.83333vw, transparent 20.83333vw) bottom left/100% 0.52083vw no-repeat;
    background: -moz- oldlinear-gradient(left, var(--compare-col_accent) 20.83333vw, transparent 20.83333vw) bottom left/100% 0.52083vw no-repeat;
    background: linear-gradient(to right, var(--compare-col_accent) 20.83333vw, transparent 20.83333vw) bottom left/100% 0.52083vw no-repeat;
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
    font-weight: 700;
  }
  .column-atelier__sec .atelier-sec__content .frame {
    background: -webkit-gradient(linear, left top, right top, color-stop(4.6875vw, transparent), color-stop(4.6875vw, color-mix(in srgb, #b0b0b0 6%, transparent))) center/5.20833vw 100% repeat-x, -webkit-gradient(linear, left bottom, left top, color-stop(4.6875vw, transparent), color-stop(4.6875vw, color-mix(in srgb, #b0b0b0 6%, transparent))) center/100% 5.20833vw repeat-y;
    background: -webkit-linear-gradient(left, transparent 4.6875vw, color-mix(in srgb, #b0b0b0 6%, transparent) 4.6875vw) center/5.20833vw 100% repeat-x, -webkit-linear-gradient(bottom, transparent 4.6875vw, color-mix(in srgb, #b0b0b0 6%, transparent) 4.6875vw) center/100% 5.20833vw repeat-y;
    background: -moz- oldlinear-gradient(left, transparent 4.6875vw, color-mix(in srgb, #b0b0b0 6%, transparent) 4.6875vw) center/5.20833vw 100% repeat-x, -moz- oldlinear-gradient(bottom, transparent 4.6875vw, color-mix(in srgb, #b0b0b0 6%, transparent) 4.6875vw) center/100% 5.20833vw repeat-y;
    background: linear-gradient(90deg, transparent 4.6875vw, color-mix(in srgb, #b0b0b0 6%, transparent) 4.6875vw) center/5.20833vw 100% repeat-x, linear-gradient(0deg, transparent 4.6875vw, color-mix(in srgb, #b0b0b0 6%, transparent) 4.6875vw) center/100% 5.20833vw repeat-y;
    background-color: #fff;
    padding: 5.20833vw 5.20833vw 7.29167vw;
    border: 0.78125vw solid var(--col_primary);
    -moz-border-radius: 2.60417vw;
         border-radius: 2.60417vw;
  }
  .column-atelier__sec .atelier-sec__content .frame--closing {
    padding-block: 8.33333vw;
  }
  .column-atelier__sec .atelier-sec__content .frame > *:first-child {
    margin-top: 0;
  }
  .column-atelier__sec .atelier-sec__content .frame h4 {
    padding-left: 0;
    color: var(--col_primary);
  }
  .column-atelier__sec .atelier-sec__content .frame h4:before {
    display: none;
  }
  .column-atelier__sec .atelier-sec__content .frame a {
    font-size: 3.64583vw;
  }
  .column-atelier__sec .atelier-sec__content .voice-wrapper {
    display: -ms-grid;
    display: grid;
    row-gap: 4.16667vw;
    margin-top: 5.72917vw;
    -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
  }
  .column-atelier__sec .atelier-sec__content .voice-wrapper--sm {
    margin-top: 1.5em;
    row-gap: 0.5em;
  }
  .column-atelier__sec .atelier-sec__content .voice {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: span 2;
        grid-column: span 2;
    -ms-grid-columns: subgrid;
        grid-template-columns: subgrid;
  }
  .column-atelier__sec .atelier-sec__content .voice:has(.voice__avatar) {
    -webkit-column-gap: 5.98958vw;
       -moz-column-gap: 5.98958vw;
            column-gap: 5.98958vw;
  }
  .column-atelier__sec .atelier-sec__content .voice:not(:has(.voice__avatar)) {
    -webkit-column-gap: 2.60417vw;
       -moz-column-gap: 2.60417vw;
            column-gap: 2.60417vw;
  }
  .column-atelier__sec .atelier-sec__content .voice__avatar {
    width: 16.40625vw;
  }
  .column-atelier__sec .atelier-sec__content .voice__avatar img {
    width: 100%;
    height: auto;
  }
  .column-atelier__sec .atelier-sec__content .voice__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    background-color: var(--section-col_obj);
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    padding: 2.08333vw 4.6875vw 7.29167vw 7.29167vw;
    position: relative;
  }
  .column-atelier__sec .atelier-sec__content .voice__content:before {
    content: '';
    position: absolute;
    left: -3.64583vw;
    top: 7.29167vw;
    width: 3.90625vw;
    height: 3.125vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%);
    background-color: inherit;
  }
  .column-atelier__sec .atelier-sec__content .voice__name {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    font-weight: 500;
    margin-bottom: 0.5em;
    color: var(--col_primary);
  }
  .column-atelier__sec .atelier-sec__content .voice__detail {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .column-atelier__sec .atelier-sec__content .voice__desc {
    -ms-grid-column: span 2;
        grid-column: span 2;
    margin-block: 3.125vw;
    font-weight: 500;
  }
  .column-atelier__sec .extra__mv {
    margin-top: 5.20833vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .column-atelier__sec .extra__mv-profile {
    --extra-profile_pos: vw(98);
    --extra-profile_rev: 1;
    width: 79.42708vw;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--col_primary);
    -moz-border-radius: 1.30208vw;
         border-radius: 1.30208vw;
    padding: 4.16667vw 4.6875vw 5.20833vw;
    z-index: var(--z_over);
    font-size: 3.64583vw;
    line-height: -webkit-calc(42 / 28);
    line-height: -moz-calc(42 / 28);
    line-height: calc(42 / 28);
    letter-spacing: 0.05em;
    position: relative;
  }
  .column-atelier__sec .extra__mv-profile:not(:last-of-type) {
    margin-bottom: 3.64583vw;
  }
  .column-atelier__sec .extra__mv-profile:first-of-type {
    margin-top: -4.16667vw;
  }
  .column-atelier__sec .extra__mv-profile .profile-line {
    position: absolute;
    bottom: 50%;
    width: 14.32292vw;
    height: 29.16667vw;
    border-top: 1px solid var(--col_primary);
    border-left: 1px solid var(--col_primary);
  }
  .column-atelier__sec .extra__mv-profile .profile-line:before {
    content: '';
    width: 2.60417vw;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--col_primary);
  }
  .column-atelier__sec .extra__mv-profile .profile-line:after {
    content: '';
    width: 2.08333vw;
    height: 2.08333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    position: absolute;
    top: -1.04167vw;
    right: 0;
    background-color: var(--col_primary);
  }
  .column-atelier__sec .extra__mv-profile span {
    display: block;
    color: var(--col_primary);
    line-height: -webkit-calc(21 / 14);
    line-height: -moz-calc(21 / 14);
    line-height: calc(21 / 14);
  }
  .column-atelier__sec .extra__mv-profile.-ko .profile-line {
    height: 29.16667vw;
    left: -2.86458vw;
  }
  .column-atelier__sec .extra__mv-profile.-ty .profile-line {
    height: 64.45312vw;
    width: 18.61979vw;
    right: -2.86458vw;
    scale: -1 1;
  }
  .column-atelier__sec .extra__img-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.86458vw;
    margin-block: 5.20833vw;
  }
  .column-atelier__sec .extra__img-row:last-child {
    margin-bottom: 0;
  }
}
