@charset "UTF-8";
/* ----------------------------------------------
  202308トップページ改訂
 ---------------------------------------------- */
#header .toph1{
  position: absolute;
  top: -16px;
  left:10px;
  z-index: 1;
  font-weight:normal;
  color:#666666;
  font-size:70%;
}
.main_content {
    width: 100%;
    min-height: 550px;
    max-height: 30vw;
    display: flex;
    align-items: center;
    background: url(../images/top/mainvisual.jpg);
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
    justify-content: center;
}
.main_content .main_content_visual img{
  min-height: 500px;
  max-height: 28vw;
}
.main_content .main_content_inner {
  width: 50vh;
  top: 7%;
  right: 0%;
  position: relative;
}
.inner_top {
    width: auto;
    max-width: 1000px;
    margin: 0 auto;
}
.inner_top a{
    text-decoration: none;
}
.zenkoku{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 57px;
}
.zenkoku p{margin: 0;}
.item_btn{
    position: relative;
    padding: 10px;
    color: #FFFFFF;
    background-color: #f09e02;
    border-radius: 10px;
    font-size: 1.2rem;
    text-align: center;
}
.item_btn:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    margin-top: 5px;
    right: 8%;
}
.item_btn_small{
    position: relative;
    padding: 4px;
    color: #FFFFFF;
    background-color: #f09e02;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 74px 0;
}
.item_btn_small:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    margin-top: 1px;
    right: 8px;
}
.item_btn :hover{color:#34251d;}
.item_text :hover{color:#34251d;}
.kaiketsujirei_item a:hover{opacity:0.8;}
.tsutaetai_massage{
    font-size: 1.9rem;
	color: #745222;
    text-align: center;
    margin: 60px 0;
    font-weight: 900;
    line-height: 40px;
}
.tsutaetai_massage p{margin: 20px;}
.daylight_annai_area{
    position: relative;
    padding: 30px 0;
    z-index: 1;
    margin-top: 60px;
}
.daylight_annai_parent{
        display: flex;
    flex-wrap: nowrap;
}
.daylight_annai_parent a :hover{background: #ffffe0;}
.daylight_annai {
    justify-content: flex-start;
    display: flex;
    padding: 13px 5px;
    min-width: 550px;
}
.daylight_annai a{
    font-size: 21px;
    display: block;
    color: #020633;
    padding: 13px 0;
    text-decoration: none;
    line-height: 40px;
}
.daylight_annai .item_img{
    margin-right: 18px;
}
.daylight_annai .item_img img{
    width: 250px;
    height: auto;
}
.daylight_annai .item_text{
    margin-top: 74px;
    width: 32%;
}
.daylight_annai span{
    font-size: 1.5rem;
    font-weight: bold;
    color: #012C5A;
}
.top_h2{
    padding-top: 30px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    border-bottom: 2px solid;
    line-height: 1.2;
    padding-bottom: 10px;
    margin: 100px 0 30px 0;
}
.muryoushindan {
    justify-content: flex-start;
    display: flex;
    padding: 30px 0px;
}
.muryoushindan a{
    font-size: 21px;
    display: block;
    color: #020633;
    padding: 13px 0;
    text-decoration: none;
    line-height: 40px;
}
.muryoushindan .item_img{
    margin-right: 18px;
}
.muryoushindan .item_img img{
    width: 400px;
    height: auto;
    object-fit: cover;
}
.muryoushindan .item_text{
    width: 100%;
}
.muryoushindan span{
    font-size: 1.5rem;
    font-weight: bold;
    color: #012C5A;
}
.muryoushindan p{
    color: #333333;
}
..kaiketsujirei{margin-top: 60px;}
.kaiketsujirei_item {
    justify-content: flex-start;
    display: flex;
    padding: 13px 0px;
}
.kaiketsujirei_item a{
    font-size: 21px;
    display: block;
    color: #020633;
    text-decoration: none;
    margin: 0 25px;
    width: 50%;
}
.kaiketsujirei_item .item_text{
    position: relative;
    padding: 34px 15px;
    color: #FFFFFF;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
}
.kaiketsujirei_item span{
    font-size: 1.5rem;
    font-weight: bold;
    color: #012C5A;
}
.kaiketsujirei_item .item_text:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-top: 2px solid #020633;
    border-right: 2px solid #020633;
    position: absolute;
    margin-top: 1%;
    right: 5%;
}
.manzokudo1 img{
    width: 40%;
    height: auto;
}
.manzokudo2 {margin-top: 20px;}

.manzokudo2 img{
    width: 60%;
    height: auto;
}
.top_support_area {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.top_support_area li{
  position: relative;
    padding: 10px 0px;
}
.top_support_area ul li :hover{background: #ffffe0;}
.top_support_area ul li a{
    font-size: 1.5rem;
    font-weight: bold;
    color: #012C5A;
  margin: 5px;
  padding: 0 10px;
  text-decoration: none !important;
  line-height: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-transition: .3s linear 0;
  -o-transition: .3s linear 0;
  transition: .3s linear 0;
  width: 100%;
}
.top_support_area ul li a:before {
    content: '';
    width: 23px;
    height: 23px;
    background: #f09e02;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -9px;
}
.top_support_area ul li a:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -4px;
}
.top_support_area ul li a :hover{color: #34251d;}
.reasons_top{
    display: flex;
    margin-bottom: 60px;
}
.reasons_top a{padding: 0 13px;}
.top_reasons_img img{
    width: 300px;
    height: auto;
}
.top_reason_text{
    padding: 15px;
}
.top_reason_text_ttl{
    font-size: 140%;
    color: #333333;
    line-height: 30px;
}
.top_reason_text span {
    font-weight: bold;
    color: #012C5A;
}
.top_reason_text p {
    color: #333333;
    font-size: 14px;
}
h2.okigaruni{
    color: #020633;
    font-size: 1.7rem;
    text-align: center;
    position: relative;
    line-height: 34px;
    margin: 70px 0;
}
h3.office_name{
    border-bottom: 1px solid #ccc;
}
h3.office_name a{
    font-size: 120%;
    font-weight: normal;
    color: #333333;
}
.office_name{

}
.top_office_area {
    display: flex;
}
.top_office {
    width: 50%;
    padding: 30px;
}
.top_office p{
    font-size: 110%;
}
.top_office img{
    width: 100%;
    height: auto;
}
.office_item {
    justify-content: flex-start;
    display: flex;
}
.office_item a{
    display: block;
    color: #020633;
    text-decoration: none;
    margin: 0 5px;
    width: 50%;
}
.office_item .office_dtl{
    position: relative;
    padding: 20px 15px 20px 15px;
    background-color: #ffffff;
    font-size: 110%;
    text-align: center;
    border: 1px solid;
}
.office_item .office_dtl :hover{color: #f2a002;}