body {
  font-size:16px;
  line-height:180%;
}
.ib {
    display:inline-block;
}
.oblong {
    border-radius:100vh;
}

.list_style_none,
.list_style_arrow,
.list_style_check {
    margin-left:1em;
    list-style:none;
}
.list_style_arrow li::before{
    content:"➤";
    margin-right:.3em;
    color:#405397;
}
.list_style_check li::before {
	font-family: 'Font Awesome 5 Free';
    content:"\f058";
    font-weight:700;
    font-size:120%;
    margin-right:.3em;
    color:#31b7b2;
}


@media screen and (max-width: 767px) {
.content.medical {
    padding-top:100px;
}
}

/* 問い合わせボタンの画像上書き用。メールフォームができたら外す */
/* .site-header .site-form a{
	 background: url(../img/common/header_btn_form_blank.png) no-repeat;
 } */
/* ここまで */

.content_mint{
	margin: 0 auto;
	width: 100%;
	display: table;
    background-color: #eaf2f9;
}

.block_content {
    margin:30px 0 80px;
}

.block_title {
    position: relative;
    font-size:150%;
    font-weight:400;
    color:#405397;
    margin-bottom:1em;
}

.block_title::after {
    position: absolute;
    content:"";
    width: 100%;
    height: 3px;
    display: inline-block;
    bottom: -5px;
    left: 0;
    background-image: linear-gradient(90deg, #ddcfba, #9fc6e0 50%);
}
.top_img {
    width:100%;
    height:auto;
    max-height:450px;
    display:flex;
    justify-content: center;
    overflow: hidden;
    object-fit: cover;
    background-color: #e5e2e3;
    background-image:url(../img/service/medical_mainImg.webp);
    background-position:center center;
    background-size:cover;
    margin:10px 0 50px;
}
.top_img p {
    position:relative;
    width:950px;
    height:450px;
}
.top_img img {
    position: absolute;
    left:0;
    top:-50px;
    display: block;
    width:400px;
    height:auto;
    padding:15px 0;
}

h3 {
  font-size:42px;
  font-weight:500;
  background-image:none;
  color:#405397;
  margin:50px 0;
}
h3 span {
  display:block;
  font-size:20px;
  font-family:"Hiragino Mincho ProN", "Yu Mincho", serif;
  color:#222222;
}

h4.head_tab {
  position:relative;
  font-size:28px;
  font-weight: 300;
  letter-spacing: .05em;
  padding-bottom:10px;
  margin:50px 0 30px 0;
}
h4.head_tab::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #405397;
  left:0;
  bottom:0;
}
h4.head_tab span {
  padding:10px 1em;
  background-color:#405397;
  border-radius: 10px 10px 0 0;
  color:#FFFFFF;
}

/* アートリンガルの強み */
.feature_block ul {
    list-style: none;
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:1.5em 1em;
}
.feature_block ul .container {
    min-height:200px;
    background: #eaf2f9 no-repeat right top / contain content-box;
    border-radius: 20px 0 20px;
}
.feature_block ul .feature_1 {
    background-image: url(../img/service/medical_feature_1.webp); 
}
.feature_block ul .feature_2 {
    background-image: url(../img/service/medical_feature_2.webp); 
}
.feature_block ul .feature_3 {
    background-image: url(../img/service/medical_feature_3.webp); 
}
.feature_block ul .feature_4 {
    background-image: url(../img/service/medical_feature_4.webp); 
}
.feature_block div.container > div {
    padding:1em;
}
.feature_block li {
    color:#405397;
    font-size:115%;
    font-weight: 500;
    margin-bottom:1em;
}
.feature_block div > p {
    padding-right:130px;
}

/* 選べる2つの料金プラン */
.plans_block ul.card {
    display:flex;
    justify-content: space-around;
}
.plans_block ul.card li {
    width:46%;
    background-color: #31B7B2;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
    border-radius: 10px 10px 0 0;
    list-style-type: none;
    margin-top:50px;
    padding:    3px;
}
.plans_block ul.card li h5 {
    text-align: center;
    font-size:1.6em;
    font-weight:500;
    padding:0.5em 0;
    color:#ffffff;
}
.plans_block ul.card li h5 span {
    display:block;
    font-size:18px;
    margin:15px 25% 0;
    padding:10px 0;
    background-color: #ffffff;
    color:#31b7b2;
}
.plans_block ul.card li p {
    background-color: #ffffff;
    padding:1em;
}

/* プロフィール */
.profile_block .profile {
    display:flex;
}
.profile img {
    max-width:200px;
    height:auto;
    margin-right:30px;
    box-shadow:15px 15px #eaf2f9;
}
.profile dl dt {
    font-weight:bold;
}
.profile dl dd {
    margin:0 0 0.5em 1em;
}

/* 対応エリア */
.table_color_1{
    width:100%;
    border:1px solid #9fc6e0;
    margin:0;
}
.table_color_1 tr {
    border-bottom:1px solid #9fc6e0;
}
.table_color_1 th {
    display:table-cell;
    background-color: #eaf2f9;
    text-align: center;
    vertical-align: middle;
    padding:1em;
    width:20%;
    font-size:110%;
}
.table_color_1 td {
    background-color: #FFFFFF;
    text-align: left;
    padding:1em;
    width:80%;
}
.table_color_1 img {
    height:1.5em;
    margin-right:.2em;
}
.table_color_1 img.map_img {
    width:100%;
    height:auto;
    margin:0;
}
.table_color_1 .main_lang {
    font-size:1.3rem;
    font-weight:bold;
    margin-bottom:2rem;
}
.table_color_1 .main_lang p {
    font-size:16px;
    font-weight:normal;
}
.table_color_1 .sub_lang {
    font-size:0.9rem;
    font-weight:bold;
}
.table_color_1 .sub_lang p {
    font-weight: normal;
}


/* 料金について */

.plan_detail_block .plan_wrapper {
    margin-bottom:80px;
}
.plan_wrapper > h5 {
    border-left:20px solid #31b7b2;
    padding:10px;
    font-size:150%;
    font-weight:700;
    color:#31b7b2;
}
.plan_wrapper > .plan_content {
    border:1px solid #31b7b2;
    border-left-width:20px;
    background-color: #ffffff;
    padding:1em;
}
.plan_content h5.oblong {
    display:inline-block;
    padding:10px 8%;
    background-color: #31b7b2;
    color:#ffffff;
    font-size:130%;
    font-weight:300;
}
.plan_content .thick-large {
    color:#31b7b2;
    font-size:130%;
    font-weight:bold;
}
.plan_content .price_box {
    width:70%;
    color: #405397;
    background-color: #ebf3f2;
    border-radius: 20px;
    padding: 20px 0;
    margin:0 auto;
}
.plan_content .price_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.plan_content .price_box ul li {
    padding: 0 5%;
    border-right: solid 1px #31b7b2;
    text-align: center;
}
.plan_content .price_box ul li:last-child {
    border:none;
}
.plan_content .price_box ul li h6 {
    color:#405397;
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
    border:1px solid #31b7b2;
    border-radius:100vh;
    padding: 0 20px;
    margin: 0 0 10px 0;
}
.plan_content .price_box ul li h6 .sm {
    font-size:80%;
}
.plan_content .price_box ul li p {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.plan_content .price_box ul li p .b {
    color: #405397;
    font-size: 23px;
    line-height: 48px;
    margin-right: 5px;
}

/* 派遣・電話 */
.price_detail_wrapper {
    padding:5% 5%;
    margin-bottom:0 !important;
    justify-content: center;
}
.price_detail_wrapper.cols_1 {
    grid-template-columns: repeat(auto-fit, minmax(380px, 400px));
}
.price_detail_box {
    position:relative;
    border:1px solid #31b7b2;
    padding:2em;
    border-radius: 20px;
}
.price_detail_box figure {
    position:absolute;
    top:-1em;
    left:1em;
    width:60px;
}
.price_detail_box figure img {
    width:100%;
    height:auto;
}
.price_detail_box h6 {
    border:none;
    color:#405397;
    font-size:25px;
    text-align: center;
    margin:0 0;
    padding:0;
    letter-spacing: 0.05em;
}
.price_detail_box h6+p {
    text-align: center;
    margin:5px 0 20px;
    color:#405397;
}
.price_detail_box dl {
    display: grid;
    grid-template-columns: auto 1fr;
}
.price_detail_box dl dt,
.price_detail_box dl dd {
    margin:5px 0;
    padding:5px 15px;
}
.price_detail_box dl dt {
    background-color: #ebf3f2;
    padding:5px 15px;
    border-radius: 6px;
    text-align: center;
    font-weight:500;
}
.price_detail_box dl dt .sm {
    font-size:90%;
    display:block;
    line-height:80%;
}
.price_detail_box dl dd {
    text-align: right;
}
.price_detail_box dl dd .b {
    font-size:25px;
    font-weight:700;
}


.link_btn {
    display:inline-block;
    background-color: #405397;
    color:#FFF;
    padding:5px 1em;
}
.link_btn a {
    color:#FFF;
    text-decoration: none;
}

/* ご利用の流れ */
.medical ol.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
}
.medical ol.grid li {
    position: relative;
    margin-left:90px;
    color:#405397;
    font-size:20px;
    font-weight:bold;
    margin-bottom:1.5em;
}
.medical ol.grid li img {
    position: absolute;
    height:60px;
    width:auto;
    top:-8px;
    left:-95px;
}
.medical ol.grid p {
    line-height:130%;
}
.medical ol.grid > div {
    background-color: #ebf3f2;
/*  background-color: #EFEFEF; */
    padding: 1em;
    border-radius: 10px;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
}

/* その他のサービス */
.medical ul.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    list-style: none;
}
.medical ul.grid li {
    font-size:110%;
    font-weight:bold;
    color:#405397;
}
.medical ul.grid li img {
    width:120px;
    height:auto;
}
.medical ul.grid > div {
    text-align: center;
    border-right:1px solid #9fc6e0;
}
.medical ul.grid > div:nth-child(3n) {
    border-right: none;
}

/* 連絡先バナー */
.contact {
    background-color: #9fc6e0;
    color:#405397;
    margin:0;
    padding:30px 0;
}
.contact section {
    width:950px;
    background-color: #FFFFFF;
    padding:1em;
    box-shadow:inset 0 1px 5px rgba(0,0,0,.3);
}
.contact h4 {
    text-align: center;
    font-size:25px;
    font-weight:300;
    margin:.5em 0 .8em;
}
.contact .flex_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.contact .tel a {
    display:block;
    font-size:35px;
    font-family: "DM Serif Text";
    font-style:italic;
    font-weight:900;
    text-decoration: none;
    margin:15px 0;
}
.contact .tel a::before{
    content: "\f2a0";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    margin-right:0.2em;
}
.contact .tel,
.contact .mailform {
    font-size:16px;
    margin:0 20px;
}
.contact .mailform a {
    display:block;
    text-align: center;
    background-color:#31B7B2;
    color:#FFFFFF;
    font-size:20px;
    font-weight:300;
    padding:.8em 2em;
    text-decoration: none;
    cursor: pointer;
    margin-top:5px;
    box-shadow:0 1px 5px rgba(0,0,0,.3);
}
.contact .mailform a::before {
    content: "\f0e0";
    font-family:"Font Awesome 5 Free";
    font-size:1.3em;
    font-weight:900;
    margin-right:0.3em;
}

/* メールフォーム */
.mailform_block {
    background-color:#ffffff;
    padding:1em;
    margin:30px 0;
    border-top:solid 15px #31b7b2;
}
.grid_row {
    display:grid;
    gap:30px;
    margin-bottom:3em;
}
.cols_1 {
    grid-template-columns: 1fr;
}
.cols_2 {
    grid-template-columns: repeat(2, 1fr);
}
.cols_3 {
    grid-template-columns: repeat(3, 1fr);
}
.mailform_block h4 {
    width:100%;
    text-align: center;
    color:#31b7b2;
    font-size:28px;
    font-weight:300;
}
.mailform_block h4+p {
    margin:1em 0 3em;
    line-height:130%;
    text-align: center;
}
.mailform_block h5 {
    /* color: #405397; */
    color:#606060;
    font-size:105%;
    font-weight:500;
    letter-spacing: 0.06em;
}
.mailform_block .required {
    font-size:11px;
    font-weight:500;
    background-color: #DA402E;
    color:#ffffff;
    padding:4px;
    border-radius: 3px;
}

.form-width {
    width:stretch;
}

.charCount {
    position: absolute;
    color:#8a8a8a;
    bottom: 10px;
    right: 10px;
}

input,
select,
textarea {
    padding: 1.3em;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
}
label {
    display:inline-block;
    padding-right:40px;
    color:#606060;
}
input[type="checkbox"],
input[type="radio"] {
    transform: scale(1.5);
    margin-right:10px;
    accent-color: #9fc6e0;
}
label, input[type='checkbox'] {
    cursor: pointer;
}
.submitBTN_container {
    text-align:center;
    margin:0;
}
.submitBTN {
    display:inline-block;
    text-align: center;
    background-color:#31B7B2;
    color:#FFFFFF;
    font-size:20px;
    font-weight:300;
    padding:.8em 2em;
    text-decoration: none;
    cursor: pointer;
    box-shadow:0 1px 5px rgba(0,0,0,.3);
}


/* ----------------------------------------------- */

@media screen and (max-width: 767px) {
.content_mint{
	margin: auto 0;
	width: 100%;
}
.gutter {
    width:90%;
}
.top_img {
    background-position:83% center;
}

.top_img p {
  width:100%;
  height:450px;
}
.top_img img {
    left:50%;
    top:70%;
    transform: translate(-50%, -50%);
    width:70%;
    height:auto;
}   

h3 {
  font-size:35rem;
  font-weight:300;
  height:auto;
  padding-top:0;
  margin:0 0 30rem;
  background-image:none;
  color:#405397;
}
h3 span {
  display:block;
  font-size:18rem;
  line-height:130%;
  color:#222222;
}

h4.head_tab {
  position:relative;
  font-size:20px;
  font-weight: 300;
  letter-spacing: .05em;
  padding-bottom:10px;
  margin:50px 0 30px 0;
}
h4.head_tab::after {
  bottom:3px;
}

/* アートリンガルの強み */
.feature_block ul {
    list-style: none;
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    gap:1.5em 1em;
}
.feature_block div.container > div {
    padding:1em 130px 1em 1em;
}
.feature_block div > p {
    padding-right:0;
    line-height:135%;
}

/* 選べる2つの料金プラン */
.plans_block ul.card {
    display:flex;
    flex-direction: column;
}
.plans_block ul.card li {
    width:100%;
}
.plans_block ul.card li h5 {
    text-align: center;
    font-size:1.8em;
    padding-bottom:0.5em;
}
.plans_block ul.card li h5 span {
    display:block;
    font-size:.7em;
    margin:15px 10%;
    padding:10px 0;
}

/* プロフィール */
.profile_block .profile {
    display:flex;
    flex-direction: column;
}
.profile p.photo {
    max-width:100%;
    text-align: center;
}
.profile img {
    margin-right:0;
}

/* 表のデザイン：特長 */
.table_color_1 th,
.table_color_1 td {
    display:block;
    width:100%;
}
.table_color_1 img {
    height:1em;
    width:auto;
    margin-right:.2em;
}
.table_color_1 .main_lang {
    font-size:130%;
    font-weight:bold;
    margin-bottom:1em;
}
.table_color_1 .main_lang p {
    font-size:16rem;
    font-weight:normal;
}
.table_color_1 .sub_lang {
    font-size:95%;
    font-weight:bold;
}
.table_color_1 .sub_lang p {
    font-weight:normal;
}

/* 料金について */
.plan_content .price_box {
    width:100%;
    padding: 1em 2em;
    margin:0 auto 2em;
}
.plan_content .price_box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.plan_content .price_box ul li {
    padding: 1em 5%;
    border-right:none;
    border-bottom: solid 1px #31b7b2;
    text-align: center;
}
.plan_content .price_box ul li:last-child {
    border:none;
}
.plan_content .price_box ul li h6 {
    color:#405397;
    font-weight: 500;
    font-size: 17px;
    display: inline-block;
    border:1px solid #31b7b2;
    border-radius:100vh;
    padding: 0 20px;
    margin: 0 0 0 0;
}
.plan_content .price_box ul li h6 .sm {
    font-size:80%;
    display:block;
}
.plan_content .price_box ul li p {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.plan_content .price_box ul li p .b {
    color: #405397;
    font-size: 23px;
    line-height: 48px;
    margin-right: 5px;
}

/* 派遣・電話 */
.price_detail_wrapper {
    padding:5% 0;
    margin-bottom:0 !important;
    justify-content: center;
}
.price_detail_box {
    padding:1em;
}
.price_detail_box dl {
    grid-template-columns: 1fr;
}
.grid_row {
    display:grid;
    gap:30px 0;
}
.price_detail_wrapper.grid_row {
    display:grid;
    gap:50px 0;
}
.price_detail_wrapper.cols_1,
.price_detail_wrapper.cols_2 {
    grid-template-columns: 1fr;
}

/* ご利用の流れ */
.medical ol.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em 1.5em;
}
.medical ol.grid li {
    position: relative;
    margin-left:90px;
    color:#405397;
    font-size:20px;
    font-weight:bold;
    margin-bottom:1.5em;
}
.medical ol.grid li img {
    position: absolute;
    height:60px;
    width:auto;
    top:-8px;
    left:-95px;
}
.medical ol.grid p {
    line-height:130%;
}


/* メールフォーム */
.mailform_block .cols_2,
.mailform_block .cols_3 {
    grid-template-columns:  1fr;
}

/* その他のサービス */
.medical ul.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
    list-style: none;
}
.medical ul.grid li {
    font-size:110%;
    font-weight:bold;
    color:#405397;
}
.medical ul.grid li img {
    width:30%;
    height:auto;
}
.medical ul.grid > div {
    text-align: center;
    border-right:none;
    border-bottom:1px solid #9fc6e0;
}
.medical ul.grid > div:nth-child(3n) {
    border-right: none;
    border-bottom:none;
}

/* 連絡先バナー */
.contact {
    padding:1em;
}
.contact section {
    width:100%;
}
.contact h4 {
    text-align: center;
    font-size:120%;
    font-weight:300;
    margin:0 0 .5em;
}
.contact .flex_box {
    display: flex;
    flex-direction: column;
}
.contact .tel a {
    display:block;
    text-align: center;
    font-size:30px;
    font-family: "DM Serif Text";
    font-style:italic;
    font-weight:900;
    text-decoration: none;
    margin:.5em 0;
}
.contact .tel a::before{
    content: "\f2a0";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    margin-right:0.2em;
}
.contact .tel,
.contact .mailform {
    display:inline-block;
    font-size:14px;
    margin:0 auto;
    line-height:150%;
}
.contact .mailform a {
    font-size:120%;
}
}