@charset "UTF-8";

/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@import url("reset.css");
@import url("formParts.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("privacy.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
    position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.025em;
	color: #202020;
}

div, p{
	text-align: justify;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

.min{
    font-family: "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", serif;
    letter-spacing: -0.025rem;
}

p:empty {
    display: none;
}

@media screen and (max-width:1049px){

img{
	display: block;
	width: auto;
	height: 100%;
}

body{
    position: relative;
    padding: 72px 0 0 0;
    width: 100%;
    overflow-x: hidden;
}

/* header */

header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 72px;
    background-color: #299aef;
    padding: 12px;
    z-index: 9999;
}

.headerLogoWpr{
    display: flex;
    width: 100%;
    padding: 15px 0 0 10px;
}

.headerLogo{
    margin: 0 15px 0 0;
    width: 126px;
}

.headerLogo img{
    width: 100%;
    height: auto;
}

.headerLogoLeed{
    position: relative;
    height: 24px;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: 900px;
    color: #FFF;
    line-height: 20px;
    letter-spacing: .0rem;
}

.headerLogoLeed::before{
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    top: 0;
    left: 0;
    border-left: 1px solid #FFF;
}

.headerMenuWpr{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 706px;
    height: 50px;
}

.headerMenuWpr nav ul{
    display: flex;
    width: 525px;
    height: 50px;
    padding: 18px 30px;
    border-radius: 25px;
    background-color: #FFF;
}

.headerMenuWpr nav ul li{
    display: block;
    flex: 1 1 auto;   /* 全員同じ比率で伸びる */
    min-width: 0;  /* はみ出し対策（重要） */
}

.headerMenuWpr nav ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #0b66cb;
    font-weight: 700;
    letter-spacing: .1rem;
    transition: .3s;
}

.headerMenuWpr nav ul li a:hover{
    transform: translateY(-2px);
    transition: .3s;
}

.headerContact{
    width: 155px;
    height: 50px;
    padding: 18px 0;
    border-radius: 25px;
    background-color: #154682;
}

.headerContact a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: .1rem;
    transition: .3s;
}

.headerContact a:hover{
    color: #ffe400;
    transition: .3s;
}

/* hero */

.heroWpr{
    position: relative;
    width: 100%;
    height: 405px;
    padding: 45px 0 80px 0;
    background-image: url('../image/fvBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.amikake{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 405px;
    background-image: url('../image/fvAmi.png');
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 100;
}

.heroLeed{
    margin: 0 0 35px 0;
    padding: 0 15%;
    font-size: 20px;
    font-weight: 900;
    color: #154682;
    text-align: center;
    letter-spacing: .2rem;
    line-height: 29px;
}

.mainCatch{
    position: relative;
    width: 330px;
    margin: 0 auto 10px auto;
    z-index: 110;
}

.mainCatch img{
    width: 100%;
    height: auto;
}

.subCatch{
    position: relative;
    margin: 0 auto 30px auto;
    padding: 0 0 0 10px;
    font-family: Futura, "Century Gothic", "Trebuchet MS", sans-serif;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    letter-spacing: .2rem;
    line-height: 20px;
    z-index: 110;
}

.hero_cta{
    position: relative;
    display: block;
    width: 330px;
    height: 54px;
    border-radius: 39px;
    margin: 0 auto;
    background-color: #ffe400;
    font-size: 20px;
    text-align: center;
    line-height: 54px;
    z-index: 110;
    transition: .8s;
}

.hero_cta:hover{
    width: 500px;
    transition: .2s;
}

.hero_cta::after{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 25px;
    border-top: 2px solid #8b4919;
    border-right: 2px solid #8b4919;
    transform: rotate(45deg);
    transition: .8s;
}

.hero_cta:hover::after{
    transition: .2s;
    transform: rotate(405deg);
}

.hero_cta a{
    font-weight: 900;
    color: #222;
}

.introWpr{
    width: 100%;
    background-image: url('../image/bgTiles.png');
    padding: 55px 0 35px 0;
}

.introWpr {
    display: block;
    width: 100%;
}

.introWpr .intro{
    position: relative;
    width: 93%;
    margin: 0 auto 20px auto;
    padding: 60px 15px 15px 15px;
    background-color: #FFF;
    border-radius: 10px;
}

.breakout-left div.introLeed {
    position: absolute;
    top: -17px;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    color: #222;
    font-size: 23px;
    line-height: 36px;
    font-weight: 900;
    letter-spacing: .3rem;
    text-align: center;
}

.breakout-left div span,
.breakout-left p span{
    color: #1496ef;
}

.breakout-left p {
    color: #222;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
}
  
.introBodyWpr{
    width: 100%;
}

.introBody{
    width: 100%;
}

.introBodyImg{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.introBodyImg img{
    width: 100%;
    height: auto;
}

.service{
    width: 90%;
    margin: 0 auto;
}

.breakout-right h2 {
    margin: 0 0 65px 0;
    color: #222;
    font-size: 51px;
    line-height: 51px;
    font-weight: 900;
    letter-spacing: .8rem;
}



.serviceBodyWpr{
    width: 100%;
    padding: 30px 15px 15px 15px;
    background-color: #cfdfe6;
    border-radius: 10px;
}

.serviceBody{
    width: 100%;
}

.serviceBody h2{
    margin: 0 0 30px 0;
    padding: 0 0 0 10px;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: .2rem;
    text-align: center;
}

.serviceBodyLeed{
    margin: 0 0 25px 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    color: #1496ef;
    letter-spacing: .1rem;
    text-align: center;
}

.serviceBody p{
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.serviceUnitWpr{
    width: 100%;
}

.serviceUnit{
    width: 100%;
    padding: 15px 20px;
    margin: 0 0 13px 0;
    border-radius: 10px;
    background-color: #FFF;
}

.serviceUnitImg{
    width: 250px;
    margin: 0 auto 10px auto;
}

.serviceUnitImg img{
    width: 100%;
    height: auto;
}

.serviceUnitLeed{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.serviceUnitWpr p{
    position: relative;
    font-size: 14px;
    margin: 0 0 10px 0;
    text-align: center;
}


.serviceBodyAnchor{
    position: relative;
    display: flex;
    justify-content: center; /* 左右中央 */
    align-items: center;     /* 上下中央 */
    width: 100%;
    height: 50px;
    margin: 20px 0 0 0;
    border-radius: 30px;
    background-color: #FFF;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
}

.serviceBodyAnchor::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 25px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #1496ef;
    border-right: 2px solid #1496ef;
    transform: rotate(45deg);
    transition: .8s;
}

.serviceBodyAnchor:hover::after{
    transform: rotate(405deg);
    transition: .2s;
}

.serviceBodyAnchor a{
    transition: .8s;
    color: #1496ef;
}

.serviceBodyAnchor:hover a{
    transition: .2s;
    font-size: 21px;
}

/* top recruit */

section.top.recruit{
    width: 93%;
    margin: 0 auto;
    padding: 30px 0;
    background-color: #FFF;
}

.top .recruitHeader{
    margin: 0 0 35px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #333;
}

.top .recruitHeader .en{
    margin: 0 0 8px 0;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: .2rem;
    font-weight: 900;
    color: #222;
    text-align: center;
}

.top .recruitHeader h2{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: .4rem;
    color: #222;
    text-align: center;
}

.body{
    width: 100%;
}

.top.recruit .body .leed{
    margin: 0 0 30px 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: .2rem;
}

.top.recruit .body .subleed{
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.top.recruit .body .itemWpr p{
    padding: 0 0 0 13px;
    border-left: 2px solid #333;
    margin: 0 0 15px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

.top.recruit .bodyWpr .anchor{
    position: relative;
    display: flex;
    justify-content: center; /* 左右中央 */
    align-items: center;     /* 上下中央 */
    width: 305px;
    height: 50px;
    margin: 20px auto 0 auto;
    border-radius: 30px;
    background-color: #333333;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}

.top.recruit .bodyWpr .anchor::after{

    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 25px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transition: .8s;
    transform: rotate(45deg);
}

.top.recruit .bodyWpr .anchor:hover::after{
    transition: .2s;
    transform: rotate(405deg);
}

.top.recruit .bodyWpr .anchor a{
    display: block;
    width: 100%;
    color: #FFF;
    letter-spacing: .2rem;
    transition: .8s;
}

.top.recruit .bodyWpr .anchor a:hover{
    font-size: 21px;
    transition: .2s;
}

.bodyImgWpr{
    width: 100%;
}

.bodyImgWpr div img {
    width: 100%;
    height: auto;
}

.bodyImgWpr .upr{
    width: 230px;
    margin: 0 auto 20px 0;
    border-radius: 10px;
    overflow: hidden;
}

.bodyImgWpr .main{
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.bodyImgWpr .lwr{
    width: 230px;
    margin: 0 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

/* front-contact */

section.front.contact{
    width: 100%;
    padding: 30px 0 40px 0;
    background-color: #d6e5ec;
}

section.front.contact .ttl{
    width: 93%;
    margin: 0 auto;
}

section.front.contact .ttl h3{
    margin: 0 0 10px 0;
    font-size: 23px;
    line-height: 23px;
    letter-spacing: .2rem;
    font-weight: 900;
    color: #1496ef;
    text-align: center;
}

section.front.contact .ttl p{
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 20px;
    letter-spacing: .1rem;
}

section.front.contact .formWpr{
    width: 93%;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px 15px;
}

.swWpr{
    width: 100%;
}

.fst,.scd{
    width: 100%;
}

.swWpr div div{
    margin: 0 0 20px 0;
}

.swWpr div div p {
    display: inline-block;
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.swWpr div div span.req{
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 4px 2px 4px;
    background-color: #ffe400;
    font-size: 13px;
    font-weight: 700;
}

.agreeWpr  div span.req{
    position: relative;
    top: 0;
    display: inline-block;
    height: 25px;
    margin: 4px 0 0 0;
    padding: 5px 4px 2px 4px;
    background-color: #ffe400;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
}

.swWpr div div label{
    display: block;
}

span.exbold{
    display: inline-block;
    padding: 0 0 0 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
}

span.bold{
    display: inline-block;
    margin: -5px 5px 0 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
}

.contactSv{
    display: inline-block;
    margin: 0 ;
    width: 155px;
    height: 31px;
}

.contactSv img{
    width: 100%;
    height: auto;
}

.scd .cbWpr .cbUnit{
    margin: 0 0 10px 0;
}

.svLabel {
    display: none;
    font-size: 14px;
    font-weight: 400;
}

.agreeWpr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 8px 20px 8px;
    margin: 0 0 20px 0;
    border: 1px solid #d0d0d0;
    background-color: #f9f8eb;
    text-align: center;
}

.agreeAnchor{
    font-size: 13px;
    text-align: center;
}

input[type="submit"].contactSubmit{
    cursor: pointer;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: #1496ef;
    border: 0px solid #1496ef;
    font-size: 21px;
    font-weight: 900;
    color: #FFF;
}

/* thanks */

section.thanks{
    width: 100%;
    padding: 80px 0 100px 0;
    background-color: #d6e5ec;
}

section.thanks .ttl{
    width: 1050px;
    margin: 0 auto;
}

section.thanks .ttl h3{
    margin: 0 0 30px 0;
    font-size: 51px;
    font-weight: 900;
    color: #1496ef;
    line-height: 51px;
    text-align: center;
    letter-spacing: .9rem;
}

section.thanks .ttl p{
    margin: 0 0 50px 0;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 20px;
    text-align: center;
    letter-spacing: .1rem;
}

.thanksBody{
    width: 700px;
    margin: 0 auto;
    padding: 60px 55px;
    background-color: #FFF;
    border-radius: 15px;
}

.thanksBody .thanksBodyLeed{
    margin: 0 0 60px 0;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    color: #154682;
}

.thanksBody p{
    font-size: 16px;
    line-height: 29px;
    text-align: center;
}

/* footer */

footer{
    padding: 35px 0 25px 0;
    background-color: #f7fafb;
}

footer .inner{
    width: 90%;
    margin: 0 auto;
}

footer .inner .info{
    width: 100%;
}

footer .inner .info .logo{
    width: 170px;
    margin: 0 auto 30px auto;
}

footer .inner .info .logo img{
    width: 100%;
    height: auto;
}

footer .inner .info .adress{
    margin: 0 auto 20px auto;
    font-size: 12px;
    letter-spacing: .1rem;
    text-align: center;
}

footer .inner .info .adress p{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

footer .inner .menu{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

footer .inner .menu .sMenu,
footer .inner .menu .iMenu{
    width: 48%;
}

footer .inner .menu .sMenu p{
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700;
    color: #0b66cb;
    line-height: 29px;
    letter-spacing: .2rem;
}

footer .inner .menu .sMenu nav ul li a,
footer .inner .menu .iMenu nav ul li a{
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0b66cb;
    line-height: 29px;
    letter-spacing: 0;
}

footer .inner .menu .sMenu nav ul li{
    position: relative;
    padding: 0 0 0 27px;
}

footer .inner .menu .sMenu nav ul li a::before{
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 14px;
    height: 1px;
    background-color: #0b66cb;
}

.cr{
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    color: #666;
    letter-spacing: .2rem;
}

/* cover */

.coverWpr{
    width: 100%;
    height: 100px;
    background-image: url('../image/panelBg.png');
    background-size: cover;
}

.cover{
    width: 90%;
    height: 100px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

.cover .en{
    display: block;
    width: 100%;
    margin: 0 0 7px 0;
    font-size: 22px;
    font-weight: 900;
    color: #FFF;
    line-height: 22px;
    letter-spacing: .3rem;
}

.cover h1{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 900;
    color: #154682;
    letter-spacing: .2rem;
}

/* bread */

section.bread{
    width: 100%;
    height: 40px;
    background-color: #FFF;
}

section.bread nav{
    width: 92%;
    margin: 0 auto;
}

section.bread nav ul{
    display: flex;
}

section.bread nav ul li a{
    position: relative;
    display: flex;
    height: 40px;
    margin-right: 30px;
    align-items: center;
    color: #154682;
    font-size: 13px;
}

section.bread nav ul li a::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 1px;
    bottom: 0;
    right: -20px;
    margin: auto 0;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
}

section.bread nav ul li:last-child a::after{
    display: none;
}

/* company */
.contents.company{
    width: 100%;
    padding: 25px 0;
    background-color: #d6e5ec;
}

.custom_table {
    width: 90%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 3px;
    overflow: hidden;
    border-radius: 0px;
    margin: 0 auto;
    padding: 2px;
    background-color: #FFF;
    border-radius: 3px;;
}

.custom_table tr td{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custom_table td {
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.custom_table tr td.col_1 {
    background-color: #f3f8fc;
    text-align: left;
    padding: 4px 10px;
    color: #222222;
    font-weight: 700;
    letter-spacing: 0;
}

.custom_table tr td.col_2 {
    background-color: #ffffff;
    text-align: left;
    color: #222222;
    font-weight: 400;
    letter-spacing: 0;
}

/* service */
.contents.service{
    width: 100%;
    padding: 30px 0 20px 0;
    background-color: #d6e5ec;
}

.contents.service .header{
    width: 90%;
    margin: 0 auto 25px auto;
}

.contents.service .header h2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 150px;
    margin: 0 auto;
    background-color: #1496ef;
    font-size: 23px;
    font-weight: 900;
    line-height: 34px;
    color: #FFF;
    text-align: center;
    letter-spacing: .2rem;
}

.contents.service .header p{
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color:#222222;
}

.contents.service .unitWpr{
    display: grid;
    width: 90%;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 15px;
}

.contents.service .unitWpr .unit{
    background-color: #FFF;
    border-radius: 10px;
    padding: 23px 18px; 
}

.contents.service .unitWpr .unit .img{
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    margin: 0 auto 15px auto;
}

.contents.service .unitWpr .unit .img img{
    width: auto;
    height: 45px;
    margin: 0 auto;
}

.contents.service .unitWpr .unit .leed{
    margin: 0 auto 20px auto;
    font-size: 19px;
    font-weight: 900;
    line-height: 26px;
    text-align: center;
    color: #202020;
}

/* about */

.contents.about{
    width: 100%;
    padding: 30px 0;
    background-color: #d6e5ec;
}

.missionWpr{
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #cccccc;
}

.messageWpr{
    width: 90%;
    margin: 0 auto ;
}

.missionTtl{
    margin: 0 auto 20px auto;
}

.missionTtl p{
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    color: #222222;
    letter-spacing: .2rem;
}

.missionTtl h2{
    font-size: 21px;
    font-weight: 900;
    text-align: center;
    line-height: 30px;
    color: #1496ef;
}

.missionImg{
    width: 90%;
    margin: 0 auto 20px auto;
    border-radius: 15px;
    overflow: hidden;
}

.missionImg img{
    width: 100%;
    height: auto;
}

.missionBody p{
    margin: 0 auto 15px auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.messageWpr{
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.messageImg{
    display: none;
}

.messageTtl{
    margin: 0 auto 20px auto;
}

.messageTtl p{
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    color: #222222;
    letter-spacing: .2rem;
    line-height: 20px;
}

.messageTtl h2{
    font-size: 21px;
    font-weight: 900;
    text-align: center;
    line-height: 30px;
    color: #1496ef;

}

.messageBody{
    width: 100%;
    margin: 0;
}

.messageBody p{
    margin: 0 auto 15px auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

/* privacy */

.privacyWpr{
    padding: 20px 0;
    background-color: #d6e5ec;
}

.privacyBody{
    width: 90%;
    margin: 0 auto;
    padding: 20px 15px;
    background-color: #FFF;
    border-radius: 10px;
}

/* recruit */

.recruitWpr{
    padding: 20px 0;
    background-color: #d6e5ec;
}

.recruitBody{
    width: 90%;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
}


/* bread */
nav ul.bread{
    display: flex;
    width: 100%;
    height: 40px;
    margin: 0 auto 50px auto;
}

nav ul.bread li{
    height: 40px;
}

nav ul.bread li a{
    position: relative;
    display: block;
    margin: 0 23px 0 0;
    font-size: 13px;
    line-height: 38px;
    color: #333;
}

nav ul.bread li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
}

nav ul.bread li:last-child a::after{
    display: none;
}


/* faq */

.qa__title--ja {
	color: #767676;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px; /* 128.125% */
}

.qa-item {
	margin-bottom: 10px;
	padding: 0;
	border-radius: 4px;
    background-color: #FFF;
}

.qaUnitWpr .qa-item {
    border: 1px solid #d7f0fc;
}

.qa-box__q {
	position: relative;
	padding: 12px 42px 12px 45px;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	color: #222;
}

.qa-box__q br{
    display: none;
}

.qa-box__q span{
	position: absolute;
	display: block;
	left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #1b313d;
    text-align: center;
    line-height: 22px;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 12px 22px 12px 45px;
	border-radius: 8px;
	font-size: 14px;
	line-height: 21px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__content br{
    display: none;
}

.qa-box__content span{
	position: absolute;
	display: block;
	left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 19px;
	font-weight: 700;
	color: #e72119;
    text-align: center;
}

.qa-box__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 3px;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border-bottom: 2px solid #1b313d;
	border-right: 2px solid #1b313d;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}


/* ハンバーガーメニュー */

.drawer{
    position: relative;
    display: block;
    width: 44px;
	height: 44px;
	margin: auto 0;
    z-index: 9999;
    background-color: #FFF;
    border-radius: 25px;
}

.drawer-hidden {
	display: none;
}

.drawer-open {
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    width: 44px;
	height: 44px;
	margin: auto;
	z-index: 100;
}

.drawer-open span{
	position: absolute;
	display: block;
	width: 23px;
	height: 3px;
	transition: 0.5s;
    bottom: 0;
	top: 0;
    margin: auto 0;
    background-color: #1b313d;
}

.drawer-open span:before {
	content: "";
	display: block;
	height: 3px;
	width: 23px;
    background-color: #1b313d;
	transition: 0.5s;
	position: absolute;
	bottom: 9px;

}

.drawer-open span:after {
	content: "";
	display: block;
	height: 3px;
	width: 23px;
    background-color: #1b313d;
	transition: 0.5s;
	position: absolute;
	top: 9px;
}

.drawer-open.clicked span {
	background: #FFF;
}
.drawer-open.clicked span::before {
	bottom: 0;
	transform: rotate(45deg);
}
.drawer-open.clicked span::after {
	top: 0;
	transform: rotate(-45deg);
}

/* 横スライドメニュー*/

.drawer-content-wrap{
    width: 90%;
    margin: 0 auto;
}

header .drawer-content{
	display: flex;
}

header .drawer-content nav{
	display: block;
	width: 50%;
}

header .drawer-content .tagOuter{
	display: block;
	width: 50%;
}

header .drawer-content div nav{
	display: block;
	width: 100%;
}

.drawer-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 70px;/*ヘッダーの高さ*/
	left: 100%;/*向き変更*/
	transition: 0.5s;
	padding: 35px 0 20px 5px;
	margin-left: 0;/*向き変更・背景見せる場合マージン入れる*/
	padding-right: 0;/*向き変更・背景見せる場合マージン入れる*/
	overflow: scroll;
	background: #299aef;
	z-index: 9900;
}

.drawer-content.clicked {
	left: 0;/*向き変更*/
}

.drawer-content-bg{
    position: relative;
    z-index: 9000;
}

.drawer-content-bg.clicked {
	left: 0;
}

.drawerNav{
    margin: 0 auto 40px auto;
}

.drawerNav ul{
    display: block;
    width: 70%;
    margin: 0 auto;
}

.drawerNav ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 44px;
    text-align: center;
    color: #FFF;
    border-bottom: 1px dotted #FFF;
}

.drawerNav ul li:last-child a{
    border-bottom: 0px dotted #FFF;
}


a.drawerInfoTell{
    position: relative;
    display: block;
    height: 50px;
    width: 330px;
    margin: 0 auto 15px auto;
    padding: 0 0 0 55px;
    font-size: 50px;
    line-height: 50px;
    font-family: "Oswald", sans-serif;
    color: #01a0ed;
    font-weight: 500;
    opacity: 1;
    transition: .2s;
    text-align: center;
}

a.drawerInfoTell span{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-size: 54px;
    color: #0e4864;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

a.drawerInfoTell:hover{
    opacity: .9;
    transition: .2s;
}

.drawerInfoTellNote{
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 13px;
    color: #222;
}

.drowerTelNote{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto 10px auto;
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 21px;
}

.drowerTelNote span{
    letter-spacing: .35rem;;
}

.drawerNavUnit a{
    width: 100%;
    text-align: center;
}

.drawerNavUnit a img{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.drawerBtnUnit{
    width: 100%;
    margin: 0 auto 20px auto;
}

header .drawer-content div nav.drawerflexNav{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

nav.drawerflexNav ul{
    display: block;
    width: 35%;
}

nav.drawerflexNav ul:last-child{
    width: 30%;
}

nav.drawerflexNav ul li{
    width: 100%;
    text-align: center;
}

nav.drawerflexNav ul li a{
    display: block;
    width: 100%;
    height: 44px;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
}



.pc{
	display: none !important;
}

}

@media screen and (min-width:1050px){

img{
	display: block;
	width: 100%;
	height: auto;
}

body{
	position: relative;
    padding: 0 0 0 0;
}

header{
    display: flex;
    justify-content: space-between;
    height: 96px;
    background-color: #299aef;
    padding: 24px;
}

.headerLogoWpr{
    display: flex;
    width: 360px;
    padding: 10px 0 0 0
}

.headerLogo{
    margin: 0 25px 0 0;
    width: 166px;
    height: 28px;
}

.headerLogoLeed{
    position: relative;
    width: 190px;
    height: 28px;
    padding: 0 0 0 20px;
    font-size: 14px;
    font-weight: 900px;
    color: #FFF;
    line-height: 24px;
    letter-spacing: .19rem;
}

.headerLogoLeed::before{
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 24px;
    top: 0;
    left: 0;
    border-left: 1px solid #FFF;
}

.headerMenuWpr{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 706px;
    height: 50px;
}

.headerMenuWpr nav ul{
    display: flex;
    width: 525px;
    height: 50px;
    padding: 18px 30px;
    border-radius: 25px;
    background-color: #FFF;
}

.headerMenuWpr nav ul li{
    display: block;
    flex: 1 1 auto;   /* 全員同じ比率で伸びる */
    min-width: 0;  /* はみ出し対策（重要） */
}

.headerMenuWpr nav ul li a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #0b66cb;
    font-weight: 700;
    letter-spacing: .1rem;
    transition: .3s;
}

.headerMenuWpr nav ul li a:hover{
    transform: translateY(-2px);
    transition: .3s;
}

.headerContact{
    width: 155px;
    height: 50px;
    padding: 18px 0;
    border-radius: 25px;
    background-color: #154682;
}

.headerContact a{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: .1rem;
    transition: .3s;
}

.headerContact a:hover{
    color: #ffe400;
    transition: .3s;
}

/* hero */

.heroWpr{
    position: relative;
    width: 100%;
    height: 665px;
    padding: 90px 0 80px 0;
    background-image: url('../image/fvBg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.amikake{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 665px;
    background-image: url('../image/fvAmi.png');
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 100;
}

.heroLeed{
    margin: 0 0 65px 0;
    font-size: 24px;
    font-weight: 900;
    color: #154682;
    text-align: center;
    letter-spacing: 1rem;
    line-height: 24px;
}

.mainCatch{
    position: relative;
    width: 620px;
    height: 144px;
    margin: 0 auto 35px auto;
    z-index: 110;
}

.mainCatch::before{
    position: absolute;
    display: block;
    content: "Artificial Intelligence";
    width: 102px;
    height: 50px;
    top: 65px;
    left: -105px;
    text-align: left;
    font-weight: 700;
    color: #FFF;
    letter-spacing: .2rem;
}

.mainCatch::after{
    position: absolute;
    display: block;
    content: "Digital Transformation";
    width: 135px;
    height: 50px;
    top: 65px;
    right: -105px;
    font-weight: 700;
    text-align: left;
    color: #FFF;
    letter-spacing: .2rem;
}

.subCatch{
    position: relative;
    margin: 0 auto 90px auto;
    font-family: Futura, "Century Gothic", "Trebuchet MS", sans-serif;
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    letter-spacing: .5rem;
    line-height: 60px;
    z-index: 110;
}

.hero_cta{
    position: relative;
    display: block;
    width: 430px;
    height: 77px;
    border-radius: 39px;
    margin: 0 auto;
    background-color: #ffe400;
    font-size: 23px;
    text-align: center;
    line-height: 75px;
    z-index: 110;
    transition: .8s;
}

.hero_cta:hover{
    width: 500px;
    transition: .2s;
}

.hero_cta::after{
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 25px;
    border-top: 2px solid #8b4919;
    border-right: 2px solid #8b4919;
    transform: rotate(45deg);
    transition: .8s;
}

.hero_cta:hover::after{
    transition: .2s;
    transform: rotate(405deg);
}

.hero_cta a{
    font-weight: 900;
    color: #222;
}

.introWpr{
    width: 100%;
    background-image: url('../image/bgTiles.png');
    padding: 105px 0 85px 0;
}

.introWpr {
  display: grid;
  grid-template-columns:
    [full-start] 1fr
    [content-start] min(1050px, 100%) [content-end]
    1fr [full-end];
    gap: 10px;
}

/* 通常の要素はコンテンツ列（中央1000px）に収める */
.page > * {
  grid-column: content;
}


  /* 左端までブレイクアウトするブロック */
  .breakout-left {
    position: relative;
    grid-column: full-start / content-end;
    background: #FFF;

    /* 中身のテキストはコンテンツ左端に揃え直す */
    padding-left: max(40px, calc(100% - 1050px));
    padding-right: 40px;
    padding-block: 145px 50px;
    box-sizing: border-box;
    border-radius: 0 15px 15px 0;
    margin: 0 0 90px 0;
  }

  .breakout-left div.introLeed {
    position: absolute;
    top: -30px;
    left: max(40px, calc(100% - 1050px));
    color: #222;
    font-size: 51px;
    line-height: 69px;
    font-weight: 900;
    letter-spacing: .5rem;
  }

.breakout-left div span,
.breakout-left p span{
    color: #1496ef;
}   

  .breakout-left p {
    color: #222;
    margin: 0 0 30px 0;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .15rem;
    font-weight: 700;
  }

  
.introBodyWpr{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.introBody{
    width: 470px;
}

.introBodyImg{
    width: 505px;
    padding: 40px 0 0 0;
}

/* 左端までブレイクアウトするブロック */
.breakout-right {
    position: relative;
    grid-column: content-start / full-end;
    background: #cfdfe6;
    /* 中身のテキストはコンテンツ左端に揃え直す */
    padding: 80px 0 80px 50px;
    box-sizing: border-box;
    border-radius: 15px 0 0 15px;
}

.breakout-right h2 {
    margin: 0 0 65px 0;
    color: #222;
    font-size: 51px;
    line-height: 51px;
    font-weight: 900;
    letter-spacing: .8rem;
}

.serviceBodyWpr{
    display: flex;
    justify-content: space-between;
    width: 1000px;
}

.serviceBody{
    width: 375px;
}

.serviceBody h2{
    margin: 0 0 70px 0;
    font-size: 51px;
    line-height: 51px;
}

.serviceBodyLeed{
    margin: 0 0 75px 0;
    font-size: 29px;
    font-weight: 900;

    line-height: 47px;
    color: #1496ef;
    letter-spacing: .1rem;
}

.serviceBody p{
    margin: 0 0 30px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .1rem;
}

.serviceUnitWpr{
    width: 565px;
}

.serviceUnit{
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
    border-radius: 10px;
    background-color: #FFF;
    padding: 20px 30px 20px 25px;
}

.serviceUnitImg{
    width: 250px;
    display: flex;
    justify-content: center; /* 左右中央 */
    align-items: center;     /* 上下中央 */
}

.serviceUnitLeed{
    width: 235px;
    font-size: 14px;
    line-height: 22px;
}

.serviceUnitWpr p{
    position: relative;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.serviceUnitWpr p::after{
    position: absolute;
    content: "";
    display: block;
    width: 410px;
    height: 1px;
    top: 10px;
    right: 0;
    background-color: #a0abb0;
}

.serviceBodyAnchor{
    position: relative;
    display: flex;
    justify-content: center; /* 左右中央 */
    align-items: center;     /* 上下中央 */
    width: 305px;
    height: 60px;
    margin: 50px 0 0 0;
    border-radius: 30px;
    background-color: #FFF;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.serviceBodyAnchor::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 25px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #1496ef;
    border-right: 2px solid #1496ef;
    transform: rotate(45deg);
    transition: .8s;
}

.serviceBodyAnchor:hover::after{
    transform: rotate(405deg);
    transition: .2s;
}

.serviceBodyAnchor a{
    transition: .8s;
    color: #1496ef;
}

.serviceBodyAnchor:hover a{
    transition: .2s;
    font-size: 21px;
}

/* top recruit */

section.top.recruit{
    width: 1050px;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #FFF;
}

.top .recruitHeader{
    display: flex;
    justify-content: space-between;
    margin: 0 0 65px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #333;
}

.top .recruitHeader .en{
    font-size: 51px;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: .9rem;
    color: #222;
}

.top .recruitHeader h2{
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: .4rem;
    color: #222;
}

.bodyWpr{
    display: flex;
    justify-content: space-between;
}

.body{
    width: 525px;
}

.top.recruit .body .leed{
    margin: 0 0 60px 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 55px;
    letter-spacing: .2rem;
}

.top.recruit .body .subleed{
    margin: 0 0 60px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.top.recruit .body .itemWpr p{
    padding: 0 0 0 20px;
    border-left: 4px solid #333;
    margin: 0 0 30px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.top.recruit .body .anchor{
    position: relative;
    display: flex;
    justify-content: center; /* 左右中央 */
    align-items: center;     /* 上下中央 */
    width: 305px;
    height: 60px;
    margin: 50px 0 0 0;
    border-radius: 30px;
    background-color: #333333;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.top.recruit .body .anchor::after{

    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    right: 25px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transition: .8s;
    transform: rotate(45deg);
}

.top.recruit .body .anchor:hover::after{
    transition: .2s;
    transform: rotate(405deg);
}

.top.recruit .body .anchor a{
    display: block;
    width: 100%;
    color: #FFF;
    letter-spacing: .3rem;
    transition: .8s;
}

.top.recruit .body .anchor a:hover{
    font-size: 21px;
    transition: .2s;
}

.bodyImgWpr{
    width: 475px;
}

.bodyImgWpr div img {
    width: 100%;
    height: auto;
}

.bodyImgWpr .upr{
    width: 230px;
    margin: 0 auto 20px 0;
    border-radius: 10px;
    overflow: hidden;
}

.bodyImgWpr .main{
    width: 405px;
    margin: 0 auto 20px auto;
    border-radius: 10px;
    overflow: hidden;
}

.bodyImgWpr .lwr{
    width: 230px;
    margin: 0 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

/* front-contact */

section.front.contact{
    width: 100%;
    padding: 80px 0 100px 0;
    background-color: #d6e5ec;
}

section.front.contact .ttl{
    width: 1050px;
    margin: 0 auto;
}

section.front.contact .ttl h3{
    margin: 0 0 30px 0;
    font-size: 51px;
    font-weight: 900;
    color: #1496ef;
    line-height: 51px;
    letter-spacing: .9rem;
}

section.front.contact .ttl p{
    margin: 0 0 50px 0;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 20px;
    letter-spacing: .1rem;
}

section.front.contact .formWpr{
    width: 1050px;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 15px;
    padding: 50px;
}

.swWpr{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.fst,.scd{
    width: 450px;
}

.swWpr div div{
    margin: 0 0 30px 0;
}

.swWpr div div p {
    display: inline-block;
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.swWpr div div span.req{
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0 4px 2px 4px;
    background-color: #ffe400;
    font-size: 13px;
    font-weight: 700;
}

.agreeWpr  div span.req{
    position: relative;
    top: 0;
    display: inline-block;
    height: 25px;
    margin: 4px 0 0 0;
    padding: 5px 4px 2px 4px;
    background-color: #ffe400;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
}

.swWpr div div label{
    display: block;
}

span.exbold{
    display: inline-block;
    padding: 0 0 0 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
}

span.bold{
    display: inline-block;
    margin: -5px 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
}

.contactSv{
    display: inline-block;
    margin: 0 15px 0 0;
    width: 175px;
    height: 31px;
}

.scd .cbWpr .cbUnit{
    margin: 0 0 10px 0;
}

.svLabel {
    font-size: 14px;
    font-weight: 400;
}

.agreeWpr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0 20px 0;
    margin: 0 0 30px 0;
    border: 1px solid #d0d0d0;
    background-color: #f9f8eb;
    text-align: center;
}

.agreeAnchor{
    text-align: center;
}

input[type="submit"].contactSubmit{
    cursor: pointer;
    width: 100%;
    height: 65px;
    border-radius: 10px;
    background-color: #1496ef;
    border: 0px solid #1496ef;
    font-size: 21px;
    font-weight: 900;
    color: #FFF;
}

/* thanks */

section.thanks{
    width: 100%;
    padding: 80px 0 100px 0;
    background-color: #d6e5ec;
}

section.thanks .ttl{
    width: 1050px;
    margin: 0 auto;
}

section.thanks .ttl h3{
    margin: 0 0 30px 0;
    font-size: 51px;
    font-weight: 900;
    color: #1496ef;
    line-height: 51px;
    text-align: center;
    letter-spacing: .9rem;
}

section.thanks .ttl p{
    margin: 0 0 50px 0;
    font-size: 14px;
    font-weight: 700;
    color: #222;
    line-height: 20px;
    text-align: center;
    letter-spacing: .1rem;
}

.thanksBody{
    width: 700px;
    margin: 0 auto;
    padding: 60px 55px;
    background-color: #FFF;
    border-radius: 15px;
}

.thanksBody .thanksBodyLeed{
    margin: 0 0 60px 0;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    color: #154682;
}

.thanksBody p{
    font-size: 16px;
    line-height: 29px;
    text-align: center;
}

/* footer */

footer{
    padding: 75px 0 80px 0;
    background-color: #f7fafb;
}

footer .inner{
    display: flex;
    justify-content: space-between;
    width: 1050px;
    margin: 0 auto;
}

footer .inner .info{
    width: 420px;
}

footer .inner .info .logo{
    width: 200px;
    margin: 0 0 40px 0;
}

footer .inner .info .logo{
    width: 200px;
    margin: 0 0 40px 0;
}

footer .inner .info .adress{
    font-size: 14px;
    letter-spacing: .2rem;
}

footer .inner .info .adress p{
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
}

footer .inner .menu{
    display: flex;
    justify-content: space-between;
    width: 420px;
}

footer .inner .menu .sMenu p{
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 700;
    color: #0b66cb;
    line-height: 29px;
    letter-spacing: .2rem;
}

footer .inner .menu .sMenu nav ul li a,
footer .inner .menu .iMenu nav ul li a{
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0b66cb;
    line-height: 29px;
    letter-spacing: .2rem;
}

footer .inner .menu .sMenu nav ul li{
    position: relative;
    padding: 0 0 0 27px;
}

footer .inner .menu .sMenu nav ul li a::before{
    position: absolute;
    content: "";
    top: 15px;
    left: 0;
    width: 14px;
    height: 1px;
    background-color: #0b66cb;
}

.cr{
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    color: #666;
    letter-spacing: .2rem;
}

/* cover */

.coverWpr{
    width: 100%;
    height: 190px;
    background-image: url('../image/panelBg.png');
    background-size: cover;
}

.cover{
    width: 1050px;
    height: 190px;
    margin: 0 auto;
    padding: 60px 0 0 0;
}

.cover .en{
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 42px;
    font-weight: 900;
    color: #FFF;
    line-height: 42px;
    letter-spacing: .8rem;
}

.cover h1{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 900;
    color: #154682;
    letter-spacing: .8rem;
}

/* bread */

section.bread{
    width: 100%;
    height: 50px;
    background-color: #FFF;
}

section.bread nav{
    width: 1050px;
    margin: 0 auto;
}

section.bread nav ul{
    display: flex;
}

section.bread nav ul li a{
    position: relative;
    display: flex;
    height: 50px;
    margin-right: 30px;
    align-items: center;
    color: #154682;
    font-size: 14px;
}

section.bread nav ul li a::after{
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 1px;
    bottom: 0;
    right: -20px;
    margin: auto 0;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
}

section.bread nav ul li:last-child a::after{
    display: none;
}

/* company */
.contents.company{
    width: 100%;
    padding: 85px 0 120px 0;
    background-color: #d6e5ec;
}

.custom_table {
    width: 1050px;
    border-collapse: separate;
    border-spacing: 3px;
    overflow: hidden;
    border-radius: 0px;
    margin: 0 auto;
}

.custom_table td {
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 1px;
}

.custom_table tr td.col_1 {
    background-color: #f3f8fc;
    text-align: left;
    color: #222222;
    font-weight: 700;
    letter-spacing: .1rem;
}

.custom_table tr td.col_2 {
    background-color: #ffffff;
    text-align: left;
    color: #222222;
    font-weight: 400;
    letter-spacing: .1rem;
}

/* service */
.contents.service{
    width: 100%;
    padding: 60px 0 50px 0;
    background-color: #d6e5ec;
}

.contents.service .header{
    display: flex;
    justify-content: space-between;
    width: 1050px;
    margin: 0 auto 75px auto;
}

.contents.service .header h2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 260px;
    background-color: #1496ef;
    font-size: 33px;
    font-weight: 900;
    line-height: 51px;
    color: #FFF;
    text-align: center;
    letter-spacing: .2rem;
}

.contents.service .header p{
    width: 690px;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color:#222222;
    letter-spacing: .2rem;
}

.contents.service .unitWpr{
    display: grid;
    width: 1050px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.contents.service .unitWpr .unit{
    background-color: #FFF;
    border-radius: 10px;
    padding: 33px 28px; 
}

.contents.service .unitWpr .unit .img{
    display: flex;
    align-items: center;
    width: 90%;
    height: 65px;
    margin: 0 auto 30px auto;
}

.contents.service .unitWpr .unit img img{
    width: auto;
    height: 65px;
    text-align: center;
}

.contents.service .unitWpr .unit .leed{
    margin: 0 auto 30px auto;
    font-size: 21px;
    font-weight: 900;
    line-height: 28px;
    text-align: center;
    color: #202020;
}

/* about */

.contents.about{
    width: 100%;
    padding: 105px 0 135px 0;
    background-color: #d6e5ec;
}

.missionWpr{
    width: 1050px;
    margin: 0 auto 100px auto;
    padding: 0 0 70px 0;
    border-bottom: 1px solid #cccccc;
}

.messageWpr{
    width: 845px;
    margin: 0 auto ;
}

.missionTtl{
    margin: 0 auto 40px auto;
}

.missionTtl p{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    color: #222222;
    letter-spacing: .2rem;
}

.missionTtl h2{
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    line-height: 40px;
    color: #1496ef;
    letter-spacing: .2rem;
}

.missionImg{
    width: 845px;
    margin: 0 auto 60px auto;
    border-radius: 15px;
    overflow: hidden;
}

.missionBody p{
    margin: 0 auto 45px auto;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    letter-spacing: .2rem;
}

.messageWpr{
    position: relative;
    width: 845px;
}

.messageImg{
    position: absolute;
    top: 80px;
    right: -80px;
    width: 185px;
}

.messageTtl{
    margin: 0 auto 70px auto;
}

.messageTtl p{
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #222222;
    letter-spacing: .2rem;
}

.messageTtl h2{
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
    color: #1496ef;
    letter-spacing: .2rem;
}

.messageBody{
    width: 690px;
    margin: 0 ;
}

.messageBody p{
    margin: 0 auto 45px auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .2rem;
}

/* privacy */

.privacyWpr{
    padding: 85px 0;
    background-color: #d6e5ec;
}

.privacyBody{
    width: 1050px;
    margin: 0 auto;
    padding: 40px 30px;
    background-color: #FFF;
    border-radius: 10px;
}

/* recruit */

.recruitWpr{
    padding: 85px 0;
    background-color: #d6e5ec;
}

.recruitBody{
    width: 1050px;
    margin: 0 auto;
    padding: 40px 30px;
    background-color: #FFF;
}


/* bread */
nav ul.bread{
    display: flex;
    width: 1000px;
    height: 40px;
    margin: 0 auto 50px auto;
}

nav ul.bread li{
    height: 40px;
}

nav ul.bread li a{
    position: relative;
    display: block;
    margin: 0 23px 0 0;
    font-size: 13px;
    line-height: 38px;
    color: #333;
}

nav ul.bread li a::after{
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -15px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
}

nav ul.bread li:last-child a::after{
    display: none;
}


/* faq */

.qa-item {
	margin-bottom: 12px;
	padding: 5px 0;
	border-radius: 4px;
    background-color: #FFF;
    border-radius: 4px;
}

.qa-box__q {
	position: relative !important;
	padding: 17px 22px 17px 55px;
	font-size: 17px;
	font-weight: 700;
	position: relative;
	color: #222;
}

.qa-box__q br{
    display: none;
}

.qa-box__q span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 10px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #1b313d;
    text-align: center;
    line-height: 20px;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 16px 26px 12px 55px;
	border-radius: 8px;
	font-size: 17px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__content br{
    display: none;
}

.qa-box__content span{
	position: absolute;
	display: block;
	left: 17px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
	font-size: 24px;
	font-weight: 700;
	color: #e72119;
    text-align: center;
}

.qa-box__icon {
	width: 30px;
	height: 20px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 3px;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto 0;
	border-bottom: 2px solid #1b313d;
	border-right: 2px solid #1b313d;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: -3px;
}


/* ハンバーガーメニュー */

.drawer{
    display: none;
    /*
    position: relative;
    display: block;
    width: 49px;
	height: 49px;
	margin: 0;
    z-index: 9999;
    background-color: #FFF;
    border-radius: 25px;
    */
}
.drawer-hidden {
	display: none;
}

.drawer-open {
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
    width: 49px;
	height: 49px;
	margin: auto;
	z-index: 100;
}

.drawer-open span{
	position: absolute;
	display: block;
	width: 23px;
	height: 3px;
	transition: 0.5s;
    bottom: 0;
	top: 0;
    margin: auto 0;
    background-color: #154682;
}

.drawer-open span:before {
	content: "";
	display: block;
	width: 23px;
	height: 3px;
    background-color: #154682;
	transition: 0.5s;
	position: absolute;
	bottom: 9px;

}

.drawer-open span:after {
	content: "";
	display: block;
	width: 23px;
	height: 3px;
    background-color: #154682;
	transition: 0.5s;
	position: absolute;
	top: 9px;
}

.drawer-open.clicked span {
	background: #FFF;
}
.drawer-open.clicked span::before {
	bottom: 0;
	transform: rotate(45deg);
}
.drawer-open.clicked span::after {
	top: 0;
	transform: rotate(-45deg);
}

/* 横スライドメニュー*/

.drawer-content-wrap{
    width: 90%;
    margin: 0 auto;
}

header .drawer-content{
	display: flex;
}

header .drawer-content nav{
	display: block;
	width: 50%;
}

header .drawer-content .tagOuter{
	display: block;
	width: 50%;
}

header .drawer-content div nav{
	display: block;
	width: 100%;
}

.drawer-content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 96px;/*ヘッダーの高さ*/
	left: 100%;/*向き変更*/
	transition: 0.5s;
	padding: 35px 0 20px 5px;
	margin-left: 0;/*向き変更・背景見せる場合マージン入れる*/
	padding-right: 0;/*向き変更・背景見せる場合マージン入れる*/
	overflow: scroll;
	background: #299aef;
	z-index: 9900;
}

.drawer-content.clicked {
	left: 0;/*向き変更*/
}

.drawer-content-bg{
    position: relative;
    z-index: 9000;
}

.drawer-content-bg.clicked {
	left: 0;
}

.drawerNav{
    margin: 0 auto 40px auto;
}

.drawerNav ul{
    display: block;
    width: 70%;
    margin: 0 auto;
}

.drawerNav ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #222;
}

.drawerNav ul li:last-child a{
    border-bottom: 0px dotted #CCC;
}


a.drawerInfoTell{
    position: relative;
    display: block;
    height: 50px;
    width: 330px;
    margin: 0 auto 15px auto;
    padding: 0 0 0 55px;
    font-size: 50px;
    line-height: 50px;
    font-family: "Oswald", sans-serif;
    color: #01a0ed;
    font-weight: 500;
    opacity: 1;
    transition: .2s;
    text-align: center;
}

a.drawerInfoTell span{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-size: 54px;
    color: #0e4864;
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
}

a.drawerInfoTell:hover{
    opacity: .9;
    transition: .2s;
}

.drawerInfoTellNote{
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 13px;
    color: #222;
}

.drowerTelNote{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto 10px auto;
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 21px;
}

.drowerTelNote span{
    letter-spacing: .35rem;;
}

.drawerNavUnit a{
    width: 100%;
    text-align: center;
}

.drawerNavUnit a img{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.drawerBtnUnit{
    width: 100%;
    margin: 0 auto 20px auto;
}

header .drawer-content div nav.drawerflexNav{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

nav.drawerflexNav ul{
    display: block;
    width: 35%;
}

nav.drawerflexNav ul:last-child{
    width: 30%;
}

nav.drawerflexNav ul li{
    width: 100%;
    text-align: center;
}

nav.drawerflexNav ul li a{
    display: block;
    width: 100%;
    height: 44px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

nav.drawerflexNav ul li a i{
    margin: 0 .5rem 0 0;
    color: #3898cb;
}

.sp{
    display: none;
}

}