@charset "UTF-8";

@import url(base.css);

img {
	display: inline-block;
	max-width:100%;
	max-height: 100%;
    vertical-align:top;}


html{ scroll-behavior: smooth;scroll-padding-top: 13vw;}

p {
	font-size: 3.4vw;}
.txtL {font-size: 4vw;}

.pc,.pc845 {
	display: none !important;}

.img100 {
	width: 100%;
	height: auto;}
.img90 {
	width: 90%;
	height: auto;}
.img50 {
	width: 50%;
	height: auto;}
.img45 {
	width: 45%;
	height: auto;}

/*-------------------------------------------------
	++ OUTER
-------------------------------------------------*/
#container {
	margin:0 auto;
	text-align: center;
	position:relative;
    width: 100%;
	min-width:100%;}

.bgOrange {background-color: rgb(255 239 192 / 0.5);}
.bgBlue {background-color: #2b3e93;}
#bgImg {
    background: #fff url(../img/bg.png) repeat center top;
    background-attachment: fixed;
    background-size: 100%;}

.cInner,
.cInner2 {
	display:block;
	clear:both;
	margin:0 auto;
	text-align: left;
	position:relative;
	padding:6vw 2vw;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
    margin: 0;
    padding: 0;
	-webkit-overflow-scrolling : touch;
    background-color: #FFFFFF;}
#header .Inner {
    width: 100%;
	height: 13vw;
    padding: 2% 0 0 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}

#header .logo {
    margin-left: 1%;
    width: 50%;}
#header .logo img {
    width: 100%;}
#header .nav-area {
    display: none;}

#menu {
	position:relative;}
#menu nav {
    display: flex;}
#menu nav ul {
    display: none;}
#menu nav ul.open {
    display: block;
    position: fixed;
    left: 0;
    top: 13vw;
    text-align: left;
    width: 100%;}
#menu nav li,
#menu nav li.entry {
    background-color: #2b3e93;
    border-bottom-color: #8fa2ea;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-left: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 1;
    padding: 15px 10px;
	text-align: center;}
#menu nav li span {
	display:none;}
#menu nav li a {
	color: #FFFFFF;
    display: block;}
#nav_toggle {
	position:absolute;
	top:1.5vw;
	right:1vw;
	display: block;
	width: 35px;
	height: 30px;
	margin: 0px;
	z-index: 100;}
#nav_toggle i {
	display: block;
	height: 3px;
	background: #2b3e93;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;}
#nav_toggle i:nth-child(1) {
	top: 0;}
#nav_toggle i:nth-child(2) {
	top: 10px;}
#nav_toggle i:nth-child(3) {
	top: 20px;}
#nav_toggle.open i:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);}
#nav_toggle.open i:nth-child(2) {
	width: 0;
	left: 50%;}
#nav_toggle.open i:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
    background-image: url(../img/SP_main_bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;}
.titleInner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 95%;
    margin: 0 auto 5vw auto;}
.mainImg {order: 2;width: 100%;}
.mainImg img {width: 90%;}
.mainTxt {
    order: 1;
    width: 100%;
    margin: 0;
    text-align: left;}
.subcatch {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #fda714;
    color: #fff;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;}
.catch {
    font-size: 11vw;
    font-weight: bold;
    text-align: center;
    color: #ed692d;
    line-height: 1em;
    margin: 0;}
.catch i {
    display: block;
    font-size: 8vw;}
.catch span {
    display: block;
    font-size: 5vw;
    line-height: 1.3em;
    margin: 0 0 2px 0;
    color: #000;}

.mainBox {
    order: 3;
    width: 100%;
    margin: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;}
.mainItem {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 30px;
    margin-bottom: 2vw;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;}
.mainItem .ttl {
    color: #ed692d;
    font-size: 5vw;
    text-align: left;
    margin: 0;
    font-weight: bold;
    line-height: 1.5em;}

/*-------------------------------------------------
	++ BTN
-------------------------------------------------*/
.btnBox {
    width: 100%;
    margin: 2vw auto 10vw auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;}
.btnInquiry {width: 90%;}
.btnInquiry a {
    display: block;
    background-color: #ed692d;
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    font-size: 5vw;
    line-height: 2.5em;}
.btnInquiry a:link,.btnInquiry a:visited,.btnInquiry a:hover,.btnInquiry a:active {text-decoration:none;}

/*-------------------------------------------------
	++ ttl
-------------------------------------------------*/
h2 {
    font-weight: bold;
    font-size: 5vw;
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
    padding: 10px 60px 10px 24px;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 100%, 0 100%);}
.bg_orange {
    color: #ffffff;
    background-color: #f79d15;}
.bg_blue {
    color: #fda714;
    background-color: #2b3e93;}
h3 {
    font-size: 7vw;
    line-height: 1.3em;
    margin-bottom: 0.5em;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
.chooseBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 0;}
.chooseItem {
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 2vw;
    background-color: #fff;
    border: 2px #ff8400 solid;}
.chooseItem h4 {
    color: #ff8400;
    font-size: 5vw;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
.circle_number {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    padding-top: 4px;
    background-color: #ff8400;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    display: inline-block;}
.chooseImg {
    width: 30%;
    margin: 3px auto 5px auto;
    text-align: center;}
.chooseImg img {width: 100%;}

.assignmentBox,
.assignmentBoxC {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}
.assignmentItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;}
.assignmentItemRBox {
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #fff;}
.assignmentItemRBox h4 {
    color: #ff8400;
    font-size: 5vw;
    line-height: 1.3em;
    margin-bottom: 0.5em;}

.pointBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 0;}
.pointItem {
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #fff;}
.pointItem h4 {
    color: #ff8400;
    font-size: 5vw;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
.pointItemImg {
    width: 30%;
    margin: 10px auto;
    text-align: center;}
.pointItemImg img {width: 100%;}

.pointImg {
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;}

.functionBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 0;}
.functionItem {
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px #ff8400 solid;}
.functionItem h4 {
    color: #ff8400;
    font-size: 5vw;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
.functionItemImg {
    width: 30%;
    margin: 10px auto;
    text-align: center;}
.functionItemImg img {width: 100%;}

.effectTbl table {
	width:100%;
	margin:20px auto 0px auto;
    border:1px solid #cccccc;}
.effectTbl table tr th {
    width: 50%;
	border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
	padding:10px 10px;
    font-weight: bold;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    background-color: #000;}
.effectTbl table tr td {
	border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
	padding:10px 10px;
    font-weight: normal;
    text-align: left;
    font-size: 3.5vw;
    color: #000;
    background-color: #f2f2f2;}
.effectTbl table tr th:last-child {background-color: #ed692d;}
.effectTbl table tr td:last-child {background-color: #fff1e1;font-weight: bold;}   

.aiBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 0 0;}
.aiItem {
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #fff;}
.aiItem h4 {
    color: #ff8400;
    font-size: 5vw;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
.aiItemImg {
    width: 30%;
    margin: 10px auto;
    text-align: center;}
.aiItemImg img {width: 100%;}

.companyBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 0 0;}
.companyItem {
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 2px #ff8400 solid;}
.companyItem h4 {
    color: #ff8400;
    font-size: 5vw;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
.companyItemImg {
    width: 30%;
    margin: 10px auto;
    text-align: center;}
.companyItemImg img {width: 100%;}

.AchievementsBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;}
.AchievementsItem {
    width: 32%;
    background-color: #ed692d;
    color: #fff;
    text-align: center;
    font-size: 4vw;
    line-height: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;}

.flowBox {
    width: 100%;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;}
.flowArrow {display: none;}
.flowDetail {width: 100%;}
.flowItem {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;}
.flowItemNo {
    width: 15%;
    color: #fff;
    font-size: 5vw;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;}
.flowItemTxt {
    width: 85%;
    padding: 10px;}
.flowItemTxt h4 {
    font-size: 5vw;
    font-weight: bold;}
.flowItemTxt h4.ttl_flow01 {color: #f5c42d;}
.flowItemTxt h4.ttl_flow02 {color: #f5bc2d;}
.flowItemTxt h4.ttl_flow03 {color: #f5af2d;}
.flowItemTxt h4.ttl_flow04 {color: #f5992d;}
.flowItemTxt h4.ttl_flow05 {color: #ed7e2d;}
.flowItemTxt h4.ttl_flow06 {color: #ed692d;}
.line_flow01 {border: 1px #f5c42d solid;}
.line_flow02 {border: 1px #f5bc2d solid;}
.line_flow03 {border: 1px #f5af2d solid;}
.line_flow04 {border: 1px #f5992d solid;}
.line_flow05 {border: 1px #ed7e2d solid;}
.line_flow06 {border: 1px #ed692d solid;}
.bg_flow01 {background-color: #f5c42d;}
.bg_flow02 {background-color: #f5bc2d;}
.bg_flow03 {background-color: #f5af2d;}
.bg_flow04 {background-color: #f5992d;}
.bg_flow05 {background-color: #ed7e2d;}
.bg_flow06 {background-color: #ed692d;}

/*-------------------------------------------------
	++ SLIDER
-------------------------------------------------*/
#functionSlider {
    width: 100%;
    margin: 0 auto;}
.slider img {
	width:100%;
    margin-bottom: 5px;}
.slider li {
	position:relative;}

.slick-prev,
.slick-next {
    position: absolute;
    top: 35%;
	left:50%;
    display: block;
    width: 34px;
    height: 58px;
	margin-top:0px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	z-index: 9;}
.slick-prev {
    background: url(../img/icon_arrowGL.svg) center center no-repeat;
    background-size: 65%;
	margin-left:-50%;}
.slick-next {
    background: url(../img/icon_arrowGR.svg) center center no-repeat;
    background-size: 65%;
	margin-left:42%;}

.slick-dots {
    display: block;
    width: 100%;
    padding: 5px 0 8px 0;
    margin: -40px 0 0 0;
    list-style: none;
    text-align: center;}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
	background-color: #ffb42f;
    border-radius: 50px;
    opacity:0.8;}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	background-color: #d1d1d1;
    border-radius: 50px;}
.slick-dots li.slick-active {
	background-color:#ffb42f;}
.slick-dots li.slick-active button {
	background-color:#ffb42f;}


.BtnPDF {
    width: 100%;
    margin: 10% auto 5% auto;
    text-align: center;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-size: 3.6vw;
	line-height: 1.4em;
	list-style-type:none;
    font-weight: normal;
	padding: 0 0 0.3em 1.0em;
	text-indent: -1.0em;}
.listDisc li.txtL {
    font-size: 4.5vw;
    font-weight: bold;}
.listDisc li a:link,.listDisc li a:visited {color:#88008d;text-decoration:underline;}
.listDisc li a:hover,.listDisc li a:active {color:#ab00b1;text-decoration:none;}


/* youtube/pdf */
.youtubeBox {
	width:100%;
	text-align:left;
	margin:10vw auto 5vw auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;}
.youtube iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}

.pdfBtn {
	width:100%;
	border-radius: 10px;
	padding:0;
	margin:0px 0px 30px 0px;
	text-align:center;
	font-size:4.5vw;
	font-weight:bold;
	color:#FFFFFF;
	line-height:3em;
    background-color: #555a76;}
.pdfBtn a {
	color:#FFFFFF;
	display:block;}
.pdfBtn a:link,.pdfBtn a:visited {color:#FFFFFF;text-decoration:none;}
.pdfBtn a:hover,.pdfBtn a:active {color:#FFFFFF;text-decoration:none;}

.privacy {
    color: #000000;
    font-size: 3vw;
    text-align: center;
    margin: 5px auto 0 auto;}
.privacy a:link,.privacy a:visited {color: #000000;text-decoration:underline;}
.privacy a:hover,.privacy a:active {color: #000000;text-decoration:none;}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#footer {
    background-color: #2b3e92;
    color: #FFF;
    font-size: 3.5vw;
    padding: 3vw 0;}
#footer .copy {
    margin: 0px;
    text-align: center;}
#footer .copy a {
    color: #FFF;}

#pageTop {
    position: fixed;
    bottom: 5vw;
    right: 5vw;
    width: 14vw;
    height: 14vw;}
#pageTop img {
	display:block;}









