@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Zen Kaku Gothic New', sans-serif;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.josefin {
    font-family: 'Josefin Sans', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a,
a:link {
	color: #555;
	text-decoration: none;
	transition-duration: 0.3s;
}
a:visited {
	color: #555;
}
a:hover {
	color: #555;
}
a:active {
	color: #555;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1250px;
	color: #555;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
    overflow: hidden;
	text-align: left;
}
#main {
    min-height: calc(100vh - 418px);
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	a:hover {
		opacity: 0.7;
	}
    .menuBox {
        display: none !important;
    }
}
@media all and (max-width: 896px) {
	body {
        font-size: 1.3rem;
		min-width: inherit;
	}
    body.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        min-height: calc(100vh - 510px);
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 1000;
    transition: all ease 0.3s;
}
#gHeader.fixed {
    background-color: white;
}
.hInner {
    height: 100%;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.hInner .rBox {
    padding-top: 3px;
    display: flex;
    align-items: center;
}
.hInner .naviUl {
    display: flex;
    align-items: center;
}
.hInner .naviUl li {
    padding: 0 17px;
    border-right: 1px solid #DDDDDD;
}
.hInner .naviUl li a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333333;
}
.contactLink {
    width: 165px;
}
.contactLink a {
    display: block;
    color: white;
    font-weight: 500;
    text-align: center;
    padding: 11px 10px;
    border-radius: 50px;
    background-color: #417EEA;
}
.contactLink span {
    padding: 0 0 2px 20px;
    display: inline-block;
    background: url("img/common/envelope-white.png") no-repeat left center;
    background-size: 14px auto;
}
.hInner h1 a:hover {
    opacity: 1;
}
@media all and (max-width: 896px) {
	#gHeader {
        height: 60px;
        position: absolute;
	}
    .hInner {
        padding: 0 10px;
    }
    .hInner h1 {
        width: 270px;
    }
    .hInner .rBox {
        display: none;
    }
    .menu {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
    }
    .menu a {
        transition: none;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #417EEA;
    }
    .menu.on a {
        background: #417EEA url("img/common/close02.png") no-repeat center;
        background-size: 16px auto;
    }
    .menu.on a img {
        visibility: hidden;
    }
    .menuBox {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        overflow-x: hidden;
        height: 100%;
        overflow-y: auto;
        width: 100%;
        background-color: white;
        z-index: 900;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .menuBox .naviUl {
        padding: 150px 0 20px;
        text-align: center;
    }
    .menuBox .naviUl li {
        margin-bottom: 30px;
    }
    .menuBox .naviUl a {
        display: inline-block;
        font-size: 1.6rem;
        font-weight: 500;
        border-bottom: 1px solid #417EEA;
    }
    .menuBox .contactLink {
        max-width: 280px;
        margin: 0 auto 80px;
        width: auto;
    }
    .menuBox .contactLink a {
        padding: 24px 10px;
        color: #04070C;
        font-size: 1.4rem;
        background-color: #FAD725;
    }
    .contactLink span {
        padding-left: 25px;
        background-image: url("img/common/envelope-black.png");
        background-size: 18px auto;
    }
    .menuBox p {
        position: fixed;
        bottom: 0;
        left: -100px;
        text-align: center;
        font-size: 10rem;
        line-height: 1;
        letter-spacing: 0.02em;
        color: rgba(65,126,234,0.05);
        font-weight: 600;
        width: calc(100% + 200px);
    }
    .menuBox .subMenu {
        padding-bottom: 100px;
        position: relative;
        z-index: 10;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 60px 0 71px;
    position: relative;
}
#gFooter .txt {
    position: absolute;
    bottom: -48px;
    right: -14px;
    font-size: 14rem;
    line-height: 1;
    letter-spacing: 0.02em;
    color: rgba(65,126,234,0.05);
}
.fInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fInner .fLogo {
    margin-bottom: 16px;
}
.fInner .lBox p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1.92;
}
.fInner .lBox .ttl {
    margin-bottom: 3px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #04070C;
    letter-spacing: 0.05em;
}
.fInner .rBox {
    flex: 1;
    text-align: right;
}
.fInner .linkUl {
    margin-bottom: 105px;
    display: flex;
    justify-content: flex-end;
}
.fInner .linkUl li {
    padding: 0 12px;
    line-height: 1;
    border-left: 1px solid #E0DFDD;
}
.fInner .linkUl li:last-child {
    padding-right: 0;
}
.fInner .linkUl li:first-child {
    border-left: none;
}
.fInner .linkUl li a {
    padding: 2px 15px 0px 0;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #999999;
    display: inline-block;
    background: url("img/common/square-arrow-up-right.png") no-repeat right center;
    background-size: 11px auto;
}
address {
    font-style: normal;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    color: #999999;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 45px 0 0;
    }
    .fInner {
        display: block;
    }
    .fInner .fLogo {
        margin-bottom: 20px;
        text-align: center;
    }
    .fInner .fLogo img {
        width: 200px;
    }
    .fInner .lBox p {
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.91;
    }
    .fInner .lBox .ttl {
        margin-bottom: 6px;
        font-size: 1.4rem;
    }
    .fInner .lBox {
        margin-bottom: 28px;
    }
    .fInner .rBox {
        text-align: center;
    }
    .fInner .linkUl {
        margin-bottom: 28px;
        flex-wrap: wrap;
        justify-content: center
    }
    .fInner .linkUl li {
        padding: 0 12px !important;
        margin-bottom: 10px;
        border-right: 1px solid #E0DFDD;
    }
    .fInner .linkUl li:first-child {
        border-left: 1px solid #E0DFDD;
    }
    .fInner .linkUl li a {
        font-size: 1.1rem;
    }
    address {
        font-size: 1rem;
    }
    #gFooter .txt {
        text-align: right;
        position: relative;
        bottom: auto;
        right: auto;
        font-size: 10rem;
        z-index: 1010;
        margin: 14px 20px -32px -67px;
    }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}

.headLine01 {
	margin-bottom: 78px;
	text-align: center;
}
.headLine01 .en {
	display: block;
	color: #417EEA;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-family: 'Josefin Sans', sans-serif;
}
.headLine01 .jp {
	display: inline-block;
	margin-top: 12px;
	color: #04070C;
	font-size: 3.4rem;
	letter-spacing: 0.05em;
	line-height: 1.2;
	background: url(img/common/line.png) repeat-x center bottom;
}

.innerfix {
	margin: 0 auto;
	width: 960px;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.innerfix {
		padding: 0 15px;
		width: 100%;
	}
    .headLine01 {
        margin-bottom: 40px;
    }
    .headLine01 .jp {
        margin-top: 6px;
        font-size: 2.4rem;
        background-size: auto 13px;
    }
    .headLine01 .en {
        font-size: 1.1rem;
    }
}
.blue {
  color: #417eea !important;
}

.contact {
	margin-top: 150px;
	color: #555;
}
.contact__lead {
  line-height: 180%;
}
.contact__privacy {
  background-color: #faf9f7;
  line-height: 180%;
}
.contact__privacy dl {
  margin-bottom: 1.5em;
}
.contact__privacy dd {
  padding-left: 2em;
}
.contact__txt {
  color: #555;
  line-height: 180%;
  margin-bottom: 20px;
}
input[type="text"],
button,
textarea {
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}
.contact input[type="text"],
.contact textarea,
.contact select {
    vertical-align: top;
    width: 100%;
    color: #555;
    font-size: 1.5rem;
    box-sizing: border-box;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
.contact input[type="text"],
.contact textarea {
    appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
.contact select {
  height: 40px;
  line-height: 40px;
  appearance:auto;
  -moz-appearance:auto;
  -webkit-appearance:auto;
}
.contact textarea {
  height: 110px;
  resize: vertical;
}
.contact input[type="checkbox"] {
  margin-right: 5px;
}
.contact textarea:placeholder-shown {
  color: #b4b4b4;
}
.contact textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.contact textarea:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.contact textarea::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.contact textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.contact input[type="text"]:placeholder-shown {
  color: #b4b4b4;
}
.contact input[type="text"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.contact input[type="text"]:-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.contact input[type="text"]::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.contact input[type="text"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.contact__hyphen {
  text-align: center;
}
.contact__submit {
  text-align: center;
  font-weight: bold;
}
.contact__submit__item {
  position: relative;
  cursor: pointer;
  transition-duration: 0.3s;
}
.mw_wp_form_input .contact__submit__item--back {
  display: none;
}
.contact__submit input {
  background: #417eea url(img/common/arrow-right.png) no-repeat right 10px center / 13px;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition-duration: 0.3s;
}
.contact__submit__item--back input {
  background: #417eea url(img/common/arrow-left.png) no-repeat left 10px center / 13px;
}
.dib {
	display: inline-block;
    vertical-align: top;
}
.table {
  width: 100%;
  border-collapse: collapse;
}
.table__th,
.table__td {
  line-height: 180%;
  color: #000;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
.table__th:after,
.table__td:after {
  content: " ";
  display: block;
  clear: both;
}
.table__th {
  background-color: #faf9f7;
  box-sizing: border-box;
}
.table__th .required,
.table__th .any {
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.table__th .required {
  background-color: #ec0000;
}
.table__th .any {
  background-color: #417eea;
}
.table__td {
  background-color: #fff;
}
.table__td .block {
  margin-bottom: 15px;
}
.table__td .block:last-child {
  margin-bottom: 0;
}
.pcdib {
  display: inline-block;
  vertical-align: top;
}
.nowa {
  display: block;
  overflow: hidden;
  _zoom: 1;
}
.nowa-icon {
  display: block;
  float: left;
}
.nowa-txt {
  display: block;
  overflow: hidden;
}
.table__td .confirmTxt {
    font-size: 13px;
    color: #2695F5;
    margin: 5px 0;
}
@media all and (min-width: 897px) {
	.contact {
	  padding-bottom: 80px;
	}
	.contact__lead {
	  font-size: 14px;
	}
	.page-confirm .contact__lead,
	.page-new-confirm .contact__lead,
	.page-career-confirm .contact__lead,
	.page-partner-confirm .contact__lead {
	  margin-bottom: 60px;
	}
	.contact__privacy {
	  padding: 50px 60px;
	  margin-top: 40px;
	  font-size: 14px;
	  margin-bottom: 60px;
	}
	.contact__txt {
	  font-size: 14px;
	}
	.contact__txt--icon {
	  margin-right: 20px;
	}
	.contact__txt--txt > span {
	  display: table;
	  height: 72px;
	}
	.contact__txt--txt > span > span {
	  display: table-cell;
	  vertical-align: middle;
	}
	.contact select {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.contact textarea {
	  padding: 10px 15px;
	}
	.contact input[type="text"] {
	  padding: 8px 15px;
	}
	.contact__type li {
		margin-right: 10px;
	}
	.mw_wp_form_confirm .contact__type {
	  width: auto;
	}
	.contact__name {
	  margin-right: 15px;
	  width: 160px;
	}
	.contact__name:last-child {
	  margin-right: 0;
	}
	.mw_wp_form_confirm .contact__name {
	  width: auto;
	}
	.contact__default {
	  width: 380px;
	}
	.mw_wp_form_confirm .contact__default {
	  width: auto;
	}
	.contact__zip {
	  width: 110px;
	}
	.mw_wp_form_confirm .contact__zip { /*padding: 10px 0;*/
	  width: auto;
	}
	.contact__hyphen {
	  padding: 10px 0;
	  width: 30px;
	  display: inline-block;
	  vertical-align: top;
	}
	.mw_wp_form_confirm .contact__hyphen {
	  padding: 0;
	}
	.contact__prefectures {
	  width: 230px;
	}
	.mw_wp_form_confirm .contact__prefectures {
	  width: auto;
	}
	.contact__tel {
	  width: 110px;
	}
	.mw_wp_form_confirm .contact__tel { /*padding: 10px 0;*/
	  width: auto;
	}
	.contact__submit {
	  font-size: 15px;
	  margin-top: 80px;
	}
	.contact__submit__item {
	  width: 400px;
	  display: inline-block;
	  margin: 0 15px;
	}
  .contact__submit__item .g-recaptcha > div {
    margin: 0 auto;
  }
	.contact__submit input {
	  height: 70px;
	  line-height: 70px;
	  border-radius: 70px;
	}
	.contact__submit input:hover {
		opacity: 0.7;
	}
	.table--contact {
	  margin-bottom: 50px;
	}
	.table tr:last-child .table__th {
	  border-bottom: none;
	}
	.table tr:last-child .table__td {
	  border-bottom: none;
	}
	.table__th,
	.table__td {
	  font-size: 14px;
	  padding-top: 18px;
	  padding-bottom: 13px;
	  border-bottom: 1px solid #dfdfdf;
	}
	.table__th--bdbnone,
	.table__td--bdbnone {
	  border-bottom: none;
	}
	.table__th {
	  padding-left: 35px;
	  border-right: 1px solid #dfdfdf;
	}
	.table--contact .table__th {
	  padding-left: 25px;
	  padding-top: 23px;
	  padding-bottom: 18px;
	}
	.table--contact .table__th--pdefault {
	  padding-top: 18px;
	  padding-bottom: 13px;
	}
	.table__th--bdrnon {
	  border-right: none;
	}
	.table__th--sub {
	  font-size: 12px;
	  padding-left: 5px;
	  padding-right: 10px;
	  text-align: right;
	}
	.table--contact .table__th--sub {
	  padding-left: 0;
	}
	.table__th .required,
	.table__th .any {
	  width: 34px;
	  height: 20px;
	  line-height: 20px;
	  font-size: 10px;
	  margin-left: 10px;
	  margin-top: -3px;
	}
	.table__td {
	  padding-left: 40px;
	  padding-right: 35px;
	}
	.table--contact .table__td {
	  padding-left: 20px;
	}
	.table__td__inner:after {
	  content: " ";
	  display: block;
	  clear: both;
	}
	.table__td__list--pccol2 {
	  float: left;
	  width: 50%;
	  padding-right: 20px;
	}
	.thw110 {
	  width: 110px;
	}
	.thw150 {
	  width: 150px;
	}
	.thw260 {
	  width: 260px;
	}
}
@media all and (max-width: 896px) {
	.contact__lead {
		font-size: 1.5rem;
	}
	.contact__privacy {
		padding: 15px;
		margin: 20px 0 40px;
		font-size: 1.3rem;
	}
	.contact__txt {
		font-size: 1.5rem;
	}
	.contact__txt--icon {
		margin-right: 10px;
	}
	.table {
	  display: block;
	}
	.table--contact {
	  margin-bottom: 25px;
	}
	.table tbody {
	  display: block;
	}
	.table tr {
	  display: block;
	}
	.table tr:last-child .table__td {
	  padding-bottom: 0;
	}
	.table__th,
	.table__td {
	  font-size: 11px;
	  font-size: 15px;
	  display: block;
	  box-sizing: border-box;
	  width: 100% !important;
	}
	.table__th {
	  padding: 5px 10px;
	  border-bottom: 1px solid #dfdfdf;
	  position: relative;
	}
	.table__th--sub {
	  font-size: 10px;
	  font-size: 13px;
	  padding: 5px 10px;
	  background-color: transparent;
	  display: inline-block;
	  width: auto !important;
	}
	.table__th .required,
	.table__th .any {
	  width: 34px;
	  height: 20px;
	  line-height: 20px;
	  font-size: 9px;
	  margin-left: 10px;
	  position: absolute;
	  top: 5px;
	  right: 5px;
	}
	.table__td {
	  padding: 10px 10px 15px;
	}
	.contact textarea,
	.contact input[type="text"] {
		padding: 10px;
	}
	.contact {
        margin-top: 50px;
	  padding-bottom: 50px;
	}
	.contact__lead {
	  font-size: 11px;
	  font-size: 15px;
	}
	.page-confirm .contact__lead,
	.page-new-confirm .contact__lead,
	.page-career-confirm .contact__lead,
	.page-partner-confirm .contact__lead {
	  margin-bottom: 40px;
	}
	.contact__privacy {
	  padding: 15px;
	  margin-top: 20px;
	  font-size: 11px;
	  font-size: 13px;
	  margin-bottom: 40px;
	}
	.contact__txt {
	  font-size: 11px;
	  font-size: 15px;
	}
	.contact__txt--icon {
	  margin-right: 10px;
	}
	.contact select {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.contact textarea {
	  padding: 10px 10px;
	}
	.contact input[type="text"] {
	  padding: 10px 10px;
	}
	.contact__name {
	  margin-bottom: 15px;
	}
	.contact__name:last-child {
	  margin-bottom: 0;
	}
	.mw_wp_form_confirm .contact__name {
	  display: inline-block;
      vertical-align: top;
	}
	.contact__zip {
	  width: 46%;
	}
	.contact__zip--01 {
	  float: left;
	}
	.mw_wp_form_confirm .contact__zip--01 {
	  float: none;
	  display: inline-block;
	  vertical-align: top;
	}
	.contact__zip--02 {
	  float: right;
	}
	.mw_wp_form_confirm .contact__zip--02 {
	  float: none;
	  display: inline-block;
	  vertical-align: top;
	}
	.mw_wp_form_confirm .contact__zip { /*padding: 5px 0;*/
	  width: auto;
	}
	.contact__hyphen {
	  padding: 5px 0;
	  float: left;
	  width: 8%;
	}
	.contact__hyphen.dib {
	  display: inline-block;
	  float: none;
	  width: 5%;
	  vertical-align: top;
	}
	.mw_wp_form_confirm .contact__hyphen {
	  float: none;
	  display: inline-block;
	  vertical-align: top;
	  padding: 0;
	}
	.contact__tel {
	  width: 28%;
	}
	.mw_wp_form_confirm .contact__tel { /*padding: 5px 0;*/
	  width: auto;
	}
	.contact__submit {
	  font-size: 13px;
	  margin-top: 50px;
	}
	.contact__submit__item {
	  width: 100%;
	  margin-bottom: 20px;
	}
	.contact__submit__item:last-child {
	  margin-bottom: 0;
	}
	.contact__submit__item::after {
	  width: 30px;
	  height: 44px;
	  line-height: 44px;
	}
	.contact__submit input {
	  height: 44px;
	  line-height: 44px;
	  font-size: 1.3rem;
	  background-image: none;
	}
}



/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
    position: relative;
    padding-bottom: 62.3%;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    background: url("img/index/main_img02.png") no-repeat left top;
    background-size: cover;
}
.mainImg .inner {
    width: calc(100% - 80px);
    position: absolute;
    bottom: 11vw;
    left: 5.9vw;
    z-index: 10;
}
.mainImg .inner h2 {
    font-size: 3.3vw;
    color: white;
    line-height: 1.47;
    letter-spacing: 0.07em;
}
.mainImg .inner h2 .txtSpan {
    display: inline-block;
    font-size: 1.2vw;
    line-height: 1.5;
    margin-bottom: 0.95vw;
    font-weight: 500;
    letter-spacing: 0.07em;
    background-color: #417EEA;
    border-radius: 0.2vw;
    padding: 0.2vw 0.34vw;
}
.problems {
    padding: 59px 0 122px;
}
.problems h2 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 3.4rem;
    color: #04070C;
}
.problems h2 .txtSpan {
    margin-bottom: 9px;
    display: inline-block;
    font-size: 1.4rem;
    background-color: #FAD725;
    border-radius: 50px;
    text-align: center;
    padding: 6px 11px;
}
.index .blue {
    color: #417EEA;
}
.problems .list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.problems .list li {
    margin: 0 30px 47px 0;
    width: 340px;
    min-height: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #E0DFDD;
    border-radius: 20px;
    position: relative;
    background-color: white;
    box-shadow: 4px 4px 0px #e0dfdd;
}
.problems .list li:after {
	width: 36px;  
	height: 41px;
    background: url("img/index/arrow.png") no-repeat;
    background-size: 100% auto;
	position: absolute;  
	bottom: -41px;
	left: 40px;  
	content: ""; 
}
.problems .list li:nth-child(2n) {
    margin-top: 20px;
    margin-bottom: 47px;
}
.problems .list li:nth-child(3n) {
    margin-right: 0;
}
.problems .list li p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.67;
}
.problems .list li.liStyle {
    margin-top: -20px;
}
.problems .list li p .blue {
    font-weight: bold;
}
.service {
    padding-bottom: 145px;
    position: relative;
    z-index: 1;
    background-color: #FAF9F7;
}
.service:after {
	width: 100%;  
	height: 263px;
    background: url("img/common/bg04.jpg") no-repeat center bottom;
    background-size: cover;
	position: absolute;  
	bottom: -0;
	left: 0;  
    z-index: -1;
	content: ""; 
}
.service:before {
	width: 100%;  
	height: 263px;
    background: url("img/common/bg03.jpg") no-repeat center top;
    background-size: cover;
	position: absolute;  
	top: -53px;
	left: 0;  
    z-index: -1;
	content: ""; 
}
.enTtl {
    margin-bottom: -51px;
    text-align: center;
    font-size: 14rem;
    color: white;
    letter-spacing: 0.04em;
    line-height: 1;
}
.service .h2Ttl {
    padding-bottom: 13px;
    margin-bottom: 27px;
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    color: #04070C;
}
.service .h2Ttl:after {
	width: 30px;  
	height: 2px;
    background-color: #417EEA;
	position: absolute;  
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	content: ""; 
}
.service h3 {
    margin-bottom: 53px;
    text-align: center;
    font-size: 3.4rem;
    color: #04070C;
    letter-spacing: 0.05em;
    line-height: 1.59;
}
.service h3 .blue {
    background: url("img/common/line.png") repeat-x left bottom;
}
.service .content {
    max-width: 1200px;
}
.serviceUl {
    margin-bottom: 101px;
    display: flex;
    flex-wrap: wrap;
}
.serviceUl li {
    width: 390px;
    background-color: white;
    padding: 40px 43px 28px;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 15px 20px 0;
}
.serviceUl li:nth-child(3n) {
    margin-right: 0;
}
.serviceUl p {
    line-height: 1.93;
}
.serviceUl .num {
    margin: -57px auto 29px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    letter-spacing: 0.05em;
    color: white;
    background-color: #417EEA;
}
.serviceUl .photo {
    margin: 0 12px 29px;
}
.serviceUl h4 {
    margin-bottom: 18px;
    text-align: center;
    font-size: 2rem;
    color: #417EEA;
    letter-spacing: 0.05em;
}
.service .headLine01 {
    margin-bottom: 38px;
}
.service .midTxt {
    margin-bottom: 35px;
    text-align: center;
    line-height: 2.21;
}
.effectsUl {
    max-width: 1080px;
    margin: 0 auto 50px;
    display: flex;
    flex-wrap: wrap;
}
.effectsUl li {
    margin: 0 15px 10px 0;
    width: 350px;
    background-color: #FFFFFF;
    border-radius: 10px;
    min-height: 84px;
    box-sizing: border-box;
    padding: 11px 20px 5px 20px; 
    display: flex;
    align-items: center;
    border: 1px solid #EEEEEE;
}
.effectsUl li:nth-child(3n) {
    margin-right: 0;
}
.effectsUl li p {
    padding-left: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    background: url("img/common/check.png") no-repeat left top 8px;
    background-size: 15px auto;
}
.service .effects h3 {
    margin-bottom: 18px;
    font-size: 2.4rem;
    color: #417EEA;
}
.service .effects h3 span {
    padding: 0 33px;
    display: inline-block;
    background: url("img/index/line01.png") no-repeat left bottom 4px,url("img/index/line02.png") no-repeat right bottom 4px;
    background-size: 21px auto;
}
.effects .jsBox {
    max-width: 1080px;
    margin: 0 auto;
}
.effects .fooUl > li {
    margin-bottom: 10px;
}
.effects .fooUl dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #417EEA;
    border-radius: 20px;
    background-color: white;
}
.effects .fooUl dt {
    width: 325px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    background-color: #417EEA;
    border-radius: 20px 0 0 20px;
}
.effects .fooUl dt:after {
	width: 25px;  
	height: 58px;
    background: url("img/common/arrow.png") no-repeat;
    background-size: 100% auto;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	right: -12px;  
	content: ""; 
}
.effects .fooUl dt small {
    margin-top: 7px;
    display: block;
    font-size: 1.5rem;
}
.effects .fooUl dd {
    flex: 1;
    padding: 30px 20px 31px 50px;
}
.effects .fooUl .subUl li {
    margin-bottom: 5px;
    padding-left: 27px;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.87;
    letter-spacing: 0.05em;
    background: url("img/common/comment-dots.png") no-repeat left top 7px;
    background-size: 17px auto;
}
.effects .fooUl .subUl li:last-child {
    margin-bottom: 0;
}
.effects .enTtl {
    margin-bottom: -72px;
}
.flow {
    padding: 83px 0 130px;
}
.flow .enTtl {
    letter-spacing: 0.02em;
    margin-bottom: -70px;
    color: rgba(65,126,234,0.05);
}
.flow .headLine01 {
    margin-bottom: 54px;
}
.flowUl {
    position: relative;
}
.flowUl:after {
	width: 3px;  
	height: 100%;
    background: url("img/common/line03.png") repeat-y center center;
    background-size: 100% auto;
	position: absolute;  
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	content: ""; 
    z-index: -1;
}
.flowUl li {
    border: 1px solid #E0DFDD;
    border-radius: 20px;
    min-height: 200px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: white;
    padding: 40px 58px;
}
.flowUl .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flowUl .lBox {
    width: 210px;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flowUl .lBox .photo {
    width: 140px;
    text-align: center;
}
.flowUl .num {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    letter-spacing: 0.05em;
    background-color: #417EEA;
}
.flowUl li {
    margin-bottom: 20px;
}
.flowUl dl {
    flex: 1;
    letter-spacing: 0.05em;
}
.flowUl dt {
    margin-bottom: 12px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #417EEA;
}
.flowUl dd {
    line-height: 2;
}
.seminar {
    padding: 15px 0 114px;
}
.seminar .content {
    max-width: 1080px;
}
.seminarUl {
    padding-top: 16px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}
.seminarUl li {
    width: 350px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    padding: 37px 40px 42px;
    background-color: white;
    margin: 0 15px 15px 0;
}
.seminarUl li:nth-child(3n) {
    margin-right: 0;
}
.seminarUl li p {
    line-height: 2;
    letter-spacing: 0.05em;
}
.seminarUl li h3 {
    margin-bottom: 13px;
    font-size: 1.8rem;
    color: #04070C;
    text-align: left;
}
.seminarUl li .date {
    margin-bottom: 19px;
}
.seminarUl li .date span {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 500;
    color: white;
    line-height: 1.2;
    background-color: #417EEA;
    border-radius: 3px;
    padding: 4px 8px;
}
.comLink {
    margin: 0 auto 56px;
    width: 240px;
}
.comLink a {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    letter-spacing: 0.05em;
    border-radius: 50px;
    text-align: center;
    padding: 15px 10px;
    background: #417EEA url("img/common/arrow-right.png") no-repeat right 20px center;
    background-size: 13px auto;
}
.infoBox {
    margin-top: 130px;
    position: relative;
}
.infoBox:after {
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
    font-size: 14rem;
    line-height: 1;
	left: -45px;
    width: calc(100% + 45px);
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
    z-index: -1;
    color: rgba(255,255,255,1);
	content: "Instructor introduction"; 
    font-family: 'Josefin Sans', sans-serif;
}
.infoBox .sub {
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid #417EEA;
    border-radius: 20px;
    padding: 58px 68px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.infoBox .sub .txt {
    position: absolute;
    top: -32px;
    left: -32px;
    width: 140px;
    height: 140px;
    background-color: #FAD725;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2rem;
    color: #04070C;
    letter-spacing: 0.05em;
    font-weight: bold;
}
.infoBox .photoBox {
    margin-right: 70px;
    width: 350px;
}
.infoBox .photoBox img {
    width: 100%;
    border-radius: 20px;
}
.infoBox .textBox {
    flex: 1;
}
.infoBox .textBox .ttl {
    font-size: 1.5rem;
    font-weight: bold;
    color: #417EEA;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.infoBox .textBox .name {
    margin-bottom: 22px;
    font-size: 2.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #04070C;
}
.infoBox .textBox .name .jp {
    background: url("img/common/line.png") repeat-x left bottom;
}
.infoBox .textBox .name .en {
    color: #999999;
    font-size: 1.4rem;
    margin-left: 15px;
    font-weight: normal;
    vertical-align: 3px;
    letter-spacing: 0.06em;
}
.infoBox .textBox ul {
    margin-bottom: 30px;
}
.infoBox .textBox li {
    padding-left: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 9px;
    position: relative;
}
.infoBox .textBox li:after {
	width: 5px;  
	height: 5px;
    background-color: #417EEA;
	position: absolute;  
    border-radius: 100%;
	top: 9px;
	left: 0;  
	content: ""; 
}
.infoBox .comLink {
    margin: 0;
}
.seminar::after {
    display: none;
}
.contactSec {
    padding: 77px 0 75px;
    background: url("img/common/bg02.jpg") no-repeat center center;
    background-size: cover;
}
.contactSec .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.contactSec .textBox {
    width: 490px;
    padding-left: 60px;
}
.contactSec .textBox p {
    font-size: 1.5rem;
    line-height: 1.8;
    color: white;
    letter-spacing: 0.05em;
}
.contactSec .textBox h2 {
    margin-bottom: 22px;
    font-size: 3rem;
    letter-spacing: 0.05em;
    color: white;
}
.contactSec .textBox h2 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.contactSec .textBox h2 span:after {
	width: 100%;  
	height: 14px;
    background-color: #396ECC;
	position: absolute;  
	bottom: 0;
	left: 0;  
	content: ""; 
    z-index: -1;
}
.contactSec .link {
    margin-right: 60px;
    width: 400px;
}
.contactSec .link a {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #04070C;
    text-align: center;
    border-radius: 50px;
    background-color: #FAD725;
}
.contactSec .link span {
    padding: 0 0 0 25px;
    display: inline-block;
    background: url("img/common/envelope-black.png") no-repeat left center;
    background-size: 17px auto;
}
.contactSec .enTtl {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    color: #FAD725;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    -webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.popBox {
    padding: 89px 0 105px;
    position: relative;
    background-color: #417EEA;
}
.popBox .closeBtn02 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.mfp-close {
    display: none!important; 
}
.popBox .closeBtn02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #396ECC;
    width: 83px;
    height: 83px;
}
.popInner {
    max-width: 1080px;
    margin: 0 auto;
}
.popTtl {
    margin-bottom: 29px;
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
    color: white;
    letter-spacing: 0.05em;
}
.whiteBox {
    margin-bottom: 20px;
    background-color: white;
    border-radius: 20px;
    padding: 60px;
}
.popInner .ttl {
    margin-bottom: 27px;
    padding-left: 18px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #04070C;
    letter-spacing: 0.05em;
    position: relative;
}
.popInner .ttl:after {
	width: 8px;  
	height: 8px;
    background-color: #417EEA;
	position: absolute;  
	top: 13px;
    border-radius: 100%;
	left: 0;  
	content: ""; 
}
.popInner .ttl .txtSpan {
    display: inline-block;
    background-color: #417EEA;
    text-align: center;
    padding: 4px 8px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: white;
    line-height: 1.2;
    vertical-align: 4px;
    margin-left: 13px;
    border-radius: 3px;
}
.popInner .greyBox {
    margin-bottom: 25px;
    background-color: #FAF9F7;
    border-radius: 10px;
    padding: 23px 25px;
}
.popInner .greyBox .list li {
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
    font-weight: 500;
    line-height: 1.79;
}
.popInner .greyBox .list li:last-child {
    margin-bottom: 0;
}
.popInner .greyBox .list li .txtSpan {
    border: 1px solid #E0DFDD;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #417EEA;
    background-color: white;
    padding: 3px 11px;
    margin-right: 10px;
    flex-shrink: 0;
    line-height: 1.2;
}
.popInner .ttl02 {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #417EEA;
    padding-bottom: 13px;
    border-bottom: 1px solid #E0DFDD;
}
.popUl > li {
    padding: 22px 20px 14px;
    border-bottom: 1px solid #E0DFDD;
} 
.popUl > li .ttl03 {
    margin-bottom: 7px;
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
    letter-spacing: 0.05em;
    color: #04070C;
}
.popUl > li .ttl03 .num {
    font-size: 1.7rem;
    color: #417EEA;
    font-weight: normal;
    flex-shrink: 0;
    margin-right: 10px;
}
.popUl > li .ttl03 .txtSpan {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 3px;
}
.popUl > li .subUl {
    display: flex;
    flex-wrap: wrap;
}
.popUl > li .subUl li {
    padding-left: 12px;
    letter-spacing: 0.05em;
    color: #555555;
    margin: 0 13px 7px 0;
    position: relative;
}
.popUl > li .subUl li:after {
	width: 5px;  
	height: 5px;
    background-color: #E0DFDD;
	position: absolute;  
	top: 9px;
    border-radius: 100%;
	left: 0;  
	content: ""; 
}
.closeBtn {
    margin: 30px auto 0;
    width: 400px;
}
.closeBtn a {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    color: white;
    border-radius: 50px;
    padding: 22px 10px 23px;
    background: #396ECC url("img/common/close.png") no-repeat left 34px center;
    background-size: 16px auto;
}
.popInner .whiteBox02 {
    max-width: 960px;
    box-sizing: border-box;
    margin: 40px auto;
    padding: 50px 70px;
}
.popInner .whiteBox02 p {
    margin-bottom: 15px;
    line-height: 1.93;
}
.popInner .whiteBox02 .note {
    font-size: 1.3rem;
}
.popImgBox {
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popImgBox .photoBox {
    margin-right: 60px;
    width: 330px;
}
.popImgBox .photoBox img {
    border-radius: 20px;
    width: 100%;
}
.popImgBox .textBox {
    margin-top: -5px;
    flex: 1;
}
.popInner .whiteBox02 .popImgBox .textBox .ttl04 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: -5px;
    letter-spacing: 0.05em;
    color: #417EEA;
}
.popBox .textBox p {
    line-height: 2.14;
}
.popBox .textBox p:last-child {
    margin-bottom: 0;
}
.popBox .name {
    margin-bottom: 18px;
    font-size: 2.7rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #04070C;
}
.popBox .name .txtSpan {
    display: inline-block;
    background: url("img/common/line.png") repeat-x left bottom 11px;
}
.popBox .name .en {
    margin-top: 6px;
    display: block;
    font-size: 1.4rem;
    color: #999999;
    letter-spacing: 0.06em;
    font-weight: normal;
}
.qualification {
    margin-bottom: 10px;
    background-color: #FAF9F7;
    border-radius: 10px;
    padding: 26px 30px 26px;
}
.popInner .whiteBox02 .qualification .ttl04 {
    margin-bottom: 4px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #417EEA;
    letter-spacing: 0.05em;
}
.qualificationUl li {
    padding-left: 13px;
    line-height: 2;
    letter-spacing: 0.05em;
    position: relative;
}
.qualificationUl li:last-child {
    margin-bottom: 0;
}
.qualificationUl li:after {
	width: 5px;  
    border-radius: 100%;
	height: 5px;
    background-color: #E0DFDD;
	position: absolute;  
	top: 11px;
	left: 0;  
	content: ""; 
}
.popInner .whiteBox02 .interTtl {
    overflow: hidden;
    margin: 49px 0 20px;
}
.popInner .whiteBox02 .interTtl span {
    display: inline-block;
    position: relative;
    color: white;
    background-color: #417EEA;
    border-radius: 50px;
    text-align: center;
    min-width: 88px;
    line-height: 1.5;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    padding: 2px 2px 1px;
    box-sizing: border-box;
}
.popInner .whiteBox02 .interTtl span:after {
	width:9999px;  
	height: 1px;
    background-color: #E0DFDD;
	position: absolute;  
	top: 50%;
    transform: translateY(-50%);
	left: 100%;  
	content: ""; 
}
.popInner .whiteBox02 .interTtl02 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    color: #04070C;
    letter-spacing: 0.05em;
    line-height: 1.67;
    font-weight: bold;
}

@media all and (max-width: 896px) {
    .mainImg {
        padding-bottom: 177.8%;
        background-image: url("img/index/sp_main_img.png");
    }
    .mainImg .inner {
        left: 22px;
        width: calc(100% - 22px);
        bottom: 115px;
    }
    .mainImg .inner h2 {
        font-size: 2.8rem;
        line-height: 1.61;
    }
    .mainImg .inner h2 .txtSpan {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .problems {
        padding: 33px 0 30px;
    }
    .problems h2 {
        margin: 0 -20px 19px;
        font-size: 2.1rem;
    }
    .problems h2 .txtSpan {
        padding: 5px 11px;
        font-size: 1.1rem;
    }
    .problems .list {
        display: block;
        margin: 0 10px; 
    }
    .problems .list li {
        width: auto;
        margin: 0 55px 29px 0 !important;
        min-height: 75px;
    }
    .problems .list li p {
        font-size: 1.3rem;
    }
    .problems .list li::after {
        width: 30px;
        height: 35px;
        bottom: -35px;
        left: 46px;
    }
    .problems .list li:nth-child(2n) {
        margin-right: 0 !important;
        margin-left: 53px !important;
    }
    .service::before {
        top: -1px;
        height: 28vw;
        background-image: url("img/common/sp_bg02.jpg");
    }
    .service::after {
        height: 28vw;
        background-image: url("img/common/sp_bg01.jpg");
    }
    .enTtl {
        margin-bottom: -36px;
        font-size: 10rem;
    }
    .service .h2Ttl {
        margin-bottom: 18px;
        padding-bottom: 14px;
        font-size: 1.2rem;
    }
    .service {
        padding: 0 0 64px;
    }
    .service h3 {
        margin: 0 -20px 35px;
        font-size: 1.7rem;
        line-height: 1.76;
    }
    .service h3 .blue {
        background-size: auto 13px;
    }
    .serviceUl {
        margin-bottom: 0;
        display: block;
    }
    .serviceUl li {
        padding: 40px 33px 25px;
        width: auto;
        margin: 0 0 50px;
    }
    .serviceUl .num {
        margin-bottom: 20px;
        font-size: 1.4rem;
    } 
    .serviceUl .photo {
        margin: 0 0 29px;
    }
    .serviceUl .photo {
        text-align: center;
        margin: 0 -5px 30px;
    }
    .serviceUl h4 {
        margin-bottom: 16px;
        font-size: 1.8rem;
    }
    .effects {
        padding: 15px 0 0; 
        margin: 0 10px;
    }
    .effects .enTtl {
        margin: 0 -20px -40px;
    }
    .service .headLine01 {
        margin-bottom: 29px;
    }
    .service .midTxt {
        margin-bottom: 26px;
        text-align: left;
        line-height: 2.08;
    }
    .effectsUl {
        display: block;
        margin: 0 -0 28px;
    }
    .effectsUl li {
        padding: 5px 10px 5px 13px;
        width: auto;
        min-height: 46px;
        margin: 0;
        border-radius: 0;
    }
    .effectsUl li p {
        padding-left: 15px;
        font-size: 1.1rem;
        background-position: left top 5px;
        background-size: 12px auto;
    }
    .service .effects h3 {
        margin-bottom: 14px;
        font-size: 1.8rem;
    }
    .service .effects h3 span {
        background-size: 18px auto;
        padding: 0 26px;
    }
    .effects .jsBox {
        margin: 0 -30px;
    }
    .effects .slick-list {
        padding: 0 32px;
    }
    .effects .slick-slide > div {
        margin: 0 6px;
    }
    .effects .fooUl dl {
        display: block;
        border-radius: 15px;
    }
    .effects .fooUl dt {
        width: auto;
        min-height: 80px;
        font-size: 1.5rem;
        border-radius: 12px 12px 0 0;
    }
    .effects .fooUl dt small {
        font-size: 1.2rem;
        margin-top: 5px;
    }
    .effects .fooUl dt::after {
        background-image: url("img/common/sp_arrow.png");
        width: 38px;
        height: 17px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        bottom: -8px;
    }
    .effects .fooUl dd {
        box-sizing: border-box;
        padding: 21px 25px 28px;
    }
    .effects .fooUl .subUl li {
        margin-bottom: 8px;
        font-size: 1.2rem;
        line-height: 1.67;
        background-size: 14px auto;
        padding-left: 20px;
        background-position: left top 4px;
    }
    .effects .fooUl > li {
        margin: 0 8px;
    }
    .slick-dots {
        text-align: center;
        margin-top: 14px;
    }
    .slick-dots li {
        margin: 0 4px;
        display: inline-block;
        width: 10px;
        height: 10px;
        cursor: pointer;
        border-radius: 100px;
        background-color: #E0E0DE;
    }
    .slick-dots li button {
        display: none;
    }
    .slick-dots li.slick-active {
        background-color: #417EEA;
    }
    .flow {
        padding: 12px 0 40px;
    }
    .flow .enTtl {
        margin: 0 -110px -49px;
    }
    .flow .headLine01 {
        margin-bottom: 33px;
    }
    .flowUl {
        margin: 0 10px;
    }
    .flowUl li {
        min-height: 174px;
        position: relative;
        padding: 19px 24px;
        display: block;
    }
    .flowUl .inner {
        display: block;
    }
    .flowUl .lBox {
        width: auto;
        display: block;
        margin: 0;
    }
    .flowUl .photo {
        width: 60px;
        margin-right: 11px;
        flex-shrink: 0;
        display: block;
    }
    .flowUl .photo img {
        width: 56px;
    }
    .flowUl .num {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -11px;
        left: -11px;
        font-size: 1.4rem;
    }
    .flowUl dt {
        margin-bottom: 10px;
        font-size: 1.5rem;
        line-height: 1.53;
        display: flex;
        align-items: center;
    }
    .flowUl dd {
        font-size: 1.1rem;
        line-height: 1.82;
    }
    .flowUl .lBox .photo {
        display: none;
    }
    .seminar .enTtl {
        margin: 0 -40px -42px;
    }
    .seminarUl {
        padding-top: 1px;
        display: block;
        margin: 0 10px 40px;
    }
    .seminarUl li {
        width: auto;
        margin: 0 0 10px;
        padding: 28px 29px 26px;
    }
    .seminarUl li p {
        line-height: 1.92;
    }
    .seminarUl li h3 {
        font-size: 1.6rem;
        line-height: 1.6875;
        margin: 0 0 6px;
    }
    .seminarUl li .date {
        margin-bottom: 11px;
    }
    .seminarUl li .date span {
        font-size: 1.2rem;
        padding: 3px 8px 5px;
    }
    .comLink {
        width: auto;
        max-width: 234px;
        margin-bottom: 49px;
    }
    .comLink a {
        font-size: 1.4rem;
        padding-top: 17px;
        padding-bottom: 17px;
    }
    .infoBox {
        margin: 70px 30px 0;
    }
    .infoBox .sub {
        max-width: inherit;
        padding: 28px 25px;
        display: block;
    }
    .infoBox .sub .txt {
        width: 110px;
        height: 110px;
        top: -22px;
        left: -22px;
        font-size: 1.6rem;
        line-height: 1.375;
    }
    .infoBox .photoBox {
        width: auto;
        margin: 0 0 18px;
    }
    .infoBox .textBox .ttl {
        margin-bottom: 6px;
        font-size: 1.2rem;
    }
    .infoBox .textBox .name {
        margin-bottom: 18px;
        font-size: 2rem;
        display: flex;
        align-items: center;
    }
    .infoBox .textBox .name .en {
        font-size: 1rem;
        margin-top: 7px;
    }
    .infoBox .textBox {
        padding: 0 5px;
    }
    .infoBox .textBox li {
        margin-bottom: 6px;
        font-size: 1rem;
        padding-left: 7px;
    }
    .infoBox .textBox ul {
        margin: 0 -5px 20px 0;
    }
    .infoBox .textBox li::after {
        top: 6px;
        width: 3px;
        height: 3px;
    }
    .infoBox .comLink {
        margin: 0 auto;
    }
    .seminar {
        padding-bottom: 53px;
    }
    .infoBox::after {
        font-size: 10rem;
        left: -72px;
        width: calc(100% + 72px);
    }
    .contactSec {
        padding: 48px 10px 49px;
        background-image: url("img/common/sp_bg03.jpg");
        background-position: right bottom;
    }
    .contactSec .content {
        display: block;
    }
    .contactSec .textBox {
        width: auto;
        padding: 0 0 26px;
    }
    .contactSec .enTtl {
        -webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin-bottom: 20px;
    }
    .contactSec .textBox h2 {
        margin-bottom: 29px;
        text-align: center;
        font-size: 2.4rem;
    }
    .contactSec .textBox h2 span::after {
        bottom: -3px;
    }
    .contactSec .textBox p {
        font-size: 1.3rem;
        line-height: 2.08;
    }
    .contactSec .link {
        width: auto;
        margin: 0 auto;
        max-width: 315px;
    }
    .contactSec .link a {
        min-height: 70px;
        font-size: 1.4rem;
    }
    .popBox {
        padding: 62px 20px;
    }
    .popTtl {
        font-size: 2.4rem;
    }
    .whiteBox {
        padding: 25px 25px;
    }
    .popInner .ttl {
        margin-bottom: 15px;
        font-size: 1.6rem;
        padding-left: 12px;
    }
    .popInner .ttl .txtSpan {
        font-size: 1rem;
        padding: 4px 5px;
        margin-left: 8px;
        vertical-align: 2px;
    }
    .popInner .ttl::after {
        width: 6px;
        height: 6px;
        top: 9px;
    }
    .popInner .greyBox {
        margin-bottom: 20px;
        padding: 13px 15px 13px 10px;
    }
    .popInner .greyBox .list li {
        font-size: 1rem;
        margin-bottom: 7px;
        line-height: 1.8;
    }
    .popInner .greyBox .list li .txtSpan {
        font-size: 1rem;
        padding: 1px 8px 4px;
        margin-top: 2px;
        margin-right: 7px;
    }
    .popInner .ttl02 {
        padding-bottom: 11px;
        font-size: 1.4rem;
    }
    .popUl > li {
        padding: 11px 0 6px;
    }
    .popUl > li .ttl03 {
        font-size: 1.3rem;
        margin-bottom: 8px;
    }
    .popUl > li .ttl03 .num {
        font-size: 1.3rem;
        margin-top: 2px;
    }
    .popUl > li .ttl03 .txtSpan {
        margin-top: 0;
    }
    .popUl > li .subUl li {
        padding-left: 9px;
        margin: 0 10px 5px 0;
        font-size: 1rem;
    }
    .popUl > li .subUl li::after {
        top: 4px;
    }
    .closeBtn {
        width: 234px;
        margin-top: 20px;
    }
    .closeBtn a {
        font-size: 1.7rem;
        padding: 13px 10px 14px;
        background-position: left 23px center;
    }
    .popBox .closeBtn02 a {
        width: 60px;
        height: 60px;
    }
    .popBox .closeBtn02 a img {
        width: 27px;
    }
    .popInner .whiteBox02 {
        max-width: inherit;
        margin: 30px auto;
        padding: 26px 35px;
    }
    .popImgBox {
        display: block;
        margin-bottom: 16px;
    }
    .popImgBox .photoBox {
        width: auto;
        margin: 0 0 26px;
    }
    .popImgBox .textBox {
        margin: 0;
    }
    .popBox .textBox p {
        line-height: 2;
    }
    .popInner .whiteBox02 .popImgBox .textBox .ttl04 {
        text-align: center;
        margin-bottom: -2px;
        font-size: 1.3rem;
    }
    .popBox .whiteBox02 .name {
        margin-bottom: 20px;
        text-align: center;
        font-size: 2.2rem;
    }
    .popBox .name .en {
        margin-top: 4px;
        font-size: 1.1rem;
    }
    .popBox .name .txtSpan {
        background-position: center bottom 5px;
    }
    .qualification {
        padding: 17px 20px;
        margin: 0 -10px 20px;
    }
    .popInner .whiteBox02 .qualification .ttl04 {
        font-size: 1.2rem;
    }
    .qualificationUl li {
        font-size: 1.1rem;
        padding-left: 8px;
        line-height: 2;
    }
    .qualificationUl li::after {
        width: 4px;
        height: 4px;
        top: 8px;
    }
    .popInner .whiteBox02 .interTtl {
        margin-bottom: 17px;
        text-align: center;
        z-index: 1;
        position: relative;
    }
    .popInner .whiteBox02 .interTtl span::after {
        left: -400%;
        z-index: -1;
    }
    .popInner .whiteBox02 .interTtl02 {
        margin-bottom: 13px;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    
    
    
    
}

@media all and (max-width: 374px) {
    .contact__tel {
        width: 27%;
    }
    .hInner h1 {
        width: 75%;
    }
    .problems .list li {
        margin-right: 35px !important;
    }
    .problems .list li:nth-child(2n) {
        margin-left: 35px !important;
    }
    .service h3 {
        font-size: 1.5rem;
    }
    .seminarUl li h3 {
        font-size: 1.5rem;
    }
    .infoBox .textBox .name {
        font-size: 1.8rem;
    }
    .enTtl {
        font-size: 5.7rem;
    }
}

@media all and (min-width: 897px) and (max-width: 1100px) {
    .hInner h1 {
        width: 23%;
    }
    .hInner .naviUl li {
        padding: 0 0.7vw;
    }
    .hInner .naviUl li a {
        font-size: 1.2rem;
    }
    .contactLink {
        width: 140px;
    }
    .contactLink a {
        font-size: 1.3rem;
    }
}

@media all and (min-width: 1101px) and (max-width: 1300px) {
    .hInner h1 {
        width: 25%;
    }
    .hInner .naviUl li {
        padding: 0 12px;
    }
    .hInner .naviUl li a {
        font-size: 1.4rem;
    }
}

@media all and (min-width: 1921px) {
    .mainImg .inner h2 {
        font-size: 4.5rem;
    }
    .mainImg .inner h2 .txtSpan {
        font-size: 1.7rem;
    }
    .mainImg .inner {
        bottom: 150px;
        left: 80px;
    }
}