/*
Theme Name:ホームページ
*/

@charset "utf-8";
/* CSS Document */
/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    /*font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;*/
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,Hiragino Sans,"游ゴシック",YuGothic,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 200%;
    color: #0a0a0a;
}

/*フォント系*/

h2 {
    font-size: 45px;
}

h3 {
	font-size: 36px;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
    text-align: center;
    padding-bottom: 45px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto !important;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
	width: 100%;
}

a {
    text-decoration: none;
    color: #0a0a0a;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

.w1000 {
	max-width: 1000px;
	margin: auto;
}

.w700 {
	max-width: 700px;
	margin: auto;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

figure {
    margin: 0;
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}
.flex .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
	img {
		max-width: 100% !important;
		height: auto !important;
	}
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 24px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .flex .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
	
}

@media only screen and (max-width: 599px) {
    .flex .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
	}
	h3 {
		font-size: 20px;
	}
}

.fead-mv {
  opacity: 0;
  transition: 1.6s;
  -webkit-transition: 1.6s;
  -ms-transition: 1.6s;
}

.mv {
  opacity: 1 !important;
}

#wrapper{
	max-width:100%;
	overflow:hidden;
}

/* header */
#header {
    background: #221714;
}

#header .inner {
    max-width: 1000px;
    margin: auto;
}

/* gnav */

#gnav{
	width:100%;
	height:auto;
	position:relative;
	z-index:101;
    background: #221714;
    text-align: center;
}

#gnav .logo {
    margin: auto;
    text-align: center;
    padding-top: 15px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#gnav .in {
	max-width:1000px;
	margin: 0 auto;
}

#gnav .in ul {
    padding: 10px 0 15px;
    margin: auto;
}

#gnav .in ul li {
    float: left;
    font-size: 16px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
}

#gnav .in ul li:before {
    content: "/";
    padding: 0 20px;
    color: #fff;
}
#gnav .in ul li.pur {
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    color: #fff;
}
#gnav .in ul li.pur ul {
    display: none;
}
#gnav .in ul li.pur:hover ul {
     display: block;
     position: absolute;
     top: 30px;
     left: 0;
}
#gnav .in ul li.pur:hover ul li {
    float: none;
    width: 150px;
    background: rgba(34,23,20,.8);
    padding: 10px;
    text-align: center;
}
#gnav .in ul li.pur:hover ul li:before , #gnav .in ul li.pur:hover ul li:after {
    content: "";
    padding: 0;
}
#gnav .in ul li:last-of-type:after {
    content: "/";
    padding: 0 20px;
    color: #fff;
}
#gnav .in ul li a {
    color: #fff;
}
#gnav.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

#gnav.fixed .logo {
    width: auto !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 0;
}

@media only screen and (max-width: 1024px) {
	#gnav{
		display:none;
	}
}

#header h1{
	height:1px;
	margin-top:-1px;
	line-height:1;
	text-indent:-9999px;
}

.slide {
    position: relative;
}

.slide .main_img img {
    width: 100% !important;
    height: auto !important;
    position: relative;
}

.slide .logo_txt {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    z-index: 10;
}

.slide .logo_txt p {
    color: #fff;
    text-shadow:2px 1px 0px #000000;
    font-size: 38px;
    text-align: center;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
}

.slide .logo_txt p span.con {
    font-size: 90px;
    font-family: 'Palanquin Dark', sans-serif;
    display: block;
    padding: 8% 0 30px;
}

#footer {
	padding:85px 0 0 0;
	background: url("../images/footer_img.jpg") 0 0 no-repeat #000 ;
	background-size: cover;
	margin-top: 100px;
}
#footer .footer_in {
    max-width: 1000px;
    margin: auto;
}
#footer .footer_logo {
    padding-bottom: 30px;
    max-width: 1000px;
    margin: auto;
}

#footer .footer_in dt , #footer .footer_in dd , #footer .footer_in dd a , #footer .footer_in p , #footer .footer_in li , #footer .footer_in li a {
    color: #fff;
    display: block;
}
#footer .footer_in p {
    font-size: 20px;
    font-weight: bold;
}
#footer .footer_in .left dl {
    margin: 8px 0 20px;
}
#footer .footer_in .left dl dt {
    float: left;
}
#footer .footer_in .left dl dd {
    padding-left: 40px;
    padding-bottom: 10px;
}
#footer .footer_in .right .box_l , #footer .footer_in .right .box_r {
    width: 50%;
    float: left;
}
#footer .footer_in .right li {
    padding-bottom: 10px;
}
#footer .footer_in .right li a:before {
    display: inline-block;
    content: ">";
    padding-right: 12px;
}
#footer .footer_in .right .box_r p {
    padding-bottom: 10px;
}
#footer .copy {
	text-align:center;
	font-size:10px;
	padding:15px 0;
    color: #fff;
}

/* accordion */

#snav {
	display:none;
}

.nb {
	display:none;
}

.map iframe {
	width: 100%;		
}
@media only screen and (max-width: 1024px){
	#snav {
	display:block;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:101;
	border:none;
	padding-bottom:0;
	opacity:1;
    }
    .nb{
	display:block;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 102;
	width:50px;
	height:50px;
	text-align:center;
	font-size:15px;
	box-sizing:border-box;
    padding: 12px 0 5px;
    background-color: rgba(255,255,255, .5);
    }
    .nb .box {
        position: relative;
    }
    .nb span {
        display: inline-block;
        width: 40px;
        height: 2px;
        background: #333;
        transition: all .4s;
    }
    .nb span:nth-of-type(1) {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    .nb span:nth-of-type(2) {
        position: absolute;
        top: 12px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .nb span:nth-of-type(3) {
        position: absolute;
        top: 24px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .nb.action .box {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .nb.action span:nth-of-type(1) {
        -webkit-transform: translateY(12px) rotate(-45deg);
        transform: translateY(12px) rotate(-45deg);
        background: #fff;
    }
    .nb.action span:nth-of-type(2) {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
        background: #fff;
    }
    .nb.action span:nth-of-type(3) {
        opacity: 0;
    }

	.grass {
		opacity:1;
	}
	
	#snav ul {
		float:none;
		width:auto;
		text-align:left;
		display:block !important;
		padding:0;
	}
	#snav li {
		float:none;
		width:auto;
		padding:0;
		margin-top:0;
		display:block !important;
		font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
		font-weight:bold;
		letter-spacing:1.5px;
	}
	#snav li:first-child {
		padding-top:60px;
	}
	#snav ul li a {
		height:auto;
		display:block !important;
		padding:8px 0 8px 10px;
		font-size:14px;
		line-height:160%;
		color:#fff;
	}
	#snav li ul li:first-child {
		padding-top: 0;
	}
	#snav li p {
		padding: 30px 0 8px 8px;
		color: #fff;
	}
	#snav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	#snav .inner{
		width:auto;
		height: 100%;
		overflow-y: auto;
		background: #333;
		padding:0;
	}
	.overlay:after{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:99;
	}
	.action.nb{
		background:rgba(51,51,51,0.5);
		color:#fff;
    }
    #footer , .access_map , .home_news {
        padding-right: 20px;
        padding-left: 20px;
    }
    .home_news {
        margin: 50px auto !important;
    }
}

/* top */
h2 {
    font-size: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
    position: relative;
}
h2 span.en {
    font-size: 18px;
    font-weight: normal;
    display: block;
    padding: 0 0 20px;
    line-height: 18px;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,Hiragino Sans,"游ゴシック",YuGothic,'ＭＳ Ｐゴシック',sans-serif;
}
h2:before {
    content: "";
    width: 150px;
    height: 3px;
    background: #333;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.btn {
    width: 250px;
    margin: 50px auto 0;
    border: 1px solid #333;
    text-align: center;
}
.btn a {
    display: block;
    padding: 20px 10px;
}
.btn img {
    padding-left: 10px;
    vertical-align: middle;
}
.home_con {
    max-width: 1000px;
    margin: 100px auto;
}
.home_con .right {
    float: right;
    width: 50%;
    text-align: center;
}
.home_con .left {
    float: left;
    width: 50%;
}
.home_naiyou ul li {
    width: 50%;
    overflow: hidden;
}
.home_naiyou ul li figure {
    position: relative;
}
.home_naiyou ul li figure img {
    width: 100% !important;
    height: auto;
}
.home_naiyou ul li figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 20%;
    background: rgba(34,23,20,.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
}
.home_naiyou ul li h3 {
    font-size: 20px;
    font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,Hiragino Sans,"游ゴシック",YuGothic,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: normal;
    color: #fff;
    line-height: 36px;
    -webkit-transition: .3s;
    transition: .3s;
}
.home_naiyou ul li h3 span.en {
    display: block;
    font-size: 16px;
}
.home_naiyou li figure img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.home_naiyou li figure:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home_naiyou li figure:hover figcaption {
    height: 30%;
}
.home_naiyou ul li figure:hover figcaption h3 {
    line-height: 56px;
    -webkit-transition: .3s;
    transition: .3s;
}
.home_news {
    max-width: 800px;
    margin: 100px auto;
}
.home_news h2 {
    text-align: center;
}
.home_news h2:before {
    margin: auto;
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.home_news ul li {
    padding: 15px 0;
    border-bottom: 1px solid #333;
}
.home_news ul li span.day {
    padding-right: 30px;
}
.home_recruit {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#10244d+0,173a82+50,10244d+100 */
    background: #10244d; /* Old browsers */
    background: -moz-linear-gradient(left,  #10244d 0%, #173a82 50%, #10244d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #10244d 0%,#173a82 50%,#10244d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #10244d 0%,#173a82 50%,#10244d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10244d', endColorstr='#10244d',GradientType=1 ); /* IE6-9 */
    position: relative;
}
.home_recruit img.rec {
    width: 100% !important;
    height: auto !important;
}
.home_recruit .box p {
    text-align: center;
    color: #fff;
}
.home_recruit .box p.txt {
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
    text-shadow: 0px 0px 1px #000,
    0px 0px 2px #000,
    0px 0px 3px #000,
    0px 0px 4px #000,
    0px 0px 5px #000,
    0px 0px 6px #000;
    font-size: 54px;
}
.home_recruit h3 {
    color: #fff;
    font-size: 150px;
    padding-bottom: 0;
}
.home_recruit h3:first-letter {
    font-size: 200px;
}
.home_recruit .box {
    margin-top: -10%;
    padding-bottom: 80px;
}
.btn_wh {
    max-width: 350px;
    margin: 50px auto 0;
    border: 1px solid #fff;
    text-align: center;
    background: rgba(255,255,255,.3);
    font-size: 18px;
}
.btn_wh a {
    display: block;
    padding: 20px 10px;
    color: #fff;
}
.btn_wh img {
    padding-left: 10px;
    vertical-align: middle;
}
.access_map {
    max-width: 1000px;
    margin: 100px auto;
}
.access_map h4 {
    font-size: 30px;
    color: #10244d;
    text-align: center;
    line-height: 200%;
    border: 1px solid #333;
    font-weight: normal;
    margin-bottom: 20px;
}
.access_map ul li {
    font-size: 20px;
    line-height: 200%;
}
.access_map ul li span.blu {
    display: block;
    float: right;
    font-size: 30px;
    font-weight: bold;
    color: #10244d;
}
@media only screen and (max-width: 1024px){
    .home_con {
        padding-right: 20px;
        padding-left: 20px;
        margin: 50px auto;
    }
    .home_con .right .logo_txt img {
        max-width: 70% !important;
        height: auto !important;
    }
    .home_recruit .box p.txt {
        font-size: 44px;
    }
    .home_recruit h3 {
        font-size: 110px;
    }
    .home_recruit h3:first-letter {
        font-size: 170px;
    }
    .home_naiyou ul li figcaption {
        height: 35%;
    }
    .home_news h2:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }
}
@media only screen and (max-width: 599px) {
    h2 {
        font-size: 24px;
    }
    h2 span.en {
        font-size: 14px;
    }
    .flex .sec2 {
        width: 100%;
    }
    .flex_c .sec2 {
        width: 100%;
    }
    .slide {
        overflow: hidden;
    }
    .slide .logo_txt img {
        width: 50% !important;
        height: auto !important;
    }
    .slide .main_img img {
        width: auto !important;
        max-width: 300% !important;
        margin-left: -50%;
    }
    .slide .logo_txt p {
        font-size: 28px;
    }
    .slide .logo_txt p span.con {
        font-size: 60px;
    }
    .home_con .left {
        width: 100%;
        float: none;
    }
    .home_con .right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .home_naiyou ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .home_recruit .box {
        padding-bottom: 30px;
    }
    .home_recruit .box p.txt {
        font-size: 24px;
    }
    .home_recruit h3 {
        font-size: 55px;
    }
    .home_recruit h3:first-letter {
        font-size: 90px;
    }
    .btn_wh {
        width: 250px;
        font-size: 16px;
        margin-top: 20px;
    }
    .access_map {
        margin: 50px auto;
    }
    .access_map h4 {
        font-size: 18px;
    }
    .access_map .map iframe {
        height: 300px;
        overflow: hidden;
    }
    .access_map .box {
        margin-bottom: 40px;
    }
    #footer {
        padding-top: 30px;
        margin-top: 30px;
    }
    #footer .footer_logo img {
        width: 50%;
    }
}
.mainimg_box {
    position: relative;
}
.mainimg_box p {
    color: #fff;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
    max-width: 1000px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 32px;
}
.mainimg_box .main_img img {
    width: 100% !important;
}
.con_box {
    margin: 100px auto;
}
.con_box .box {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.con_box .box .in {
    max-width: 1000px;
    margin: auto;
    z-index: 10;
    position: relative;
    padding-bottom: 100px;
}
.con_box .box .in .txt_box {
    width: 70%;
    background: rgba(255,255,255,.6);
    padding: 20px;
    box-sizing: border-box;
}
.con_box .box .img_box {
    position: absolute;
    bottom: 0;
    right: -15%;
    z-index: -10;
}
.con_box .box:nth-of-type(even) h2 {
    text-align: right;
}
.con_box .box:nth-of-type(even) h2:before {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}
.con_box .box:nth-of-type(even) .in .txt_box {
    float: right;
}
.con_box .box:nth-of-type(even) .img_box {
    position: absolute;
    bottom: 0;
    right: auto;
    left: -15%;
}
@media only screen and (max-width: 1024px){
    .mainimg_box p {
        padding: 0 20px;
    }
    .con_box .in {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .con_box .box .in .txt_box {
        width: 80%;
    }
    .con_box .box .img_box {
        right: 0;
    }
    .con_box .box:nth-of-type(even) .img_box {
        left: 0;
    }
}
@media only screen and (max-width: 599px) {
    .mainimg_box {
        height: 200px;
    }
    .mainimg_box .main_img img {
        width: 200% !important;
        max-width: 200% !important;
    }
    .con_box {
        margin: 50px auto;
    }
    .con_box .box .in .txt_box {
        width: 100%;
    }
    .con_box .box {
        padding-bottom: 50px;
    }
    .con_box .box:nth-of-type(even) h2 {
        text-align: left;
    }
    .con_box .box:nth-of-type(even) h2:before {
        position: absolute;
        top: 0;
        right: auto;
        left: 0;
    }
    .con_box .box:nth-of-type(even) .in .txt_box {
        float: left;
    }
    .con_box .box:nth-of-type(even) .img_box {
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
    }
}

.com_box {
    position: relative;
}
.com_box .in {
    max-width: 1000px;
    margin: 100px auto;
}
.com_list {
    max-width: 800px;
    margin: 100px auto;
}
.com_list h2 {
    text-align: center;
}
.com_list h2:before {
    margin: auto;
    margin-bottom: 30px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.com_list dl {
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #333;
}
.com_list dl dt {
    float: left;
}
.com_list dl dd {
    padding-left: 150px;
}
.com_list dl dd input , .com_list dl dd textarea{
    width: 100%;
}
.com_box .txt_box {
    float: right;
}
.com_box .txt_box h4 {
    text-align: right;
    font-size: 28px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
}
.com_box .txt_box h4 span {
    font-size: 18px;
    padding-right: 20px;
}
.com_box .txt_box p {
    width: 90%;
    float: right;
    padding: 20px;
    box-sizing: border-box;
}
.com_box .img_box {
    position: absolute;
    top: 15%;
    left: 0;
    z-index: -10;
}
@media only screen and (max-width: 1024px){
    .com_box h2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .com_box h2:before {
        left: 20px;
    }
    .com_list {
        padding-right: 20px;
        padding-left: 20px;
    }
    .com_box .txt_box {
        padding-right: 20px;
    }
    .com_box .img_box {
        top: 20%;
    }
}
@media only screen and (max-width: 599px) {
    .com_box .in {
        margin: 50px auto;
    }
    .com_box .txt_box {
        padding: 0 20px;
    }
    .com_box .txt_box h3 {
        text-align: left;
        padding-bottom: 20px;
    }
    .com_box .txt_box p {
        width: 100%;
        float: none;
        padding: 20px 0 0;
    }
    .com_box .img_box {
        position: relative;
    }
    .com_list dl dd {
        padding-left: 100px;
    }
    .com_box.rec .com_list dl dd {
        padding-left: 120px;
    }
    .com_box p.recruit_txt {
        margin: 50px 20px 20px !important;
        text-align: left !important;
    }
    .com_list {
        margin: 50px auto;
    }
}
.com_box p.recruit_txt {
    max-width: 800px;
    text-align: center;
    margin: 100px auto 50px;
}
.privacy_box {
    max-width: 1000px;
    margin: 100px auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.privacy_box p.txt {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.privacy_box dl {
    margin-bottom: 50px;
    width: 100%;
}
.privacy_box dl dt {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;
}
.privacy_box dl dd {
    padding-left: 20px;
}
.privacy_box dl dd ul {
    padding-top: 20px;
    padding-left: 20px;
}
.privacy_box dl dd ul li {
    padding-bottom: 15px;
    padding-left: 1em;
    text-indent: -1em;
}
@media only screen and (max-width: 599px) {
    .privacy_box {
        margin: 50px auto;
    }
    .privacy_box p.txt {
        margin: 20px auto;
        text-align: left;
    }
    .com_list dl dt , .com_box.news_box dl dd {
        float: none !important;
    }
    .com_box.news_box dl dd {
        padding-top: 20px;
        padding-left: 0 !important;
    }
}
.com_box.news_box dl dt span {
    background: #0f3671;
    padding: 3px 5px;
    min-width: 70px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
    text-align: center;
}

.com_box.news_box dl dt p {
    display: inline-block;
}

.com_box.news_box .com_list dl dt p {
    display: inline-block;
}

.com_box.news_box dl dt p a {
    background: #0f3671;
    padding: 3px 5px;
    min-width: 70px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
    text-align: center;
}
.com_box.news_box dl dd {
    float: left;
    padding-left: 20px;
}
.com_box.news_box h2 {
    text-align: left;
}
.com_box.news_box h2:before {
    left: 0;
    right: auto;
}
.com_box.news_box .day {
    padding: 0 0 20px;
}
.com_box.news_box .day span {
    background: #0f3671;
    padding: 3px 5px;
    min-width: 70px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
    text-align: center;
}
.btn_blu {
    margin-top: 50px;
    text-align: center;
}
.btn_blu a {
    width: 200px;
    height: 40px;
    display: block;
    margin: auto;
    padding: 10px;
    line-height: 40px;
    border: 1px solid #333;
    background: #e7ebf1
}
.btn_blu a img {
    vertical-align: middle;
    padding-right: 20px;
}
.com_box.contact_box p.txt {
    text-align: center;
    margin-bottom: 50px;
}
.com_box.contact_box ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
}
.com_box.contact_box ul li dl {
    padding: 0;
    margin: 0;
    border: 0;
}