@charset "UTF-8";


/* title
------------------------------------------------- */
.title {
    padding: 4.5em 0 5.6em;
    text-align: center;
}
.title h1 {
    color: #2076C6;
    font-weight: 500;
    margin-bottom: 0.3em;
}
.title_img {
    max-width: 600px;
    margin: 0 auto;
    padding: 3em 0 5em;
}

@media only screen and (max-width:750px){
.title{
    padding-bottom: 0;
    text-align: left;
}
.title h1 {
    font-size: 8.533vw;
    line-height: 1.45;
    margin-bottom: 0.3em;
    text-align: center;
}
.title p {
    font-size: 4.8vw;
}
}

/* cont01
------------------------------------------------- */
.cont01 .title {
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
}
.cont01 .cont01_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5em;
}
.cont01 .img {
    width: 50%;
    padding-right: 20px;
}
.cont01 .cont01_content {
    width: 50%;
    padding-left: 20px;
}
.cont01 .text {
    padding: 2em 0 5em;
}
.list_blue {
    max-width: 500px;
    margin: 0 auto;
}
.list_blue > li {
    padding-left: 1.3em;
    position: relative;
    line-height: 2em;
    font-size: 1.3em;
    font-weight: bold;
}
.list_blue > li:before {
    content: "";
    position: absolute;
    top: 1.05em;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50px;
    background: #12b8d6;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.list_service {
    max-width: 500px;
    margin: 1em auto 0;
}
.list_service h4 {
    color: #12b8d6;
    font-size: 120%;
}
.list_service ul + h4 {
    margin-top: 1em;
}
.list_service li:before {
    content: "\02022";
    margin-right: .5em;
}

.btn_list {
    max-width: 70%;
    margin: 0;
}
.btn_list > li {
    margin-bottom: 2em;
}
.btn_list > li > a {
    transition: 0.4s;
}
.btn_list > li > a:hover {
    opacity: 0.5;
}
.btn_list > li > a {
    background: #2076C6 !important;
    padding: 1em 0 !important;
}
.btn_list > .elem > a {
    display: block;
    padding: 1.5em 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    position: relative;
    background: #2a9a00;
    font-size: 1.3em;
}
.btn_list > .junior > a {
    display: block;
    padding: 1.5em 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    position: relative;
    background: #c33f3c;
    font-size: 1.3em;
}
.btn_list > .high > a {
    display: block;
    padding: 1.5em 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    position: relative;
    background: #3458ae;
    font-size: 1.3em;
}
.btn_list > li > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
}
@media only screen and (max-width:750px){
    .cont01 .text {
        font-size: 4.8vw;
        padding: 2em 0;
    }
    .cont01 .cont01_wrap {
        display: block;
        justify-content: center;
        align-items: flex-start;
        padding-top: 14%;
        max-width: 500px;
        margin: 0 auto;
    }
    .cont01 .img {
        width: 100%;
        padding-right: 0;
    }
    .cont01 .cont01_content {
        width: 100%;
        padding-left: 0;
        padding-top: 1em;
    }
    .btn_list {
        max-width: 100%;
        margin: 0;
        width: 100%;
    }
}

/* cont02
------------------------------------------------- */
.cont02 .cont02_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5em;
}
.cont02 .img {
    width: 50%;
    padding-right: 20px;
}
.cont02 .cont02_content {
    width: 50%;
    padding-left: 20px;
}
.cont02 {
    padding-top: 14%;
    padding-bottom: 3em;
}
.cont02 .title {
    max-width: 400px;
    margin: 0 auto;
	  padding: 0;
}
.cont02 .text {
    padding: 2em 0 5em;
}
@media only screen and (max-width:750px){
.cont02 .text {
    font-size: 4.8vw;
    padding: 2em 0;
}
.cont02 .cont02_wrap {
    display: block;
    justify-content: center;
    align-items: flex-start;
    padding-top: 14%;
    max-width: 500px;
    margin: 0 auto;
}
.cont02 .img {
    width: 100%;
    padding-right: 0;   
}
.cont02 .cont02_content {
    width: 100%;
    padding-left: 0;
    padding-top: 1em;
}
}
@media only screen and (min-width:751px){
.cont02 {
    padding: 4.5em 0 5.6em;
}	
}

/* cont03
------------------------------------------------- */
.cont03 {
    padding-top: 14%;
    padding-bottom: 7em;
    background: #efefef;
}
.cont03 .title {
    max-width: 400px;
    margin: 0 auto;
}
.cont03 h2.title {
    padding: 0;
}	
.cont03 .img {
    max-width: 500px;
    margin: 0 auto;
    padding: 2em 0 3em;
}
.cont03 .text {
    padding: 2em 0 2em;
	  line-height: 2.0;
}
.cont03_wrap {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 7em
}
.cont03 .cont03_img01 {
    background: url(../img/about/about_img04.png) no-repeat center;
    width: 100%;
    height: 0;
    padding-top: calc(400 / 630 * 100%);
    position: relative;
    background-size: cover;
}
.cont03 .cont03_img02 {
    background: url(../img/about/about_img05.png) no-repeat center;
    width: 100%;
    height: 0;
    padding-top: calc(400 / 630 * 100%);
    position: relative;
    background-size: cover;
}
.cont03 .cont03_img03 {
    background: url(../img/about/about_img06.png) no-repeat center;
    width: 100%;
    height: 0;
    padding-top: calc(400 / 630 * 100%);
    position: relative;
    background-size: cover;
}
.cont03 .cont03_img04 {
    background: url(../img/about/about_img07.png) no-repeat center;
    width: 100%;
    height: 0;
    padding-top: calc(400 / 630 * 100%);
    position: relative;
    background-size: cover;
}
.cont03 .cont03_img05 {
    background: url(../img/about/about_img08.png) no-repeat center;
    width: 100%;
    height: 0;
    padding-top: calc(400 / 630 * 100%);
    position: relative;
    background-size: cover;
}
.cont03 .cont03_cap {
    position: absolute;
    top: -30px;
    left: 50%;
    background: #12b8d6;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
    padding: 10px;
    line-height: 1;
}
.cont03 .cont03_cap span {
    font-size: 2em;
}
.cont03 h3 {
    color: #12b8d6;
    max-width: 500px;
    margin: 0 auto;
    font-size: 2em;
    text-align: center;
    padding: 1em 0;
}
a.solution_limk-btn {
	margin: 0 auto;
	width: 100%;
	height: 13.1vw;
	color: #3366CC;
	font-size: 4.8vw;
	letter-spacing: 0.4em;
	font-weight: 500;
	text-align: center;
	border: 2px solid #3366CC;
	border-radius: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
	cursor: pointer;
	background-color: #fff;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: top 50% right 5%;
  background-size: 3%;	
}
a.solution_limk-btn:hover {
	text-decoration: none;
  color: #ffffff;
  background-color: #3366CC;
  background-image: url("../img/arrow-hover.png");	
}
.brpc {
	display: none;
}
#pnav {
    padding: 0;
    background-color: #efefef;
}

@media only screen and (max-width:750px){
.cont03 .text {
    font-size: 4.8vw;
}
.cont03 h3 {
    line-height: 1.5em;
}
}
@media screen and (min-width: 751px),print {
.brpc {
	display: block;
}
.cont03 {
  padding-top: 4em;
}
a.solution_limk-btn {
	width: 320px;
	height: 64px;
	font-size: 20px;
	line-height: 64px;
	border: 2px solid #3366CC;
	border-radius: 48px;
}	
.cont03 h2.title {
  padding: 2% 0;
}	
.cont03 .text {
	text-align: center;
	padding: 2em 0 4em;
	max-width: 660px;
	margin: 0 auto;
  font-size: 16px;
}
}
