@charset "utf-8";
/*
Theme Name: AYAホールディングス
Theme URI: 
Description: AYAホールディングス様専用テーマ
Version: 1.0
Author: メディアライズ株式会社
Author URI: http://media-rise.jp
*/

@import url(css/default.css?v=20181203);

html {scroll-behavior: smooth;}
body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, 'Noto Sans JP', sans-serif , "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    color: #333;
    font-family: 'Noto Sans JP', sans-serif;
}
img{
	width:100%;
}

/*ヘッダー*/
header{
    border-top: solid 3px #2264b2;
    border-bottom: solid 1px #2264b2;
    padding: 15px 0;
}
.header-content{
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header-content img{
    width: 420px;
}
.head-contact{
    display: flex;
    align-items: center;
}
.head-contact a{
    text-decoration: none;
}
.number-content .number {
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
    font-size: 26px;
    letter-spacing: 1.8px;
    font-weight: bold;
}
.number-content .number::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 25px;
    margin-right: 4px;
    background-image: url(./img/lp/tel.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}


.number-content .time{
    font-size: 12px;
}

.head-contact .siryou{
    padding: 14px 20px;
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(0,144,135,1) 0%, rgba(49,170,122,1) 100%);
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    font-weight: bold;
}

.head-contact .siryou.contact {
    background: linear-gradient(90deg, rgb(202 84 25) 0%, rgb(197 149 55) 100%);
}

/*メインビジュアル*/
#chineseservice .mv-wapper{
    background: linear-gradient(270deg,rgb(255 255 255 / 0%) 0%,rgb(255 255 255 / 0%) 13%,#f3fdf3 100px,#f3fdf3 100%);
    padding-bottom: 60px;
}
#iryou .mv-wapper{
    background: linear-gradient(270deg,rgb(255 255 255 / 0%) 0%,rgb(255 255 255 / 0%) 13%,#f3fbff 100px,#f3fbff 100%);
    padding-bottom: 60px;
}
#cancer .mv-wapper{
    background: linear-gradient(270deg,rgb(255 255 255 / 0%) 0%,rgb(255 255 255 / 0%) 13%,#fff7f7 100px,#fff7f7 100%);
    padding-bottom: 60px;
}
.main-mv {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.main-mv .mv-img {
    width: 60%;
    position: relative;
    margin-bottom: 180px;
}

.mv-img .dairi {
    position: absolute;
    bottom: 10px;
    right: 20px;
    padding: 20px;
    line-height: 1.5;
    background-color: #fff;
    font-weight: bold;
    border: solid 1px #a3a3a3;
}
.main-mv .mv-text {
    width: 45%;
    margin-right: -40px;
    z-index: 5;
    margin-bottom: 280px;
}

.main-mv .mv-btn {
    position: absolute;
    bottom: 190px;
    left: 20px;
    display: flex;
    gap: 20px;
    z-index: 100;
}
.main-mv .mv-btn a {
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 15px;
    line-height: 1.6;
    font-size: 1.1vw;
}
.main-mv .mv-btn a:first-child {
    background-color: #8cc63f;
}
.main-mv .mv-btn a:last-child {
    background-color: #fbb03c;
}
.main-mv .mv-btn a:first-child:hover {
    background-color: #1f376e;
}
.main-mv .mv-btn a:last-child:hover {
    background-color: #3274ad;
}
.main-mv .mv-btn img {
    width: 1.2vw;
}
.main-mv .mv-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 5px;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 1.7vw;
}

@media screen and (max-width: 767px) {
    .main-mv .mv-btn {
        position: unset;
        gap: 0;
    }
    .main-mv .mv-btn a {
        width: 50%;
        line-height: 1.4;
        font-size: 3vw;
        padding: 10px;
    }
    .main-mv .mv-btn a br {
        display: none;
    }
    .main-mv .mv-btn span {
        font-size: 4vw;
    }
    .main-mv .mv-btn img {
        width: 2.5vw;
    }
}

/*お問い合わせボタン*/

.negative-mr170{
    margin-top: -170px;
}
.pb-310{
    padding-bottom: 310px;
}
.cta-btn{
    text-align: center;
}

.cta-btn .ruby{
    color: #5fa933;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 24px;
}
.cta-btn .ruby:before,.cta-btn .ruby:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #5fa933;
  width: 2px;
  height: 1.2em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
 
.cta-btn .ruby:before {
  transform: rotate(-35deg);
}
 
.cta-btn .ruby:after {
  transform: rotate(35deg);
}
.cta-btn .btn{
    margin: 0 auto;
}
.cta-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    padding: 25px 80px;
    display: inline-block;
    background-color: #5fa933;
    border-radius: 5px;
}



/*なやみ*/
.wr-wapper {
    background: #fafafa;
}
.worries{
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.worries .list{
    padding: 30px;
}
.worries .list li{
    font-size: 24px;
    color: #2264b2;
    padding-bottom: 30px;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
}
.worries .list li:last-of-type{
    padding: 0;
}
.worries .list li::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 32px;
    margin-right: 9px;
    background-image: url(./img/lp/check_br.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.illust-cts {
    width: 35%;
    margin-top: -180px;
}

.voice {
    display: inline-block;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    background-color: #ecf4ff;
    border-radius: 5px;
}
.voice::before {
    content: "";
    position: absolute;
    top: 95%;
    right: 10%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top: 15px solid #ecf4ff;
}


/*メリット*/
.merit{
    padding: 80px 0 20px;
}
.merit-inner{
    max-width: 1020px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}
.merit-inner .ruby{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    background-color: #2264b2;
    border-radius: 100px;
    color: #fff;
    padding: 10px 20px;
    position: relative;
}
.merit-inner .ruby:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top: 15px solid #2264b2;
}
.merit-inner h2{
    margin-top: 20px;
    font-size: 66px;
    color: #2264b2;
    margin-bottom: 20px;
}
.merit-inner h2::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 90px;
    background-image: url(./img/lp/treat.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.merit-inner h2 span{
    font-size: 36px;
    font-weight: 900;
}
.merit-cts{
    display: flex;
    justify-content: space-between;
}
.merit-item{
    width: 230px;
    padding: 30px;
    border: solid 5px #2264b2;
    color: #2264b2;
    font-size: 20px;
    font-weight: 900;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}
.merit-item::before {
    position: absolute;
    content: '';
    background-image: url(./img/lp/merit-acsent.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 95px;
    height: 95px;
    top: -38px;
    left: -43px;
}

.merit-item .items{
    line-height: 1.5;
    font-size: 28px;
    margin-top: 20px;
    font-weight: 900;
}

.merit-inner .comment{
    margin: 60px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #2264b2;
    line-height: 1.5;
}
.pb-80{
    padding-bottom: 80px;
}

/*お申込み流れ*/

#chineseservice .flow-wapper{
    background-color: #f3fdf3;
    padding: 80px 0 40px;
}
#iryou .flow-wapper{
    background-color: #f3fbff;
    padding: 80px 0 40px;
}
#cancer .flow-wapper{
    background-color: #fff7f7;
    padding: 80px 0 40px;
}
.flow{
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 20px;
}
.flow h2 {
    text-align: center;
    font-size: 30px;
    color: #2264b2;
    margin-bottom: 120px;
    font-weight: 700;
    position: relative;
}
.flow h2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    width: 2px;
    height: 50px;
    margin: auto;
    background-color: #2264b2;
}
.flow-outer{
    background: #fff;
    padding: 10px;
    margin-bottom: 80px;
    position: relative;
}
.flow-item{
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 25px;
	align-items:center;
    position: relative;
    border: solid 1px #2264b2;
}
.item01:before {
    position: absolute;
    content: '';
    background-image: url(./img/lp/point01.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 75px;
    height: 75px;
    top: -36px;
    left: -38px;
}
.item02:before {
    position: absolute;
    content: '';
    background-image: url(./img/lp/point02.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 75px;
    height: 75px;
    top: -36px;
    left: -38px;
}
.item03:before {
    position: absolute;
    content: '';
    background-image: url(./img/lp/point03.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 75px;
    height: 75px;
    top: -36px;
    left: -38px;
}
.item04:before {
    position: absolute;
    content: '';
    background-image: url(./img/lp/point04.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 75px;
    height: 75px;
    top: -36px;
    left: -38px;
}
.flow-outer::after {
    content: "";
    position: absolute;
    bottom: -58px;
    left: 50%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top: 15px solid #2264b2;
}
.flow-outer:last-of-type::after {
    content: none;
}
.flow-item .title{
    width: 18%;
    font-size: 20px;
    color: #2264b2;
    font-weight: 900;
    padding: 40px;
    padding-right: 60px;
    line-height: 1.5;
}
.flow-item .text {
    width: 82%;
    padding: 0 30px;
    border-left: solid 1px #2264b2;
	line-height:1.3;
}

.contact{
    padding: 80px 0 0 ;
    max-width: 600px;
    margin: 0 auto;
}
.contact a{
    text-decoration: none;
}
.contact h2{
    text-align: center;
    font-size: 30px;
    color: #2264b2;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
}
.contact-cts{
    max-width: 820px;
    background-color: #2264b2;
    margin: 0 20px;
    padding: 10px;
}

.contact-cts-innner{
    background-color: #fff;
    text-align: center;
    padding: 20px 20px 30px;

}

.number-title{
    background: #2264b2;
    color: #fff;
    padding: 10px 0;
}
.number-cts .number{
    font-size: 40px;
    color: #2264b2;
    font-weight: 900;
    padding: 10px 0;
}
.number-cts .number::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 37px;
    margin-right: 8px;
    background-image: url(./img/lp/tel-br.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.number-cts small{
    font-size: 16.5px;
    color: #333;
}



.wp-content{
    background: #fcfbfa;
    padding: 80px 0;
}
.wp-content-innner{
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
}
.wp-content-innner h2{
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 5px 10px ;
    padding-left: 10px;
    border-left: solid 5px #5fa933;
}
.wp-content-innner h3{
    border-bottom: solid 3px #5fa933;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 15px;
}
.wp-content-innner p{
    margin-bottom: 20px;
    line-height: 1.3;
}
.nursing-list {
    margin-top: -30px;
}
.nursing-list table {
    width: 100%;
}
.nursing-list table th, .nursing-list table td {
    border: solid 1px #767676;
    text-align: center;
    font-size: 12px;
    line-height: 1.25;
    vertical-align: middle;
    padding: 5px 1px;
}
.nursing-list table th {
    background: #FEFBF0;
}



footer{
    padding: 10px 0;
    color: #fff;
    background-color: #2264b2;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 96px;
}

footer small{
    font-size: 12px;
}



/*フッターバーCSS*/
.fixed-bar {
    position: fixed;
    right: 0;
    bottom: -100px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgb(35 171 127 / 83%);
transform: translateY(100%);
	transition: .3s;
}
@media only screen and (max-width:900px) {
	.fixed-bar {
		display:none;
	}
}
.active1{
  transform: translate(0);
}
.fixed-bar-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 96px;
    max-width: 1280px;
    margin: 0 auto;
	padding:0 20px;
}
.fixed-bar__text {
    color: #fff;
    font-weight: bold;
}
.fixed-bar-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 58%;
    gap: 10px;
    max-width: 585px;
}
.fixed-bar-action a{
	color:#eee;
}
.fixed-bar-contact, .fixed-bar-tell {
    width: 49%;
    max-width: 280px;
    height: 60px;
}
.fixed-bar-tell {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0 -4px 0 #075b5c inset;
    background: #0b9092;
    color: #fff;
    text-decoration: none;
}
.fixed-bar-action .fixed-bar-contact:first-child {
    background: #2264b2;
    box-shadow: 0 -4px 0 #308dd0 inset;
}
.fixed-bar-tell__num {
    margin: 0px 0 5px;
    padding: 0;
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
}
.ftr-cta-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 -4px 0 #d03035 inset;
    background: #f25459;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.fixed-bar-tell__open {
    font-size: 11px;
    line-height: 100%;
}

@media only screen and (max-width:900px) {
	.fixed-bar__text {
	display:none;
}
.fixed-bar-action {
    max-width:none;
	  width: 100%;
}
.fixed-bar-contact, .fixed-bar-tell {
	max-width:none;
	height: 70px;
}
.fixed-bar-tell__num {
    font-size: 17px;
}
span.cta-btn__text {
    font-size: 14px;
}
.fixed-bar-tell__open {
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
}
}

@media screen and (min-width: 900px){   
    .br-pc { display:inline; }
    .br-sp { display:none; }
  }
  @media screen and (max-width: 900px){   
    .br-pc { display:none; }
    .br-sp { display:inline; }
  }



@media screen and (max-width: 1100px){
    .merit-inner {
        padding: 0 20px 0 40px;
    }
    html,
    .merit-cts{
        display: block;
    }
    .merit-item {
        margin: 0 auto 40px;
        width: 75%;
    }
}

@media screen and (max-width: 987px){
    header {
        padding: 10px 0;
    }
    .header-content {
        padding: 0 10px;
        align-items: center;
    }
    .number-content{
        display: none;
    }
    .head-contact .siryou {
        padding: 11px 20px;
        font-size: 10px;
        margin-left: 5px;
    }
    .header-content img {
        width: 180px;
    }
    .mv-img .dairi {
        font-size: 12px;
        padding: 13px;
    }

}
@media only screen and (max-width: 900px){
    .nursing-list {
        white-space: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
@media screen and (max-width: 767px){
	header {
		position: fixed;
		top:0;
		width: 100%;
		background:#fff;
		z-index:99;
	}
	.mv-wapper {
    margin-top: 56px;
	}
    .main-mv {
        display: block;
    }
    .main-mv .mv-text {
        width: 100%;
        margin-bottom: 0px;
    }
    .main-mv .mv-img {
        width: 100%;
        margin-bottom: 0;
    }
    .pb-310 {
        padding-bottom: 55px;
    }
    .worries {
        display: block;
        padding-top: 25px;
    }
    .worries .list {
        padding: 30px 20px;
    }
    .worries .list li {
        font-size: 15px;
    }
    .worries .list li::before {
        width: 22px;
        height: 25px;
    }
    #chineseservice .mv-wapper{
        background: #f3fdf3;
    }
    #iryou .mv-wapper{
        background: #f3fbff;
    }
    #cancer .mv-wapper{
        background: #fff7f7 ;
    }
    .cta-btn a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 21px;
        padding: 25px 50px;
        display: inline-block;
        background-color: #5fa933;
        border-radius: 5px;
    }
    .voice {
        font-size: 12px;
    }
    .illust-cts{
        width: 70%;
        margin: 0 0 0 auto;
    }
    .illust{
        text-align: right;
    }
    .illust-cts img{
        width: 180px;
    }
    .merit-item .items {
        line-height: 1.5;
        font-size: 23px;
        margin-top: 20px;
        font-weight: 900;
    }
    .wp-content-innner {
        padding: 30px 15px;
    }
    .wp-content-innner h2 {
        margin-top: 10px;
        font-size: 20px;
    }
    .flow-wapper {
        padding: 60px 0 40px!important;
    }
    .flow-item{
        display: block;
    }
    .item01:before {
        left: -25px;
    }
    .item02:before {
        left: -25px;
    }
    .item03:before {
        left: -25px;
    }
    .item04:before {
        left: -25px;
    }
    .flow-item .title {
        font-weight: 900;
        padding: 0px 40px 20px;
        padding-right: 0px;
		width: 100%;
    }
    .number-cts .number {
        font-size: 30px;
        padding: 15px 0 5px;
    }
    .number-cts small {
        font-size: 14.5px;
        color: #333;
    }
	footer{
    margin-bottom: 30px;
	}
	.merit-inner .comment {
    margin: 60px 15px 0 -15px;
		font-size:17px;
	}
	.merit-inner .ruby{
		margin-left:-20px;
	}
	.merit-inner h2 {
    margin-left: -20px;
	}
}



.page-id-1029 .header-content img{
    width: 480px;
}

/* .header-content h1 a {
 pointer-events: none;
} */

.contact-form-inner {
    max-width: 880px;
    margin: 0 auto;
    padding: 80px 0;
    text-align: left;
}
.contact-form-inner h2{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}
.contact-form-inner input{
    padding: 5px;
    margin: 5px 3px;
    font-size: 16px;
}
input.w60 {
    width: 60%!important;
}
input.w30 {
    width: 30%!important;
}
input.w10 {
    width: 15%!important;
}
.cform th {
	font-size: 16px;
	width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
    vertical-align: middle;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
    display: inline-block;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
    .cform th {
        display: flex;
        flex-flow: wrap;
        gap: 10px;
        align-items: center;
    }
    .required-srt {
        margin-left: 0px;
    }    
	.cform {
    width: 92%;
    margin: 0 5px auto;
}
}

.submit-btn input {
	background: #e6c50b;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 1px #e6c50b solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
    padding: 20px 0;
}

.submit-btn input:hover {
	background: #fff;
	color: #e6c50b;
}

.pr-box{
    padding: 30px;
    line-height: 1.5;
    height: 200px;
    overflow: scroll;
    margin: 10px 0;
}
.pr-box h3{
    margin-bottom: 10px;
}
.pr-box p{
    margin-bottom: 20px;
}
.pr-check{
    margin: 5px;
}
#preview-wovn-translate-widget[wovn].type-default.wovn--position-bottom, #wovn-translate-widget[wovn].type-default.wovn--position-bottom {
    bottom:96px!important;
}
@media only screen and (max-width:900px) {
	#preview-wovn-translate-widget[wovn].type-default.wovn--position-bottom, #wovn-translate-widget[wovn].type-default.wovn--position-bottom {
    bottom:0px!important;
}
}

#skilled-companies .header-content img{
    width: 480px;
}

#skilled-companies .main-mv .mv-img{
    margin-bottom: 80px;
}

#skilled-companies .main-mv .mv-text img{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#skilled-companies .main-mv .mv-img {
    width: 65%;
}
#skilled-companies .main-mv .mv-text {
    width: 40%;
}
@media screen and (max-width: 987px){
    #skilled-companies .header-content img {
        width: 280px;
    }
    #skilled-companies .main-mv .mv-img {
        width: 100%;
    }
    #skilled-companies .main-mv .mv-text {
        width: 100%;
    }
    #skilled-companies .main-mv .mv-img{
        margin-bottom: 0px;
    }
    .sm-pt0{
        padding-top: 0!important;
    }
    }
.mt-0{
    margin-top: 0!important;
}




/* 国際医療コーディネート */
.coordinate .mv {
    background-color: #e6e4e5;
}

.coordinate .mv-content {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-height: 600px;
}

.coordinate .mv-text {
    position: absolute;
    padding: 20px;
    background-color: rgb(255 255 255 / 60%);
    left: 0;
    bottom: 40px;
    text-align: center;
    margin-left: 20px;
}

.coordinate .mv-text h2 {
    font-size: 3.5vw;
    margin-bottom: 20px;
}

.coordinate .mv-text h3 {
    font-size: 2.3vw;
    color: #0048c2;
    margin-bottom: 20px;
}
.coordinate .mv-text .txt_red{
	color: #e30000;
	margin-top: -9px;
    margin-bottom: 8px;
}

.coordinate .mv-text p {
    font-size: 1.5vw;
    text-align: center;
    line-height: 1.4;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.coordinate .mv-content img {
    object-fit: cover;
    width: 67%;
    object-position: bottom;
}

.coordinate .copy {
    max-width: 900px;
    margin: 50px auto;
    text-align: center;
    line-height: 2;
    font-size: 22px;
}

.coordinate .check-list {
    max-width: 670px;
    margin: 0 auto;
    list-style-image: url(./img/lp/coordinate/check.svg);
    padding-left: 30px;
}

.coordinate .check-list li {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 5px;
    font-weight: bold;
    line-height: 1.4;
}

.coordinate .check-list li::marker {
    font-size: 40px;
    line-height: 0.3;
}

.coordinate .guidance {
    max-width: calc(1440px - 40px);
    margin: 70px auto;
    padding: 0 20px;
}

.coordinate .guidance h2 {
    background-color: #9a8989;
    color: white;
    text-align: center;
    padding: 15px 20px;
    border-radius: 100px;
    font-size: 25px;
}

.coordinate .guidance .guidance-content {
    max-width: 750px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.coordinate .guidance .guidance-content img {
    width: 150px;
}

.coordinate .guidance .guidance-content p {
    font-size: 25px;
    line-height: 1.5;
    margin-top: -20px;
}

.coordinate .item {
    max-width: calc(1440px - 40px);
    margin: 70px auto;
    padding: 0 20px;
}

.coordinate .item .item-title {
    font-size: 25px;
    display: block;
    margin-bottom: -20px;
}

.coordinate .item h2 {
    position: relative;
    height: 90px;
    color: white;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin: 0 auto;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}

.coordinate .item h2:after {
    content: "";
    background-image: url(./img/lp/coordinate/midashi.svg);
    position: absolute;
    width: 400px;
    height: 90px;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
    top: 10px;
}

.coordinate .item .item-content {
    background-color: #9a8989;
    padding: 70px 20px 20px 20px;
    position: relative;
    margin-top: -40px;
    z-index: -2;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.coordinate .item .item-content .item-text {
    background-color: #e5e4e3;
    border: 3px solid white;
    padding: 15px 20px;
    line-height: 1.7;
    text-align: center;
    font-size: 25px;
}

.coordinate .item-content-option {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-flow: wrap;
}

.coordinate .item .item-content .item-list {
    position: relative;
    background-color: #e6e4e4;
    border: 3px solid white;
    width: calc(50% - 51px);
    padding: 20px;
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.coordinate .item .item-content .item-list::after {
    content: "";
    position: absolute;
    border: 5px solid #4f2003;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    margin: 0px;
}

.coordinate .item .item-content .item-box {
    width: calc(50% - 5px);
    gap: 10px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.coordinate .item .item-content .item-box .item-list {
    width: calc(100% - 46px);

}

.coordinate .item .item-content .item-list h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.coordinate .item .item-content .item-list p {
    background-color: #957152;
    border: 3px solid white;
    padding: 10px;
    color: white;
    font-size: 23px;
    line-height: 1.4;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}

.coordinate .item .item-content .item-box .item-list {
    padding: 12px 20px;
}

.coordinate .item .item-content .item-box .item-list h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.coordinate .item .item-content-rate {
    padding: 30px 50px;
    color: white;
    margin-top: 0;
    display: flex;
    gap: 50px;
}

.coordinate .item .item-content-rate .item-content-rate-table {
    width: 50%;
}

.coordinate .item .item-content-rate .item-content-rate-text {
    width: 50%;
}

.coordinate .item .item-content-rate p {
    font-size: 37px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.coordinate .item .item-content-rate p span {
    font-size: 17px;
    display: inline-block;
    position: relative;
    top: 5px;
    padding: 0 5px;
}

.coordinate .item-content-rate table {
    width: 100%;
    margin-bottom: 10px;
}

.coordinate .item-content-rate table , .coordinate .item-content-rate td, .coordinate .item-content-rate th {
	border: 2px solid white;
	border-collapse: collapse;
}

.coordinate .item-content-rate td, .coordinate .item-content-rate th {
    padding: 10px 20px;
    text-align: center;
    font-size: 23px;
}

.coordinate .item-content-rate td {
    background-color: #4e2002;
}

.coordinate .item-content-rate th {
    background-color: #6d4325;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}

.coordinate .item-content-rate .brown {
    background-color: #93714f;
}

.coordinate .item .item-content-rate .item-content-rate-text p {
    font-size: 19px;
    line-height: 1.5;
}

.coordinate .item .item-content-rate .item-content-rate-text img {
    object-fit: cover;
    height: 280px;
    border: 2px solid white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.coordinate .guidance .guidance-content p span {
    display: block;
    font-size: 40px;
}

.coordinate .item2 {
    max-width: calc(1440px - 40px);
    margin: 20px auto;
    padding: 0 20px;
}

.coordinate .item2 h2 {
    position: relative;
    height: 90px;
    color: white;
    max-width: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin: 0 auto;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}

.coordinate .item2 h2:after {
    content: "";
    background-image: url(./img/lp/coordinate/midashi2.svg);
    position: absolute;
    width: 630px;
    height: 90px;
    background-repeat: no-repeat;
    left: 0;
    z-index: -1;
    top: 10px;
}

.coordinate .item2 .item-content {
    background-color: #e9e0d8;
    position: relative;
    margin-top: -40px;
    z-index: -2;
    border: 3px solid #957152;
}

.coordinate .item2 .item-content {
    flex-flow: column;
    text-align: center;
}

.coordinate .item2 .item-content div {
    padding: 40px 20px 20px 20px;
    background-color: white;
    margin: 20px;
}

.coordinate .item2 .item-content h3 {
    font-size: 35px;
    text-shadow: 1px 1px 0px #fff, 3px 3px 5px #b2b2b2;
    margin-bottom: 20px;
}

.coordinate .item2 .item-content p {
    line-height: 1.5;
    font-size: 25px;
    text-decoration: underline;
    text-decoration-color: red;
}

.coordinate .plus {
    max-width: 70px;
    margin: 0 auto;
}

.coordinate .item2.support .item-content {
    background-color: #e6e4e5;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding-top: 50px;
}

.coordinate .item2.support .item-content div {
    position: relative;
    background-color: transparent;
    background-image: url(./img/lp/coordinate/support.svg);
    width: 170px;
    height: 120px;
    background-repeat: no-repeat;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.coordinate .item2.support .item-content div p {
    text-decoration: unset;
    line-height: 1.3;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
    font-size: 25px;
}

.coordinate .item2.support .item-content div p span {
    font-size: 20px;
    display: block;
}

.coordinate .support .item-content div::before {
    content: "";
    position: absolute;
    left: -210px;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url(./img/lp/coordinate/plus.svg);
    bottom: 0;
    right: 0;
    margin: auto;
}

.coordinate .support .item-content div:first-child::before {
    content: unset;
}

.coordinate .guidance .guidance-img {
    display: flex;
    gap: 20px;
    margin-top: 60px;
}

.coordinate .guidance .guidance-img img {
    border: 2px solid white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.coordinate .guidance .guidance-img p {
    text-align: right;
    margin-top: 10px;
}

.coordinate .guidance .medical-flow {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 60px;
}

.coordinate .guidance .medical-flow::after{
    content:"";
    display: block;
    width:30%;
}

.coordinate .guidance .medical-flow .medical-flow-item {
    position: relative;
    width: 30%;
}

.coordinate .guidance .medical-flow .medical-flow-item div {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 85%;
    top: 20px;
}

.coordinate .guidance .medical-flow .medical-flow-item h3 {
    color: white;
    font-size: min(26px, 2vw);
    text-align: center;
    margin-top: 30px;
}

.coordinate .guidance .medical-flow .medical-flow-item p {
    color: white;
    padding: 0 85px 0 40px;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: min(22px, 1.3vw);
}

.coordinate .noto {
    margin: 100px auto 110px;
    padding: 20px 20px;
    line-height: 1.5;
    background-color: #e6e4e4;
}

.coordinate .noto .line {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.coordinate .noto h2 {
    position: absolute;
    font-size: 26px;
    color: #9a8989;
    text-align: left;
    padding: 0;
    background-color: #e6e4e4;
    border-radius: 0;
    z-index: 10;
    padding-right: 20px;
}

.coordinate .noto span {
    position: absolute;
    width: 100%;
    height: 2px;
    margin: auto;
    background-color: #9a8989;
    display: block;
    top: 0;
    bottom: 0;
}

.coordinate .noto ul {
    padding-left: 35px;
}

.coordinate .noto ul li {
    list-style: disc;
}

.coordinate .noto ul li::marker {
    color: #9a8989;
}

@media screen and (max-width: 1100px) {
    .coordinate .guidance .medical-flow .medical-flow-item h3 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 987px) {
    .coordinate .item2 .item-content p br {
        display: none;
    }
    .coordinate .item .item-content-rate {
        padding: 20px;
        flex-flow: column;
    }
    .coordinate .item .item-content-rate .item-content-rate-table, .coordinate .item .item-content-rate .item-content-rate-text {
        width: 100%;
    }
    .coordinate .item .item-content-rate .item-content-rate-text img {
        object-fit: unset;
        height: auto;
    }

    .coordinate .guidance .medical-flow .medical-flow-item p {
        padding: 0 53px 0 30px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:767px) {
    .coordinate {
        margin-top: 56px;
    }
    .coordinate .mv-text {
        position: unset;
        margin-left: 0;
    }
    .coordinate .mv-content {
        flex-flow: column-reverse;
        max-height: unset;
    }
    .coordinate .mv-text h2 {
        font-size: 8vw;
    }
    .coordinate .mv-text h3 {
        font-size: 5.5vw;
    }
    .coordinate .mv-text p {
        font-size: 3.5vw;
    }
    .coordinate .mv-content img {
        width: 100%;
        height: 250px;
    }

    .coordinate .copy {
        text-align: left;
        font-size: 16px;
        padding: 0 20px;
        margin: 30px auto;
    }
    .coordinate .copy br {
        display: none;
    }

    .coordinate .check-list {
        padding: 0 20px 0 50px;
    }
    .coordinate .check-list li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .coordinate .guidance h2 {
        padding: 10px 20px;
        font-size: 21px;
        margin-bottom: 20px;
    }

    .coordinate .guidance .guidance-content {
        gap: 30px;
        flex-flow: column;
        margin: 30px auto;
    }
    .coordinate .guidance .guidance-content p {
        font-size: 16px;
        margin-top: -20px;
    }

    .coordinate .item {
        margin: 30px auto;
    }

    .coordinate .item .item-title {
        font-size: 21px;
        margin-bottom: 0;
    }

    .coordinate .item h2 {
        height: 70px;
        font-size: 26px;
        max-width: 320px;
    }
    .coordinate .item h2:after {
        width: 320px;
        height: 70px;
    }

    .coordinate .item .item-content .item-list h3 {
        font-size: 18px;
    }

    .coordinate .item .item-content .item-list p {
        padding: 5px;
        font-size: 16px;
        line-height: 1.4;
    }

    .coordinate .item .item-content .item-list {
        width: calc(50% - 41px);
        padding: 15px;
    }

    .coordinate .item .item-content .item-box .item-list h3 {
        font-size: 15px;
    }

    .coordinate .item .item-content .item-box .item-list {
        padding: 12px 15px;
    }

    .coordinate .item .item-content .item-box .item-list {
        width: calc(100% - 36px);
    }

    .coordinate .item .item-content .item-list p br {
        display: none;
    }

    .coordinate .item .item-content .item-text {
        padding: 10px 20px;
        line-height: 1.5;
        font-size: 18px;
    }
    .coordinate .item .item-content .item-text br {
        display: none;
    }

    .coordinate .item .item-content-rate p {
        font-size: 22px;
    }

    .coordinate .item .item-content-rate p span {
        font-size: 10px;
    }

    .coordinate .item2 h2 {
        height: 70px;
        font-size: 20px;
        max-width: 93%;
    }
    .coordinate .item2 h2:after {
        width: 93%;
        top: 10px;
        right: 0;
        margin: 0 auto;
    }

    .coordinate .guidance .guidance-img {
        gap: 10px;
        margin-top: 30px;
    }

    .coordinate .item2 .item-content p {
        font-size: 16px;
        text-align: left;
    }

    .coordinate .plus {
        max-width: 50px;
    }

    .coordinate .item2 .item-content h3 {
        font-size: 22px;
     }

    .coordinate .guidance .guidance-content p span {
        font-size: 30px;
    }

    .coordinate .item-content-rate td, .coordinate .item-content-rate th {
        padding: 5px 10px;
        font-size: 16px;
    }

    .coordinate .item .item-content-rate {
        gap: 30px;
    }

    .coordinate .item .item-content-rate .item-content-rate-text p {
        font-size: 13px;
    }

    .coordinate .item2.support .item-content {
        flex-flow: column;
        align-items: center;
        gap: 20px;
    }
    .coordinate .item2.support .item-content div {
        width: 200px;
        height: 142px;
    }
    .coordinate .support .item-content div::before {
        left: 0;
        top: -205px;
    }
    .coordinate .guidance .guidance-img p {
        font-size: 14px;
    }
    .coordinate .guidance .medical-flow {
        margin-top: 30px;
        gap: 0px;
    }
    .coordinate .guidance .medical-flow .medical-flow-item {
        width: 50%;
    }
    .coordinate .guidance .medical-flow .medical-flow-item h3 {
        font-size: min(26px, 3vw);
    }
    .coordinate .guidance .medical-flow .medical-flow-item p {
        font-size: min(22px, 2.3vw);
    }

    .coordinate .noto .line {
        position: unset;
        height: unset;
    }
    .coordinate .noto h2 {
        position: unset;
        padding: 0;
        font-size: 17px;
        line-height: 1.3;
        background-color: transparent;
        margin-bottom: 0;
    }
    .coordinate .noto span {
        display: none;
    }
    .coordinate .noto h3 {
        font-size: 15px;
    }
    .coordinate .noto ul li {
        font-size: 15px;
    }

    .coordinate .guidance {
        margin: 40px auto;
    }

    .coordinate .noto {
        margin: 50px auto 60px;
    }
}

@media only screen and (max-width:500px) {
    .coordinate .guidance .medical-flow .medical-flow-item h3 {
        margin-top: 0;
    }
    .coordinate .guidance .medical-flow .medical-flow-item p {
        padding: 0 24px 0 15px;
    }
    .coordinate .guidance .medical-flow .medical-flow-item div {
        top: 15px;
        gap: 5px;
    }
}


/* 宿坊 */
.shukubou .mv-text{
	position: absolute;
    padding: 20px;
    background-color: rgb(255 255 255 / 60%);
    left: 0;
    bottom: 40px;
    text-align: left;
    margin-left: 20px;
}
.shukubou .mv-text h2{
	font-size: 27px;
    margin-bottom: 20px;
}
.shukubou .mv-text h3 {
    font-size: 67px;
    font-weight:bold;
    margin-bottom: 20px;
	color: #000000;
}
.shukubou .mv-text p {
    font-size: 22px;
    text-align: left;
}
.shukubou .mv-blue {
    background-color: #29abe2;
    color: white;
    border-radius: 5px;
    position: absolute;
    left: 0;
    margin-left: 20px;
    top: 40px;
    padding: 10px;
    line-height: 1.4;
    font-size: 19px;
}
.otera_noto {
    text-align: center;
    padding: 20px;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 50px;
}
.otera_noto h2 {
    background-color: #fbb03c;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 20px;
    color: white;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.3;
}
.otera_noto div:first-child {
    margin-bottom: 40px;
}
.otera_noto p {
    font-size: 17px;
    line-height: 1.6;
}
.otera{
	    padding-bottom: 70px;
}
.otera h2{
	margin: 90px 0px -50px;
    text-align: center;
    font-size: 32px;
	display: flex;
	align-items: center;
		justify-content: center;
	font-size: 32px;
}
.otera h2::before,
.otera h2::after {
  content: '';
  flex-grow: 0.03;/* 少数にする */
  height: 3px;
  background: #000;
}

/* 見出しの文字と横棒の間隔を開ける */
.otera h2::before {
  margin-right: 20px;
}

.otera h2::after {
  margin-left: 20px;
}
.otera_bg{
	/*background-image: url(https://test.aya-g.co.jp/wp-content/uploads/2023/04/bg.png);*/
}
.otera_contents{
	max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	padding-top:44px;
}
.otera_contents_01{
	width:48%;
	margin-top: 100px;
}
.otera_contents_01 img{
	box-shadow: 3px 3px 8px #000000ab;
}
.otera_contents_01 .txt{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.otera_contents_01 .txt_right{
	width:48%;
}
.otera_contents_01 .txt_right_title{
	color: #fff;
    background: #42210b;
    margin: 4% 0%;
    padding: 3%;
    text-align: center;
}
.otera_contents_01 .txt_right p{
	line-height: 120%;
}
.otera_contents_01 .txt_left{
	width:48%;
}
.otera_contents_01 .txt_left_title{
	color: #42210b;
    background: #d7d1cc;
    margin: 4% 0%;
    padding: 3% 3% 3% 1%;
    text-align: center;
    font-weight: bold;
    border-left: 13px solid #42210b;
}
.otera_contents_01 .txt_left ul{
}
.otera_contents_01 .txt_left li{
	padding: 2.5% 0%;
    border-bottom: dashed 1px #d7d1cc;
}
.taiken_bg{
	background:#f0e7de
}
.taiken{
	max-width: calc(1000px - 40px);
    margin: 70px auto;
    padding: 150px 20px 100px;
}
.taiken .right{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.taiken h2{
	margin: -44px 0px 89px;
    text-align: center;
    font-size: 28px;
	display: flex;
	align-items: center;
		justify-content: center;
}
.taiken h2::before,
.taiken h2::after {
  content: '';
  flex-grow: 0.03;/* 少数にする */
  height: 3px;
  background: #000;
}

/* 見出しの文字と横棒の間隔を開ける */
.taiken h2::before {
  margin-right: 20px;
}

.taiken h2::after {
  margin-left: 20px;
}
.taiken_contents_01{
	display:flex;
	justify-content: center;
	margin: 50px 0px;
	flex-wrap: wrap;
}
.taiken_contents{
	width:30%;
	margin: 0% 1%;
}
.taiken_contents img{
}
.taiken_txt{
	text-align:center;
	margin: 20px 10px 10px 10px;
	line-height: 120%;
}
.taiken_title{
	margin: 34px 0px 18px;
    font-size: 1.3em;
}

.shukubou .guidance {
    max-width: calc(1280px - 40px);
    margin: 70px auto;
    padding: 0 20px;
}

@media only screen and (max-width:764px) {
	.shukubou .mv-content {
    flex-flow: column-reverse;
    max-height: unset;
    display: flex;
    flex-direction: column;
}
	.shukubou .mv-text {
    padding: 20px;
    background-color: #eeeeee;
		text-align: left;
		position: static;
		margin-left:0px;
	}
	.shukubou .mv-text h2{
	font-size: 5vw;
    margin-bottom: 20px;
}
.shukubou .mv-text h3 {
    font-size: 10vw;
    font-weight:bold;
    margin-bottom: 20px;
	color: #000000;
}
.shukubou .mv-text p {
    font-size: 5vw;
    text-align: left;
}
.shukubou .mv-blue {
    position: static;
    margin-left: 0px;
    border-radius: 0;
}
	.shukubou .mv-content img{
		width: 100%;
    height: 250px;
    object-position: center;
	}
    .otera_noto p {
        text-align: left;
    }
	.otera h2{
	margin: 90px 0px -50px;
    text-align: center;
    font-size: 8vw;
	display: flex;
	align-items: center;
		justify-content: center;
	font-size: 32px;
}
.otera h2::before,
.otera h2::after {
  content: '';
  flex-grow: 0.05;/* 少数にする */
  height: 3px;
  background: #000;
}

/* 見出しの文字と横棒の間隔を開ける */
.otera h2::before {
  margin-right: 20px;
}

.otera h2::after {
  margin-left: 20px;
}
	.otera_bg {
    background-image:none;
}
	.otera_contents {
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    padding-top: 74px;
    width: 90%;
}
	.otera_contents_01 {
    width: 100%;
    margin: 10% 0%;
}
	.otera_contents_01 .txt{
	display: block;
	justify-content: space-between;
}
.otera_contents_01 .txt_right{
	width:100%;
}
	.otera_contents_01 .txt_left{
	width:100%;
}
	.taiken h2{
	margin: -44px 0px 89px;
    text-align: center;
    font-size: 6vw;
	display: flex;
	align-items: center;
		justify-content: center;
}
.taiken h2::before,
.taiken h2::after {
  content: '';
  flex-grow: 0.05;/* 少数にする */
  height: 3px;
  background: #000;
}

/* 見出しの文字と横棒の間隔を開ける */
.taiken h2::before {
  margin-right: 20px;
}

.taiken h2::after {
  margin-left: 20px;
}
.taiken_contents_01{
    display: flex;
    margin: 50px 0px;
    flex-direction: column;
    align-items: center;
}
.taiken_contents_02{
    display: flex;
    margin: 50px 0px;
    flex-direction: column;
    align-items: center;
}
	.taiken_contents{
	width:100%;
}
	.taiken .right {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

.form-check span {
    display: inline-block;
    max-width: 300px;
}

.form-check span input {
    width: calc(100% - 150px)!important;
}

.shukubou_area select {
    padding: 7px;
}

.f-company {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    margin-bottom: -30px;
    padding: 10px 20px 0 20px;
}

@media only screen and (max-width: 940px) {
    .f-company {
        justify-content: center;
        margin: 10px 10px 20px 10px;
        padding: 0;
    }    
}