@charset "utf-8";

div#aboutus {
    background-color: #FFF;
}

div#aboutus .pageTitle {
    padding-bottom: 10px;
}

div#aboutus p.h_subtxt {
    text-align: center !important;
}

/*  ===== MV =====  */
section.aboutus_mv_wrapper {
    background-image: url(/img/aboutus/aboutus_mv.png);
    background-position: center;
    text-align: center;
    background-size: cover;
    padding: 100px 0;
    color: #FFF;
    border-radius: 0;
}

.aboutus_mv_coutent {
    max-width: 1000px;
    margin: 0 auto;
}

p.aboutus_mv_txt01 {
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 20px;
}

p.aboutus_mv_txt02 {
    font-size: 150%;
    font-weight: bold;
}

p.aboutus_mv_ribbon {
    margin: 20px auto;
}
p.aboutus_mv_ribbon img {
    width: auto;
    max-width: 100%;
}
p.aboutus_mv_txt03 {
    font-size: 110%;
    line-height: 160%;
}

@media screen and (max-width:840px) {
section.aboutus_mv_wrapper {
    padding: 50px 10px;
}

p.aboutus_mv_txt01 {
    font-size: 110%;
}

p.aboutus_mv_txt02 {
    font-size: 120%;
}

p.aboutus_mv_txt03 {
    font-size: 90%;
}
}



/*  ===== POINT =====  */

section.our_point_wrapper {
    margin: 20px auto;
    background-color: #f8f4ef;
    padding: 30px 0 50px 0;
}

h3.our_point_h3 {
    text-align: center;
    color: #f2799a;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 120%;
}

h3.our_point_h3 span {
    border: solid 2px;
    border-radius: 50px;
    padding: 10px 20px;
    background-color: #FFF;
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    font-size: 60%;
}

p.our_point_txt {
    text-align: center;
    line-height: 170%;
    margin: 10px auto;
    max-width: 800px;
    font-size: 17px;
}
.our_point_memo {
    max-width: 800px;
    margin: 30px auto 0;
    background-color: #FFF;
    padding: 30px;
    line-height: 160%;
    border-radius: 5px;
    border: solid 1px #c4a277;
    font-size: 16px;
}
.our_point_memo:after {
    content: "";
    background-image: url(/img/aboutus/urukuma_memo.png);
    width: 68px;
    height: 67px;
    display: block;
    position: absolute;
    right: -5px;
    bottom: 0px;
    background-size: cover;
}
.our_point_memo p {
    margin-right: 50px;
}
.our_point_memo p {
    margin-right: 50px;
}

@media screen and (max-width:840px) {
section.our_point_wrapper {
    padding: 20px 2% 50px 2%;
}
h3.our_point_h3 {
    font-size: 23px;
}

p.our_point_txt {
    font-size: 15px;
    text-align: left;
}
.our_point_memo {
    padding: 5%;
    font-size: 14px;
}
}




/*  ===== BUYER =====  */
section.buyers {
    background-color: #f8f4ef;
    max-width: 800px;
}
.buyer_wrapper {
    padding: 20px;
    display: flex;
    background-color: #FFF;
    margin-bottom: 10px;
}
.buyer_wrapper:last-of-type {
    margin-bottom: 0;
}

.buyer_img {
    width: 20%;
    margin-right: 2%;
}
.buyer_img img {
    border-radius: 5px;
    margin-right: 10px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.buyer_txt {
    width: 100%;
}
.buyer_head {
    margin: 10px auto;
    display: flex;
}
p.buyer_name {
    font-size: 22px;
    font-weight: bold;
}
p.buyer_career {
    margin-bottom: 10px;
    font-size: 80%;
    color: #c4a277;
    font-weight: bold;
    margin-left: auto;
    padding-right: 10px;
}
p.buyer_career span {
    border: solid 1px;
    border-radius: 5px;
    padding: 3px;
}
.buyer_txtarea {
    background-color: #f8f4ef;
    padding: 10px;
    border-radius: 5px;
    line-height: 160%;
    font-size: 17px;
}
p.buyer_likes {
    margin-top: 10px;
    font-size: 80%;
    line-height: 140%;
}

p.buyer_likes span {
    display: block;
}

p.buyer_likes:before {
    font-family: 'FontAwesome';
    content: "\f004";
    float: left;
    margin-right: 7px;
}


section.buyers_special {
    background-color: #f8f4ef;
    margin-top: 30px;
}

section.buyers_special h4 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

section.buyers_special h4 span {
    display: block;
    font-size: 60%;
    background-color: #c4a277;
    color: #FFF;
    padding: 3px 10px;
    width: fit-content;
    margin: 10px auto;
    border-radius: 50px;
    line-height: 150%;
    font-weight: bold;
}

@media screen and (max-width:840px) {
.buyer_img {
    width: 40%;
}
.buyer_head {
    display: block;
}

p.buyer_name {
    margin-bottom: 10px;
}

p.buyer_career {
    margin: auto;
}
p.buyer_career span {
    display: block;
    width: fit-content;
    margin: 3px 3px 1px 3px;
}
.buyer_txtarea{
    font-size: 15px;
}
}




/*  ===== BUYERS SPECIAL =====  */

section.buyers_special {
    background-color: #f8f4ef;
    margin-top: 30px;
    max-width: 800px;
}

section.buyers_special h4 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}

section.buyers_special h4 span {
    display: block;
    font-size: 60%;
    background-color: #c4a277;
    color: #FFF;
    padding: 3px 10px;
    width: fit-content;
    margin: 10px auto;
    border-radius: 50px;
    line-height: 150%;
    font-weight: bold;
}
ul.buyers_special_list li:before {
    background-color:#FFF;
    content:"";
    width: 88px;
    height: 88px;
    display:block;
    position: absolute;
    right: -20px;
    top: -8px;
    border-radius: 50px;
}

ul.buyers_special_list li:after {
    content:"";
    background-image: url(/img/aboutus/buyer_icon.png);
    width: 80px;
    height: 80px;
    display:block;
    position: absolute;
    right: -16px;
    top: -4px;
    background-size: cover;
    border-radius: 50px;
    z-index: 10;
}

ul.buyers_special_list h5 {
    background-color: #FFF;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    margin: 20px 0 10px 0;
}

ul.buyers_special_list h5:before,
ul.buyers_special_list h5:after {
    font-size: 30px;
    color: #c4a277;
}
ul.buyers_special_list h5:before {
    content: "“";
    margin-right: 15px;
}

ul.buyers_special_list h5:after {
    content: "”";
    margin-left: 15px;
}
.buyers_special_coutent {
    display: flex;
}
.buyers_special_coutent img {
    border-radius: 5px;
    margin-right: 10px;
    max-width: 210px;
    height: fit-content;
    width: 30%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.buyers_special_coutent p {
    line-height: 160%;
    font-size: 17px;
    width: 70%;
    margin: 5px auto;
}
@media screen and (max-width:840px) {
ul.buyers_special_list h5 {
    font-size: 18px;
    padding: 20px 1%;
}
ul.buyers_special_list h5:before {
    margin-right: 5px;
}
ul.buyers_special_list h5:after {
    margin-left: 5px;
}
.buyers_special_coutent img {
    max-width: 25%;
    aspect-ratio: 1/1;
    margin-top: 5px;
}
.buyers_special_coutent p {
    font-size: 15px;
}
}
@media screen and (max-width:540px) {
ul.buyers_special_list li:before {
    width: 46px;
    height: 46px;
    top: -18px;
    right: -10px;
}
ul.buyers_special_list li:after {
    width: 40px;
    height: 40px;
    top: -15px;
    right: -7px;
}
.buyers_special_coutent img {
    max-width: 25%;
    aspect-ratio: 4/5;
    object-fit: cover;
}
}



/*  ===== FREE =====  */

ul.free_content {
    display: flex;
    flex-wrap: nowrap;
    max-width: 800px;
    margin: 0 auto;
}

ul.free_content li {
    width: calc(100% / 6);
}

ul.free_content li img {
    width: 100%;
}
ul.free_content li:first-child img {
    border-radius: 5px 0 0 5px;
}
ul.free_content li:last-child img {
    border-radius: 0 5px 5px 0;
}

@media screen and (max-width:840px) {
ul.free_content {
    flex-wrap: wrap;
}
ul.free_content li {
    width: calc(100% / 3);
}
ul.free_content li:nth-child(1) img {
    border-radius: 5px 0 0 0;
}
ul.free_content li:nth-child(3) img {
    border-radius: 0 5px 0 0;
} 
ul.free_content li:nth-child(4) img {
    border-radius: 0 0 0 5px;
}
ul.free_content li:nth-child(6) img {
    border-radius: 0 0 5px 0;
} 
}




/*  ===== MANY BRAND =====  */

.many_brands_content {
    max-width: 800px;
    height: 165px;
    margin: 0 auto;
    background-position: center;
    background-image: url(/img/aboutus/aboutus_point03.png);
    border-radius: 5px;
    overflow: hidden;
}
.many_brands_content:before {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: #000;
  opacity:0.2;
  width:100%;
  height: 100%;
}
.many_brands_content ul {
    display: flex;
    overflow: hidden;
    padding-inline: 0;
    margin-inline: 0;
    gap: 0;
    margin: 4px 0;
}
.many_brands_content ul li {
    display: inline-block;
    white-space: nowrap;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    animation: loop-text 200s linear infinite;    
}

@keyframes loop-text {
  100% {
    transform: translateX(-100%);
  }
}

.many_brands_content > ul:nth-of-type(1) li{
    font-size: 18px;
}
.many_brands_content > ul:nth-of-type(2) li{
    font-size: 30px;
}
.many_brands_content > ul:nth-of-type(3) li{
    font-size: 22px;
}
.many_brands_content > ul:nth-of-type(4) li{
    font-size: 20px;
}
.many_brands_content > ul:nth-of-type(5) li{
    font-size: 28px;
}
.many_brands_content > ul:nth-of-type(6) li{
    font-size: 19px;
}




/*  ===== WOMAN USER =====  */

.women_user {
    max-width: 800px;
    margin: 0 auto;
    height: 250px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/img/aboutus/aboutus_point04_01_01.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 250px;
    animation: bg-scroll 300s linear infinite;
}

.women_user:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
    border-radius: 5px;
}
.women_user img {
    position: relative;
    z-index: 2;
    width: fit-content;
}

@keyframes bg-scroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1000px 0;
  }
}

@media screen and (max-width:840px) {
.women_user {
    height: 150px;
    background-size: auto 150px;
}

.women_user img {
    height: 130px;
    width: 130px;
}
}

/*  ===== WOMAN BRAND =====  */
.women_brand {
    max-width: 800px;
    margin: 0 auto;
    height: 250px;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/img/aboutus/aboutus_point04_2.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 250px;
    animation: brand-scroll 300s linear infinite;
}

.women_brand:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
    border-radius: 5px;
}

@keyframes brand-scroll {
  from {
    background-position: -1000px 0;
  }
  to {
    background-position: 0 0;
  }
}
.women_brand p {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(242 121 154 / 80%);
    width: 100%;
    padding: 20px 1%;
    text-align: center;
    z-index: 2;
}


@media screen and (max-width:840px) {
.women_brand {
    height: 150px;
    background-size: auto 150px;
}
.women_brand p {
    font-size: 16px;
}
}



/*  ===== CONTACT IMAGE =====  */

.contact_img {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    border-radius: 5px;
}
.contact_img img {
    flex-shrink: 0;
    animation: contact-scroll 100s linear infinite;
}

@keyframes contact-scroll {
    0% {
    transform: translate(0%);
    }
    100% {
    transform: translate(-100%);
    }
}

@media screen and (max-width:840px) {
.contact_img {
    height: 150px;
}
.contact_img img {
    object-fit: cover;
}
}



/*  ===== KAITORI EASY =====  */

section.kaitori_easy_section {
    margin: 50px auto;
    text-align: center;
}

section.kaitori_easy_section h3 {
    font-size: 23px;
    font-weight: bold;
    color: #f2799a;
    text-align: center;
    margin-bottom: 30px;
}

section.most_famous_way p {
    font-weight: bold;
    margin: 10px auto;
}

section.kaitori_3way p {
    margin: 10px auto;
    line-height: 150%;
}

section.kaitori_3way ul {
    display: flex;
    margin: 10px auto 30px;
}

section.kaitori_3way ul li {
    width: calc((100% - 20px) / 3);
    margin: 10px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    padding: 20px;
}

section.kaitori_3way ul li h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

section.kaitori_3way ul li img {
    border-radius: 5px;
    max-width: 100%;
}

section.kaitori_3way ul li p.how_txt {
    font-size: 90%;
}

section.kaitori_3way ul li p.how_txt span {
    display: block;
}

section.kaitori_3way ul li p.how_txt span:before {
    content: "\23";
    color: #f2799a;
    font-weight: bold;
    font-family: 'FontAwesome';
    margin-right: 2px;
}


@media screen and (max-width:840px) {
section.kaitori_3way ul li {
    width: calc((100% - 1%) / 3);
    margin: 1%;
    padding: 3%;
}
section.kaitori_3way ul li h4 {
    font-size: 18px;
}
section.kaitori_3way ul li p.how_txt {
    font-size: 80%;
}

section.kaitori_3way a.bt.bt-arrow-r.bt-read {
    font-size: 70%;
    padding: 5% 10% 5% 3%;
}
}




/*  ===== 裏側　＆　安心ポイント =====  */

.sec_ttl_graybg {
    padding-bottom: 50px;
}

.swiper-container.swiper-container-story0 {
    text-align: left;
}


section.rest_assured_section {
    background-color: #FFF;
    width: 800px;
    border: solid 1px #c4a277;
}

section.rest_assured_section h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 30px;
}

span.rest_assured_h3_span01 {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
}

span.rest_assured_h3_span02 {
    background-color: #c4a277;
    border-radius: 5px;
    padding: 3px 10px;
    color: #FFF;
}
section.rest_assured_section ul{
    max-width: 80%;
    margin: 50px auto 0 auto;
    text-align: left;
    line-height: 160%;
}
section.rest_assured_section ul li{
    margin: 23px auto;
}
section.rest_assured_section ul li h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
section.rest_assured_section ul li h4 span {
    color: #c4a277;
    border: solid 2px #c4a277;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 50px;
    font-size: 40px;
}

@media screen and (max-width:840px) {
section.rest_assured_section {
    width: 92%;
}
section.rest_assured_section ul {
    max-width: 90%;
}
section.rest_assured_section ul li h4 {
    font-size: 20px;
}
section.rest_assured_section ul li h4 span {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
}
section.rest_assured_section ul li p {
    font-size: 90%;
}
}



/*  ===== YOUTUBE CHANNEL =====  */

section.youtube_featured_section {
    padding: 50px 0;
    text-align: center;
}

section.youtube_featured_section h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 130%;
}

section.youtube_featured_section ul {
    display: flex;
    max-width: 650px;
    margin: 0 auto;
}

section.youtube_featured_section ul li {
    width: calc((100% - 1%) / 2);
    margin: 1% auto;
    max-width: 300px;
}

section.youtube_featured_section ul li a {
    border: solid 1px #000;
    border-radius: 5px;
    display: block;
}

figure.play_icon {
    margin: 40px;
}
figure.play_icon img {
    width: fit-content;
    max-width: 20%;
}
.youtube_body {
    background-color: #000;
}

p.youtube_channel_name {
    color: #FFF;
    padding: 15px;
    font-weight: bold;
}

p.youtube_btn.bt.bt-arrow-r {
    margin: 0 5% 5% 5%;
    width: 90%;
    background-color: #FFF;
    border-bottom: none;
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

p.youtube_btn.bt.bt-arrow-r::after {
    color: #ff0000;
}


@media screen and (max-width:840px) {

section.youtube_featured_section ul {
    width: 94%;
}
section.youtube_featured_section ul li {
    width: calc((100% - 5%) / 2);
}
figure.play_icon {
    margin: 40px auto;
}
p.youtube_channel_name {
    font-size: 90%;
}

p.youtube_btn.bt.bt-arrow-r {
    font-size: 80%;
}
}





/*  ===== FIRST USE Q&A =====  */

section.first_use_qa_section {
    background-color: #f8f4ef;
    border-radius: 2000px 2000px 2000px 2000px / 300px 300px 300px 300px;
    margin: 16px -200px 50px;
    padding: 65px 280px;
    min-height: 300px;
    text-align: center;
}
section.first_use_qa_section h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 160%;
    margin-bottom: 30px;
}
section.first_use_qa_section h3:before {
    content:"";
    background-image: url(/img/aboutus/question_img.png);
    display: block;
    width: 152px;
    height: 98px;
    position: absolute;
    left: 10%;
}
section.first_use_qa_section h3 span {
    color: #c4a277;
}

section.first_use_qa_content {
    max-width: 800px;
    padding: 50px;
    margin: 10px auto;
}

section.first_use_qa_content h4 {
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
    width: fit-content;
    padding: 12px 16px;
    border-bottom: 2px solid #c4a277;
    background-color: #ffffff;
    margin: 0 auto 30px auto;
    line-height: 160%;
}
section.first_use_qa_content h4::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    background-color: #fff; /* 背景色と同じ色を指定 */
    rotate: 135deg;
    translate: -50%;
}
section.first_use_qa_content h4::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #c4a277 #c4a277 transparent transparent;
    background-color: #ffffff;
    rotate: 135deg;
    translate: -50%;
}
section.first_use_qa_content h4 span {
    color: #c4a277;
}
section.first_use_qa_content p {
    line-height: 160%;
    margin: 20px auto;
    text-align: left;
    font-size: 17px;
}
section.first_use_qa_content p img {
    margin: 0 auto;
    display: block;
}


.first_use_qa_section a.line_btn {
    background-color: #FFF !important;
    color: #03c302;
    border: solid 1px #03c302;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
.satei_check_point {
    background-color: #f8f4ef;
    border-radius: 5px;
    padding: 30px 50px;
    font-size: 20px;
    text-align: left;
    max-width: 500px;
    margin: 0 auto;
}
.satei_check_point h5 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.satei_check_point ul li {
    margin: 10px 0;
}
.satei_check_point ul li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 25px;
    color: #c4a277;
}
.first_use_qa_section a.tel {
    font-size: 40px;
    font-weight: bold;
    display: block;
    text-align: center;
    pointer-events: none;
}
.first_use_qa_section a.tel i.ic.ic-freedial {
    height: 40px;
}
.first_use_qa_section span.ontime {
    display: block;
    margin: 0 auto;
    width: fit-content;
    font-size: 14px;
}
.first_use_qa_section a.basic_btn {
    background-color: #FFF !important;
    color: #616161;
    border: solid 1px #616161;
    max-width: 600px;
    margin: 0 auto;
    display: block;
}
section.first_use_qa_finish {
    background-color: #f8f4ef;
    margin: 50px auto 0;
}

section.first_use_qa_finish p:first-of-type {
    line-height: 160%;
    margin-bottom: 10px;
    font-weight: bold;
}





@media screen and (max-width:890px) {
.first_use_qa_section::before {
  content: "";
  position: absolute;
  top: -0%;
  left: 50%;
  width: 200%;
  height: 13%;
  background: #f8f4ef;
  border-radius: 50%;
  transform: translateX(-50%);
}
.first_use_qa_section::after {
  content: "";
  position: absolute;
  bottom: -0%;
  left: 50%;
  width: 200%;
  height: 13%;
  background: #f8f4ef;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
section.first_use_qa_section {
    margin: 16px 0 50px;
    padding: 60px 2%;
    z-index: 1;
  }
section.first_use_qa_section h3 {
    font-size: 25px;
}
section.first_use_qa_section h3:before {
    background-size: cover;
    width: 107px;
    height: 69px;
    left: 10%;
}
section.first_use_qa_content {
    width: 98%;
    padding: 5%;
}
section.first_use_qa_content h4 {
    padding: 10px 0;
}
section.first_use_qa_content p {
    font-size: 15px;
}
.first_use_qa_content a.tel {
    pointer-events: auto;
}
}
@media screen and (max-width:580px) {
section.first_use_qa_section h3:before {
    background-size: cover;
    width: 91px;
    height: 59px;
    left: 5%;
    bottom: -10px;
}
.first_use_qa_content a.tel {
    font-size: 30px;}
}
@media screen and (max-width:450px) {
section.first_use_qa_section h3 {
    font-size: 20px;
}
section.first_use_qa_section h3:before {
    background-size: cover;
    width: 91px;
    height: 59px;
    left: 0;
    bottom: -20px;
}
}






/*  ===== 会社概要 =====  */

section.company_overview_section dl {
    max-width: 800px;
    margin: 30px auto;
    display: grid;
    grid-template-columns: 30% 1fr;
    border: solid 1px #ccc;
    border-bottom: none;
    border-radius: 5px;
    line-height: 150%
}
section.company_overview_section dl dt {
    background-color: #f8f4ef;
    padding: 20px;
    border-bottom: solid 1px #ccc;
    font-weight: bold;
    background-color: #f8f4ef;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center; 
    text-align: center;    
}
section.company_overview_section dl dd{
    padding: 20px;
    border-bottom: solid 1px #CCC;
    align-items: center;
}
section.company_overview_section dl dt:first-of-type {
    border-radius: 5px 0 0 0;
}
section.company_overview_section dl dt:last-of-type {
    border-radius: 0 0 0 5px;
}
section.company_overview_section dl dd:first-of-type {
    border-radius: 0 5px 0 0;
}
section.company_overview_section dl dd:last-of-type {
    border-radius: 0 0 5px 0;
}
section.company_overview_section dl dd .map {
    margin: 20px auto 0;
    width: 100%;
}
.gmap_iframe {
    aspect-ratio: 16 / 9;
    max-width: 1000px;
    width: 100%;
    height: auto;
}


@media screen and (max-width:840px) {
section.company_overview_section dl {
    grid-template-columns: 20% 1fr;
    font-size: 90%;
    border-radius: 5px;
    width: 94%;
}
section.company_overview_section dl dt {
    padding: 20px 10px;
}
section.company_overview_section dl dd {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: normal;
}
}



/*  ===== 企業理念 =====  */

section.corporate_philosophy_section {
    text-align: center;
    margin: 50px auto;
}
figure.philosophy {
    margin: 50px auto;
}
figure.philosophy figcaption {
    line-height: 160%;
    margin: 30px;
}
p.catchcopy {
    font-size: 25px;
    font-weight: bold;
    line-height: 180%;
}
p.catchcopy span {
    color: #f2799a;
}
p.philosophy_note {
    font-size: 17px;
    margin-top: 20px;
}


@media screen and (max-width:840px) {
figure.philosophy {
    width: 94%;
}
p.catchcopy {
    font-size: 22px;
}
p.philosophy_note {
    font-size: 15px;
}
}


/*  ===== 代表あいさつ =====  */
section.message_section .ceo {
    text-align: center;
    float: left;
    width: 30%;
    margin: 0 25px 25px 0;
}
figure.ceo div {
    background-color: #eeeeee;
    padding-top: 10px;
    border-radius: 5px;
}
section.ceo_message {
    background-color: transparent;
    font-size: 16px;
    line-height: 160%;
}
.message_content_wrapper {
    margin: 20px auto;
    max-width: 800px;
    line-height: 160%;
}
.ceo_wrapper img {
    text-align: center;
    z-index: 1;
    width: 85%;
}
p.ceo_name {
    font-weight: bold;
    line-height: 110%;
    margin-top: 10px;
}
p.ceo_name span {
    font-size: 80%;
    display: block;
}
section.ceo_message p {
    margin: 20px 0;
}



@media screen and (max-width:840px) {
section.message_section .ceo {
    float: none;
    width: 100%;
    margin: 0 auto;
    border-bottom: none;
}
.ceo_wrapper img {
    margin-top: 10px;
    width: 45%;
}
.ceo_wrapper {
    border-radius: 5px 5px 0 0 !important;
}
section.ceo_message {
    padding: 0 5% 5% 5%;
    border-top: none;
    font-size: 15px;
}
.message_content_wrapper {
    border: solid 1px #eeeeee;
    border-radius: 5px;
    width: 96%;
}
}


