@charset "utf-8";

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes horizontal{
    0% { transform:translateX( -5px);}
  100% { transform:translateX(  0px);}
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1;}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block;}nav ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;}ins{background-color:#ff9;color:#000;text-decoration:none;}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}del{text-decoration: line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0;}input,select{vertical-align:middle;}
html{
    overflow: auto;
}
@media screen and (max-width: 768px) {
html{
    font-size:62.5%;
    -webkit-text-size-adjust: 100%;
}
}
body {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
    background: #fff;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
/*    overflow: hidden;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (max-width: 768px) {
body {
    min-width: 100%;
    font-size: 1.6rem;
}
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-weight: 100;
}

*, *:before, *:after{
    box-sizing: border-box;
}

::selection {
    background: #f28000;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection {
    background: #f28000;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}

a{
    text-decoration:none;
    outline:none;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition:all .3s linear;
    -moz-transition:all .3s linear;
    transition:all .3s linear;
}
a:link, a:visited{
    color: #12c;
}
a:active, a:hover{
    color: #04c;
    text-decoration: underline;
}
a:link img, a:visited img{
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}
a:hover img{
    opacity: .7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    display: inline-block;
    backface-visibility: hidden;
}
strong{
    background: linear-gradient(transparent 70%, #f6de7b 70%);
}
b{color: #107180;}

p{margin:0;}
table{border-collapse:collapse;table-layout: fixed;word-break: break-all;word-wrap: break-all;}
i,em{font-style:normal;}
img{
    max-width: 100%;
    height: auto;
    border:none;
    vertical-align:middle;
}

ul, ol, li{
    margin:0;
    padding:0;
    list-style:none;
}

.cf{zoom:100%;}
.cf:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}
.oz{
    overflow: hidden;
    _zoom: 1;
}

@media screen and (max-width: 767px) {iframe{max-width: 100%;min-height: 300px;max-height: 400px;}}

.al{text-align:left;}
.ac{text-align:center !important;}
.ar{text-align:right;}

.imgL, .s_imgL, .txtL{float:left;}
.imgR, .s_imgR, .txtR{float:right;}
.co{clear:both;}
.fwn{font-weight:100;}
.fwb{font-weight:700;}
.chushaku{font-size:13px;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}

.su{
    opacity:0;
    transform: translateY(3px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
.fiu{
    transition: all .4s ease-in;
    transform: translateY(0);
    opacity: 1 !important;
    -ms-filter: blur(0);
    filter: blur(0);
}


.mh300{min-height:300px;}
@media screen and (max-width: 767px) {
.mh300{min-height:inherit;}
}

.mt8{margin-top:8px;}
.mt16{margin-top:16px;}
.mt24{margin-top:24px;}
.mt32{margin-top:32px;}
.mt40{margin-top:40px;}

.mb0{margin-bottom:0;}
.mb8{margin-bottom:8px;}
.mb16{margin-bottom:16px;}
.mb24{margin-bottom:24px;}
.mb32{margin-bottom:32px;}
.mb40{margin-bottom:40px;}
.mb64{margin-bottom:64px;}
.mb80{margin-bottom:80px;}
.mb120{margin-bottom:120px;}
.mb160{margin-bottom:160px;}
.pt24{padding-top:24px;}
.pt32{padding-top:32px;}
.pt40{padding-top:40px;}

/*消す
.next_step{
    padding: 1em 0;
    text-align: center;
}
*/


.fc_blue{color: #0093b3;}
.fc_org{color: #f28000;}
.fc_pink{color: #e65c73;}

.fc_red{color: #a91c2c;}
.ff_mincho{font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.lead{
    font-size: 24px;
    font-weight: 700;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.blocklink{
    position: relative;
}
.blocklink a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.blocklink a:hover{
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

.btns{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1em;
    background: #a38265 url("../../../img/assets/common/svg/arrow.svg") no-repeat 4% center;
    background-size: 24px auto;
    color: #fff;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #a38265;
    border-radius: 6px;
    text-align: center;
    line-height: 1;
}
.more a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1em;
    background: #a38265 url("../../../img/assets/common/svg/arrow.svg") no-repeat 4% center;
    background-size: 24px auto;
    color: #fff;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #a38265;
    border-radius: 6px;
    text-align: center;
    line-height: 1;
}
.more a:hover{
    background: #745d48 url("../../../img/assets/common/svg/arrow.svg") no-repeat 6% center;
    background-size: 24px auto;
}
.entry a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1em;
    background: #f7dad7 url("../../../img/assets/common/svg/arrow.svg") no-repeat 4% center;
    background-size: 24px auto;
    color: #333;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #f5bcb7;
    border-radius: 6px;
    text-align: center;
    line-height: 1;
}
.entry a:hover{
    background: #f5bcb7 url("../../../img/assets/common/svg/arrow.svg") no-repeat 6% center;
    background-size: 24px auto;
}
a.more-link{
    display: block;
    width: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 1em .5em;
    background: #f2d43d url("../../../img/assets/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 19px auto;
    color: #675b1f;
    border: 2px solid #fff;
    text-align: center;
    line-height: 1;
    border-radius: 8px;
}
a.more-link:hover{
    background: #cda053 url("../../../img/assets/common/svg/arrow.svg") no-repeat 99% center;
    color: #675b1f;
    background-size: 19px auto;
    border: 2px solid #fff;
}

.w20{width: 20%;margin-left: auto;margin-right: auto;}
.w30{width: 30%;margin-left: auto;margin-right: auto;}
.w40{width: 40%;margin-left: auto;margin-right: auto;}
.w50{width: 50%;margin-left: auto;margin-right: auto;}
.w60{width: 60%;margin-left: auto;margin-right: auto;}
.w70{width: 70%;margin-left: auto;margin-right: auto;}
.w80{width: 80%;margin-left: auto;margin-right: auto;}
.w90{width: 90%;margin-left: auto;margin-right: auto;}
@media screen and (max-width: 1023px) {
.w20,.w30,.w40,.w50{width: 50%;}
}
@media screen and (max-width: 767px) {
.more a{
    padding: 1em 1.2em;
    line-height: 1.3;
}
.w20,.w30,.w40,.w50,.w60,.w70,.w80,.w90{width: 100%;}
}
.fuyu_h{
    animation: horizontal 1s ease-in-out infinite alternate;
}
.fuyu_v{
    animation: vertical 1s ease-in-out infinite alternate;
}

.spc{
    display: none;
}
@media screen and (max-width: 767px) {
.dn{
    display: none;
}
.spc{
    display: inherit;
}
}



header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 9999;

    width: 100%;
    margin: 0;
    text-align: left;
}
/*
header.fixed{
    position: fixed;
    transition: top .5s ease-in;
    z-index: 1000;
}
*/
header .inner{
    position: relative;
    width: 100%;
    max-width: 1280px;
    height: 60px;
    margin: auto;
    background: #fff;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
/*
header.fixed #upper{
    position: fixed;
    transition: top .5s ease-in;
    z-index: 1000;
}
*/
#logo{
    position: absolute;
    width: 262px;
    height: 28px;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
.upper_phone{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    width: 120px;
    height: 30px;
    margin: auto 0;
    top: 0;
    right: 0;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}
.upper_phone div{
    width: 50%;
}
@media screen and (max-width: 800px) {
#logo{
    left: 20px;
}
@media screen and (max-width: 540px) {
#logo{
    width: 240px;
    left: 10px;
}
header .inner{
    height: 45px;
}
.upper_phone{
    width: 90px;
}
@media screen and (max-width: 320px) {
#logo{
    width: 200px;
}
}
}
}




#mv{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#ec{
    position: relative;
}
#mv .scroll_down{
    position: absolute;
    width: 80px;
    height: 35px;
    margin: 0;
    bottom: 20px;
    right: 40px;
}
@media screen and (max-width: 768px) {
#mv .dn{
    display: block!important;
}
#mv .spc{
    display: none!important;
}
#mv .scroll_down{
    bottom: 10px;
    right: 10px;
}
@media screen and (max-width: 767px) {
#mv .dn{
    display: none !important;
}
#mv .spc{
    display: inherit!important;
}
#mv .scroll_down{
    width: 43px;
    height: 38px;
    margin: auto;
    bottom: 5px;
    left: 0;
    right: 0;
}
}
}


#strong_points{
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    background: #d8f1f0;
    padding: 3em 0;
    text-align: left;
}
#strong_points .hd{
    margin-bottom: 24px;
}
#strong_points .subhd{
    margin-bottom: 24px;
}
#strong_points section{
    margin-bottom: 40px;
    padding: 4em;
}
#strong_points section:last-of-type{
    margin-bottom: 0;
}
#strong_points section:nth-of-type(odd){
    width: 95%;
    margin-right: 5%;
    background: #a1dde6;
    border-top-right-radius: 40px;
}
#strong_points section:nth-of-type(even){
    width: 95%;
    margin-left: 5%;
    background: #dcdcdc;
    border-top-left-radius: 40px;
}
#strong_points .two_columns .box:nth-of-type(odd){
    width: 40%;
}
#strong_points .two_columns .box:nth-of-type(even){
    width: 55%;
}
@media screen and (max-width: 800px) {
#strong_points section:nth-of-type(odd){
    padding: 2.4em 1.5em 2.4em 1em;
}
#strong_points section:nth-of-type(even){
    padding: 2.4em 1em 2.4em 1.5em;
}
@media screen and (max-width: 540px) {
#strong_points .two_columns .box:nth-of-type(odd){
    width: 100%;
    margin-bottom: 24px;
}
#strong_points .two_columns .box:nth-of-type(even){
    width: 100%;
}
}
}



#experience{
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 3em 0 0;
    text-align: left;
}
#experience .hd{
    margin-bottom: 24px;
    text-align: right;
}
#experience .inner{
    position: relative;
    height: 760px;
    background: #eee;
}
#experience .container div{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
#experience .container:nth-of-type(1){
    position: absolute;
    min-height: 260px;
    padding: 24px 400px 0 0;
    background: url("../img/experience01_pc.jpg") no-repeat right 0;
    background-size: 480px auto;
    top: 0;
    z-index: 10;
}
#experience .container:nth-of-type(2){
    position: absolute;
    min-height: 270px;
    padding: 32px 0 0 400px;
    background: url("../img/experience02_pc.jpg") no-repeat 0 0;
    background-size: 500px auto;
    top: 230px;
    z-index: 5;
}
#experience .container:nth-of-type(3){
    position: absolute;
    min-height: 320px;
    padding: 56px 400px 0 0;
    background: url("../img/experience03_pc.jpg") no-repeat right 40px;
    background-size: 480px auto;
    top: 460px;
}

@media screen and (max-width: 800px) {
#experience .inner{
    height: 640px;
}
#experience .container:nth-of-type(1){
    min-height: 200px;
    padding: 16px 280px 0 0;
    background: url("../img/experience01_pc.jpg") no-repeat right 0;
    background-size: 50% auto;
}
#experience .container:nth-of-type(1) img{
    width: 170px;
    height: auto;
}
#experience .container:nth-of-type(2) img{
    width: 80px;
    height: auto;
}
#experience .container:nth-of-type(3) img{
    width: 230px;
    height: auto;
}
#experience .container:nth-of-type(2){
    position: absolute;
    min-height: 250px;
    padding: 32px 0 0 250px;
    background: url("../img/experience02_pc.jpg") no-repeat 0 0;
    background-size: 50% auto;
    top: 200px;
}
#experience .container:nth-of-type(3){
    position: absolute;
    min-height: 250px;
    padding: 24px 280px 0 0;
    background: url("../img/experience03_pc.jpg") no-repeat right 0;
    background-size: 50% auto;
    top: 400px;
}
@media screen and (max-width: 540px) {
#experience .inner{
    height: 840px;
}
#experience .container:nth-of-type(1){
    position: inherit;
    height: 250px;
    padding: 64px 0 0;
    background: url("../img/experience01.jpg") no-repeat 0 0;
    background-size: 100% auto;
}
#experience .container:nth-of-type(2){
    position: inherit;
    height: 280px;
    padding: 88px 0 0;
    background: url("../img/experience02.jpg") no-repeat 0 0;
    background-size: 100% auto;
    top: auto;
}
#experience .container:nth-of-type(3){
    position: inherit;
    padding: 40px 0 0;
    background: url("../img/experience03.jpg") no-repeat 0 0;
    background-size: 100% auto;
    top: auto;
}
@media screen and (max-width: 320px) {
#experience .inner{
    height: 840px;
}
}
}
}






#career_plan{
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding: 3em 0 0;
    text-align: left;
}
#career_plan .two_columns .box:first-of-type{
    width: 30%;
    padding: 24px 40px 40px;
    text-align: center;
}
#career_plan .two_columns .box:last-of-type{
    width: 70%;
    padding: 100px 24px 24px;
    font-size: 20px;
}
#career_plan .step01{
    background: #e4f1f0;
}
#career_plan .step02{
    background: #bae7e6;
}
#career_plan .step03{
    background: #8ac4c2;
}
#career_plan .step04{
    background: #7da7a6;
}
.next_step{
  width: 80px;
  margin: auto;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  transform: rotateX(180deg);
}
.step02 .next_step{
  border-bottom: 40px solid #e4f1f0;
}
.step03 .next_step{
  border-bottom: 40px solid #bae7e6;
}
.step04 .next_step{
  border-bottom: 40px solid #8ac4c2;
}
@media screen and (max-width: 800px) {
#career_plan .two_columns .box:first-of-type{
    width: 48%;
    padding: 24px 16px 40px;
    text-align: center;
}
#career_plan .two_columns .box:last-of-type{
    width: 50%;
    padding: 92px 16px 24px;
}
@media screen and (max-width: 540px) {
#career_plan .two_columns .box:first-of-type{
    width: 100%;
    padding: 24px 24px 0;
}
#career_plan .two_columns .box:last-of-type{
    width: 100%;
    padding: 16px 24px 40px;
    font-size: 16px;
    text-align: center;
}
}
}











#education{
    padding: 2em 0 2em;
    text-align: left;
}
#education .hd{
    margin-bottom: 24px;
    text-align: center;
}
#education .subhd{
    width: 92%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    text-align: center;
}
#education .two_columns .box:nth-of-type(1){
    width: 42%;
}
#education .two_columns .box:nth-of-type(2){
    width: 56%;
}
@media screen and (max-width: 540px) {
#education .two_columns .box:nth-of-type(1){
    width: 100%;
}
#education .two_columns .box:nth-of-type(2){
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
}




#message .hd{
    margin-bottom: 24px;
    text-align: center;
}
#message .two_columns{
    flex-direction: row-reverse;
    background: #eee;
}
#message .two_columns .box:nth-of-type(1){
    width: 40%;
}
#message .two_columns .box:nth-of-type(2){
    width: 60%;
    padding: 24px 0 0 40px;
    text-align: left;
}
@media screen and (max-width: 800px) {
#message .two_columns .box:nth-of-type(1){
    width: 50%;
}
#message .two_columns .box:nth-of-type(2){
    width: 50%;
    padding: 24px 0 0 40px;
}
@media screen and (max-width: 540px) {
#message .two_columns .box:nth-of-type(1){
    width: 100%;
}
#message .two_columns .box:nth-of-type(2){
    width: 100%;
    padding: 24px 0 0;
}
#message .two_columns .box .inner{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
}
}




#voice{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 4em;
}
#voice .hd{
    margin-bottom: 24px;
    text-align: center;
}
#voice .two_columns .box{
    width: 48%;
}
#voice .two_columns .photo{
    padding-right: 1em;
    text-align: right;
    z-index: 10;
}
#voice .two_columns .voicebox{
    margin-top: -200px;
    padding: 220px 24px 24px;
    background: #eee;
    text-align: left;
}
#voice .two_columns dt{
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 800px) {
#voice .two_columns .photo img{
    width: 92%;
    height: auto;
}
@media screen and (max-width: 540px) {
#voice .two_columns .box{
    width: 100%;
    margin-bottom: 40px;
}
#voice .two_columns .box:last-of-type{
    margin-bottom: 0;
}
}
}







#good_working{
    padding: 0 0 4em;
    background: #e6e6e6;
}
#good_working .hd{
    margin-bottom: 24px;
    text-align: center;
}
#good_working ol{
    width: 64%;
    margin: -80px auto 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 10;
}
#good_working li{
    width: calc( 16% - 5px );
    text-align: center;
}
#good_working .two_columns{
    width: 64%;
    margin: 0 auto;
}
@media screen and (max-width: 800px) {
#good_working ol{
    width: 80%;
    margin: -60px auto 40px;
}
#good_working .two_columns{
    width: 80%;
}
@media screen and (max-width: 540px) {
#good_working ol{
    width: 92%;
    margin: -70px auto 24px;
}
#good_working li{
    width: calc( 33% - 5px );
    text-align: center;
}
#good_working li:nth-child(-n+3){
    margin-bottom: 16px;
}
#good_working .two_columns{
    width: 92%;
}
}
}






#youkou{
    margin-bottom: 80px;
    padding: 5em 0;
    background: #d8f1f0;
}
#youkou .hd{
    margin-bottom: 24px;
    text-align: center;
}
#youkou ol{
    width: 92%;
    margin: 0 auto 24px;
    padding: 2em;
    background: #fff;
    text-align: left;
}
#youkou li{
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #000;
}
#youkou li div:first-of-type{
    font-weight: bold;
    color: #107180;
}
@media screen and (max-width: 768px) {
    #youkou{
        margin-bottom: 24px;
    }
    
}
@media screen and (max-width: 540px) {
#youkou ol{
    padding: 1em;
}
}


.youtube_banner {
    margin-bottom: 80px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .youtube_banner  {
        margin-bottom: 24px;
        margin-right: 15px;
        margin-left: 15px;
    }

}





.entry_area .inner{
    padding: 1.5em 0;
    background: #ffec99;
}
.entry_area .photo{
    text-align: center;
}
.entry_area .photo img{
    width: 100%;
    height: auto;
}
.entry_area .hd{
    margin-bottom: .6em;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.entry_area .inner_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.entry_area .inner_box .box{
    width: calc( 50% - 10px);
}
@media screen and (max-width: 768px) {
.entry_area .inner_box{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 540px) {
.entry_area .hd{
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    text-align: center;
    letter-spacing: 0;
}
.entry_area .photo{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.entry_area .inner_box{
    width: 92%;
}
.entry_area .inner_box .box{
    width: 100%;
    margin-bottom: .8em;
}
.entry_area .inner_box .box:last-of-type{
    margin-bottom: 0;
}
}
}


#gmap{
    height: 400px;
}
footer{
    padding: 3em 0 0;
    background: #eee;
}
footer .foot_logo{
    margin-bottom: 1em;
    padding: 0 1em;
    text-align: center;
}
footer .inner_box{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
}
footer .clinicdata{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: left;
}
footer .official{
    margin-bottom: 24px;
    text-align: center !important;
}
footer .clinicdata .box:first-of-type{
    width: 54%;
    margin-bottom: 40px;
}
footer .clinicdata .box:nth-of-type(2){
    width: 42%;
    padding-top: 16px;
}
#gmap iframe{
    padding: 1em 0 0;
    vertical-align: bottom;
}
@media screen and (max-width: 1024px) {
footer .inner_box,
footer .clinicdata{
    width: 92%;
    max-width: 960px;
}
footer .clinicdata .box:first-of-type{
    width: 50%;
}
footer .clinicdata .box:nth-of-type(2){
    width: 45%;
}
@media screen and (max-width: 540px) {
footer .clinicdata .box:first-of-type{
    width: 100%;
    margin-bottom: 1em;
}
footer .clinicdata .box:nth-of-type(2){
    width: 100%;
    padding: 0;
}
}
}


#copyright{
    padding: 1.2em 0;
    background: #107180;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
}
#copyright a{
    color: #fff;
}






#wrap,
#gmap,
#form,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7
{
    margin-top: -58px;
    padding-top: 58px;
}
@media screen and (max-width: 767px) {
#wrap,
#gmap,
#form,
#i,
#i-2,
#i-3,
#i-4,
#i-5,
#i-6,
#i-7
{
    margin-top: -30px;
    padding-top: 30px;
}
}



#wrap section,
.section{
    width: 92%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
#wrap .mw_section{
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
#wrap p{
    margin: 0 0 .8em;
}
.two_blocks,
.two_columns,
.three_columns,
.four_columns,
.five_columns,
.six_columns
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.two_columns .box{
    width: calc( 50% - 8px);
}
.three_columns .box{
    width: calc( 33.333% - 16px);
}
.three_columns::after{
    content: "";
    display: block;
	width: calc( 33% - 16px);
}
.notes{
    padding: 1.2em;
}
.notes_white{
    background: rgba(255,255,255,.6);
}
.notes li{
    margin: 0 0 8px;
}
.notes li:last-of-type{
    margin-bottom: 0;
}
.disc_list li,
.dot_list li{
    margin-left: 0;
}
.disc_list li::before{
    content: "● ";
    color: #107180;
    font-size: 10px;
}
.disc span::before{
    content: "●　";
    color: #e65c73;
    font-size: 10px;
}
.dot_list li::before{
    content: "・ ";
}
@media screen and (max-width: 1023px) {
#wrap section,
.section{
    width: 92%;
    max-width: 960px;
}
@media screen and (max-width: 767px) {
#wrap section,
.section{
    width: 92%;
    max-width: inherit;
}
#wrap .mw_section .inner{
    width: 92%;
    margin-right: auto;
    margin-left: auto;
}
.two_blocks .box{
    width: 48%;
}
.two_columns .box,
.three_columns .box,
.four_columns .box{
    width: 100%;
}
.five_columns .box{
    width: calc(50% - 8px);
}
}
}


/* ▲▲▲▲▲▲▲▲▲▲ 共通項目 ▲▲▲▲▲▲▲▲▲▲ */



.webqua{
    padding: 40px 0 24px;
    background: #d8f1f0;
}
.webqua .inner{
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.webqua .grid{
    width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
.webqua{
    padding: 24px 0 0;
}
.webqua .inner{
    width: 88%;
}
.webqua .grid{
    width: 100%;
    margin-bottom: 16px;
}
}




.fx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx_c{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fx_r{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}




