@charset "UTF-8";

@import url(base.css);

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

html {
    scroll-padding-top: 80px; /* 固定ヘッダの高さ分 */}

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

p {
    font-size: 100%;
    line-height: 1.4em;
    padding: 0;}
.txtL {font-size: 120%;}

.img100 {
	width: 100%;
	height: auto;}

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

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

.cInner {
	display:block;
	clear:both;
	width:1000px;
    padding: 40px 0;
	margin:0 auto;
	text-align: left;}
.cInner2 {
	display:block;
	clear:both;
	width:1000px;
    padding: 0;
	margin:0 auto;
	text-align: left;}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
#header {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
    background-color: #FFFFFF;}
#header .Inner {
    width: 1200px;
	height:80px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;}
#header .logo {
    margin: 0;
    width: 300px;}
#header .logo img {
    width: 100%;}

a.company:link,a.company:visited {color:#5A5C57;text-decoration:none;}
a.company:hover,a.company:active {color:#5A5C57;text-decoration:none;}

#menu {
	position:relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;}
#menu nav ul {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;}
#menu nav li {
	font-size: 95%;
    line-height: 2.3em;
	text-align: center;
	margin: 0;
    padding-right: 1.5em;
    color: #000;
	display: inline-block;}
#menu nav li a { 
    display: block;
    color: #000;
    width: 100%;
    padding: 0px;}
#menu nav li.entry {
    background-color: #ed692d;
    line-height: 2.5em;
    border-radius: 30px;
    padding-right: 0;
    color: #FFFFFF;}
#menu nav li.entry a {
    display: block;
    color: #FFFFFF;
    padding: 0px 20px;
    font-weight: normal;}

#nav_toggle {
	display: none;}

/*-------------------------------------------------
	++ title
-------------------------------------------------*/
#title {
    position: relative;
    background-image: url(../img/PC_main_bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;}
.titleInner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    width: 1100px;
    margin: 3% auto;}
.mainImg {width: 500px;}
.mainImg img {width: 100%;}
.mainTxt {
    width: 570px;
    margin: 0;
    text-align: left;}
.subcatch {
    background-color: #fda714;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 20px;}
.catch {
    font-size: 60px;
    font-weight: bold;
    color: #ed692d;
    line-height: 1.2em;
    margin: 0;}
.catch i {
    display: block;
    font-size: 45px;}
.catch span {
    display: block;
    font-size: 30px;
    line-height: 1.3em;
    margin: 0 0 10px 0;
    color: #000;}

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

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


/*-------------------------------------------------
	++ ttl
-------------------------------------------------*/
h2 {
    font-weight: bold;
    font-size: 24px;
    display: block;
    width: 450px;
    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: 40px;
    line-height: 1.3em;
    margin-bottom: 0.5em;}

/*-------------------------------------------------
	++ others
-------------------------------------------------*/
.chooseBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 0 0;}
.chooseItem {
    width: 32%;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
    border: 2px #ff8400 solid;}
.chooseItem h4 {
    color: #ff8400;
    font-size: 120%;
    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: 110%;
    display: inline-block;}
.chooseImg {
    width: 40%;
    margin: 10px auto;
    text-align: center;}
.chooseImg img {width: 100%;}

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

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

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

.functionBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 0 0;}
.functionItem {
    width: 32%;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px #ff8400 solid;}
.functionItem h4 {
    color: #ff8400;
    font-size: 120%;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
.functionItemImg {
    width: 40%;
    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: 110%;
    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: center;
    font-size: 100%;
    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;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 0 0;}
.aiItem {
    width: 24%;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;}
.aiItem h4 {
    color: #ff8400;
    font-size: 120%;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 0.5em;}
.aiItemImg {
    width: 40%;
    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: 24%;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 2px #ff8400 solid;}
.companyItem h4 {
    color: #ff8400;
    font-size: 120%;
    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: 115%;
    line-height: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;}

.flowBox {
    width: 80%;
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;}
.flowArrow {width: 10%;}
.flowArrow img {width: 81%;}
.flowDetail {width: 85%;}
.flowItem {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;}
.flowItemNo {
    width: 15%;
    color: #fff;
    font-size: 180%;
    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: 20px;}
.flowItemTxt h4 {
    font-size: 130%;
    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;}

/*-------------------------------------------------
	++ tab&SLIDER
-------------------------------------------------*/
#functionSlider {
    width: 100%;
    margin: 0 auto;}
.slider{
  	display: none;}
.slider.slick-initialized {
  	display: block;}
.slider li {
	position: relative;}
.slider li span {
    margin-top: 5px;}
.slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 5px;}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat;}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
	left:50%;
    display: block;
    width: 34px;
    height: 58px;
	margin-top:-29px;
    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: 70%;
	margin-left:-240px;}
.slick-next {
    background: url(../img/icon_arrowGR.svg) center center no-repeat;
    background-size: 70%;
	margin-left:200px;}

.slick-dots {
    display: block;
    width: 100%;
    padding: 5px 0 8px 0;
    margin: -50px 0 0 0;
    list-style: none;
    text-align: center;}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    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: 25px;
    height: 25px;
    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 {
    margin: 7% auto 4% auto;
    text-align: center;}

.listDisc {
	margin:0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-size: 100%;
	line-height: 1.4em;
	list-style-type:none;
    font-weight: normal;
	padding: 0 0 0.2em 1.0em;
	text-indent: -1.0em;}
.listDisc li.txtL {
    font-size: 110%;
    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,
.pdfBox {
	width:800px;
	text-align:left;
	margin:50px auto;}
.youtube {
	position:relative;
	padding-top:56.25%;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;}
.pdf {
	position:relative;
	overflow: hidden;
	border:5px #DBDBDB solid;
	margin:5px 0px;
	height: 700px;}
.youtube iframe,
.pdf iframe {
	position:absolute;
	top:0;
	right:0;
	left:0;
	width:100%;
	height:100%;}

.privacy {
    color: #000000;
    font-size: 90%;
    text-align: center;
    margin: 10px 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;
    padding: 40px 0;}
#footer .copy {
    margin: 0px;}
#footer .copy a {
    color: #FFF;}

#pageTop {
	position: fixed;
	bottom:48px;
	right:48px;
	width:48px;
	height:48px;}
#pageTop img {
	display:block;}









