@charset "utf-8";

html{
	font-size: 100%;
	overflow-y:scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	list-style: none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

* {-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
  }
body {
width: 1250px;
overflow-x: visible !important;
overflow-y: visible !important;
}
body {
color:#000;
line-height:1.5;
font-family: 'Noto Sans JP', sans-serif;
-webkit-text-size-adjust: 100%;
font-size:90%;
letter-spacing: 1px;
margin: 0;
background-color: #f5f4ef;
}
header {
display: flex;
justify-content: space-between;
position: relative;
}
header::before {
display: block;
content: "";
width: 100%;
height: 5px;
background-image: url("../img/header/header_1.svg");
background-size: cover;
position: absolute;
top: 0;
left: 0;
}
header h1 {
padding: 15px 20px;
font-size: 90%;
font-weight: normal;
}
.h_1 {
display: flex;
}
.h_1-1 {
margin-right: 10px;
}
.h_1-1 a{
background: url("../img/header/header_2.svg") no-repeat left center;
padding: 15px 12px;
font-weight: bold;
display: block;
}
.h_1-2 {
color: #959595;
background: url("../img/header/header_3.svg") no-repeat left center;
padding: 15px 15px;
font-weight: bold;
margin-right: 10px;
}
.h_1-3 a {
width: 142px;
height: 45px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 0 0 15px 15px;
background-color: #39b14a;
color: #fff;
font-weight: 700;
margin-right: 80px;
}

nav {
width: 100%;
position: relative;
}
.n_l {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 999;
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto;
				padding-left: 80px;
				z-index: 1000;
}

.menu > li {
    float: left;
    width: 240px; /* グローバルナビ4つの場合 */
    height: 80px;
				margin: 0 10px;
}

.menu > li a {
    display: flex;
				justify-content: center;
				align-items: center;
				flex-direction: column;
    color: #fff;
    width: 240px; /* グローバルナビ4つの場合 */
    height: 80px;
				border-radius: 15px;
				font-weight: bold;
}
.menu > li a span {
display: block;
font-size: 130%;
}
.menu > li.n_l1 a {
background-color: #00baff;
}
.menu > li.n_l2 a {
background-color: #e97479;
}
.menu > li a:hover {
}

ul.menu__second-level1 {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__second-level2 {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
}
.menu__second-level li a:hover {
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}

li.menu__mega ul.menu__second-level1 {
    position: absolute;
    top: 90px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #00baff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
				display: flex;
				justify-content: space-around;
}

li.menu__mega:hover ul.menu__second-level1 {
    top: 90px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level1 > li {

}

li.menu__mega ul.menu__second-level1 > li:nth-child(3n+2) {
    margin: 0 1%;
}

li.menu__mega ul.menu__second-level2 {
    position: absolute;
    top: 90px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 20px 2%;
    background: #e97479;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
				display: flex;
				justify-content: space-around;
}

li.menu__mega:hover ul.menu__second-level2 {
    top: 90px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level2 > li {

}

li.menu__mega ul.menu__second-level2 > li:nth-child(3n+2) {
    margin: 0 1%;
}
.menu__second-level1 li a ,ul.menu__second-level2 li a {
font-size: 130%;
}

.n_r {
position: absolute;
right: 80px;
top: 0;
height: 80px;
display: flex;
align-items: center;
padding: 10px 0;
z-index: 1001;
}
.n_r li:nth-child(1){
background: url("../img/header/header_6.svg") center right no-repeat;
}
.n_r li:nth-child(2){
background: url("../img/header/header_6.svg") center right no-repeat;
}
.n_r li a {
height: 60px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 30px;
font-size: 110%;
font-weight: bold;
}

	.sw {
		width: 100%;
		height: 700px;
		margin-top: 100px;
		position: relative;
}
.swiper-container {
width: 100%;
height: 700px;
margin-left: auto;
margin-right: auto;
	}
	.slide1 {
	width: 100%;
	height: 100%;
		}
	.slide1 div {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 200px;
	background-image: url("../img/swiper/swi_01.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	}
	.slide2 {
	width: 100%;
	height: 100%;
		}
	.slide2 div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../img/swiper/swi_02.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	}
	.slide2 div img {
 max-width: 80%;
	}
		.slide3 {
	width: 100%;
	height: 100%;
		}
	.slide3 div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../img/swiper/swi_03.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	}
	.slide3 div img {
 max-width: 80%;
	}
	
.sw_1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 700px;
z-index: 100;
}
.sw_1 img {
width: 100%;
height: 700px;
}
.sw_1::before {
position: absolute;
top: 0;
left: 0;
height: 700px;
width: 300px;
background: url("../img/swiper/sw_l.png") no-repeat center center;
content: "";
display: block;
z-index: 101;
}
.sw_1::after {
position: absolute;
top: 0;
right: 0;
height: 700px;
width: 300px;
background: url("../img/swiper/sw_r.png") no-repeat center center;
content: "";
display: block;
z-index: 102;
}

.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.sw_2 {
width: 100%;
display: flex;
justify-content: center;
}
.m {
width: 95%;
margin: 0 auto;
max-width: 1080px;
}
.i-1 {
padding: 80px 0;
}
.i-1-2 span {
display: inline-block;
padding-right: 15px;
font-size: 300%;
}
.i-1-3 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
max-width: 1000px;
margin: 0 auto;
}
.i-1-3 dl {
width: 47%;
display: flex;
padding-top: 40px;
}
.i-1-3 dl dt {
width: 150px;
}
.i-1-3 dl dd {
width : -webkit-calc(100% - 150px) ;
width : calc(100% - 150px) ;
border-bottom: 2px solid #ccc;
padding-bottom: 10px;
}
.i-1-3 dl dd h5 {
height: 30px;
display: inline-block;
padding: 3px 20px 0;
border-radius: 15px;
color: #fff;
font-weight: bold;
}
.i-1-3 dl dd p {
padding: 15px 0 10px;
}
.i-1-3 dl dd h5.n1 {
background: #00baff;
}
.i-1-3 dl dd h5.n2 {
background: #e97479;
}
.i-1-3 dl dd h5.n3 {
background: #39b14a;
}
.i-1-3 dl dd h5.n4 {
background: #FD8432;
}
.i-2t {
width: 100%;
height: 90px;
}
.i-2t img {
width: 100%;
height: 100%;
}
.i-2 {
background: linear-gradient(#dbfcfb, #ffd8ea);
padding: 50px 0 0;
width: 100%;
}
.i-2m {
padding: 0 0 50px;
}
.i-2m dl {
display: flex;
justify-content: space-between;
width: 100%;
padding: 70px 0 30px;
}
.i-2m dl dt {
width : -webkit-calc(100% - 620px) ;
width : calc(100% - 620px) ;
padding: 30px 0;
}
.i-2m dl dt.b1 {
background: url("../img/index/i-2-1.png") no-repeat left top;
}
.i-2m dl dt.b2 {
background: url("../img/index/i-2-2.png") no-repeat left top;
}
.i-2m dl dt h3 {
font-size: 230%;
margin-bottom: 10px;
}
.i-2m dl dd {
width: 540px;
}
.i-2m dl dt div {
margin-bottom: 15px;
}
.i-2m dl dt div span {
display: inline-block;
height: 30px;
padding: 3px 20px 0;
font-size: 90%;
}
.i-2m dl dt.b1 div span {
background: #cbedff;
}
.i-2m dl dt.b2 div span {
background: #ffd8ef;
}
.i-2m dl dt p {
font-size: 110%;
line-height: 30px;
margin-bottom: 30px;
}
.i-2m dl dt div a {
height: 60px;
display: inline-block;
padding: 20px 15px 0 70px;
border-radius: 30px;
}
.i-2m dl dt.b1 div a {
background: url("../img/index/i-2-3.svg") no-repeat 10px center;
}
.i-2m dl dt.b1 div a:hover {
background: url("../img/index/i-2-3.svg") no-repeat 10px center #fff;
}
.i-2m dl dt.b2 div a {
background: url("../img/index/i-2-4.svg") no-repeat 10px center;
}
.i-2m dl dt.b2 div a:hover {
background: url("../img/index/i-2-4.svg") no-repeat 10px center #fff;
}
.i-3 {
width: 100%;
height: 350px;
position: relative;
}
.i-3-1 {
width: 100%;
height: 350px;
}
.i-3-1 img {
object-fit: cover;
object-position: center center;
width: 100%;
height: 350px;
}
.i-3-2 {
position: absolute;
height: 90px;
width: 100%;
left: 0;
top: 0;
}
.i-3-2 img {
width: 100%;
height: 90px;
}
.i-3-3 {
position: absolute;
height: 90px;
width: 100%;
left: 0;
bottom: 0;
}
.i-3-3 img {
width: 100%;
height: 90px;
}
.i-4 {
background: #fff;
padding: 50px 0;
}
.i-4-1 {
font-size: 180%;
letter-spacing: 10px;
text-align: center;
}
.i-4-2 {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 50px 0;
}
.i-4-2b {
width: 48%;
max-width: 480px;
padding: 30px;
display: flex;
flex-wrap: wrap;
background: #cbedff;
border-radius: 15px;
margin-bottom: 20px;
}
.i-4-2 div div.d1 {
width: 100px;
margin-bottom: 20px;
}
.i-4-2 div h4 {
width : -webkit-calc(100% - 200px) ;
width : calc(100% - 200px) ;
line-height: 30px;
font-size: 120%;
}
.i-4-2 div p span {
background: #ffff00;
}
.i-4-2p {
width: 48%;
max-width: 480px;
padding: 30px;
display: flex;
flex-wrap: wrap;
background: #ffd8ef;
border-radius: 15px;
margin-bottom: 20px;
}
.i-4-2b div.d2 {
width: 100px;
height: 35px;
}
.i-4-2b div.d2 a {
width: 100%;
height: 35px;
background: url("../img/index/i-4i1.svg") no-repeat 5px center;
border-radius: 10px;
padding: 0 0 0 30px;
display: flex;
align-items: center;
color: #0071b8;
}
.i-4-2b div.d2 a:hover {
background: url("../img/index/i-4i1.svg") no-repeat 5px center #fff;
}

.i-4-2p div.d2 {
width: 100px;
height: 35px;
}
.i-4-2p div.d2 a {
width: 100%;
height: 35px;
background: url("../img/index/i-4i2.svg") no-repeat 5px center;
border-radius: 10px;
padding: 0 0 0 30px;
display: flex;
align-items: center;
color: #9a005d;
}
.i-4-2p div.d2 a:hover {
background: url("../img/index/i-4i2.svg") no-repeat 5px center #fff;
}
.i-5-1 {
padding: 50px 0;
}
.i-5 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 100px;
}
.i-5 li {
width: 230px;
height: 80px;
}
.i-5 li a {
width: 230px;
height: 80px;
display: flex;
align-items: center;
padding-left: 20px;
border-radius: 15px;
font-size: 110%;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
background: url("../img/index/i-5p.svg") 90% center no-repeat #fff;
}
.i-5-2 {
width: 760px;
height: 190px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
border-radius: 15px;
overflow: hidden;
display: flex;
margin: 0 auto 130px;
background: #fff;
}
.i-5-2 dt {
width: 400px;
height: 100%;
}
.i-5-2 dt img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
}
.i-5-2 dd {
width : -webkit-calc(100% - 400px) ;
width : calc(100% - 400px) ;
padding: 55px 30px 30px 50px;
background: url("../img/index/i-5i.png") no-repeat 50px 25px;
}
.i-5-2 dd h3 {
font-size: 170%;
letter-spacing: 10px;
margin-bottom: 10px;
}
.i-5-2 dd p {
color: #959595;
margin-bottom: 10px;
}
.i-5-2 div {
width: 165px;
height: 35px;
}
.i-5-2 div a {
width: 100%;
height: 35px;
background: url("../img/index/i-5y.svg") no-repeat 5px center;
border-radius: 10px;
padding: 0 0 0 35px;
display: flex;
align-items: center;
}
.i-5-2 div a:hover {
background: url("../img/index/i-5y.svg") no-repeat 5px center #f5f4ef;
}
.i-6 {
background-image: url("../img/index/i-6.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
height: 520px;
display: flex;
justify-content: center;
align-items: center;
}
.i-6m {
height: 280px;
background: #f5f4ef;
border-radius: 15px;
padding: 30px 80px 0;
}
.i-6-1 {
display: flex;
align-items: center;
}
.i-6-1 h3 span {
display: block;
font-size: 250%;
margin-bottom: 5px;
}
.i-6-1 h3 {
width: 180px;
}
.i-6-1 p {
width : -webkit-calc(100% - 180px) ;
width : calc(100% - 180px) ;
font-size: 110%;
}
.i-6-2 {
display: flex;
justify-content: space-around;
padding-top: 30px;
}
.i-6-2l div {
width: 360px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 35px;
background: #bdcdcd;
font-size: 250%;
}
.i-6-2l div img {
padding: 8px 10px 0 0;
display: block;
}
.i-6-2l p {
text-align: center;
color: #808080;
font-size: 90%;
padding-top: 10px;
}
.i-6-2r a {
width: 360px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 35px;
background: #39b14a;
font-size: 165%;
color: #fff;
}
footer {
width: 100%;
background: #39b14a;
padding: 80px 0 10px;
color: #fff;
}
.f-1 {
display: flex;
padding-bottom: 80px;
}
.f-1l {
width: 400px;
}
.f-1l h5 {
line-height: 30px;
font-weight: normal;
}
.f-1l h5 span {
display: block;
font-size: 120%;
}
.f-1r {
width : -webkit-calc(100% - 400px) ;
width : calc(100% - 400px) ;
}
.f-1r ul {
display: flex;
flex-wrap: wrap;
}
.f-1r ul li {
margin: 0 60px 30px 0;
}
.f-1r ul li a::before {
position: absolute;
top: 5px;
left: 0;
content: "・";
color: #fff;
}
.f-1r ul li a {
position: relative;
color: #fff;
padding: 5px 5px 5px 15px;
}
	.top {
		width: 90px;
		height: 90px;
		position: fixed;
		right: 100px;
		bottom: 20px;
		line-height: 0;
		border-radius: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		z-index: 100000;
	}

.globalMenuSp,div.navToggle {
display: none;
}

/* 会社概要 */
.h_2 {
width: 100%;
height: 340px;
position: relative;
z-index: 1;
margin-top: 100px;
}
.h_2-1 {
z-index: 2;
}
.h_2-1 img {
object-fit: cover;
max-width: 100%;
height: 340px;
width: 100%;
}
.h_2-2 {
z-index: 3;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 340px;
}
.h_2-2 img {
width: 100%;
height: 340px;
}
.h_2-3 {
z-index: 4;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 340px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
font-size: 260%;
letter-spacing: 20px;
text-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}
.h_2-3 span {
display: block;
}
.h_2-3 span.ss {
font-size: 80%;
}
.a_1 {
margin: 100px auto;
}
.a_2 {
font-size: 180%;
text-align: center;
width: 100%;
}
.a_3 {
line-height: 33px;
font-size: 110%;
text-align: center;
margin: 50px 0;
}
.a_3 span {
display: block;
}
.a_4 {
font-size: 120%;
font-weight: bold;
}
.a_5 {
background: #dbfcfb;
padding: 100px 0;
}
.a_5-1 {
display: flex;
justify-content: space-between;
}
.a_5-1 h4 {
width: 40%;
font-size: 200%;
}
.a_5-1 h4 span {
display: block;
}
.a_5-1 h4 span.s1 {
font-size: 80%;
}
.a_5-1 h4 span span.s2 {
display: inline-block;
}
.a_5-2 {
width: 60%;
border-top: 1px solid #ccc;
}
.a_5-2 dl {
display: flex;
border-bottom: 1px solid #ccc;
padding: 15px 10px;
}
.a_5-2 dl dt {
width: 120px;
}
.a_5-2 dl dd {
width : -webkit-calc(100% - 120px) ;
width : calc(100% - 120px) ;
}
.a_6 {
background: #ffd8ea;
padding: 100px 0;
}

.a_7 {
padding: 80px 0 50px;
}
.a_7-1 {
width: 95%;
max-width: 620px;
border-top: 1px solid #ccc;
margin: 0 auto;
padding-bottom: 100px;
}
.a_7-1 dl {
display: flex;
border-bottom: 1px solid #ccc;
padding: 15px 10px;
}
.a_7-1 dl dt {
width: 180px;
}
.a_7-1 dl dd {
width : -webkit-calc(100% - 180px) ;
width : calc(100% - 180px) ;
}
.a_5-2 dl dd a {
display: inline-block;
padding: 6px 32px 6px 10px;
background: url("../img/about/a_icon.png") no-repeat 95% center;
margin-left: 20px;
border-radius: 20px;
font-size: 90%;
}
.a_5-2 dl dd a:hover {
background: url("../img/about/a_icon.png") no-repeat 95% center #fff;
}
.a_5-3 {
align-items: center;
}



/* プライバシーポリシー */
.p_1 {
width: 100%;
padding: 80px 0;
background: #fff;
}
.p_1 div p {
margin-bottom: 30px;
}
.p_1 div h5 {
font-family: 'Zen Maru Gothic', sans-serif;
margin-bottom: 15px;
font-size: 140%;
padding-top: 20px;
}
.p_1 div h6 {
font-family: 'Zen Maru Gothic', sans-serif;
margin-bottom: 15px;
font-size: 120%;
}
.p_1 div ul li {
list-style-type: disc;
margin-left: 30px;
margin-bottom: 30px;
}
.p_2 {
margin-top: 100px;
}

/* 採用情報 */

.j_1 dl{
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	display: flex;
	padding: 20px 0;
}
.j_1 dl dt{
	font-weight: bold;
	width: 150px;
	padding: 0;
font-family: 'Zen Maru Gothic', sans-serif;
}
.j_1 dl dd{
width : -webkit-calc(100% - 150px) ;
width : calc(100% - 150px) ;
}
.j_1 dl dd span{
	display: block;
}
.j_1 dl dd div{
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}
.job-m02 {
	margin-top: 10px;
}
.j_1 dl dd p{
	margin: 0;
}
.job-m01 {
	margin-top: 30px;
}
.job-ul01{
	margin: 0;
}
.job-ul01 > li::before{
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 100%;
	background-color:#f5f4ef;
	margin: 0 8px 0 0;
}
.job-ul02{
	margin-left: 40px;
}
.job-ul02 > li{
	list-style-type:disc;
}
.j_1 dl dd p.job-pm {
	margin: 0 0 0 20px;
}
.j_1 dl dd p.job-pmm {
	margin: 0 0 0 40px;
}
.job-ul03{
	margin: 30px 0 0 0;
}
.job-ul03 > li::before{
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 100%;
	background-color:#f5f4ef;
	margin: 0 8px 0 0;
}

.job-b {
	width: 100%;
	margin: 100px auto 30px auto;
}
.j_2 {
width: 100%;
padding: 100px 0;
background: #fff;
}
.red {
color: #FF0700;
}

/* サイトマップ */
.s_1 {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
} 
.s_1 li {
margin-bottom: 20px;
}
.s_1 li a {
display: inline-block;
padding: 10px 20px;
border-radius: 15px;
font-size: 130%;
}
.s_2 {
width: 25%;
text-align: center;
}
.s_3 {
width: 33%;
text-align: center;
}
.s_4 {
width: 33%;
text-align: center;
}
.s_5 {
width: 100%;
font-size: 150%;
text-align: center;
margin-bottom: 20px;
padding-top: 70px;
}
.s_2 a {
background: #f5f4ef;
border: 3px solid #fff;
}
.s_3 a {
background: #00baff;
border: 3px solid #fff;
}
.s_4 a {
background: #e97479;
border: 3px solid #fff;
}
.s_2 a:hover {
background: #fff;
border: 3px solid #f5f4ef;
}
.s_3 a:hover {
background: #fff;
border: 3px solid #00baff;
}
.s_4 a:hover {
background: #fff;
border: 3px solid #e97479;
}

/* あおぞら　利用について */
.r_1 {
width: 100%;
height: 110px;
background: #00baff;
border-bottom: 1px solid #82e6ff;
display: flex;
justify-content: center;
align-items: flex-end;
}
.r_1 ul {
display: flex;
justify-content: center;
width: 95%;
max-width: 1080px;
}
.r_1 ul li {
margin: 0 10px;
}
.r_1 ul li a {
width: 280px;
height: 50px;
border-radius: 10px 10px 0 0;
background: url("../img/aozora_riyou/yajirusi.png") no-repeat 85% center #82e6ff;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
font-size: 120%;
}
.r_1 ul li a:hover,div.r_1 ul li.rol a {
background: url("../img/aozora_riyou/yajirusi.png") no-repeat 85% center #f5f4ef;
}
.r_2 {
width: 100%;
padding: 80px 0;
}
.r_3 {
width: 95%;
max-width: 430px;
margin: 0 auto;
font-size: 220%;
text-align: center;
position: relative;
}
.r_3::after {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
height: 21px;
background: #cbedff;
display: block;
z-index: -1;
content: "";
}
.r_4 {
display: flex;
justify-content: center;
margin: 50px 0 80px;
}
.r_4 li {
margin: 0 20px;
}
.r_4 li a {
display: flex;
justify-content: center;
align-items: center;
width: 230px;
height: 44px;
border-radius: 22px;
border: 4px solid #82e6ff;
font-weight: bold;
font-size: 115%;
box-shadow: 0px 8px 0px 0px #bdcdcd;
}
.r_5 {
font-size: 250%;
letter-spacing: 5px;
text-align: center;
width: 95%;
color: #28aaef;
}
.r_5 span {
display: block;
}
.r_6 {
width: 95%;
text-align: center;
font-size: 220%;
background: url("../img/aozora_riyou/tenten.png") center bottom no-repeat;
padding: 100px 0 20px;
margin: 0 auto 80px;
}
.r_7 {
width: 95%;
max-width: 1040px;
border-radius: 30px;
overflow: hidden;
margin: 0 auto;
}
.r_7 dl {
display: flex;
width: 100%;
border-bottom: 2px solid #f5f4ef;
}
.r_7 dl dt {
width: 280px;
padding: 20px;
text-align: center;
background: #00baff;
font-weight: bold;
font-size: 120%;
color: #fff;
}
.r_7 dl dd {
width : -webkit-calc(100% - 280px) ;
width : calc(100% - 280px) ;
padding: 20px 40px;
background: #fff;
}

/* お問い合わせ */
.c_1 {
font-size: 110%;
text-align: center;
padding: 50px 0 50px;
}
.c_2 {
display: flex;
flex-direction: column;
align-items:center; 
}
.c_3 {
padding-bottom: 20px;
border-bottom: 1px solid #ccc;
}
.c_3 span {
color: #ed5a24;
}

	.con_cm {
		width: 95%;
		max-width: 800px;
		margin: 0 auto;
		padding-top: 30px;
	}
	.con_cm dl {
		width: 100%;
		display: flex;
		border-bottom: 1px solid #ccc;
		padding: 20px 0;
	}
	.con_cm dl dt {
		width: 240px;
		padding: 0 20px;
	}
	.con_cm dl dt span {
	display: inline-block;
		color: #ed5a24;
		padding-left: 15px;
	}
	.con_cm dl dd {
		width: -webkit-calc(100% - 230px);
		width: calc(100% - 230px);
	}
	.con_cm dl dd.c_4 input {
		width: 100%;
		height: 48px;
		text-indent: 1em;
		background: #f8f8f0;
		border-radius: 10px;
		border: none;
	}
	.inp01 {
		max-width: 425px;
	}
	.inp03 {
		margin-bottom: 20px;
	}
	.inp03 input {
		max-width: 130px;
	}
	.inp03 span {
		display: inline-block;
		padding: 0 10px;
		font-size: 100%;
		color: #666666;
	}
	.con_cm dl dd textarea {
		width: 100%;
		height: 120px;
		border: none;
		padding: 10px;
		line-height: 1.5;
		font-family: "Noto Sans JP";
		-webkit-text-size-adjust: 100%;
		letter-spacing: 1px;
		font-size: 95%;
		background: #f8f8f0;
		border-radius: 10px;
	}
	.con_s {
		width: 360px;
		margin: 0 auto;
	}
	.con_s input[type="submit"] {
		-webkit-appearance: none;
		width: 360px;
		height: 70px;
		background: #39b14a;
		color: #fff;
		font-weight: bold;
		font-size: 120%;
		letter-spacing: 2px;
		cursor: pointer;
		border: none;
		border-radius: 35px;
	}
	.con_pr {
		display: flex;
		align-items: center;
	}
	/* 元々のチェックボックス（非表示） */
	.con_pr input[type="checkbox"] {
		display: none;
	}
	/* チェックボックスの代わりを成すラベル */
	.con_pr input[type="checkbox"] + label {
		cursor: pointer;
		display: inline-block;
		position: relative;
		padding-left: 20px;
		padding-right: 10px;
		margin-right: 20px;
	}
	/* ラベルの左に表示させる正方形のボックス□ */
	.con_pr input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		left: 0;
		top: 50%;
		border: 1px solid;
		border-color: #f8f8f0; /* 枠の色変更 お好きな色を */
		background-color: #f8f8f0; /* 背景の色変更 お好きな色を */
		border-radius: 3px;
	}
	/* チェックが入った時のレ点 */
	.con_pr input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 18px;
		height: 9px;
		margin-top: -9px;
		top: 50%;
		left: 3px;
		transform: rotate(-45deg);
		border-bottom: 3px solid;
		border-left: 3px solid;
		border-color: #ed5a24; /* チェックの色変更 お好きな色を */
	}
	
			.con_pr3 {
		flex-direction: column;
		align-items: flex-start;
	}
	.con_pr3 input[type="checkbox"] + label {
margin-bottom: 20px;
}
	
	.con_pr2 a {
	color: #39b14a;
	font-weight: bold;
	}
.c_5 {
display: inline-block;
padding-left: 5px;
}
.con_pr2 {
width: 95%;
max-width: 520px;
padding: 25px 15px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: #f8f8f0;
margin: 50px auto;
border-radius: 20px;
}
.con_pr2 p {
padding-bottom: 15px;
}
	/* 元々のチェックボックス（非表示） */
	.con_pr2 input[type="checkbox"] {
		display: none;
	}
	/* チェックボックスの代わりを成すラベル */
	.con_pr2 input[type="checkbox"] + label {
		cursor: pointer;
		display: inline-block;
		position: relative;
		padding-left: 20px;
		padding-right: 10px;
		margin-right: 20px;
	}
	/* ラベルの左に表示させる正方形のボックス□ */
	.con_pr2 input[type="checkbox"] + label::before {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		left: 0;
		top: 50%;
		border: 1px solid;
		border-color: #fff; /* 枠の色変更 お好きな色を */
		background-color: #fff; /* 背景の色変更 お好きな色を */
		border-radius: 3px;
	}
	/* チェックが入った時のレ点 */
	.con_pr2 input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 18px;
		height: 9px;
		margin-top: -9px;
		top: 50%;
		left: 3px;
		transform: rotate(-45deg);
		border-bottom: 3px solid;
		border-left: 3px solid;
		border-color: #ed5a24; /* チェックの色変更 お好きな色を */
	}

/* むすびめの紹介 */

.m_1::after {
background: #ffd8ea;
}
.m_2 li a {
border: 4px solid #e97479;
}

.m_3 {
width: 95%;
margin: 0 auto;
display: flex;
justify-content: center;
max-width: 1150px;
}
.m_3l {
width: 280px;
}
.m_3l img {
max-width: 100%;
}
.m_3c {
padding: 40px 30px;
width: 600px;
}
.m_4 {
font-size: 230%;
letter-spacing: 3px;
text-align: center;
color: #e97479;
margin-bottom: 60px;
}
.m_5 {
line-height: 35px;
font-size: 110%;
}


.m_6 {
background: url("../img/musubime_syoukai/musubime_ten.png") center bottom no-repeat;
}

.m_7 {
font-size: 150%;
line-height: 45px;
text-align: center;
padding-bottom: 80px;
}
.m_8 {
width: 100%;
padding: 0 0 100px;
background-color: #ffd8ea;
}
.m_10 {
width: 260px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
background: #ff7479;
color: #fff;
font-size: 150%;
border-radius: 20px;
margin: 100px 0 30px;
}
.m_11 {
display: flex;
width: 33%;
margin-bottom: 50px;
}
.m_11 dt {
width: 110px;
line-height: 0;
}
.m_11 dd {
width: -webkit-calc(100% - 110px);
width: calc(100% - 110px);
padding: 20px 10px 0 0;
}
.m_11-1 {
width: 130px;
height: 30px;
display: flex;
justify-content: center;
align-items: center;
color: #fff;
font-weight: bold;
border-radius: 15px;
font-size: 110%;
}
.m_11-2 {
font-size: 180%;
font-weight: bold;
padding: 20px 0;
}
.m_11 dd p.p1 {
background: #ff7479;
}
.m_11 dd p.p2 {
background: #db7e8c;
}
.m_11 dd p.p3 {
background: #b6889f;
}
.m_11 dd p.p4 {
background: #9292b2;
}
.m_11 dd p.p5 {
background: #9292b2;
}


.m_11 dd p.p6 {
background: #6d9cc6;
}
.m_11 dd p.p7 {
background: #49a6d9;
}
.m_11 dd p.p8 {
background: #24b0ec;
}
.m_11 dd p.p9 {
background: #00baff;
}
.m_12 {
display: flex;
justify-content: space-between;
margin-top: 80px;
}
.m_12l {
width: 40%;
max-width: 400px;
padding: 15px 10px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.m_12l iframe {
overflow: hidden;
border-radius: 20px;
}
.m_12l div a {
width: 184px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
background: #bdcdcd;
border-radius: 20px;
}

.m_12r {
width: 58%;
max-width: 600px;
}
.m_12r p {
border-bottom: 1px dotted #bdcdcd;
padding: 15px 10px;
display: flex;
}
.m_12r p span.s1 {
display: block;
color: #808080;
width: 100px;
}

.m_12r p span.s2 {
width: -webkit-calc(100% - 100px);
width: calc(100% - 100px);
}

/* あおぞらの生活 */
.b_1 {
display: flex;
justify-content: space-between;
} 
.b_1l,.b_1c,.b_1r {
width: 320px;
height: 670px;
border-radius: 20px;
overflow: hidden;
padding: 0 5px;
}
.b_1l {
background-image: url("../img/aozora_seikatu/aozora-seikatu-1-back.png");
}
.b_1c {
background-image: url("../img/aozora_seikatu/aozora-seikatu-2-back.png");
}
.b_1r {
background-image: url("../img/aozora_seikatu/aozora-seikatu-3-back.png");
}
.b_1l div,.b_1c div,.b_1r div {
width: 100%;
text-align: center;
padding: 40px 0 20px;
}
.b_1l div img,.b_1c div img,.b_1r div img {
max-width: 100%;
}
.b_1l h6,.b_1c h6,.b_1r h6{
font-family: 'Zen Maru Gothic', sans-serif;
font-size: 180%;
text-align: center;
padding: 30px 0;
}
.b_1l p,.b_1c p,.b_1r p {
padding: 0 10px;
}
.b_1l h6 {
color: #00baff;
}
.b_1c h6 {
color: #ff9d00;
}
.b_1r h6 {
color: #00b899;
}
.b_2 {
display: flex;
justify-content: space-between;
}
.b_2l {
width: -webkit-calc(100% - 420px);
width: calc(100% - 420px);
}
.b_2l h5 {
font-size: 250%;
color: #00baff;
margin-bottom: 80px;
}
.b_2l p {
font-size: 110%;
line-height: 28px;
}
.b_2r {
width: 390px;
}
.b_3 {
display: flex;
justify-content: flex-end;
width: 100%;
background-image: url("../img/aozora_seikatu/aozora-seikatu-5-back.png");
padding: 50px 30px;
position: relative;
border-radius: 30px;
margin-bottom: 100px;
}
.b_3l {
position: absolute;
top: -20px;
left: -20px;
}
.b_3r {
width: 600px;
}
.b_3r h5 {
font-size: 250%;
color: #00baff;
margin-bottom: 30px;
}
.b_3r h6 {
font-size: 110%;
margin: 50px 0 10px;
}
.b_3r h6 span  {
color: #00baff;
}
.b_4 {
padding: 0 0 100px;
}
.b_5 {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.b_5 dl {
width: 33%;
max-width: 350px;
margin-bottom: 50px;
}
.b_5 dl dt {
width: 100%;
}
.b_5 dl dt img {
max-width: 100%;
}
.b_5 dd h6 {
font-family: 'Zen Maru Gothic', sans-serif;
font-size: 150%;
text-align: center;
color: #00baff;
}
.b_5 dd p {
text-align: center;
padding: 20px 0;
}

/* 施設案内 */
.f_1 {
display: flex;
justify-content: center;
}
.f_2 {
padding: 0 0 20px;
margin: 0 auto 30px;
}
.f_2 span {
display: block;
font-size: 70%;
}
.f_3 {
width: 100%;
margin: 0 auto;
}
.f_4 {
width: 95%;
max-width: 880px;
margin: 50px auto 100px;
border-radius: 30px;
overflow: hidden;
}

/* あおぞらの紹介 */
.d_1 {
color: #28aaef;
}
.d_2 {
display: flex;
justify-content: space-between;
padding: 80px 0 0;
}
.d_2l h5 {
font-size: 250%;
margin-bottom: 40px;
}
.d_2l {
width: -webkit-calc(100% - 470px);
width: calc(100% - 470px);
}
.d_2l p {
line-height: 32px;
font-size: 110%;
}
.d_2r {
width: 440px;
}
.d_2r img {
max-width: 100%;
}
.d_3 {
text-align: center;
}
.d_3 img {
max-width: 100%;
}
.d_4 {
line-height: 32px;
font-size: 110%;
text-align: center;
max-width: 800px;
padding: 50px 0
}
.d_5 {
padding: 0 0 20px;
}
.d_6 {
padding: 0 0;
}
.m_12li {
width: 100%;
}
.m_12li img {
max-width: 100%;
}
.m_13 {
display: flex;
flex-wrap: wrap;
}
.i-4-3 {
font-size: 230%;
letter-spacing: 10px;
text-align: center;
padding-top: 50px;
}

.job-ul04{
	margin: 0 0 0 0;
}
.job-ul04 > li::before{
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 100%;
	background-color:#00baff;
	margin: 0 8px 0 0;
}
.job-ul05{
	margin: 0 0 0 0;
}
.job-ul05 > li::before{
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 100%;
	background-color:#e97479;
	margin: 0 8px 0 0;
}
.con_pr4 label {
  position: relative;
  cursor: pointer;
  padding: 0 20px 0 26px;
}

.con_pr4 label::before,
.con_pr4 label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.con_pr4 label::before {
  background-color: #f8f8f0;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  left: 5px;
}

.con_pr4 label::after {
  background-color: #ed5a24;
  border-radius: 50%;
  opacity: 0;
  width: 13px;
  height: 13px;
  left: 7px
}

.con_pr4 input:checked + label::after {
  opacity: 1;
}

.con_pr5 {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0 0 0 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}
.c_6 {
padding: 50px 0 30px;
font-size: 120%;
}

.btn_e {
width: 460px;
background: url("../img/job/icon-entory2.png") no-repeat 93% center #f8ff21;
border-radius: 20px;
height: 115px;
margin: 50px auto;
}
.btn_e a {
width: 100%;
height: 115px;
display: flex;
align-items: center;
justify-content: center;
background: url("../img/job/icon-entory.png") no-repeat 8% center;
font-weight: bold;
font-size: 130%;
}
.btn_e a:hover {
opacity: .8;
}

.btn_e2 {
width: 360px;
padding-top: 20px;
}
.btn_e2 a {
width: 100%;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
background: url("../img/job/icon-entory.png") no-repeat 12% center #f8ff21;
font-weight: bold;
font-size: 130%;
padding-left: 30px;
border-radius: 20px;
}
.btn_e2 a:hover {
opacity: .8;
}
.news_01 {
padding: 80px 0 30px;
}
.news_01 span {
display: block;
}
.news_02 {
padding: 0px 0 100px;
}
.btn_01 {
width: 100%;
max-width: 490px;
margin: 80px auto 0;
}
.btn_01 a img {
max-width: 100%;
}
.bnr {
width: 94%;
margin: 0 auto;
padding: 100px 0 0;
text-align: center;
}
.bnr img {
max-width: 100%;
}
.news_03 {
text-align: center;
font-size: 130%;
padding: 0 0 20px 0;
}
.news_04 {
text-align: center;
margin-bottom: 80px;
}
.news_04 img {
max-width: 100%;
}

.i-5-h3 {
display: flex;
justify-content: flex-end;
max-width: 800px;
margin: 0 auto 30px;
width: 94%;
}
.i-5-h4 {
display: flex;
justify-content: center;
max-width: 800px;
margin: 20px auto 30px;
width: 94%;
font-size: 130%;
}
.i-5-li {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
max-width: 800px;
margin: 0 auto 30px
}
.i-5-li li {
width: 48%;
max-width: 380px;
height: 80px;
margin-bottom: 30px
}
.i-5-li li a {
width: 100%;
height: 80px;
display: flex;
align-items: center;
padding-left: 20px;
border-radius: 15px;
font-size: 110%;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
background: url("../img/index/i-5p.svg") 90% center no-repeat #fff;
}


