@charset "UTF-8";
/* CSS Document */


/************************
 BASE
*************************/
html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS P Gothic, Verdana, sans-serif;
    /*font-family: Lato,'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;*/
    font-feature-settings: "palt"1;
    font-kerning: auto;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.5px;
    color: #333;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body.fixed-nav {
    padding-top: 80px;

}

.serif {
    font-family: 'Noto Serif JP', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, serif;
}

body * {
    box-sizing: border-box;
}

a {
    transition: .5s;
    color: #000;
    cursor: pointer;
}


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

img {
    display: block;
    height: auto;
    max-width: 100%;
}

*:last-child {
    margin-bottom: 0 !important;
}

span.ilb {
    display: inline-block !important;
    font-size: inherit !important;
    font-family: inherit !important;
    letter-spacing: inherit !important;
    padding: inherit !important;
    position: inherit !important;
    color: inherit  !important;
    line-height: inherit !important;
    padding: 0 !important;
}


@media screen and (max-width: 550px) {
    .sp-none {
        display: none !important;
    }
}

/*
@media screen and (min-width: 551px) {
	.sp-only {
		display: none!important;
	}
}
*/
@media screen and (max-width: 768px) {
    .tab-only {
        display: none !important;
    }

    .sp-none {
        display: none !important;
    }

    body {
        font-kerning: auto;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 2;
        font-weight: 300;
    }
}

@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none !important;
        text-decoration: none !important;
    }

    .u-tab-only {
        display: none !important;
    }

    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
    a[href^="tel:"] {
        text-decoration: underline !important;
    }
    .info-wrapper a[href^="tel:"] {
        text-decoration: none !important;
        font-size: inherit !important;
    }
    .info-wrapper a[href^="tel:"]::before {
        font-size: inherit !important;
        margin-right: 0 !important;
        width: inherit !important;
    }

}

@media screen and (max-width: 768px) {
    body {
        padding-top: 85px;
    }
}

/************************
 .sc-fade
*************************/

.sc-fade {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 0.8s;
}

.sc-fade.sc-fadein {
    opacity: 1;
    transform: translate(0, 0);
}



/************************
 material
*************************/
.button {
    border: none;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-size: 0.9em;
    color: #000;
    height: auto;
    line-height: 1.0;
    padding: 10px 20px;
    width: 250px;
    position: relative;
}

.button-normal {
    background-color: #908FB2;
    opacity:1;
    color: #fff;
}

.button-normal:hover {
    color: #fff;
	background-color: #4e516e;
}

.button-normal::after{
  position: absolute;
  top: 50%;
  right: 1em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.button-normal:hover::after{
 right: 0.7em;
}


.btn_corp .button-normal {
  background-color: #908FB2;
  color: #fff;
  display:flex;
  align-items: center;
}

.btn_corp .button-normal:hover{
	color:#4e516e;
}

.button-primary {
    background-color: #908FB2 !important;
    color: #fff;
}



.button-caution {
    background-color: #fff;
    color: #4e516e;
    position: relative;
}

.button-caution:hover {
    background-color:#4e516e;
    color:#fff;
}

.button-caution::after{
  position: absolute;
  top: 50%;
  right: 1.4em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #4e516e;
  transition: all .3s;
}
.button-caution:hover::after{
 right: 1em;
 border-left-color: #fff;
}
.button-primary:hover {
    color: rgba(255, 255, 255, 0.8);
}
.button-primary:hover {
    color: #4e516e;
}



span.ul {
    position: relative;
    display: inline-block;
}

span.ul:after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #4C7FB6;
    height: 4px;
    width: 100%;
    content: "";
}


/************************
 layout
*************************/

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}


/**header**/

header {
    background-color: transparent;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

header .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}

header .container .d-flex {
    width: 100%;
    height: 120px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

header .container h1 {
    margin-bottom: 0;
}

header .container h1 img {
    width: 300px;
}
@media screen and (max-width:450px){
  header .container h1 img {
    width: 200px;
}
  header .container .d-flex{
  height: 85px;
}
}

header .container nav * {
    margin-bottom: 0;
    padding-right: 10px;
}

header .container nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .container nav ul li {
    margin-right: 1rem;
}

header .container nav ul > li:last-child {
    margin-right: 0;
}

header .container nav ul li a.button {
    font-size: 0.7em;
    padding: 10px;
}

header .container nav ul li a.button img {
    margin-bottom: 0.5em;
}

@media screen and (min-width: 769px) {
    header .container {
        padding: 0 40px;
        background: #E0E1F1;
    }

    header .container h1 img {
        width: 300px;
    }

    header .container nav ul li a.button {
      font-size: 1.2rem;
      padding: 1.5rem 3rem;
	  width:200px;
    }
	
	header .container nav ul li a.button.button-caution:hover::after{
	border-left-color: #fff;
	}
	
	
	
	header .container nav ul li a.button:hover{
		background-color:#4e516e;
		color:#fff;
	}

    header .container nav ul li a.button img {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    header {
        background-color: #000;
    }
    .button{
      width: 70px;
    }
    .button::after{
      content:none;
    }
    header .container nav ul li a.button{
      font-size: 0.5em;
      line-height: 1.2;
    }
    header .container nav *{
      padding:0;
    }
    header .container nav ul li a.button{
      padding: 15px 0;
	  width:100px;
    }
    .fa-2x{
      padding-bottom: 4px!important;
    }

}


/**menu**/

@media screen and (min-width: 769px) {
	.menu{
		display:none;
	}
}

@media screen and (max-width: 768px) {
	
	.menu-pc{
		display:none;
	}
	
	
	.menu {
  padding:10px;
  background: #E0E1F1;
}

#nav-drawer {
  position: relative;
}


.nav-unshown {
  position:relative;
  right:500px;
}


#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}


#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  /* background: #fff; */
  background: #4e516e;
  display: block;
  content: '';
  cursor: pointer;
  bottom:40px;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}


#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0d0348;
  opacity: 0;
  transition: .3s ease-in-out;
}


#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 300px;
  height: 100%;
  background: #908FB2;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}


#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.header-logo-menu{
 display: flex;
 display: -moz-flex;
 display: -o-flex;
 display: -webkit-flex;
 display: -ms-flex;
 flex-direction: row;
 -moz-flex-direction: row;
 -o-flex-direction: row;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
}

	
	.menu li{
		margin-top:-10px;
		font-size:18px;
		text-decoration: none;
	}
	
	.menu li span{
		background:#4e516e;
		color:#fff;
		padding:5px 10px;
		font-size:12px;
	}
	
	.menu a{
		letter-spacing:2px;
		color:#fff;
		text-decoration: none
	}
	
	.menu a{
		line-height:26px;
		display:block;
		padding:10px 0;
		padding-left:20px;
		border-bottom:1px dotted #ccc;
	}
	
	.menu a:hover{
		background-color:#4e516e;
	}
	
	
	.menu-top{
		margin-top:30px;
	}
	
	.logo-area{
	margin:auto;
	width:250px;
	}
}



/**footer**/

footer {
  text-align: center;
  background: url(../images/footer_back.jpg);
  color: #fff;
  background-size: cover;
}

footer .footer_top {
    padding: 2.4rem 2.0rem 3.2rem;
}

footer .footer_top h1 {
    margin-bottom: 2.4rem;
}

footer .footer_top img {
  margin: 2rem auto;
  width: 300px;
}
footer .footer_table{
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
footer table{
  width: 100%;
  margin: 0 20px;
  }
  footer table th{
    width: 25%;
    font-weight: 600;
    font-size: 1.2rem;
  }
  footer table td{
    font-weight: 300;
  }
  footer table th,footer table td{
    padding:8px 15px;
    font-size: 1.2rem;
    border-bottom: 1px dotted #E1E1E1;
}
footer .footer_top p,
footer .footer_top a {
    color: #FFF !important;
    font-size: 1.2rem;
    text-decoration: none;
    pointer-events: auto;
    font-weight: 300;
}

footer .footer_btm p {
    font-size: 1.1rem;
    padding: 1.6rem;
}

#page-top {
    width:75px;
    bottom: 0;
    right: 0;
    font-size: 48px;
    line-height: 1;
    position: fixed;
    z-index: 9999;
}


#page-top a {
    color: #5FD1E6;
    z-index: 9999;
}

@media screen and (min-width: 769px) {
    footer .footer_top p {
        font-size: 1.4rem;
    }

    footer .footer_btm p {
        font-size: 1.2rem;
    }
}


/** index #mainvisual **/

#mainvisual {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: url("../images/mainvisual.jpg") no-repeat left bottom;
    background-size: cover;
    height: 715px;
    margin-top:7.5em;
}

#mainvisual_shadow {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: url("../images/mainvisual_shadow.jpg") no-repeat center top;
    background-size: cover;
    height: 740px;
}
#mainvisual_shadow2 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: url("../images/mainvisual_shadow2.jpg") no-repeat center top;
    background-size: cover;
    height: 740px;
}
#mainvisual_shadow3 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: url("../images/mainvisual_shadow.jpg") no-repeat center top;
    background-size: cover;
    height: 740px;
}
#mainvisual_shadow4 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: url("../images/mainvisual_shadow4.jpg") no-repeat center top;
    background-size: cover;
    height: 740px;
}
#mainvisual_shadow5 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: url("../images/mainvisual_shadow5.jpg") no-repeat center top;
    background-size: cover;
    height: 740px;
}
#mainvisual_shadow6 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: url("../images/mainvisual_shadow6.jpg") no-repeat center top;
    background-size: cover;
    height: 740px;
}
#mainvisual_shadow7 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: url("../images/mainvisual_shadow7.jpg") no-repeat center top;
    background-size: cover;
    height: 740px;
}

.img-wrapper {
    /*height:52.8vw;*/
    width: 100%;
margin-top: 7.5em;
    display: flex;
    align-items: center;
}

.img-wrapper .caption {
    margin: 0 auto;
    color: #fff;
}

.img-wrapper .caption span {
    background-color: #000;
    padding: 0 .25em;
}

.img-wrapper .caption strong {
    background-color: #009FE6;
    padding: 0 .25em;
}

.txt-wrapper {
    text-align: center;
    padding: 56px 0;
    color: #fff;
    background-color: #0093E9;
    background-image: linear-gradient(45deg, #0093E9 65%, #80D0C7 100%);
}

.txt-wrapper2 {
    text-align: center;
    padding: 56px 0;
    color: #333;
}

.txt-wrapper h2 {
    font-size: 4.4rem;
    line-height: 1.8;
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
    #mainvisual .img-wrapper {
        padding-top: 0;
        height: 52vw;
    }

    #mainvisual_shadow .img-wrapper,#mainvisual_shadow2 .img-wrapper,#mainvisual_shadow3 .img-wrapper,#mainvisual_shadow4 .img-wrapper,#mainvisual_shadow5 .img-wrapper,#mainvisual_shadow6 .img-wrapper,#mainvisual_shadow7 .img-wrapper{
        padding-top: 0;
        height: 52vw;
    }


    .txt-wrapper h2 {
        font-size: 3.0rem;
    }
    footer{
        background: url(../images/footer_backsp.jpg);
        color: #fff;
        background-size: cover;
    }

    footer .footer_table{
      width: 100%;
      max-width: 800px;
      margin: 20px auto;
      display: block;
    }
    footer table{
      width: 100%;
      margin:auto;
      }
      footer table th{
        width: 34%;
        font-weight: 600;
      }
      footer table td,footer table td{
        padding:10px 15px;
}
    #page-top{
      width: 50px;
      bottom: 15px;
      right: 10px;
      font-size: 48px;
      line-height: 1;
      position: fixed;
      z-index: 9999;
    }
    /* #mainvisual {
        margin-top: 0;
        background: url("../images/mainvisual_sp.jpg") no-repeat center top;
        background-size: cover;
        height: 67vh!important;
    } */
	
    #mainvisual_shadow {
        width: 100%;
        position: relative;
        background: url("../images/mainvisual_shadow_sp.jpg") no-repeat center top;
        background-size: cover;
        padding-top:125%;
	}

    #mainvisual_shadow2 {
        width: 100%;
        position: relative;
        background: url("../images/mainvisual_shadow2_sp.jpg") no-repeat center top;
        background-size: cover;
        padding-top:125%;
    }
    #mainvisual_shadow3 {
        width: 100%;
        position: relative;
        background: url("../images/mainvisual_shadow3_sp.jpg") no-repeat center top;
        background-size: cover;
        padding-top:125%;
    }
    #mainvisual_shadow4 {
        width: 100%;
        position: relative;
        background: url("../images/mainvisual_shadow4_sp.jpg") no-repeat center top;
        background-size: cover;
        padding-top:125%;
    }
    #mainvisual_shadow5 {
        width: 100%;
        position: relative;
        background: url("../images/mainvisual_shadow5_sp.jpg") no-repeat center top;
        background-size: cover;
        padding-top:125%;
    }
	#mainvisual_shadow6 {
        width: 100%;
        position: relative;
        background: url("../images/mainvisual_shadow6_sp.jpg") no-repeat center top;
        background-size: cover;
        padding-top:125%;
    }
	#mainvisual_shadow7 {
        width: 100%;
        position: relative;
        background: url("../images/mainvisual_shadow7_sp.jpg") no-repeat center top;
        background-size: cover;
        padding-top:125%;
    }
    .img-wrapper{
      margin-top:0;
    }

}

@media screen and (max-width: 768px) {
    #mainvisual {
      background: url("../images/mainvisual_sp.jpg") no-repeat center;
        height: 445px;
        margin-top: 0;
        background-size: cover;
    }

    #mainvisual .img-wrapper {
        padding-top: 110px;
        align-items: initial;
    }

    #mainvisual_shadow,#mainvisual_shadow2,#mainvisual_shadow3,#mainvisual_shadow4,#mainvisual_shadow5,#mainvisual_shadow6,#mainvisual_shadow7{
        height: 80vw;
    }

    #mainvisual_shadow .img-wrapper,#mainvisual_shadow2 .img-wrapper,#mainvisual_shadow3 .img-wrapper,#mainvisual_shadow4 .img-wrapper,#mainvisual_shadow5 .img-wrapper,#mainvisual_shadow6 .img-wrapper,#mainvisual_shadow7 .img-wrapper {
        padding-top: 110px;
        align-items: initial;
    }
}
@media screen and (max-width: 350px) {
    #mainvisual {
        background-position: top;
          background-size: contain;
          height: 125vw;
      }
  }

.marker {
    color: #4e516e;
}

/** detail #mainvisual **/
#detail #mainvisual {
    padding-bottom: 0;
    background-attachment: initial;
}
#mainvisual_shadow .container,#mainvisual_shadow2 .container,#mainvisual_shadow3 .container,#mainvisual_shadow4 .container,#mainvisual_shadow5 .container,#mainvisual_shadow6 .container,#mainvisual_shadow7 .container{
  width: 1100px;
}
#detail #mainvisual .img-wrapper {
    height: 80vh;
    background: none;
}

#detail #mainvisual_shadow,#detail #mainvisual_shadow2,#detail #mainvisual_shadow3,#detail #mainvisual_shadow4,#detail #mainvisual_shadow5,#detail #mainvisual_shadow6,#detail #mainvisual_shadow7 {
    padding-bottom: 0;
    background-attachment: initial;
}

#detail #mainvisual_shadow .img-wrapper,#detail #mainvisual_shadow2 .img-wrapper,#detail #mainvisual_shadow3 .img-wrapper,#detail #mainvisual_shadow4 .img-wrapper,#detail #mainvisual_shadow5 .img-wrapper,#detail #mainvisual_shadow6 .img-wrapper,#detail #mainvisual_shadow7 .img-wrapper {
    height: 100%;
    background: none;
}


@media screen and (max-width: 768px) {
    #detail #mainvisual .img-wrapper .d-flex .copy-box img {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #detail #mainvisual_shadow .img-wrapper .d-flex .copy-box img,#detail #mainvisual_shadow2 .img-wrapper .d-flex .copy-box img,#detail #mainvisual_shadow3 .img-wrapper .d-flex .copy-box img,#detail #mainvisual_shadow4 .img-wrapper .d-flex .copy-box img,#detail #mainvisual_shadow5 .img-wrapper .d-flex .copy-box img,#detail #mainvisual_shadow6 .img-wrapper .d-flex .copy-box img,#detail #mainvisual_shadow7 .img-wrapper .d-flex .copy-box img {
        padding-top: 60px;
        padding-bottom:60px;
    }
}


@media screen and (min-width: 1200px) {
    #detail #mainvisual .img-wrapper {
        background-attachment: fixed;
        background-size: 140%;
    }
    #detail #mainvisual_shadow .img-wrapper,#detail #mainvisual_shadow2 .img-wrapper,#detail #mainvisual_shadow3 .img-wrapper,#detail #mainvisual_shadow4 .img-wrapper,#detail #mainvisual_shadow5 .img-wrapper,#detail #mainvisual_shadow6 .img-wrapper,#detail #mainvisual_shadow7 .img-wrapper {
        background-attachment: fixed;
        background-size: 140%;
    }
}

@media screen and (min-width: 1366px) {
    #detail #mainvisual .img-wrapper {
        height: 740px;
        background-size: 1920px;
    }

    #detail #mainvisual .img-wrapper .d-flex .people-box .img_people {
        width: 630px;
        position: absolute;
    }



    #detail #mainvisual_shadow .img-wrapper .d-flex .people-box .img_people,#detail #mainvisual_shadow2 .img-wrapper .d-flex .people-box .img_people,#detail #mainvisual_shadow3 .img-wrapper .d-flex .people-box .img_people,#detail #mainvisual_shadow4 .img-wrapper .d-flex .people-box .img_people,#detail #mainvisual_shadow5 .img-wrapper .d-flex .people-box .img_people,#detail #mainvisual_shadow6 .img-wrapper .d-flex .people-box .img_people,#detail #mainvisual_shadow7 .img-wrapper .d-flex .people-box .img_people {
        width: 630px;
        position: absolute;
    }
}


/** detail pankuzu **/
#detail .pankuzu {
    /*
	position:absolute;
	top:780px;
*/
    position: relative;
    width: 100%;
    z-index: 10;
    padding: 20px 0;
}

#detail .pankuzu .inner {
    padding: 0 40px;
}

#detail .pankuzu * {
    color: #333;
    text-decoration: none;
}

#detail .pankuzu li {
    display: inline-block;
}

#detail .pankuzu li:after {
    content: ">";
    padding-left: 0.8rem;
}

#detail .pankuzu li:last-child:after {
    content: "";
}

@media screen and (min-width: 769px) {
    #detail .pankuzu {
        padding: 20px 0 0;
    }
}

/** #contents **/
#contents section {
    padding: 60px 0;
}

#contents section h2 {
    position: relative;
    font-size: 3.5rem;
    color: #333;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
	padding-top:60px;


}
#interview h2 {
    text-shadow: 0 0.2rem 1rem #fff; /* スペース区切りで<水平方向の距離> <垂直方向の距離> <影のぼかし半径> <影の色>を指定する。ぼかし半径と色は省略可 */
}

#contents section h2.sp-only {
    clear: both;
}

#contents section h2 strong {
    font-size: 3.5rem;
    display: block;
    margin: auto;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif;
    color:#4e516e;
    -webkit-font-smoothing: auto;
}

#contents section h2 span {
    color: #333;
}

/*
#contents section h2 span{
	display: inline-block;
	padding:0 0.5em;
	background-color: #4C7FB6;
	font-size:1.6rem;
	font-weight: 400;
}
*/
#contents .bg_slope {
    position: relative;
}



@media screen and (min-width: 769px) {
    #contents section h2 span {
        font-size: 1.6rem;
        font-family: serif;
        letter-spacing: 2px;
        padding: 0 30px;
        position: relative;
    }
    #contents section h2 span::before{
      background-color: #333;
      content: "";
      width: 25px;
      height: 1px;
      position: absolute;
      top: 7px;
      right: 0;
    }
    #contents section h2 span::after{
      background-color: #333;
      content: "";
      width: 25px;
      height: 1px;
      position: absolute;
      top: 7px;
      left: 0;
}
}

/** info-wrapper **/
.info-wrapper {
    background-color: #E0E1F1;
    padding: 70px 0;
}

.info-wrapper .d-flex {
    justify-content: space-between;
    flex-flow: column;
    align-items: center;
}

.info-wrapper .d-flex > div {
    margin: 0 auto 4.0rem;
    width: 100%;
    text-align: center;
}

.info-wrapper .d-flex .tel-box h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
    letter-spacing: 2px;
	color:#4e516e;
}

.info-wrapper .d-flex .tel-box p {
  margin-bottom: 0;
  line-height: 1.6;
  font-size: 2.7em;
  font-weight: 600;
  font-family: 'Saira Semi Condensed', sans-serif;
}

@media screen and (min-width: 769px) and (max-width: 870px) {
    .info-wrapper .d-flex .tel-box h2 {
        font-size: 2.3rem;
        letter-spacing: 0px;
    }
    .info-wrapper .d-flex .tel-box p {
        font-size: 2.6em;
    }
}

.info-wrapper .d-flex .tel-box a[href^="tel:"] {
    font-size: 9.9vw;
    text-decoration: none;
}

.info-wrapper .d-flex .tel-box a[href^="tel:"]:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 52px;
    /* background: url("../images/icon_tel.png") no-repeat left 4px; */
    background-size: 28px;
    margin-right: 1.6rem;
    font-size: inherit !important;
    margin-right: 0 !important;
    width: inherit !important;
}
.info-wrapper a[href^="tel:"] {
    text-decoration: none !important;
    font-size: inherit !important;
}

.info-wrapper .d-flex .tel-box .time-box {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
}

.info-wrapper .d-flex .btn-box .button {
  width: 85%;
  font-size: 1.5rem;
  padding: 2.4rem 1.4rem;
  margin-bottom: 2.4rem;
}


@media screen and (min-width: 769px) {
    .info-wrapper .d-flex .tel-box a[href^="tel:"] {
        font-size: 5.2rem;
    }

    .info-wrapper .d-flex {
        flex-flow: row;
        justify-content: center;
    }

    .info-wrapper .d-flex > div {
        width: 46%;
        margin: 0 2%;
    }

    .info-wrapper .d-flex .tel-box a[href^="tel:"] {
        font-size: 3.6rem;
        text-decoration: none;
    }

    .info-wrapper .d-flex .tel-box a[href^="tel:"]:before {
        width: 36px;
        height: 40px;
        /* background: url("../images/icon_tel.png") no-repeat left 4px; */
        background-size: calc(46px * 0.76);
        margin-right: 1.6rem;
    }
}

@media screen and (min-width: 1025px) {
    .info-wrapper .d-flex .tel-box a[href^="tel:"] {
        font-size: 4.8rem;
        text-decoration: none;
    }
}

@media screen and (min-width: 1200px) {
    .info-wrapper .d-flex > div {
        width: 400px;
        margin: 0 2%;
    }
}


/** index .recruit_info-box **/
.request-list{
  padding-top: 10rem!important;
}
.request-list.index .recruit_info-box{
  margin-bottom: 5em;
  border-bottom: 1px dotted #333;
}
.recruit_info-box:nth-child(n+2) {
    margin-top: 40px;
}

.recruit_info-box .txt-box {
    padding: 0 0 4.0rem;
}

.recruit_info-box .txt-box h3 {
  align-items: center;
  font-size: 2.2rem;
  position: relative;
  font-weight: 600;
  color: #fff;
  background: url(../images/ttl_back.jpg)no-repeat right;
  background-size: cover;
  padding: 10px 15px;
  line-height: 1.7;
}

.recruit_info-box .txt-box h3 strong {
    display: inline-block;
    padding-right: 0.8em;
    letter-spacing: 1.2px;
    font-weight: 600;
    letter-spacing: 2px;
}

.recruit_info-box .txt-box h3 span {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 0 0 6px;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: 1px solid #fff;
}

.recruit_info-box .button {
    max-width: 320px;
    display: block;
    margin: 40px auto auto;
    font-size: 1.5rem;
    padding: 2.5rem 1.6rem;
    position: relative;
}

.recruit_info-box .button::after{
  position: absolute;
  top: 50%;
  right: 1.4em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .3s;
}
.recruit_info-box .button:hover::after{
  right: 1em;
}

.recruit_info-box .jobs {
    margin: 0;
}

.recruit_info-box .jobs .jobs-subject {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: .5em;
  border-bottom: 1px dotted #4e516e;
  letter-spacing: 1px;
  padding: 0px 15px 5px;
}

.recruit_info-box .jobs .jobs-message {
    margin-left: 0;
}
.recruit_info-box .jobs .jobs-message p{
line-height: 2;
letter-spacing: 1.3px;
padding: 0px 15px;
}
.recruit_info-box .photo-box {
    margin-bottom: 1.5em;
}

/** detail #contents **/

#detail #contents section h3 {
    color: #333;
}

#detail #contents .title {
    font-size: 6.0rem;
    font-weight: 400;
    line-height: 1.4;
}

#detail #contents .title span {
    font-size: 3.6rem;
    font-weight: 100;
}

#detail #contents section .mov_line {
    display: none;
}

@media screen and (min-width: 769px) {
    #detail #contents section .mov_line {
        display: block;
        transition: .5s;
    }
}

@media screen and (min-width: 1025px) {
    #detail #contents section h4 {
        font-size: 2.4rem;
    }

    #detail #contents section h3 {
        font-size: 25px;
    }
}

/** detail #business **/

#business {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    margin-top: 5em;
    background: url(../images/bg-business.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    display: flex;
    flex-flow: column-reverse;
}
#business .container{
  max-width:1500px;
}
#business .d-flex {
    justify-content: flex-end;
}

#business .d-flex .text-box {
    position: relative;
    text-align: center;
    padding: 40px 0;
}

#business .d-flex .text-box h2 {
    text-align: left;
    font-size: 4.5rem;
    clear: both;
}
@media screen and (min-width: 1460px) {

    #business .d-flex .text-box h2 br {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #business {
        background-image: none;
        margin-top: 0em;
    }

    #business .d-flex {
        display: block;
    }

    #business .d-flex .text-box {
        text-align: left;
    }
    .info-wrapper .d-flex .tel-box h2{
      font-size:18px;
    }
    .info-wrapper .d-flex .tel-box p{
      font-size:3.9rem;
	  width:auto;
    }
    .info-wrapper .d-flex .btn-box .button{
      width: 75%;
      padding: 2rem 1.6rem;
    }
    #business .d-flex .text-box h2{
      text-align: left;
      font-size: 24px;
      position: relative;
      margin-bottom: 30px;
      letter-spacing: 3px;
      font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif;
      -webkit-font-smoothing: auto;
      color: #4e516e;
      background: -webkit-linear-gradient(0deg, #6e739c, #4e516e);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    #business .d-flex .text-box h2:after{
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 1px #4e516e;
      bottom: -10px;
      width: 16%;
    }
    .recruit_info-box .txt-box h3 strong{
      font-size:16px;
      font-weight: 600;
    }
    .recruit_info-box .txt-box h3 span{
      font-size: 10px;
    }
    .recruit_info-box .jobs .jobs-subject{
      font-size: 16px;
      font-weight: 600;
    }
    .recruit_info-box .button{
      max-width: 320px;
      width: 75%;
      display: block;
      margin: 40px auto auto;
      font-size: 14px;
      font-weight: 400;
      padding: 2rem 1.6rem;
      position: relative;
    }
    .request-list{
      padding-top: 0rem!important;
    }
}

@media screen and (max-width: 640px) {
    #business .d-flex {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    #business {
        display: block;
    }

    #business .d-flex .photo-box {
        display: none;
    }

    #business .d-flex .text-box {
        text-align: left;
    }

    #business .d-flex .text-box h4 {
        float: right;
    }

    #business .d-flex .text-box h2 {
      position: relative;
      padding-bottom: 25px;
      font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif;
      color: #4e516e;
      -webkit-font-smoothing: auto;
      color: #4e516e;
      background: -webkit-linear-gradient(0deg, #6e739c, #4e516e);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
		line-height: 60px;
    }

    #business .d-flex .text-box h2:after{
      position: absolute;
      content: " ";
      display: block;
      border-bottom: solid 2px #4e516e;
      bottom: -10px;
      width: 11%;
    }
    #business .d-flex .text-box p {
      line-height: 2.2;
      letter-spacing: 1.3px;
}
    #business .d-flex .text-box h2 img {
        max-width: 552px;
        width: 90%;
    }
}

/** detail #reason **/

#detail #intro {
    padding: 40px 0 80px;
    position: relative;
}

#detail #intro h2 {
    text-align: center;
    position: relative;
}

#detail #intro h2 small {
    display: block;
}

#detail #intro h2 strong {
    display: inline-block;
}

#detail #intro .intro-box {
    background: #fff;
    border-radius: 6px;
    padding: 45px 0;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 680px;
    margin: 0 auto 50px;
    border: 1px solid #f9f9f9;
    box-shadow: 0 0 8px #ECF0F4;
}

#detail #intro .point {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    line-height: 84px;
    color: #fff;
    background: #000;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -30px;
    left: -45px;
}

#detail #intro .icon {
    color: #009FE6;
    padding: 0 45px;
}

@media screen and (max-width: 640px) {
    #detail #intro {
        padding-left: 35px;
    }

    #detail #intro {
        padding-left: 35px;
    }

    #detail #intro .intro-box {
        display: block;
        padding: 1em;
        text-align: center;
    }

}

@media screen and (max-width: 768px) {
    #detail #intro {
        padding-left: 35px;
    }

}

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

@media screen and (min-width: 1366px) {}

/** detail #recruit **/

#detail #recruit {
    padding: 40px 0 80px;
    background: -moz-linear-gradient(3.72% -12.58% -33.65deg, rgba(61, 99, 153, 1) 0%, rgba(1, 26, 69, 1) 100%);
    background: -webkit-linear-gradient(-33.65deg, rgba(61, 99, 153, 1) 0%, rgba(1, 26, 69, 1) 100%);
    background: -webkit-gradient(linear, 3.72% -12.58%, 95.72% 111.83%, color-stop(0, rgba(61, 99, 153, 1)), color-stop(1, rgba(1, 26, 69, 1)));
    background: -o-linear-gradient(-33.65deg, rgba(61, 99, 153, 1) 0%, rgba(1, 26, 69, 1) 100%);
    background: -ms-linear-gradient(-33.65deg, rgba(61, 99, 153, 1) 0%, rgba(1, 26, 69, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D6399', endColorstr='#011A45' ,GradientType=0)";
    background: linear-gradient(123.65deg, rgba(61, 99, 153, 1) 0%, rgba(1, 26, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3D6399', endColorstr='#011A45', GradientType=1);
    color: #FFF;
    position: relative;
}

#detail #recruit h2.sp-only {
    color: #FFF;
}

#detail #recruit .container {
    position: relative;
}

#detail #recruit .container .d-flex {
    display: block;
}

#detail #recruit .container .d-flex .text-box h3 {
    color: #c7bc9b;
}

#detail #recruit .spec-wrapper {
    margin-top: 40px;
}

#detail #recruit .spec-wrapper .columns {
    margin-bottom: 40px;
}

#detail #recruit .spec-wrapper .spec-box {
    background: #FFF;
    color: #000;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=3, Color='#EEEEEE');
    padding: 24px;
    position: relative;
    height: 100%;
}

#detail #recruit .spec-wrapper .spec-box h5 {
    background: #E6D276;
    width: 160px;
    color: #000;
    padding: 0 20px;
    line-height: 30px;
    text-align: center;
    transform: rotate(-6deg);
    position: absolute;
    left: -20px;
    top: -20px;
}

#detail #recruit .spec-wrapper .spec-box table {
    margin-bottom: 1em;
    display: block;
}

#detail #recruit .spec-wrapper .spec-box table tbody {
    display: block;
    width: 100%;
}

#detail #recruit .spec-wrapper .spec-box table tr {
    display: flex;
    align-items: center;
    width: 100%;
}

#detail #recruit .spec-wrapper .spec-box table td {
    padding: 0;
    border-bottom: none;
    display: inline-block;
}

#detail #recruit .spec-wrapper .spec-box table td > img {
    padding: 0 2px;
    max-width: 20px;
}

#detail #recruit .spec-wrapper .spec-box table td span {
    display: block;
    background: rgba(0, 113, 188, 1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #FFF;
    text-align: center;
    padding: 8px 4px;
    font-size: 1.2rem;
    width: 100%;
}

#detail #recruit .spec-wrapper .spec-box table tr > td:nth-of-type(odd) {
    width: calc(25% - 15px);
}

#detail #recruit .spec-wrapper .spec-box table tr > td:nth-of-type(1) span {
    background: rgba(0, 113, 188, 0.5);
}

#detail #recruit .spec-wrapper .spec-box table tr > td:nth-of-type(3) span {
    background: rgba(0, 113, 188, 0.7);
}

#detail #recruit .spec-wrapper .spec-box table tr > td:nth-of-type(5) span {
    background: rgba(0, 113, 188, 0.85);
}

#detail #recruit .spec-wrapper .spec-box p {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 0;
}

#detail #recruit .spec-wrapper .spec-box p strong {
    color: #d4145a;

}

#detail #recruit .spec-wrapper .spec-box p span span strong {
    font-size: 2.0rem;
}

#detail #recruit .spec-wrapper .spec-box p.l-copy {
    font-size: 2.4rem;
    font-weight: 600;
}

#detail #recruit .spec-wrapper .spec-box p.l-copy .s-txt {
    font-size: 1.8rem;
}

@media screen and (min-width: 769px) {

    #detail #recruit .spec-wrapper .spec-box table td > img {
        padding: 0 4px;
        max-width: 42px;
    }

    #detail #recruit .spec-wrapper .spec-box table td span {
        display: block;
        background: rgba(0, 113, 188, 1);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        color: #FFF;
        text-align: center;
        padding: 8px 4px;
        font-size: 1.4rem;
        width: 100%;
    }

    #detail #recruit .spec-wrapper .spec-box table tr > td:nth-of-type(odd) {
        width: calc(25% - 31px);
    }

    #detail #recruit .spec-wrapper .spec-box p {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    #detail #recruit .spec-wrapper .spec-box p span span strong {
        font-size: 2.4rem;
    }

    #detail #recruit .container .mov_line {
        width: 75%;
        position: absolute;
        top: 16rem;
        z-index: 0;
    }

    #detail #recruit .container h2 {
        position: absolute;
        right: 0;
        z-index: 0;
    }

    #detail #recruit .container h2 .catchcopy {
        max-width: 1090px;
        width: 90%;
    }

    #detail #recruit .container h2 .catchcopy01 {
        margin: -10rem 0 0 25%;
        max-width: 860px;
        width: 71%;
    }

    #detail #recruit .container h2 .catchcopy02 {
        margin: -10rem 0 0 0;
        max-width: 320px;
        width: 27%;
        float: right;
        position: relative;
        z-index: 1;
    }

    #detail #recruit .container .d-flex .photo-box {
        position: relative;
        z-index: 5;
    }

    #detail #recruit .container .d-flex .text-box {
        padding: 0;
        width: 100%;
        margin-left: 0;
        margin-top: -40px;
        z-index: 10;
    }

    #detail #recruit .container .d-flex .text-box br.pc-only {
        display: none;
    }

    #detail #recruit .container .d-flex .photo-box img {
        margin: -60px 0 0 0;
    }

    #detail #recruit .spec-wrapper .six.columns {
        width: 100%;
        margin: 0 auto 40px;
    }
}

@media screen and (min-width: 1025px) {
    #detail #recruit .container .d-flex {
        justify-content: space-between;
        display: flex;
        flex-flow: wrap;
    }

    #detail #recruit .spec-wrapper .six.columns {
        width: 48%;
        margin: 0;
    }
}

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

    #detail #recruit .container h2 .catchcopy01 {
        margin: -14rem 0 0 25%;
        max-width: 860px;
        width: 71%;
    }

    #detail #recruit .container h2 .catchcopy02 {
        margin: -14rem 0 0 0;
        max-width: 320px;
        width: 27%;
        float: right;
        position: relative;
        z-index: 1;
    }

    #detail #recruit .container .d-flex .text-box {
        padding: 240px 0 0 0;
        width: 48%;
    }

    #detail #recruit .container .d-flex .text-box br.pc-only {
        display: block;
    }

    #detail #recruit .spec-wrapper .spec-box table td span {
        padding: 8px;
        font-size: 1.6rem;
    }

}

@media screen and (min-width: 1366px) {

    #detail #recruit .container .mov_line {
        width: 900px;
        position: absolute;
    }

    #detail #recruit .container .d-flex .text-box {
        padding: 280px 0 0 40px;
    }

}

/** detail osusume **/

#detail .osusume {
    padding: 80px 0 30px;
	margin-bottom:50px;
}

#detail .osusume.container {
    max-width: 1366px;
}


.osusume {
    background-color: #E0E1F1;
    padding-bottom: 100px;
}

.osusume .inner {
    width: 94%;
    margin: 0 auto;
    padding: 30px 0 50px;
}

.osusume .area_midashi .area_midashi_title,
.osusume .area_midashi .area_midashi_caption {
    color: #333;
}

.osusume .point-txt {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding-bottom: 10px;
    text-align: left;
}

.osusume .intro_box h3{
	font-size:23px;
	letter-spacing:2px;
	border-bottom:3px solid #4e516e;
	padding-bottom:10px;
}

.osusume .intro_box {
    background: #fff;
    margin-bottom: 40px;
    padding: 45px 6% 45px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    box-shadow: 8px 8px 8px -5px #444;
    box-sizing: border-box;
}

.osusume .intro_box:last-child {
    margin-bottom: 0;
}

.osusume .intro_box div:first-child {
    width: 25%;
    padding:4%;
	margin-right:20px;
    text-align: center;
}

.osusume .intro_box div:last-child {
    width: 67%;
    max-width: 680px;
}

.osusume .intro_box div:last-child img {
    position: absolute;
    top: -20px;
    left: -20px;
}

.osusume .intro_box img {
    width: 100%;
    height: auto;
}

.osusume .point-num {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    background-color: #908FB2;
    border-radius: 50%;
}

@media screen and (max-width: 989px) {
    .osusume, .osusume .inner {
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .osusume {
        background-size: cover;
        margin: 0;
        padding-bottom: 10px;
    }
    .osusume .inner {
        padding: 0 0 50px;
    }
}

@media screen and (max-width: 768px) {
    .osusume .point-txt {
        font-size: 15px;
        padding-bottom: 10px;
        text-align:left;
        line-height: 1.8;
    }

    .osusume .intro_box {
        display: block;
        width: auto;
        background: #fff;
        border-radius: 6px;
        padding: 25px;
        position: relative;
        margin: 0 8% 30px;
        text-align: center;
    }
	
	.osusume .intro_box h3{
		font-size:20px;
		letter-spacing:1px;
		border-bottom:2px solid #4e516e;
	}

    .osusume .intro_box:last-child {
        margin-bottom: 0;
    }

    .osusume .intro_box div:first-child {
        text-align: center;
        width:200px;
		margin:0 auto;
    }
    .osusume .intro_box div:last-child {
        width: auto;
    }

    .osusume .intro_box div:last-child img {
        position: absolute;
        top: -20px;
        left: -20px;
    }

    .osusume .point-num {
        top: -15px;
        left: -15px;
        width: 2em;
        height: 2em;
        font-size: 2em;
    }
}
@media screen and (max-width: 365px) {
    .osusume .intro_box div:first-child {
        width:160px;
    }
}

/** detail #work **/

#detail #work {
    padding: 80px 0 120px;
}

#detail #work .container {
    max-width: 1366px;
}

#detail #work .work-wrapper .wrok-box {
    display: block;
	margin:0 auto 80px;
}
#detail #work .work-wrapper .wrok-box .work_flex{
  display: flex;
  margin-top: 2em;
}
#detail #work .work-wrapper .wrok-box .work_flex .work_left{
  margin:0 auto;
  width:100%;
}
#detail #work .work-wrapper .wrok-box .work_flex .work_right{
  margin:0 auto;
  max-width: 600px;
  width: 100%;
}

#detail #work .work-wrapper .work-gallery {
    margin-bottom: 80px;
}

#detail #work .work-wrapper .wrok-box .work-txt h3 {
    color: initial;
}

#detail #work dt {
    font-weight: 600;
    color: #333;
    padding-left: 1em;
    color: #fff;
    background: url(../images/ttl_back.jpg)no-repeat right;
    background-size: cover;
    padding: 15px 15px;
    line-height: 1.5;
    font-size:18px;
    letter-spacing: 1.5px;
}

#detail #work dd {
    margin: 1.5em 0 0;
	display: flex;
	justify-content: space-between;
}


@media screen and (min-width: 769px) {
    #detail #work .work-wrapper .wrok-box .work-img {
      width: 100%;
      text-align: -webkit-center;
    }
    #detail #work .work-wrapper .wrok-box .work-img img{
      width: 100%;
    }
	
	#detail #work dd .work-img2{
		margin-left:20px;
	}
	
	
	

    #detail #work .work-wrapper .wrok-box .work-txt {
        width: 100%;
    }

    #detail #work .work-wrapper > .wrok-box:nth-of-type(2n) {
        flex-flow: row-reverse wrap;
    }

    #detail #work .work-wrapper .wrok-box:nth-of-type(2n) .work-txt {
        padding: 4.0rem 4.0rem 0 0;
    }
}

@media screen and (min-width: 1024px) {
    #detail #work .work-wrapper .wrok-box .work-txt {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #detail #work .work-wrapper .wrok-box .work-img {
        margin-bottom: 1.5em;
    }
    #detail #work dt{
      font-size:14px;
    }
    #detail #work .work-wrapper .wrok-box .work_flex{
      display: block;
    }
    #detail #work{
      padding: 10px 0 120px;
    }
    #detail #work .work-wrapper .wrok-box .work_flex .work_left{
      margin:0;
      width: 100%;
    }
    #detail #work .work-wrapper .wrok-box .work_flex .work_right{
      margin:0;
      max-width: 600px;
      width: 100%;
    }
	
	#detail #work dd .work-img2{
	display:none;
	}
	
	#detail #work .work-sp{
    /* background: url(../images/work-img1.jpg) no-repeat center top; */
    max-width:100%;
	height:200px;
	background-size: cover;
	margin-top:20px;
	}
	
	#detail #work th{
		width:200px;
	}
	
	#detail #work td{
		width:350px;
	}
	
	#detail #work dl{
		
	}
}
/** detail #interview **/

#detail #interview {
    position: relative;
    padding: 0 0 80px;
}

#detail #interview .main-title {
    position: relative;
    max-width: 1920px;
    background: url(../images/interview_photo01.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
	margin-left:20px;
    margin: 0 auto;
	width:90%;
}
#detail #interview .main-title02 {
    position: relative;
    background: url(../images/interview_photo02.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
	margin-left:20px;
	width:90%;
}
#detail #interview .main-title03 {
    position: relative;
    background: url(../images/interview_photo03.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
	margin-left:20px;
	width:90%;
}
#detail #interview .main-title04 {
    position: relative;
    background: url(../images/interview_photo04.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
	margin-left:20px;
	width:90%;
}
#detail #interview .main-title05 {
    position: relative;
    background: url(../images/interview_photo05.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
	margin-left:20px;
	width:90%;
}
#detail #interview .main-title06 {
    position: relative;
    background: url(../images/interview_photo06.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
	margin-left:20px;
	width:90%;
}
#detail #interview .main-title07 {
    position: relative;
    background: url(../images/interview_photo07.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
	margin-left:20px;
	width:90%;
}

#detail #interview .main-title .figure-box,#detail #interview .main-title02 .figure-box,#detail #interview .main-title03 .figure-box,#detail #interview .main-title04 .figure-box,#detail #interview .main-title05 .figure-box,#detail #interview .main-title06 .figure-box,#detail #interview .main-title07 .figure-box {
    width: 45%;
    margin-bottom: 20px;
}

#detail #interview .main-title .main-copy,#detail #interview .main-title02 .main-copy,#detail #interview .main-title03 .main-copy,#detail #interview .main-title4 .main-copy,#detail #interview .main-title05 .main-copy,#detail #interview .main-title6 .main-copy,#detail #interview .main-title7 .main-copy {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
    height: 100%;
}

#detail #interview .main-title .main-copy p,#detail #interview .main-title02 .main-copy p,#detail #interview .main-title03 .main-copy p,#detail #interview .main-title04 .main-copy p,#detail #interview .main-title05 .main-copy p,#detail #interview .main-title06 .main-copy p,#detail #interview .main-title07 .main-copy p {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

#detail #interview .main-title .main-copy .prof,#detail #interview .main-title02 .main-copy .prof,#detail #interview .main-title03 .main-copy .prof,#detail #interview .main-title04 .main-copy .prof,#detail #interview .main-title05 .main-copy .prof,#detail #interview .main-title06 .main-copy .prof,#detail #interview .main-title07 .main-copy .prof {
    background: #908FB2;
    color: #FFF;
    font-size: 2.0rem;
    padding: 16px;
}

#detail #interview .main-title .main-copy .prof span,#detail #interview .main-title02 .main-copy .prof span,#detail #interview .main-title03 .main-copy .prof span,#detail #interview .main-title04 .main-copy .prof span,#detail #interview .main-title05 .main-copy .prof span,#detail #interview .main-title06 .main-copy .prof span,#detail #interview .main-title07 .main-copy .prof span   {
    font-size: 1.6rem;
    font-weight: 400;
    /* margin-right: 1.6rem; */
}

#detail #interview .main-title02 {
    position: relative;
    background: url(../images/interview_photo02.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
}



#detail #interview .main-title02 .figure-box {
    width: 45%;
    margin-bottom: 20px;
}

#detail #interview .main-title02 .main-copy {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
    height: 100%;
}

#detail #interview .main-title02 .main-copy p {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

#detail #interview .main-title02 .main-copy .prof {
    background: #908FB2;
    color: #FFF;
    font-size: 2.0rem;
    padding: 16px;
}

#detail #interview .main-title02 .main-copy .prof span {
    font-size: 1.6rem;
    font-weight: 400;
    /* margin-right: 1.6rem; */
}

#detail #interview .main-title03 {
    position: relative;
    background: url(../images/interview_photo03.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
}



#detail #interview .main-title03 .figure-box {
    width: 45%;
    margin-bottom: 20px;
}

#detail #interview .main-title03 .main-copy {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
    height: 100%;
}

#detail #interview .main-title03 .main-copy p {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

#detail #interview .main-title03 .main-copy .prof {
    background: #908FB2;
    color: #FFF;
    font-size: 2.0rem;
    padding: 16px;
}

#detail #interview .main-title03 .main-copy .prof span {
    font-size: 1.6rem;
    font-weight: 400;
}


#detail #interview .main-title04 {
    position: relative;
    background: url(../images/interview_photo04.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
}



#detail #interview .main-title04 .figure-box {
    width: 45%;
    margin-bottom: 20px;
}

#detail #interview .main-title04 .main-copy {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
    height: 100%;
}

#detail #interview .main-title04 .main-copy p {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

#detail #interview .main-title04 .main-copy .prof {
    background: #908FB2;
    color: #FFF;
    font-size: 2.0rem;
    padding: 16px;
}

#detail #interview .main-title04 .main-copy .prof span {
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 1.6rem;
}



#detail #interview .main-title05 {
    position: relative;
    background: url(../images/interview_photo05.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
}



#detail #interview .main-title05 .figure-box {
    width: 45%;
    margin-bottom: 20px;
}

#detail #interview .main-title05 .main-copy {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
    height: 100%;
}

#detail #interview .main-title05 .main-copy p {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

#detail #interview .main-title05 .main-copy .prof {
    background: #908FB2;
    color: #FFF;
    font-size: 2.0rem;
    padding: 16px;
}

#detail #interview .main-title05 .main-copy .prof span {
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 1.6rem;
}


#detail #interview .main-title06{
    position: relative;
    background: url(../images/interview_photo06.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
}



#detail #interview .main-title06 .figure-box {
    width: 45%;
    margin-bottom: 20px;
}

#detail #interview .main-title06 .main-copy {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
    height: 100%;
}

#detail #interview .main-title06 .main-copy p {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

#detail #interview .main-title06 .main-copy .prof {
    background: #908FB2;
    color: #FFF;
    font-size: 2.0rem;
    padding: 16px;
}

#detail #interview .main-title06 .main-copy .prof span {
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 1.6rem;
}


#detail #interview .main-title07 {
    position: relative;
    background: url(../images/interview_photo07.jpg) no-repeat center top;
    background-size: cover;
    height: 560px;
    overflow: hidden;
}



#detail #interview .main-title07 .figure-box {
    width: 45%;
    margin-bottom: 20px;
}

#detail #interview .main-title07 .main-copy {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    position: static;
    height: 100%;
}

#detail #interview .main-title07 .main-copy p {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
}

#detail #interview .main-title07 .main-copy .prof {
    background: #908FB2;
    color: #FFF;
    font-size: 2.0rem;
    padding: 16px;
}

#detail #interview .main-title07 .main-copy .prof span {
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 1.6rem;
}



#detail #interview .qa-wrapper {
    margin-top: 40px;
}
.accordion_area {}
.accordion_area .accordion_one .ac_header {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 1.5rem 4rem 1.5rem 2rem;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header {
  background-color: #f5f5f5;
}
.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 1px solid #333;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 1px solid #333;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
}
.gutter>*:not(:last-child){
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 736px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 2rem 1.5rem 1.0rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
  #detail #interview .main-title .figure-box,#detail #interview .main-title02 .figure-box,#detail #interview .main-title03 .figure-box,#detail #interview .main-title04 .figure-box,#detail #interview .main-title05 .figure-box,#detail #interview .main-title06 .figure-box,#detail #interview .main-title07 .figure-box {
      width: 70%;
	  background:rgba(255,255,255,0.7);
      margin-bottom: 20px;
  }
  #detail #interview .main-title .container,#detail #interview .main-title02 .container,#detail #interview .main-title03 .container,#detail #interview .main-title04 .container,#detail #interview .main-title05 .container,#detail #interview .main-title06 .container,#detail #interview .main-title07 .container{
    padding:0
  }
  #detail #interview .main-title .main-copy .prof,#detail #interview .main-title02 .main-copy .prof,#detail #interview .main-title03 .main-copy .prof,#detail #interview .main-title04 .main-copy .prof,#detail #interview .main-title05 .main-copy .prof,#detail #interview .main-title06 .main-copy .prof,#detail #interview .main-title07 .main-copy .prof{
    padding: 6px 13px 10px;
    margin-bottom: 10px!important;
    line-height: 1.3;
  }
}
/*=========
faq
=========*/

.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q．";
  color: #09357f;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}
.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A．";
  color: #de0000;
  font-size: 20px;
  font-weight: bold;
}
.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 18px;
}
@media screen and (max-width: 736px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
#detail #interview .qa-wrapper .qa-box {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 40px;
}

#detail #interview .qa-wrapper .qa-box .q-box {
    width: 100%;
}

#detail #interview .qa-wrapper .qa-box .q-box .fukidashi {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    width: 100%;
    color: #fff;
    background: #4C7FB6;
}

#detail #interview .qa-wrapper .qa-box .q-box .fukidashi:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 16px solid #4C7FB6;
}

#detail #interview .qa-wrapper .qa-box .a-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#detail #interview .qa-wrapper .qa-box .a-box > div {
    width: calc(100% - 30px);
    background-color: #FFF;
    box-shadow: 1px 3px 3px #ECF0F4;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=3, Color='#EEEEEE');
    padding: 20px;
    position: relative;
    margin-top: 4rem;
}

#detail #interview .qa-wrapper .qa-box .a-box > div:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: #ECF0F4;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: 5;
}

#detail #interview .qa-wrapper .qa-box .a-box > div:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background: #ECF0F4;
    position: absolute;
    right: -15px;
    bottom: -15px;
}

#detail #interview .qa-wrapper .qa-box .a-box > div p {
    padding-left: 56px;
}

#detail #interview .qa-wrapper .qa-box .a-box > div p:before {
    content: "A.";
    color: #c7190b;
    font-weight: 200;
    font-size: 4.8rem;
    position: absolute;
    left: 20px;
    line-height: 1;
}

@media screen and (max-width: 640px) {
    #detail #interview .main-title,#detail #interview .main-title02,#detail #interview .main-title03,#detail #interview .main-title04,#detail #interview .main-title05,#detail #interview .main-title06,#detail #interview .main-title07 {
        background-position: right -290px top !important;
    }
}

@media screen and (max-width: 768px) {
    #detail #interview .main-title,#detail #interview .main-title02,#detail #interview .main-title03,#detail #interview .main-title04,#detail #interview .main-title05,#detail #interview .main-title06,#detail #interview .main-title07 {
        height: 420px;
        background-position: right -250px top;
    }

    #detail #interview .main-title .figure-box h2,#detail #interview .main-title02 .figure-box h2,#detail #interview .main-title03 .figure-box h2,#detail #interview .main-title04 .figure-box h2,#detail #interview .main-title05 .figure-box h2,#detail #interview .main-title06 .figure-box h2,#detail #interview .main-title07 .figure-box h2 {
        text-align: center;
    }

    #detail #interview .main-title .main-copy,#detail #interview .main-title02 .main-copy,#detail #interview .main-title03 .main-copy,#detail #interview .main-title04 .main-copy,#detail #interview .main-title05 .main-copy,#detail #interview .main-title06 .main-copy,#detail #interview .main-title07 .main-copy {
        align-items: center;
    }
    #detail #interview .main-title .main-copy .prof,#detail #interview .main-title02 .main-copy .prof,#detail #interview .main-title03 .main-copy .prof,#detail #interview .main-title04 .main-copy .prof,#detail #interview .main-title05 .main-copy .prof,#detail #interview .main-title06 .main-copy .prof,#detail #interview .main-title07 .main-copy .prof{
      color:#fff;
      background: #908FB2;
    }
    #detail #interview .main-title .main-copy .prof span, #detail #interview .main-title02 .main-copy .prof span, #detail #interview .main-title03 .main-copy .prof span, #detail #interview .main-title04 .main-copy .prof span, #detail #interview .main-title05 .main-copy .prof span, #detail #interview .main-title06 .main-copy .prof span, #detail #interview .main-title07 .main-copy .prof span{
      font-size: 1.2rem;
    }

    #detail #interview .main-title02 {
        height: 420px;
    }

    #detail #interview .main-title02 .figure-box h2 {}

    #detail #interview .main-title02 .main-copy {
        align-items: center;
    }

    #detail #interview .main-title03 {
        height: 420px;
    }

    #detail #interview .main-title03 .figure-box h2 {}

    #detail #interview .main-title03 .main-copy {
        align-items: center;
    }
	
	#detail #interview .main-title04{
        height: 420px;
    }

    #detail #interview .main-title04 .figure-box h2 {}

    #detail #interview .main-title04 .main-copy {
        align-items: center;
    }

	#detail #interview .main-title05 {
        height: 420px;
    }

    #detail #interview .main-title05 .figure-box h2 {}

    #detail #interview .main-title05 .main-copy {
        align-items: center;
    }
	
	#detail #interview .main-title06 {
        height: 420px;
    }

    #detail #interview .main-title06 .figure-box h2 {}

    #detail #interview .main-title06 .main-copy {
        align-items: center;
    }
	
	#detail #interview .main-title07 {
        height: 420px;
    }

    #detail #interview .main-title07 .figure-box h2 {}

    #detail #interview .main-title07 .main-copy {
        align-items: center;
    }
}

@media screen and (min-width: 769px) {
    #detail #interview .main-title .figure-box,#detail #interview .main-title02 .figure-box,#detail #interview .main-title03 .figure-box,#detail #interview .main-title04 .figure-box,#detail #interview .main-title05 .figure-box,#detail #interview .main-title06 .figure-box,#detail #interview .main-title07 .figure-box {
        width: 45%;
    }

    #detail #interview .main-title .main-copy p,#detail #interview .main-title02 .main-copy p ,#detail #interview .main-title03 .main-copy p,#detail #interview .main-title04 .main-copy p,#detail #interview .main-title05 .main-copy p,#detail #interview .main-title06 .main-copy p,#detail #interview .main-title07 .main-copy p  {
        text-align-last: left;
    }

    #detail #interview .main-title02 .figure-box {
        width: 45%;
    }

    #detail #interview .main-title02 .main-copy p {
        text-align-last: left;
    }

    #detail #interview .main-title03 .figure-box {
        width: 45%;
    }

    #detail #interview .main-title03 .main-copy p {
        text-align-last: left;
    }
	
	#detail #interview .main-title04 .figure-box {
        width: 45%;
    }

    #detail #interview .main-title04 .main-copy p {
        text-align-last: left;
    }
	
	#detail #interview .main-title05 .figure-box {
        width: 45%;
    }

    #detail #interview .main-title05 .main-copy p {
        text-align-last: left;
    }
	
	#detail #interview .main-title06 .figure-box {
        width: 45%;
    }

    #detail #interview .main-title06 .main-copy p {
        text-align-last: left;
    }
	
	#detail #interview .main-title07 .figure-box {
        width: 45%;
    }

    #detail #interview .main-title07 .main-copy p {
        text-align-last: left;
    }

    #detail #interview .qa-wrapper > .qa-box:nth-of-type(2n) {
        flex-flow: wrap row-reverse;
    }

    #detail #interview .qa-wrapper .qa-box .q-box {
        width: 30%;
    }

    #detail #interview .qa-wrapper .qa-box .q-box .fukidashi {
        position: relative;
        display: inline-block;
        padding: 8px 16px;
        width: calc(100% - 32px);
        background: #4C7FB6;
    }

    #detail #interview .qa-wrapper .qa-box .q-box .fukidashi:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -8px;
        margin-left: 0;
        border: 8px solid transparent;
        border-left: 16px solid #4C7FB6;
    }

    #detail #interview .qa-wrapper > .qa-box:nth-of-type(2n) .q-box .fukidashi:before {
        content: "";
        position: absolute;
        top: 50%;
        left: auto;
        right: 100%;
        margin-top: -8px;
        border: 8px solid transparent;
        border-right: 16px solid #4C7FB6;
        border-left: 8px solid transparent;
    }

    #detail #interview .qa-wrapper .qa-box .a-box {
        width: 68%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    #detail #interview .qa-wrapper .qa-box .a-box > div {
        width: calc(100% - 60px);
        background-color: #FFF;
        box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25);
        filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=3, Color='#EEEEEE');
        padding: 20px;
        position: relative;
        margin-top: 8.4rem;
    }
}

@media screen and (min-width: 1025px) {

    #detail #interview .main-title .main-copy,#detail #interview .main-title02 .main-copy,#detail #interview .main-title03 .main-copy,#detail #interview .main-title04 .main-copy,#detail #interview .main-title05 .main-copy,#detail #interview .main-title06 .main-copy,#detail #interview .main-title07 .main-copy {
        justify-content: center;
        left: 40%;
    }

    #detail #interview .main-title .figure-box,#detail #interview .main-title02 .figure-box,#detail #interview .main-title03 .figure-box,#detail #interview .main-title04 .figure-box,#detail #interview .main-title05 .figure-box,#detail #interview .main-title06 .figure-box,#detail #interview .main-title07 .figure-box {
        width: 40%;
        padding-top: 60px;
    }

    #detail #interview .main-title .main-copy p,#detail #interview .main-title02 .main-copy p,#detail #interview .main-title03 .main-copy p,#detail #interview .main-title04 .main-copy p,#detail #interview .main-title05 .main-copy p,#detail #interview .main-title06 .main-copy p,#detail #interview .main-title07 .main-copy p {
        font-size: 2.8rem;
    }

    #detail #interview .main-title .main-copy .prof,#detail #interview .main-title02 .main-copy .prof,#detail #interview .main-title03 .main-copy .prof,#detail #interview .main-title04 .main-copy .prof,#detail #interview .main-title05 .main-copy .prof,#detail #interview .main-title06 .main-copy .prof,#detail #interview .main-title07 .main-copy .prof {
        font-size: 2.4rem;
        padding: 16px 24px;
    }

    #detail #interview .main-title02 .main-copy {
        justify-content: center;
        left: 40%;
    }

    #detail #interview .main-title02 .figure-box {
        width: 40%;
        padding-top: 60px;
    }

    #detail #interview .main-title02 .main-copy p {
        font-size: 2.8rem;
    }

    #detail #interview .main-title02 .main-copy .prof {
        font-size: 2.4rem;
        padding: 16px 24px;
    }

    #detail #interview .main-title03 .main-copy {
        justify-content: center;
        left: 40%;
    }

    #detail #interview .main-title03 .figure-box {
      width: 40%;
        padding-top: 60px;
    }

    #detail #interview .main-title03 .main-copy p {
        font-size: 2.8rem;
    }

    #detail #interview .main-title03 .main-copy .prof {
        font-size: 2.4rem;
        padding: 16px 24px;
    }

    #detail #interview .main-title04 .main-copy {
        justify-content: center;
        left: 40%;
    }

    #detail #interview .main-title04 .figure-box {
      width: 40%;
        padding-top: 60px;
    }

    #detail #interview .main-title04 .main-copy p {
        font-size: 2.8rem;
    }

    #detail #interview .main-title04 .main-copy .prof {
        font-size: 2.4rem;
        padding: 16px 24px;
    }

    #detail #interview .main-title05 .main-copy {
        justify-content: center;
        left: 40%;
    }

    #detail #interview .main-title05 .figure-box {
      width: 40%;
        padding-top: 60px;
    }

    #detail #interview .main-title05 .main-copy p {
        font-size: 2.8rem;
    }

    #detail #interview .main-title05 .main-copy .prof {
        font-size: 2.4rem;
        padding: 16px 24px;
    }
	
	 #detail #interview .main-title06 .main-copy {
        justify-content: center;
        left: 40%;
    }

    #detail #interview .main-title06 .figure-box {
        width: 40%;
        padding-top: 60px;
    }

    #detail #interview .main-title06 .main-copy p {
        font-size: 2.8rem;
    }

    #detail #interview .main-title06 .main-copy .prof {
        font-size: 2.4rem;
        padding: 16px 24px;
    }
	
	 #detail #interview .main-title07 .main-copy {
        justify-content: center;
        left: 40%;
    }

    #detail #interview .main-title07 .figure-box {
        width: 40%;
        padding-top: 60px;
    }

    #detail #interview .main-title07 .main-copy p {
        font-size: 2.8rem;
    }

    #detail #interview .main-title07 .main-copy .prof {
        font-size: 2.4rem;
        padding: 16px 24px;
    }
}

@media screen and (min-width: 1200px) {
    #detail #interview .main-title .main-copy,#detail #interview .main-title02 .main-copy,#detail #interview .main-title03 .main-copy,#detail #interview .main-title04 .main-copy,#detail #interview .main-title05 .main-copy,#detail #interview .main-title06 .main-copy,#detail #interview .main-title07 .main-copy {
        justify-content: center;
    }

    #detail #interview .main-title .main-copy p,#detail #interview .main-title02 .main-copy p,#detail #interview .main-title03 .main-copy p,#detail #interview .main-title04 .main-copy p,#detail #interview .main-title05 .main-copy p,#detail #interview .main-title06 .main-copy p,#detail #interview .main-title07 .main-copy p {
        font-size: 3.2rem;
    }

    #detail #interview .main-title02 .main-copy {
        justify-content: center;
    }

    #detail #interview .main-title02 .main-copy p {
        font-size: 3.2rem;
    }

    #detail #interview .main-title03 .main-copy {
        justify-content: center;
    }

    #detail #interview .main-title03 .main-copy p {
        font-size: 3.2rem;
    }
	
	#detail #interview .main-title04 .main-copy {
        justify-content: center;
    }

    #detail #interview .main-title04 .main-copy p {
        font-size: 3.2rem;
    }
	
	#detail #interview .main-title05 .main-copy {
        justify-content: center;
    }

    #detail #interview .main-title05 .main-copy p {
        font-size: 3.2rem;
    }
	
	#detail #interview .main-title06 .main-copy {
        justify-content: center;
    }

    #detail #interview .main-title06 .main-copy p {
        font-size: 3.2rem;
    }
	
	#detail #interview .main-title07 .main-copy {
        justify-content: center;
    }

    #detail #interview .main-title07 .main-copy p {
        font-size: 3.2rem;
    }
}



/** detail #welfare **/

.no-top #welfare .container .txtBox{
		position:relative;
	}

.no-top #welfare .container .txtBox .step1_img, .no-top #welfare .container .txtBox .step2_img, .no-top #welfare .container .txtBox .step3_img {
		width:80%;
		margin:0 auto 40px;
	}
#welfare .container .txtBox .stepBox {
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
        margin-bottom:150px;
	}

#welfare .container .txtBox .step1_img {
		position:absolute;
		right:0;
		top:0;
		width:21%;
		max-width:220px;
	}
#welfare .container .txtBox .step2_img {
		position:absolute;
		right:44%;
		bottom:0;
		width:21%;
		max-width:220px;
		margin:0;
	}
#welfare .container .txtBox .step3_img {
		position:absolute;
		right:21%;
		bottom:0;
		width:21%;
		max-width:220px;
		margin:0;
	}
#welfare .container .txtBox{

		position:relative;
	}

#welfare .container .txtBox .stepBox {
		display: flex;
		flex-flow:row;
		align-items: center;
		margin:0;
	}
#welfare .container .txtBox .stepBox img {
		width:90px;
	margin:0 auto;
	}

#welfare .container .txtBox .stepBox p {
		/* max-width:300px; */
	}
#welfare .container .txtBox .stepWrap > .stepBox:nth-of-type(2) {

		margin-top:-12px;
	}
#welfare .container .txtBox .stepWrap > .stepBox:nth-of-type(3) {
		margin-top:-12px;
	}

.box_txt {
	position: relative;
	margin: 0em 0.4em;
	padding: 25px 10px 20px;
	border: solid 1px #ccc;
	width: 400px;
	height:350px;
    text-align: center;
	margin-top:20px;
}
.box_txt .box-title {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: -1px;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
    font-size: 17px;
    background: #908FB2;
    color: #ffffff;
    font-weight: bold;
}
.box_txt p {
    margin: 0;
    padding: 10px 5px 10px 5px;
    text-align: left;
}
.box_txt h3{
	font-size: 1.5em;
	text-align: center;
	margin: 0 auto 0.5em;
	padding: 2rem 0 0.5em;
	position: relative;
}
@media screen and (min-width: 769px) and (max-width: 850px) {
    .box_txt h3{
        font-size: 1.4em;
    }
    .box_txt p {
        font-size: 0.9em;
    }    
}
@media screen and (max-width: 768px) {
	
	#welfare .container .txtBox .stepBox {
		display: flex;
		flex-wrap: wrap;
	}
    
	.box_txt {
		position: relative;
		padding: 25px 10px 7px;
		border: solid 1px #ccc;
		width: 320px;
		height:280px;
		margin:10px;
	}
    
    .no-top #welfare .container .txtBox .stepBox img {
		width:100px;
	}

	.box_txt h3{
		font-size:18px;
		padding-bottom: 10px;
		position: relative;
	}

}
@media screen and (max-width: 375px) {
	    
	.box_txt {
		height:320px;
	}
}
/** detail #message **/

#detail #message {
    position: relative;
    background-color: #fff;
    padding-bottom: 6em;

}

#detail #message h2 {
    color: #000;
}

#detail #message h2 span {
    color: #333;
    position: relative;
}
#detail #message h2 span::before{
  background-color: #333;
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  top: 7px;
  right: 0;
}
#detail #message h2 span::after{
  background-color: #333;
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
}

#detail #message h4{
	background:#908FB2;
	color:#fff;
	padding:20px 50px;
	font-weight:600;
    font-size: 2.5rem;
    display: inline-block;
    line-height: 30px;
	font-family:游明朝,"Yu Mincho";
}

#detail #message h4 span{
	font-size:1.7rem;
	font-weight:400;
}

#detail #message .container {
    text-align: center;
    color: #FFF;
}
#detail #message .container img{
  margin:0 auto 2em;
}
#detail #message  .message_flex{
  display:inline-block;
	margin:0 auto;
}
#detail #message  .message_flex .message_left{
  max-width: 700px;
  width: 100%;
}
#detail #message  .message_flex .message_left p{
  text-align: left;
  color: #333;
  line-height: 2;
  padding-bottom:20px;
}
#detail #message  .message_flex .message_right{
  max-width: 700px;
  width: 100%;
}
#detail #message  .message_flex .message_right p{
  text-align: left;
  color: #333;
  line-height: 2;
}
#detail #message .message_name{
  max-width: 1200px;
  width: 100%;
  text-align: right!important;
  margin-top: 5em;
  color: #333;

}
#detail #contents #message h3 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",sans-serif;
    color: #4e516e;
    font-size: 2.5rem;
    letter-spacing: 1px;
    -webkit-font-smoothing: auto;
	margin-top:10px;
}

@media screen and (max-width: 768px) {
	
	#detail #message h4{
	background:#908FB2;
	color:#fff;
	padding:20px 50px;
	font-weight:600;
    font-size: 2.0rem;
    display: inline-block;
    line-height: 30px;
	font-family:游明朝,"Yu Mincho";
}

#detail #message h4 span{
	font-size:1.5rem;
	font-weight:400;
}
}

/** detail #guideline **/

#detail #guideline {
    padding: 80px 0;
    background: #E0E1F1;
}

#detail #guideline .container table {
    width: 100%;
    max-width:1000px;
    margin: auto;
}
#detail #guideline .container table th{
  font-weight: 600;

}
#detail #guideline .container table td p {
    font-size: 1.4rem;
}
#detail #guideline .container table td span{
  font-size:12px;
}

#detail #guideline h3{
	text-align: center;
	font-size:25px;
	font-family:游明朝;
}


/*guideline_txt-------------------------*/
#guideline_txt{
margin:10px 0 25px;
}
#guideline_txt .txt_box{
max-width:1000px;
width:100%;
margin:0 auto;
padding:15px 10px;
}
#guideline_txt .txt_box h3{
text-align:center;
color:#009FE6;
font-size:22px;
}

@media screen and (max-width:768px){
  #detail #message .message_flex{
    display: block;
  }
  #detail #contents #message h3{
    font-size: 16px;
  }
  #detail #message .message_flex .message_left{
    margin-bottom: 3em;
  }
	
  #detail #guideline h3{
	font-size:20px;
	margin:20px 20px;
}
	
#guideline_txt .txt_box h3{
text-align:left;
font-size:18px;
}
#detail #guideline .container table td span{
  font-size:10px;
}
#detail #guideline .container table th {
  width: 100px;
  font-weight: 600;
}
#detail #guideline .container table td {
  padding: 12px 5px 12px 0;
}
#contents section h2 strong{
  font-size: 3.2rem;
  font-weight: 600;
}
#contents section h2{
  font-size: 2rem;
  line-height: 1.2;
}
#contents section h2 span{
  font-family: serif;
  font-size:15px;
  letter-spacing: 2px;
  padding: 0 30px;
  position: relative;
}
#contents section h2 span::before{
  background-color: #848484;
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  top: 7px;
  right: 0;
}
#contents section h2 span::after{
  background-color: #848484;
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  top: 7px;
  left: 0;
}
}

/** detail #entry **/

#detail #entry {
    padding: 80px 0;
}

#detail #entry .container table {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#detail #entry .container table td,
#detail #entry .container table th {
    border-bottom: none;
    display: block;
    padding: 8px 0;
}

#detail #entry .container table th {
    padding: 8px 0 0;
    font-weight: 600;
}

#detail #entry .container table th span.kome {
    background: #4e516e;
    color: #FFF;
    font-size: 1.2rem;
    padding: 0 8px;
    display: inline-block;
    margin-left: 16px;
}

#detail #entry .container table td input {
    width: 100%;
}

#detail #entry .container table td input.CMS-FORM-EMAIL,
#detail #entry .container table td input.tel {
    width: 100%;
}

#detail #entry .container .entry_btn {
    margin-top: 40px;
    text-align: center;
}

#detail #entry .container .entry_btn .button-primary {
  display: block;
  margin: auto;
  font-size: 1.5rem;
  padding: 0.7rem;
  background: #908FB2!important;
  max-width: 320px;
  width: 75%;
}
#detail #entry .container .entry_btn .button-primary:hover{
  background: #4e516e!important;
  border:1px solid #4e516e;
  transition: .5s;
}
/*privacy*/

.privacy .txt-wrapper2{
  text-align: left;
}

.privacy h3{
  margin: 1.5em 0 0.5em;
  background-color: #908FB2;
  opacity: .9;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 20px;
}

@media screen and (min-width:769px){
.privacy {
   padding-top:100px;
 }
}
@media screen and (max-width:768px){
  .privacy h3{
   font-size: 16px;
  }
  .privacy .txt-wrapper2{
    padding: 0;
  }
  .thanx .txt-wrapper2{
    padding:0;
  }
}
