/*
Theme Name: Renfro
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0

*/

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    margin: 0;
    text-align: left;
    font-size: 16px;
    font-size: 1rem;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

a {
    text-decoration: none;
    color: #333;
}

.sp {
    display: none;
}

.breadCrumb {
    text-align: right;
    font-size: 0.8rem;
    margin: 20px 40px;
}

/* header */

.header {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
}

.slider {
    /* position:relative;
    z-index: 1; */
    /* height: 100vh; */
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    padding: 0;
    margin: 0;
}

.pc .slider-item {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.pc .slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pc .slider-item01 {
    /* background:url(img/pc_01.png) ; */
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;

}

/* .slick-slide .pc video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  } */

video {
    width: 100%;
    /* height: 100vh; */
    height: auto;
    aspect-ratio: 16/9;
    object-fit: contain;
}

/* .pc .slider-item02 {
    background: url(./img/renfro_hp_kv_01.jpg) no-repeat center center;
    background-size: contain;
}

.pc .slider-item03 {
    background: url(./img/renfro_hp_kv_02.jpg) no-repeat center center;
    background-size: contain;
}

.pc .slider-item04 {
    background: url(./img/renfro_hp_kv_03.jpg) no-repeat center center;
    background-size: contain;
} */

.pc .slider-item {
    width: 100%;
    /* height: 100vh; */
    height: auto;
}

/* .slick-dots {
    display: none;
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 100px;
    height: 10px;
    display: block;
    background: #59c6e7;
    border: none;
}

.slick-dots .slick-active button {
    background: #002d5e;
} */
.slick-dots {
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    padding: 0 40px;
    display: none;
}

.slick-dots li {
    width: 24%;
    height: auto;
    cursor: pointer;
    aspect-ratio: 16/9;
}

.slick-dots li:hover {
    transition: .3s;
    opacity: 0.8;
}

/* .slick-dots li::before {
    content: "#01";
    display: block;
    text-align: center;
    font-size: 14px;
    color: #002d5e;
    margin-bottom: 10px;
} */

/* .slick-dots li:nth-of-type(2)::before {
    content: "#02";
}

.slick-dots li:nth-of-type(3)::before {
    content: "#03";
}

.slick-dots li:nth-of-type(4)::before {
    content: "#04";
} */

.slick-dots li button {
    padding: 0;
}

.slick-dots li img {
    width: 100%;
    height: 100%;
    display: block;
}

.index_bg {
    position: relative;
}

.header-text {
    position: absolute;
    top: 400px;
    left: 60px;
    display: none;
}

.header-text p {
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

.logo-area {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}

.logo-area figure {
    width: 110px;
    height: auto;
    /* margin-top: 30px; */
}

.logo-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.openbtn {
    position: relative;
    background: #002d5e;
    cursor: pointer;
    width: 120px;
    height: 80px;
    z-index: 3;
}

.openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 32px;
    height: 2px;
    background: #fff;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 25px;
}

.openbtn span:nth-of-type(2) {
    top: 40px;
}

.openbtn span:nth-of-type(3) {
    top: 55px;
}

.openbtn.active span:nth-of-type(1) {
    top: 33px;
    left: 35px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 45px;
    left: 35px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}

body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
}

.slider.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
}

.nav-wrapper {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all 0.5s;
    z-index: 2;
}

.header-nav {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #002d5e;
    z-index: 2;
}

.menu {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-item {
    margin-right: 0;
    margin-bottom: 40px;
}

.menu-item a {
    color: #fff;
}

/* メニューオープン時 */
.nav-wrapper.fade {
    visibility: visible;
    opacity: 1;
}

.page_area_hum {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.hum_pc {
    position: relative;
    top: 25%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.hum_pc .hum_ul {
    width: 33%;
    padding: 24px;
}

.hum_pc .hum_ul li {
    margin-bottom: 40px;
    list-style: none;
}

.hum_pc .hum_ul li a {
    text-decoration: none;
    color: #fff;
}

.hum_pc .bold {
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
}

/* main */

.special-contents {
    margin-top: 80px;
    margin-bottom: 60px;
}

@media (max-width:768px) {
    .special-contents {
        margin-top: 15%;
    }

    .in_h1 {
        margin-bottom: 40px;
    }
}


.in_h1 {
    font-size: 2rem;
    text-align: center;
    color: #002d5e;
    margin-bottom: 60px;
    margin-top: 40px;
}

.box-area {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 20px;
}

.box {
    width: 31%;
    margin: 1% 1% 5% 1%;
}

.zoom-box {
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.box .img_wrap {
    display: block;
    transition-duration: 0.5s;
    position: relative;
}

.box_new {
    position: absolute;
    top: 0;
    margin-left: 10px;
    color: #fff;
    background-color: #f5333f;
    font-weight: bold;
    padding: 6px;
}

.box .img_wrap:hover {
    transform: scale(1.1);
}

h2 {
    font-size: 1.3rem;
    margin-top: 16px;
    font-weight: bold;
    line-height: 1.2;
}

/* .special-contents h2 span{
    color: #f5333f;
    font-size: 0.6em;
    border:solid 1px #f5333f;
    padding: 2px 4px;
    font-weight: lighter;
} */
.box p {
    font-size: 1rem;
    margin-top: 12px;
    line-height: 1.6;
}

.news-contents .news-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-contents .news-box a {
    width: 24%;
    margin-bottom: 80px;
}

/* .news-box img{
    width: 100%;
    height: auto;
} */
.news-contents .zoom-box {
    overflow: hidden;
    width: 100%;
}

.news-contents .news-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-contents .news-box a {
    width: 24%;
    margin-bottom: 80px;
}

.zoom-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.day {
    font-size: 0.8rem;
    margin-top: 6px;
}

.n_c {
    font-size: 0.9rem;
    margin-top: 16px;
    line-height: 1.5;
}

.morebtn {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: right;
}

.more {
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.more::before {
    content: "";
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: -10px;
    left: 15%;
    /*下線の形状*/
    width: 85%;
    height: 1px;
    background: #333;
    /*アニメーションの指定*/
    transition: all 0.3s;
}

.more::after {
    content: "";
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: -5px;
    right: 0;
    /*矢印の形状*/
    width: 15px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all 0.3s;
}

/*hoverした際の移動*/
.more:hover::before {
    left: 25%;
}

.more:hover::after {
    right: -10%;
}

.newsbtn {
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.newsbtn::before {
    content: "";
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: -10px;
    left: 15%;
    /*下線の形状*/
    width: 85%;
    height: 1px;
    background: #333;
    /*アニメーションの指定*/
    transition: all 0.3s;
}

.newsbtn::after {
    content: "";
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: -5px;
    right: -3px;
    /*矢印の形状*/
    width: 20px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all 0.3s;
}

/*hoverした際の移動*/
.newsbtn:hover::before {
    left: 25%;
}

.newsbtn:hover::after {
    right: -10%;
}

.about_bg_top {
    background: url(img/renfro_hp_bunner_aboutus_PC.png) no-repeat center center;
    margin-top: 120px;
}

.about-us {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.a_l {
    width: 45%;
}

.a_l h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 35px;
    margin-top: 56px;
    text-align: left;
}

.a_l button {
    width: 200px;
    height: 80px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 56px;
    cursor: pointer;
}

.a_l button:hover {
    width: 200px;
    height: 80px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #333;
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 56px;
    transition: 0.5s;
}

.a_r {
    width: 45%;
}

.a_r p {
    color: #fff;
    font-size: 1rem;
    line-height: 2;
}

.a_r_2 {
    margin-top: 20px;
}

.brand {
    margin-top: 100px;
}

.brand h3 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 40px;
}

.original_bg {
    background-color: #e7e7e7;
    padding: 40px;
    margin-top: 60px;
}

.original_contents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.original_contents .zoom-box {
    width: 24%;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.img_wrap_brands {
    display: block;
    transition-duration: 0.5s;
}

.img_wrap_brands:hover {
    transform: scale(1.1);
}

.license_bg {
    margin-top: 40px;
}

.license_contents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.license_contents a {
    width: 33%;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.license_contents a img {
    width: 50%;
    height: 50%;
    object-fit: cover;
}

#info,
#info2,
#info3,
#info4,
#info5,
#info6,
#info7,
#info8,
#info9,
#info10,
#info11 {
    display: none;
}

.modaal-container {
    max-width: 600px;
}

.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

.modaal-content-container {
    padding: 30px 30px 60px;
    text-align: center;
}

.modaal-content-container .info_figure {
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.modaal-content-container .info_figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modaal-content-container .info_h2 {
    font-size: 1.3rem;
    margin-bottom: 24px;
}

.modaal-content-container .info_h2_add {
    margin-top: 60px;
}

.modaal-content-container .link_df {
    display: flex;
    justify-content: center;
}

.modaal-content-container .link_df .logo24 {
    display: block;
    width: 30%;
    margin: 0 2%;
    border: solid 1px #333;
    padding: 10px 30px;
    border-radius: 60px;
}

.modaal-content-container .link_df .logo24 img {
    width: 80%;
    height: 100%;
    object-fit: contain;
}

.modaal-content-container .info_p {
    font-size: 1rem;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto 24px;
    text-align: left;
}

.modaal-content-container a {
    font-size: 1rem;
    color: #002d5e;
    margin-bottom: 24px;
}

.access h1 {
    border-top: solid 3px #707070;
    padding-top: 120px;
    text-align: center;
    font-size: 2rem;
    text-align: center;
    color: #002d5e;
    margin-bottom: 60px;
    margin-top: 40px;
}

.map {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.map .map_img {
    width: 48%;
}

.map .map_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.google_btn {
    border: #002d5e 1px solid;
    color: #002d5e;
    font-weight: bold;
    padding: 10px 20px;
    transition: 0.5s;
}

.google_btn:hover {
    border: #fff 1px solid;
    background-color: #002d5e;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    transition: 0.5s;
}

.company {
    width: 48%;
}

.c_name {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.c_address {
    margin-bottom: 40px;
    line-height: 1.5;
}

/* 250325追記 */
.company .img_df {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto 0;
}

.company .img_df li {
    width: 32%;
}

.company .img_df li img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
}

.company .img_df li p {
    font-size: 12px;
    text-align: center;
    margin: 10px auto;
}

@media (max-width:768px) {
    .company .img_df li p {
        font-size: 10px;
        margin: 5px auto;
    }
}

/* --------------ここから追加--------------------- */

/* 下層top_areaのimg */

.top_area {
    height: 100vh;
}

.top_img {
    position: relative;
}

/* 画像決まったらそれぞれ作成（phpのクラス変更も） */
.message_bg {
    background: url(img/renfro_hp_bunner_interview_PC.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 70%;
}

.about_bg {
    background: url(img/2.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 70%;
}

.global_bg {
    background: url(img/renfro_hp_bunner_global_PC.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 70%;
}

.philosophy_bg {
    background: url(img/renfro_hp_bunner_philosophy_PC.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 70%;
}

.header-text_all {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    left: 60px;
}

.header-text_a h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
    color: #fff;
    line-height: 1.2;
}

.header-text_a h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 24px;
    color: #fff;
}

.header-text_a p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #fff;
}

.header-text_b h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
    color: #fff;
    text-shadow: 2px 2px 2px #333;
    line-height: 1.2;
}

.header-text_b h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 24px;
    color: #fff;
    text-shadow: 2px 2px 2px #333;
}

.header-text_b p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #fff;
    text-shadow: 2px 2px 2px #333;
}

/* スライドメニュー */

.slidemenu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 20px;
}

.slidemenu li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.2;
    position: relative;
    margin-bottom: 20px;
}

.slidemenu li a span {
    font-size: 0.9rem;
}

.slidemenu li a::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -10px;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 3px;
    background: #f5333f;
    /*アニメーションの指定*/
    transition: all 0.3s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: left top;
    /*左上基点*/
}

/*現在地とhoverの設定*/
.slidemenu li.current a::after,
.slidemenu li a:hover::after {
    transform: scale(1, 1);
    /*X方向にスケール拡大*/
}

/* 共通main */
.main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

/* messsage.php */

.main_img {
    margin-bottom: 56px;
    width: 100%;
}

.main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .message_ttl {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 40px;
}

.main p {
    line-height: 1.75;
    margin-bottom: 1.75rem;
}

.sign {
    width: 25%;
    margin: 0 0 0 auto;
}

.sign img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.name {
    font-size: 1.1rem;
    text-align: center;
}

.message_figure_bg {
    height: 280px;
    width: 100vw;
    margin-bottom: 40px;
}

.message_figure_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message_day {
    font-size: 0.8rem;
}

.message_df {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.message_df p {
    width: 68%;
}

.message_df figure {
    width: 30%;
}

/* about.php */

.about_img {
    width: 100%;
}

.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main .main_h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 24px;
    line-height: 1.3;
}

.main .main_p {
    text-align: center;
    width: 73%;
    margin: 0 auto;
    line-height: 1.5;
    margin-bottom: 88px;
}

.about_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

table {
    width: 49%;
}

tr {
    border-top: 1px solid #333;
}

td {
    padding: 24px 20px 24px 0;
    font-size: 0.9rem;
    line-height: 2;
}

.tr_b {
    border-bottom: 1px solid #333;
}

.map_btn {
    border: #333 solid 1px;
    padding: 5px 16px;
}

.history_area {
    margin-top: 80px;
}

.history_img {
    width: 100%;
}

.history_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.history {
    margin-top: 120px;
    font-size: 2rem;
    color: #002d5e;
    font-weight: bold;
    text-align: center;
}

/* philosophy.php */

.philosophy_area {
    border-bottom: 1px solid #adadad;
    padding-bottom: 120px;
}

.ttl_h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.philosophy_area figure {
    width: 75.8%;
    height: auto;
    margin: 0 auto;
}

.philosophy_area figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.philosophy_area p {
    font-size: 1.5rem;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 24px;
}

h3 {
    font-size: 2rem;
    color: #002d5e;
    text-align: center;
}

.ttl_mi {
    margin-top: 120px;
}

.mission_area {
    display: flex;
    justify-content: space-between;
}

.mission_contents {
    width: 30%;
    text-align: left;
}

.mission_contents h3 {
    margin-bottom: 24px;
    text-align: left;
}

.me_01 {
    color: #f5333f;
    font-weight: bold;
    font-size: 1.5rem;
}

.me_02 {
    color: #338ef5;
    font-weight: bold;
    font-size: 1.5rem;
}

.me_03 {
    color: #51c429;
    font-weight: bold;
    font-size: 1.5rem;
}

.mission_contents p {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-top: 8px;
}

/* global.php */

.global_main h2 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 120px;
}

.global_area {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.global_contents {
    width: 24%;
    margin-bottom: 100px;
}

.g_box {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.global_img {
    width: 100%;
    height: auto;
}

.global_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.country {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
    text-align: left;
    padding-bottom: 8px;
    border-bottom: 1px solid #707070;
    border-style: dotted;
}

.country1 {
    padding: 0;
}

.country1 .country_name p {
    margin-bottom: 1.2rem;
}

.country img {
    width: 18.5%;
}

.country_name {
    margin-left: 3%;
}

.country_name h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}

.country_name p {
    font-size: 0.75rem;
}

.space {
    font-size: 0.87rem;
    margin-top: 8px;
    text-align: left;
    line-height: 1.5;
}

.news-in_img {
    width: 100%;
    margin-bottom: 40px;
}

.news-in_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* news投稿 */
.news-top {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.news-top .news-top_ttl {
    margin-top: 80px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}

.news-top_day {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.news-top_day span {
    display: inline-block;
    margin-right: 20px;
}

.news-top_day p {
    margin-right: 10px;
}

.news-top img {
    /* width: 70%; */
    width: 100%;
}

.news-top a {
    color: #002d5e;
    word-wrap: break-word;
}

.news-top p {
    margin-bottom: 20px;
    line-height: 2;
}

.news-top_contents {
    margin-top: 40px;
}

.news-top_contents pre {
    line-height: 1.7;
}

.news-contents_df {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;

}

.news-contents_df img {
    width: 100%;
    margin-bottom: 10px;
}

.news-df_left {
    width: 49%;
}

.news-df_right {
    width: 49%;
}


@media(max-width:768px) {
    .news-contents_df {
        display: block;
        margin-bottom: 40px;
    }

    .news-contents_df img {
        width: 100%;
    }

    .news-df_left {
        width: 100%;
        margin-bottom: 40px;
    }

    .news-df_right {
        width: 100%;
        margin-bottom: 40px;
    }

    .news-top .news-top_ttl {
        margin-top: 0;
    }

}

/* privacy */

.privacy_main {
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    text-align: left;
}

.privacy_h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 80px;
}

.privacy_p {
    font-size: 1rem;
    line-height: 1.5;
}

.privacy_main .privacy_h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 24px;
    margin-top: 40px;
    text-align: left;
    color: #333;
}

.privacy_ol {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 24px;
    margin-bottom: 24px;
}

.privacy_ol li {
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 40px;
    margin-top: 8px;
}

.privacy_main .number li {
    list-style: decimal;
    margin-bottom: 8px;
}

.privacy_main .li_en li {
    list-style: lower-alpha;
    margin-left: 60px;
}

.privacy_main .li_i li {
    list-style: lower-roman;
}

.privacy_main .ml60 {
    margin-left: 60px;
}

.privacy_end {
    font-size: 1rem;
    text-align: right;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* SDGstalk*/

.sdgs_main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left;
    margin-top: 80px;
}

.sdgs_main figure {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
}

.sdgs_main figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sdgs_p {
    font-size: 1.2rem;
    margin-bottom: 24px;
}

.sdgs_h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
    line-height: 1.5;
}

.sdgs_lead {
    font-size: 1.1rem;
    margin-bottom: 24px;
    line-height: 1.8;
}

.sdgs_h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 40px;
    color: #666;
    border-bottom: 2px solid #002d5e;
    width: fit-content;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.sdgs-a_p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 24px;
}

.sdgs-b_p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 24px;
}

.sdgs-a_p span {
    font-size: 1rem;
    color: #338ef5;
}

.sdgs-b_p span {
    font-size: 1rem;
    color: #f5333f;
}

.sdgs_main figcaption {
    font-size: 0.9rem;
    margin-bottom: 24px;
    margin-top: 8px;
}

.sdgs_mt24 {
    margin-top: 24px;
}

.sdgs_main .main_ul1 {
    margin-top: 40px;
    border-top: #002d5e solid 1px;
    border-bottom: #002d5e solid 1px;
    padding: 40px;
}

.sdgs_main .main_ul2 {
    margin-top: 20px;
    border-bottom: #002d5e solid 1px;
    padding: 40px;
    margin-bottom: 40px;
}

.sdgs_main ul li {
    font-size: 1rem;
    margin-bottom: 16px;
}

.sdgs_main .vol5_img {
    width: 40%;
    margin: 40px auto;
}

.sdgs-mt {
    margin-top: 40px;
}

.sdgs_nav {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sdgs_nav .sdgs_nav_mb24 {
    margin-bottom: 24px;
}

.sdgs_nav a {
    color: #002d5e;
    border-bottom: 1px solid #002d5e;
    padding-bottom: 4px;
}

@media (max-width: 768px) {

    .sdgs_main .vol5_img {
        width: 100%;
    }

}

/* HOTSOX */
.hotsox_main {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}

.hotsox_h1 {
    font-size: 2.5rem;
    color: #002d5e;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.hotsox_main figure {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    max-width: 880px;
}

.hotsox_h3 {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 24px;
}

.hotsox_p {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}

.hotsox_df {
    display: flex;
    justify-content: center;
}

.hotsox_link {
    margin-top: 24px;
    border: #333 1px solid;
    padding: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

.hotsox_h4 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.hotsox_a:hover {
    color: #ff98c6;
}

.hotsox_main figure {
    max-width: 880px;
    width: 100%;
}

.hotsox_main figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-contents .category_ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 40px auto;
    padding: 20px;
}

.news-contents .category_ul li {
    width: 220px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.news-contents .category_ul li a {
    font-size: 0.9rem;
    border: #002d5e 1px solid;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    color: #002d5e;
    display: block;
    transition: 0.5s;
}

.news-contents .category_ul li a:hover {
    font-size: 0.9rem;
    border: #002d5e 1px solid;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    background-color: #002d5e;
    transition: 0.5s;
}

/* newsカテゴリー別 */
.category_df {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
}

.news-contents .category_area {
    width: 24%;
    margin-bottom: 80px;
}

/*********pageナビ*********/
.pagenavi {
    color: #2583ad;
    margin: 2px auto;
    line-height: 2em;
    text-align: center;
    clear: both;
}

.pagenavi a {
    text-decoration: none;
}

.pagenavi a.page-numbers,
.pagenavi .current {
    color: #002d5e;
    padding: 10px 18px;
    border: solid 1px #002d5e;
    text-decoration: none;
    font-size: 14px;
}

.pagenavi a.page-numbers:hover {
    color: #fff;
    background: #74cbe4;
    border: solid 1px #002d5e;
}

.pagenavi .current {
    color: white;
    background: #74cbe4;
    border-color: #74cbe4;
    font-weight: bold;
    border: solid 1px #002d5e;
}

.pagenavi .next,
.pagenavi .prev {
    border: 0 none;
    background: transparent;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}

/* お問い合わせフォーム */
article {
    max-width: 1200px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
}

article h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 60px;
    margin-top: 40px;
    color: #002d5e;
}

article p {
    font-size: 16px;
    margin-bottom: 40px;
    display: flex;
}

article .contact_box {
    display: flex;
    height: 120px;
}

article .input_line {
    border-top: 1px solid #ddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(221, 221, 221);
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    /* display: flex;
    align-items: center; */
}

article .contact_detail .required {
    color: #f5333f;
}

article .contact_detail {
    font-size: 1.3rem;
    font-weight: bold;
    margin-right: 40px;
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel,
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    height: 30px;
}

.wpcf7-submit {
    padding: 10px 100px;
    /* margin-top: 60px; */
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid #002d5e;
    background-color: #fff;
    color: #002d5e;
    transition: 0.5s;
    cursor: pointer;
    margin: 60px auto 0;
}

.wpcf7-submit:hover {
    padding: 10px 100px;
    margin-top: 60px;
    font-size: 1.2rem;
    font-weight: bold;
    border: 1px solid #002d5e;
    background-color: #002d5e;
    color: #fff;
    transition: 0.5s;
}

.contact_submit {
    text-align: center;
    cursor: pointer;
}

.wpcf7-spinner {
    display: none;
}

footer {
    margin-top: 120px;
}

.pt {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 2;
    opacity: 0;
    text-decoration: none;
    /* transition:all 0.1s; */
}

.pt i {
    color: #002d5e;
    text-align: center;
    font-size: 3rem;
}

.pt.UpMove {
    animation: UpAnime 0.5s forwards;
    margin-bottom: 30px;
}

@keyframes UpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pt.DownMove {
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 1;
        transform: translateY(100px);
    }
}

footer button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #002d5e;
    border: none;
    width: 320px;
    height: 80px;
    padding: 16px 40px;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.5s;
}

footer button:hover {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #002d5e;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #fff;
    border: solid 1px #002d5e;
    width: 320px;
    height: 80px;
    padding: 16px 40px;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.5s;
}

footer button img {
    width: 20%;
}

footer button p {
    width: 80%;
}

.page_area {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    max-width: 1200px;
    width: 100%;
    margin: 80px auto;
    padding: 20px;
}

.sns {
    width: 23.8%;
    border-right: #333 solid 1px;
}

.sns figure {
    width: 80%;
}

.sns figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 120px;
}

.sns_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 80%;
    margin-bottom: 10px;
}

.copy {
    font-size: 0.5rem;
}

.ul {
    width: 23.05%;
    border-right: #333 solid 1px;
    padding: 24px;
}

.ul li {
    margin-bottom: 40px;
    list-style: none;
}

.li_r {
    margin-left: 20px;
}

.ul li a {
    text-decoration: none;
    color: #333;
}

.bold {
    font-size: 1.1rem;
    font-weight: bold;
}

.footer_img {
    width: 100%;
}

.footer_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /* header */
    .header {
        height: auto;
    }

    .slider-item01 {
        width: 100%;
    }

    .slider {
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
    }

    /* .slick-slide .sp video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  } */

    /* .sp .slider-item02 {
    background: url(img/sp_02.jpg);
  }

  .sp .slider-item03 {
    background: url(img/sp_03.jpg);
  }
  .sp .slider-item04 {
    background: url(img/sp_04.jpg);
  } */

    .slider-item {
        width: 100%;
        /* height: 70vh; */
        height: auto;
        aspect-ratio: 3/4;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .slick-dots {
        margin: 20px auto;
    }

    .slick-dots button {
        display: none;
        width: 40px;
        height: 5px;
    }

    .slick-dots li {
        aspect-ratio: 3/4;
    }

    .slider-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    video {
        width: 100%;
        height: auto;
        aspect-ratio: 3/4;
    }

    .logo-area {
        max-width: 767px;
        align-items: flex-start;
    }

    .logo-area figure {
        width: 70px;
        margin-top: 20px;
    }

    /* ロゴの大きさ未定 */

    .openbtn {
        width: 80px;
        height: 50px;
        z-index: 3;
    }

    /* ロゴの大きさによる（以下同様） */

    .openbtn span {
        display: inline-block;
        transition: all 0.4s;
        position: absolute;
        left: 23px;
        height: 2px;
        background: #fff;
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn span:nth-of-type(2) {
        top: 25px;
    }

    .openbtn span:nth-of-type(3) {
        top: 35px;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 20px;
        left: 35px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3) {
        top: 33px;
        left: 35px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }

    .header-nav {
        width: 100%;
        height: 110vh;
    }

    .page_area_hum {
        display: block;
        max-width: 767px;
        width: 100%;
        padding: 20px;
    }

    .hum_pc {
        position: relative;
        top: 20%;
    }

    .hum_pc .hum_ul {
        width: 100%;
        padding: 24px;
    }

    .hum_pc .hum_ul li {
        margin-bottom: 0;
        list-style: none;
    }

    .hum_pc .hum_ul li a {
        font-size: 0.9rem;
    }

    .hum_pc .bold {
        font-size: 0.9rem;
        font-weight: bold;
        margin-top: 32px;
    }

    .hum_mb24 {
        margin-top: 20px;
        margin-left: 20px;
    }

    .header-text {
        position: absolute;
        top: 450px;
        left: 30px;
    }

    .header-text p {
        font-size: 1.5rem;
    }

    /* main */

    h1 {
        font-size: 1.5rem;
        margin-bottom: 40px;
    }

    .box-area {
        max-width: 767px;
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 20px;
    }

    .box {
        width: 100%;
        margin-bottom: 24px;
    }

    .box img {
        margin-bottom: 8px;
    }

    h2 {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .box p {
        font-size: 0.9rem;
    }

    .news-contents .news-box {
        max-width: 767px;
        padding: 0;
    }

    .news-contents .news-box a {
        width: 47%;
        margin-bottom: 20px;
    }

    /* .news-contents .news-box a img{
    width: 160px;
    height: 160px;
} */
    .day {
        font-size: 0.8rem;
        margin-top: 6px;
    }

    .n_c {
        font-size: 0.9rem;
        margin-top: 8px;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .morebtn {
        max-width: 767px;
        padding: 20px;
        margin: 0;
    }

    .about_bg_top {
        background: url(img/renfro_hp_bunner_aboutus_toplink_SP.jpg) no-repeat center center;
        height: auto;
        margin-top: 80px;
    }

    .about-us {
        display: block;
        max-width: 767px;
    }

    .a_l {
        width: 100%;
    }

    .a_l h3 {
        font-size: 1.5rem;
        margin-bottom: 24px;
        margin-top: 24px;
    }

    .a_l img {
        max-width: 767px;
        width: 100%;
    }

    .a_l button {
        width: 160px;
        height: 60px;
        font-size: 1.2rem;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .a_l button:hover {
        width: 160px;
        height: 60px;
        font-size: 1.2rem;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .a_r {
        width: 100%;
    }

    .a_r p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .a_r_2 {
        margin-top: 16px;
    }

    .history {
        margin-top: 80px;
        font-size: 1.5rem;
    }

    .brand {
        margin-top: 80px;
    }

    .brand h3 {
        font-size: 1rem;
        margin-top: 20px;
    }

    .original_bg {
        padding: 20px;
        margin-top: 40px;
    }

    .original_contents {
        display: block;
        max-width: 767px;
    }

    .original_contents img {
        width: 100%;
        margin-bottom: 20px;
    }

    .original_contents .zoom-box {
        width: 100%;
        overflow: hidden;
    }

    .img_wrap_brands:hover {
        transform: none;
    }

    .license_contents {
        max-width: 767px;
    }

    .license_contents a {
        width: 100%;
        margin-bottom: 32px;
    }

    .modaal-container {
        max-width: 600px;
        width: 90%;
    }

    .modaal-content-container {
        padding: 20px;
    }

    .modaal-content-container .info_figure {
        width: 150px;
        height: 150px;
    }

    .modaal-content-container .info_h2 {
        font-size: 1.1rem;
    }

    .modaal-content-container .info_p {
        font-size: 0.9rem;
        width: 100%;
    }

    .modaal-content-container .link_df {
        display: block;
    }

    .modaal-content-container .link_df .logo24 {
        width: 60%;
        margin: 5% auto;
    }

    .modaal-content-container a {
        font-size: 0.9rem;
    }

    .access h1 {
        border-top: solid 2px #707070;
        padding-top: 40px;
        margin-top: 40px;
    }

    .map {
        display: block;
        max-width: 767px;
    }

    .map .map_img {
        width: 100%;
    }

    .google_btn {
        border: #002d5e 1px solid;
        color: #002d5e;
        font-weight: bold;
        padding: 10px 20px;
        transition: 0.5s;
    }

    .google_btn:hover {
        border: #fff 1px solid;
        background-color: #002d5e;
        color: #fff;
        font-weight: bold;
        padding: 10px 20px;
        transition: 0.5s;
    }

    .company {
        width: 100%;
    }

    .c_name {
        font-size: 1.1rem;
        font-weight: bold;
    }

    .c_address {
        margin-bottom: 26px;
        line-height: 1.5;
        font-size: 0.9rem;
    }

    /* 下層top_areaのimg */

    .top_area {
        height: auto;
    }

    /* 画像決まったらそれぞれ作成（phpのクラス変更も） */
    .message_bg {
        background: url(img/renfro_hp_bunner_interview_SP.jpg) no-repeat center center;
        height: 426px;
    }

    .about_bg {
        background: url(img/renfro_hp_bunner_company_SP.jpg) no-repeat center center;
        height: 426px;
    }

    .global_bg {
        background: url(img/renfro_hp_bunner_global_SP.jpg) no-repeat center center;
        height: 426px;
    }

    .philosophy_bg {
        background: url(img/renfro_hp_bunner_philosophy_SP.jpg) no-repeat center center;
        height: 426px;
    }

    .header-text_all {
        max-width: 767px;
        margin: 0 auto;
        padding-bottom: 50px;
        top: 50%;
        left: 40px;
    }

    .header-text_a h1 {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }

    .header-text_a h2 {
        font-size: 1.1rem;
        margin-bottom: 16px;
        line-height: 1.5;
    }

    .header-text_a p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .header-text_b h1 {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }

    .header-text_b h2 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }

    .header-text_b p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    /* スライドメニュー */

    .slidemenu {
        max-width: 767px;
        margin-top: 32px;
        padding: 20px;
        justify-content: flex-start;
    }

    .slidemenu li a {
        font-size: 0.8rem;
    }

    .slidemenu li a span {
        font-size: 0.7rem;
    }

    .slidemenu li a::after {
        bottom: -2;
    }

    /* 共通main */
    .main {
        max-width: 767px;
    }

    /* messsage.php */

    .main_img {
        margin-bottom: 24px;
    }

    .main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main p {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .sign {
        width: 50%;
    }

    .name {
        font-size: 0.9rem;
    }

    .message_figure_bg {
        height: 140px;
        margin-bottom: 24px;
    }

    .message_df {
        display: block;
    }

    .message_df p {
        width: 100%;
    }

    .message_df figure {
        width: 100%;
    }

    /* about.php */

    .main_h2 {
        font-size: 1.2rem;
        margin-top: 40px;
    }

    .main_p {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.7;
    }

    .about_area {
        display: block;
    }

    table {
        width: 100%;
    }

    td {
        padding: 20px 20px 20px 0;
        font-size: 0.8rem;
    }

    .history_area {
        margin-top: 40px;
    }

    /* philosophy.php */

    .philosophy_area {
        padding-bottom: 80px;
    }

    .ttl_h2 {
        font-size: 1.2rem;
        margin-bottom: 40px;
    }

    .philosophy_area figure {
        width: 100%;
    }

    .philosophy_area p {
        font-size: 1rem;
        margin-top: 40px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 1.2rem;
    }

    .ttl_mi {
        margin-top: 80px;
    }

    .mission_area {
        display: block;
    }

    .mission_contents {
        width: 100%;
    }

    .mission_contents h3 {
        margin-bottom: 8px;
        margin-top: 32px;
        font-size: 1rem;
    }

    .mission_contents p {
        font-size: 0.9rem;
        line-height: 1.3;
        margin-top: 0;
    }

    /* global.php */

    .global_main h2 {
        font-size: 1rem;
        margin-bottom: 80px;
        margin-top: 40px;
    }

    .global_contents {
        width: 49%;
        margin-bottom: 40px;
    }

    .country {
        margin-top: 8px;
        padding-bottom: 8px;
    }

    .country img {
        width: 18.5%;
    }

    .country_name {
        margin-left: 3%;
    }

    .country_name h3 {
        font-size: 0.8rem;
    }

    .country_name p {
        font-size: 0.6rem;
    }

    .space {
        font-size: 0.6rem;
        line-height: 1.3;
    }

    /* privacy */

    .privacy_main {
        max-width: 767px;
    }

    .privacy_h2 {
        font-size: 2rem;
    }

    .privacy_p {
        font-size: 0.9rem;
    }

    .privacy_main .privacy_h3 {
        font-size: 1.2rem;
    }

    .privacy_ol {
        font-size: 0.9rem;
    }

    .privacy_end {
        font-size: 0.9rem;
    }

    /* hotsox */

    .hotsox_main {
        max-width: 767px;
        padding: 20px;
    }

    .hotsox_h1 {
        font-size: 2rem;
    }

    .hotsox_main figure {
        max-width: 767px;
        width: 100%;
    }

    .hotsox_main figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hotsox_h3 {
        font-size: 1.3rem;
    }

    .news-contents ul {
        max-width: 767px;
        margin: 20px auto;
    }

    .news-contents ul li {
        width: 150px;
    }

    .news-contents ul li a {
        font-size: 0.7rem;
    }

    .news-contents ul li a:hover {
        font-size: 0.7rem;
    }

    /* newsカテゴリー別 */
    .category_df {
        max-width: 767px;
    }

    .news-contents .category_area {
        width: 49%;
        margin-bottom: 40px;
    }

    /* お問い合わせフォーム */
    article {
        max-width: 767px;
    }

    article h1 {
        font-size: 1.5rem;
        margin-bottom: 40px;
    }

    article p {
        font-size: 14px;
        margin-bottom: 40px;
        display: block;
    }

    article .contact_box {
        display: block;
    }

    article .input_line {
        display: block;
    }

    article .contact_detail {
        font-size: 1.1rem;
        margin-right: auto;
        max-width: 767px;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
    input.wpcf7-form-control.wpcf7-text,
    input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-tel,
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
        margin-top: 20px;
    }

    .wpcf7-textarea {
        width: 100%;
        margin-top: 20px;
    }

    .wpcf7-submit {
        padding: 10px 100px;
        margin-top: 60px;
        font-size: 1.2rem;
        font-weight: bold;
        border: 1px solid #002d5e;
        background-color: #fff;
        color: #002d5e;
        transition: 0.5s;
    }

    .wpcf7-submit:hover {
        padding: 10px 100px;
        margin-top: 60px;
        font-size: 1.2rem;
        font-weight: bold;
        border: 1px solid #002d5e;
        background-color: #002d5e;
        color: #fff;
        transition: 0.5s;
    }

    .contact_submit {
        text-align: center;
    }

    .wpcf7-spinner {
        display: none;
    }

    /* footer */

    footer {
        margin-top: 80px;
    }

    .pt {
        position: fixed;
        right: 20px;
        bottom: 10px;
        z-index: 2;
        opacity: 0;
        text-decoration: none;
    }

    .pt i {
        color: #002d5e;
        text-align: center;
        font-size: 2rem;
    }

    .pt.UpMove {
        animation: UpAnime 0.5s forwards;
    }

    @keyframes UpAnime {
        from {
            opacity: 0;
            transform: translateY(100px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .pt.DownMove {
        animation: DownAnime 0.5s forwards;
    }

    @keyframes DownAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }

        to {
            opacity: 1;
            transform: translateY(100px);
        }
    }

    footer button {
        font-size: 1.2rem;
        width: 200px;
        height: 60px;
        margin-bottom: 40px;
    }

    footer button:hover {
        font-size: 1.2rem;
        width: 200px;
        height: 60px;
        margin-bottom: 40px;
    }

    .page_area {
        display: block;
        max-width: 767px;
        margin: 0 auto;
        padding: 20px;
    }

    .sns {
        width: 100%;
        border-right: none;
        display: flex;
        justify-content: space-between;
        justify-content: center;
    }

    .sns figure {
        width: 50%;
    }

    .sns figure img {
        margin-bottom: 24px;
    }

    .sns_icon {
        max-width: 50%;
    }

    .sns_icon img {
        width: 60%;
    }

    .copy {
        font-size: 0.7rem;
        text-align: center;
        margin-bottom: 10px;
    }

    .bold {
        font-size: 1.1rem;
        font-weight: bold;
    }

    .footer_img {
        width: 100vw;
    }
}


/* ブロックエディター追加 */
.wp-block-image figcaption {
    line-height: 1.3;
}

.wp-block-columns {
    align-items: flex-end !important;
}