@charset "utf-8";
/* header部分はheader.css */

main {
    margin-top: 0;
    }
@media screen and (max-width : 768px){
header {
    background-color: #FFF;
    /* align-items:flex-start;*/
}
}



/* 共通
------------------------------ */
.tit_main_ja {
    font-size: 38px;
    font-weight: 600;
}
.tit_main_en {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
}
.tit_main_en::before {
	margin-right: 25px;
	content: '';
	width: 30px;
	height: 2px;
	background-color: #171c61;
    display: inline-block;
    position: absolute;
    left: -50px;
    top: 50%;
}
.txt_orange {
    color: #eb3c00;
    }
.txt_base {
    font-size: 16px;
    line-height: 3;
    }
@media screen and (max-width : 1024px){
.container_flow .tit_main_en {
    padding-left: 30px;
}
.container_flow .tit_main_en::before {
    left: 0px;
}
}
@media screen and (max-width : 768px){
.txt_base {
    font-size: 16px;
    line-height: 2;
    }
.tit_main_en {
    padding-left: 50px;
}
.tit_main_en::before {
    left: 0px;
}
}
@media screen and (max-width : 640px){
.tit_main_ja {
    font-size: 28px;
}
.tit_main_en {
    font-size: 18px;
    padding-left: 30px;
}
.tit_main_en::before {
	margin-right: 0px;
	width: 20px;
	height: 2px;
    left: 0px;
    top: 50%;
}
}



/* プロモーションエリア
------------------------------ */
.top_promotion {
    width: 100%;
    position: relative;
    line-height: 0;
}
.top_promotion h1 {
    position: absolute;
	top: 24%;
	left: 50%;
	-webkit-transform: translate(-50%, -24%);
	-ms-transform: translate(-50%, -24%);
    transform: translate(-50%, -24%);
    z-index: 1;
}
.promotion_bottom {
    width: 100%;
    height: 50px;
    -webkit-border-radius: 50px 50px 0 0;
	-moz-border-radius: 50px 50px 0 0;
	border-radius: 50px 50px 0 0;
    background-color: #f0f5fa;
    position: absolute;
    left:0;
    bottom: -2px;
    z-index: 1;
    }
@media screen and (max-width : 768px){
.top_promotion h1 {
	top: 30%;
	-webkit-transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
}
/*
.slide-img {
    position: relative;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    background-image: url("../img/img_main01_smp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-img01 {
    background-image: url("../img/img_main01_smp.jpg");
}
.slide-img02 {
    background-image: url("../img/img_main02_smp.jpg");
}
*/
.promotion_bottom {
    -webkit-border-radius: 25px 25px 0 0;
	-moz-border-radius: 25px 25px 0 0;
	border-radius: 25px 25px 0 0;
}
}


/* 固定バナー
------------------------------ */
#bnr_contact {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    line-height: 0;
}
#bnr_contact a {
    display: block;
    }
@media screen and (min-width : 768px){
#bnr_contact {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
#bnr_contact:hover{
    opacity: .9;
    text-decoration: none;
  }
}
@media screen and (max-width : 768px){
#bnr_contact {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}
#bnr_contact img {
    width: 100%;
}
}


/* Message
------------------------------ */
.container_message {
    width: 100%;
    /*
    -webkit-border-radius: 50px 50px 0 0;
	-moz-border-radius: 50px 50px 0 0;
	border-radius: 50px 50px 0 0;
    */
    background-color: #f0f5fa;
    /* margin-top: -50px;
    position: relative; */
}
.container_message .container {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    padding-top: 90px;
    padding-bottom: 100px;
}
.container_message .tit_main {
    text-align: center;
}
.tit_msg_en {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
.container_message .tit_main_ja {
    font-family: "Shippori Mincho", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.3em;
    margin-top: 28px;
}
.block_message {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-top: 70px;
}
.block_message .txt_name {
    font-family: "Shippori Mincho", serif;
    font-size: 20px;
    font-weight: 500;
}
.img_message {
    flex-basis: 220px;
}
.img_message img {
    width: 100%;
}
.txt_message p:first-of-type{
    margin-top: -1em;
}
.txt_message p:last-of-type{
    margin-top: 40px;
}
@media screen and (max-width : 1000px){
.container_message .container {
    width: 90%;
    }
.txt_message {
    flex-basis: 70%;
}
.img_message {
    flex-basis: 25%;
}
.img_message img {
    width: 100%;
}
}
@media screen and (max-width : 768px){
.container_message .container {
    padding-top: 10px;
    padding-bottom: 50px;
}
.container_message .tit_main_ja .txt_orange {
    display: block;
    }
.block_message {
    /* display: block; */
    margin-top: 60px;
}
.block_message .txt_name {
    font-size: 20px;
    font-weight: 500;
}
.txt_message p:first-of-type{
    margin-top: -0.5em;
}
.txt_message p:last-of-type{
    margin-top: 20px;
}
/*
.img_message {
    margin-top: 40px;
}
*/
}
@media screen and (max-width : 640px){
.container_message .tit_main_ja {
    font-size: 6.5vw;
}
.block_message {
    margin-top: 50px;
    display: block;
    overflow: hidden;
    }
.img_message {
   width: 45%;
   margin-left: 1em;
   float: right;
}
.txt_message p:last-of-type{
    margin-top: 10px;
}
}



/* Flow
------------------------------ */
.container_flow {
    width: 90%;
    background-image: url("../img/bg_flow.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-border-radius: 50;
	-moz-border-radius: 50;
	border-radius: 50px;
    margin: 0 auto;
}
.container_flow .container {
    width: 1300px;
    margin: 0 auto;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #FFF;
}
.container_flow .tit_main_en {
    font-weight: 300;
}
.container_flow .tit_main_en::before {
	background-color: #FFF;
}
.list_step {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}
.list_step li {
    flex-basis: 20%;
}
.list_step li .block_step {
    height: 200px;
    background-image: url("../img/bg_step_next.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    text-align: center;    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.list_step li:first-child .block_step {
    height: 200px;
    background-image: url("../img/bg_step.png");
    background-repeat: no-repeat;
    background-position: left top;
    }
.txt_step {
    font-size: 20px;
    color: #134566;    
}
.list_step li h3 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
    padding-bottom: 30px;
}
.list_step li p {
    font-size: 16px;
    line-height: 2;
    margin-top: 1.5em;
    width: 220px;
    }
@media screen and (max-width : 1650px){
.container_flow .container {
    width: 86%;
    }
}
@media screen and (max-width : 1500px){
.container_flow .container {
    width: 84%;
}
.list_step li p {
    width: 90%;
    }
}
@media screen and (max-width : 1300px){
.list_step li h3 {
    font-size: 24px;
    }
}
@media screen and (max-width : 1024px){
.container_flow {
    background-image: url("../img/bg_flow_smp.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-border-radius: 25;
	-moz-border-radius: 25;
	border-radius: 25px;
    width: 100%;
}
.container_flow .container {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.list_step {
    margin-top: 45px;
    display: block;
}
.list_step li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-top: -20px;
}
.list_step li:first-child {
    margin-top: 0;
}
.list_step li .block_step {
    height: 150px;
    background-image: url("../img/bg_step_next_smp.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    text-align: center;    
    display: block;
    flex-basis: 40%;
}
.list_step li:first-child .block_step {
    height: 150px;
    background-image: url("../img/bg_step_smp.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    
    }
.list_step li .grp_step {
    margin-top: 45px;
}
.list_step li:first-child .grp_step {
    margin-top: 30px;
}
.txt_step {
    font-size: 18px;
}
.list_step li h3 {
    font-size: 26px;
    margin-top: 10px;
    padding-bottom: 0px;
}
.list_step li p {
    font-size: 16px;
    line-height: 2;
    margin-top: 0.5em;
    width: auto;
    flex-basis: 55%;
    }
}
@media screen and (max-width : 640px){
.list_step li h3 {
    font-size: 20px;
}
.list_step li p {
    line-height: 1.8;
    }
}



/* 背景サークル
------------------------------ */
.bg_feature {
    position: relative;
    width: 100%;
    /* height: 1300px;*/
    overflow: hidden;
}
.img_circle {
    width: 1207px;
    height: 1208px;
    position: absolute;
    top: 50px;
    right: -1%;
    background-image: url("../img/img_circle.png");
    background-repeat: no-repeat;
    background-position: 0 0;    
    animation: rotation 33s linear infinite;
}
/* アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@media screen and (max-width : 1400px){
.img_circle {
    width: 1000px;
    height: 1000px;
    background-size: 1000px auto;
}
}
@media screen and (max-width : 1200px){
.img_circle {
    right: auto;
    left: 20%;
}
}
@media screen and (max-width : 1024px){
.img_circle {
    width: 1000px;
    height: 1000px;
    background-size: 1000px auto;
    left: 22%;
}
}
@media screen and (max-width : 768px){
.img_circle {
    width: 900px;
    height: 900px;
    background-size: 900px auto;
    left: 33%;
}
}
@media screen and (max-width : 640px){
.img_circle {
    width: 500px;
    height: 500px;
    background-size: 500px auto;
    left: 35%;
    top: 55px;
}
}



/* Feature
------------------------------ */
.container_feature {
    width: 100%;
    /*
    background-image: url("../img/bg_navy.svg");
    background-repeat: no-repeat;
    background-position: 0px 95%;
    */
    padding-top: 45px;
    padding-bottom: 200px;
    /* margin-top: -1300px; */
}
.container_feature .container {
    width: 1130px;
    margin: 0 auto;
    text-align: left;
    padding-top: 85px;
    padding-bottom: 60px;
}
.bg_navy {
    height: 100%;
    width: 100%;
    background-image: url("../img/bg_navy.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 1490px 72%; /* サイズはjsで指定 */
    position: absolute;
    top: 415px;
    left: 0px;
}
.container_feature .tit_main {
    margin-bottom: 70px;
}
.container_feature .tit_main_en {
    font-weight: 400;
}
.block_feature {
    background-color: #FFF;
    width: 520px;
    padding: 15px;
    -webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
    opacity: 0.9;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0, 0.25);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0, 0.25);
    box-shadow: 1px 1px 10px rgba(0,0,0, 0.25);
    }
.block_feature dl {

    }
.block_feature_set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* gap:0px 30px; */
    justify-content: space-between;
    margin-top: 30px;
}
.block_feature dl dt {
    display: inline-block;
    -webkit-border-radius: 9999;
    -moz-border-radius: 9999;
    border-radius: 9999px;
    padding: 10px 15px;
    border-bottom: none;
    color: #FFF;
    background-color: #eb3c00;
    font-size: 15px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
}
.feature_num {
    font-size: 15px;
    font-weight: 800;
    padding-left: 10px;
}
.block_feature dl dd {
    width: 90%;
    margin: 40px auto 0 auto;
    padding-bottom: 40px;    
    }
.block_feature dl dd h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 35px;
    }
.block_feature dl dd p {
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    }
.btn_base {
    margin-top: 60px;
    }
.btn_base a {
    display: block;
    -webkit-border-radius: 9999;
    -moz-border-radius: 9999;
    border-radius: 9999px;
    border-bottom: none;
    color: #FFF;
    background-color: #eb3c00;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 25px 55px;
    text-decoration: none;
    background-image: url("../img/ico_right.svg");
    background-position: 90% 50%;
    background-repeat: no-repeat;
}
@media screen and (max-width : 1800px){
}
@media screen and (max-width : 1600px){
}
@media screen and (max-width : 1200px){
.container_feature .container {
    width: 90%;
}
.block_feature {
    width: 47%;
    box-sizing: border-box;
}
.block_feature_set {
    justify-content: flex-start;
    gap: 0 30px;
}
}
@media screen and (max-width : 1100px){
.bg_navy {
    background-image: url("../img/bg_navy2.png");
}
}
@media screen and (max-width : 768px){
.container_feature {
    padding-bottom: 80px;
}
.bg_navy {
    height: 40%;
    background-image: url("../img/bg_navy_smp.svg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    top: auto;
    bottom: 0;
}
.container_feature .tit_main {
    margin-bottom: 80px;
}
.block_feature {
    width: 100%;
    margin-top: 30px;
    }
.block_feature_set {
    display: block;
    margin-top: 0px;
}
.btn_base {
    margin-top: 30px;
    }
}
@media screen and (max-width : 640px){
.bg_navy {
    height: 40%;    
    }
.container_feature .container {
    padding-top: 0;
}
.container_feature .tit_main {
    margin-bottom: 100px;
}
.block_feature dl dt {
    padding: 8px 15px;
    }
.block_feature dl dd {
    margin: 30px auto 0 auto;
    padding-bottom: 10px;
    width: 100%;
    }
.block_feature dl dd h3 {
    font-size: 7.5vw;
    line-height: 1.3;
    margin-bottom: 25px;
    padding-left: 7px;
    }
.block_feature dl dd p {
    font-size: 16px;
    line-height: 1.8;
    padding-left: 7px;
    }
.btn_base a {
    font-size: 3.8vw;
    padding: 15px 25px 15px 15px;
    text-decoration: none;
    background-image: url("../img/ico_right.svg");
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
}



/* Service
------------------------------ */
.container_service {
    width: 100%;
}
.container_service .container {
    width: 1300px;
    margin: 0 auto;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 150px;
}
.container_service .tit_main_ja {
    margin-top: 3px;
}
.container_service .tit_main_en {
    font-weight: 300;
}
.list_service {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list_service li {
    flex-basis: 33%;
    margin-top: 65px;
    margin-bottom: 45px;
}
.img_service {
    width: 380px;
}
.img_service img {
    width: 100%;
    }
.list_service li h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
.list_service li p {
    width: 383px;
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width : 1400px){
.container_service .container {
    width: 90%;
}
.list_service {
    gap: 0 5%;
}
.list_service li {
    flex-basis: 30%;
}
.img_service {
    width: 100%;
}
.img_service img {
    width: 100%;
    }
.list_service li p {
    width: 100%;
}
}
@media screen and (max-width : 768px){
.container_service .container {
    padding-bottom: 60px;
}
.list_service {
    justify-content: space-between;
    gap: 0 0;
}
.list_service li {
    flex-basis: 48%;
    margin-top: 50px;
    margin-bottom: 25px;
}
.list_service li h3 {
    margin-bottom: 15px;
}
}
@media screen and (max-width : 640px){
.list_service {
    display: block;
}
.list_service li {
    margin-top: 50px;
    margin-bottom: 50px;
}
.list_service li h3 {
    font-size: 28px;
    margin-bottom: 10px;
}
}




/* Contact
------------------------------ */
.container_contact {
    background-image: url("../img/bg_works_image.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #134566;
  /*
    -webkit-border-radius: 0 0 50px 50px;
	-moz-border-radius: 0 0 50px 50px;
	border-radius: 0 0 50px 50px;
  */
}
.container_contact .container {
    background-image: url("../img/bg_works_text.svg");
    background-repeat: no-repeat;
    background-position: 50% -3px;
    color: #FFF;
    padding-top: 160px;
    padding-bottom: 60px;
    width: 1275px;
    margin: 0 auto;
}
.tit_main_works .tit_main_ja {
    font-size: 20px;   
}
.tit_main_works .txt_title {
    font-family: "Shippori Mincho", serif;
    margin-top: 35px;
    font-size: 36px;
    letter-spacing: 0.3em;
}
.list_works {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: flex-start;
    gap:0px 25px;
    width: 100%;
    margin: 70px auto 0 auto;
}
.list_works li {
    margin-bottom: 25px;
}
.btn_ig {
    display: inline-block;
    background-image: url("../img/ico_right.svg");
    background-repeat: no-repeat;
    background-position:  90% 50%;
}
.btn_ig a {
    background-image: url("../img/ico_ig.svg");
    background-repeat: no-repeat;
    background-position:  10% 50%;
    border: #FFF 1px solid;
    background-color: transparent;
    padding: 25px 145px;
}
/* 健康診断 */
.tit_main_shindan .tit_main_ja {
    margin-top: 150px;
    font-size: 38px;
}
.tit_main_shindan .txt_title {
    font-size: 16px;
    margin-top: 35px;
}
.block_shindan {
    -webkit-border-radius: 20 20 0 0;
	-moz-border-radius: 20 20 0 0;
	border-radius: 20px 20px 0 0;
    background-color: #FFF;
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 15px;
    color: #000;
    background-image: url("../img/img_man.png");
    background-repeat: no-repeat;
    background-position: 95% 101%;
}
.txt_shindan {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 27px;
    }
.list_shindan {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px;
    margin-left: 5%;
    margin-top: 15px;
}
.list_shindan li {
    flex-basis: 230px;
    }
.list_shindan li img {
    width: 100%;
    }
.shindan_bottom {
    padding: 13px 10px;
    -webkit-border-radius: 0 0 20 20;
	-moz-border-radius: 0 0 20 20;
	border-radius: 0 0 20px 20px;
    background-color: #eb3c00;
}
.shindan_bottom p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #FFF;
}
.tit_main_tel .tit_main_ja {
    margin-top: 80px;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0.1em;
}
.link_tel {
    margin-top: 20px;
    font-size: 54px;
    line-height: 1.1;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    background-image:url("../img/img_tel.svg");
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 50px;
}
.link_tel a {
    display: block;
    color: #FFF;
    text-decoration: none;
    border-bottom: none;
}
.txt_tel {
    font-size: 17px;
    line-height: 1.1;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 40px;
    border-bottom: 1px solid #78a0c8;
    }
.tit_main_web {
    margin-top: 40px;
    background-image: url("../img/img_phone.svg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 65px;
    }
.tit_main_web .tit_main_ja {
    margin-top: 10px;
    font-size: 30px;
    letter-spacing: 0.1em;
}
.txt_web {
    font-size: 17px;
    margin-top: 20px;
    font-weight: 500;
    }
.block_form {
    width: 990px;
    margin: 70px auto 0 auto;
    }
@media screen and (min-width : 768px){
.btn_ig a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn_ig a:hover{
    background-color: #336586;
    text-decoration: none;
  }
}
@media screen and (max-width : 1400px){
.container_contact .container {
    width: 90%;
    margin: 0 auto;
}
.list_works {
    width: 950px;
}
.list_works::after{
  content:"";
  display: block;
  width:30%;
}
.block_shindan {
    background-size: 12% auto;
    background-position: 98% 101%;
}
.list_shindan {
    width: 80%;
}
.list_shindan li {
    flex-basis: 23%;
    gap: 0 0;
}
.list_shindan li img {
    width: 100%;
}
}
@media screen and (max-width : 1200px){
.container_contact .container {
   background-size: 75% auto;
}
.block_form {
    width: 90%;
    }
}
@media screen and (max-width : 1100px){
.list_works {
    width: auto;
    justify-content: center;
}
.list_works li {
    flex-basis: 30%;
    line-height: 0;
}
.list_works li img {
    width: 100%;
}
}
@media screen and (max-width : 768px){
.container_contact {
    background-image: url("../img/bg_works_image_smp.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: -5px;
}
.container_contact .container {
    background-size: 60% auto;
    padding-top: 80px;
    padding-bottom: 0px;
    width: 90%;
}
.tit_main_works .tit_main_ja {
    font-size: 20px;   
}
.tit_main_works .txt_title {
    margin-top: 20px;
    font-size: 26px;
    letter-spacing: 0.3em;
}
.list_works {
    gap:15px 15px;
    margin: 50px auto 0 auto;
    justify-content: center;
}
.list_works li {
    margin-bottom: 0;
    flex-basis: 30%;
    line-height: 0;
}
.btn_ig {
    display: inline-block;
    margin-top: 30px;
}
/* 健康診断 */
.tit_main_shindan .tit_main_ja {
    /* margin-top: 50px; */
    font-size: 38px;
}
.tit_main_shindan .txt_title {
    font-size: 16px;
    margin-top: 35px;
}
.block_shindan {
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 15px;
    padding: 25px 5% 15px 5%;
    background-image:none;
}
.txt_shindan {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 15px;
    }
.list_shindan {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    gap: 0 0;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
}
.list_shindan li {
    flex-basis: 48%;
    }
/*
.shindan_bottom {
    padding: 13px 10px;
    -webkit-border-radius: 0 0 20 20;
	-moz-border-radius: 0 0 20 20;
	border-radius: 0 0 20px 20px;
    background-color: #eb3c00;
}
*/
.shindan_bottom p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #FFF;
}
.tit_main_tel .tit_main_ja {
    margin-top: 60px;
    font-size: 20px;
}
.link_tel {
    margin-top: 20px;
    /* font-size: 10vw; */
    line-height: 1.1;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    background-image:url("../img/img_tel.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 1em;
    display: inline-block;
    padding-left: 1em;
}
.link_tel a {
    border-bottom: #FFF 1px solid;
}
.txt_tel {
    font-size: 16px;
    line-height: 1.1;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 60px;
    }
.tit_main_web {
    margin-top: 60px;
    background-image: url("../img/img_phone.svg");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 65px;
    }
.tit_main_web .tit_main_ja {
    margin-top: 20px;
    font-size: 20px;
}
.txt_web {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
    }
.block_form {
    width: 100%;
    margin: 50px auto 0 auto;
    }
}
@media screen and (max-width : 640px){
.container_contact .container {
    background-size: 80% auto;
    padding-top: 60px;
    padding-bottom: 0px;
    width: 90%;
}
.tit_main_works .txt_title {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 0.2em;
}
.list_works {
    gap: 10px 10px;
    margin: 30px auto 0 auto;
}
.btn_ig {
    width: 90%;
    }
.btn_ig a::before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url("../img/ico_ig.svg");
    background-repeat: no-repeat;
    background-position:  0 100%;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;  
}
.btn_ig a {
    padding: 15px;
    display: block;
    background-image: none;
}
/* 健康診断 */
.tit_main_shindan .tit_main_ja {
    margin-top: 100px;
    font-size: 24px;
}
.link_tel {
    font-size: 10vw;
    }
.txt_web {
    font-size: 15px;
    }
.block_shindan {
    margin-top: 50px;
}
}



/* Company
------------------------------ */
.container_company {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    border-bottom: #dcdcdc 1px solid;
    position: relative;
    overflow: hidden;
}
.container_company .container {
    text-align: left;
    padding-top: 0px;
    /* padding-bottom: 150px; */
    flex-basis: 50%;
    overflow: hidden;
}
.block_company {
    width: 640px;
    float: right;
    padding-top: 180px;
}
.block_company .tit_main {
    margin-bottom: 55px;
}
.block_company .tit_main_en {
    font-weight: 300;
    }
.block_company .tit_main_ja {
    margin-top: 3px;
    }
.block_company dl {
    width: 560px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    border-bottom: #dcdcdc 1px solid;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding-top: 20px;
    padding-bottom: 20px;
}
.block_company dl:first-of-type {
    border-top: #dcdcdc 1px solid;
}
.block_company dt {
    flex-basis: 30%;
}
.block_company dd {
    flex-basis: 70%;
}
.googlemap {
    flex-basis: 50%;
    /* margin-top: -50px; */
    line-height: 0;
    height: 740px;
    overflow: hidden;
}
.googlemap iframe {
    width: 100%;
    height: calc(100% + 740px);
    margin-top: -370px;
}

.container_company .bg_footer {
    width: 100%;
    height: 80px;
    background-color: #134566;
    -webkit-border-radius: 0 0 50px 50px;
	-moz-border-radius: 0 0 50px 50px;
	border-radius: 0 0 50px 50px;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width : 1400px){
.block_company {
    width: 80%;
    margin-right: 5%;
    padding-top: 180px;
}
.block_company dl {
    width: 100%;
}
}
@media screen and (max-width : 1300px){


}
@media screen and (max-width : 1200px){


}
@media screen and (max-width : 1024px){


}
@media screen and (max-width : 768px){
.container_company {
    width: 100%;
    display: block;
}
.container_company .container {
    margin-bottom: 50px;
}
.block_company {
    width: 90%;
    float: none;
    padding-top: 150px;
    margin: 0 auto;
}
.block_company .tit_main {
    margin-bottom: 55px;
}
/*
.block_company .tit_main_en {
    font-weight: 300;
    }
.block_company .tit_main_ja {
    margin-top: 3px;
    }
*/
.block_company dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    border-bottom: #dcdcdc 1px solid;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    padding-top: 20px;
    padding-bottom: 20px;
}
.block_company dt {
    flex-basis: 20%;
}
.block_company dd {
    flex-basis: 80%;
}
.googlemap {
    line-height: 0;
    height: 500px;
    overflow: hidden;
}
/*
.googlemap iframe {
    width: 100%;
    height: calc(100% + 740px);
    margin-top: -370px;
}
*/
.container_company .bg_footer {
    width: 100%;
    height: 60px;
    background-color: #134566;
    -webkit-border-radius: 0 0 50px 50px;
	-moz-border-radius: 0 0 50px 50px;
	border-radius: 0 0 50px 50px;
    position: absolute;
    left: 0;
    top: 0;
}
}
@media screen and (max-width : 640px){
.block_company dt {
    flex-basis: 35%;
}
.block_company dd {
    flex-basis: 65%;
}
}