@charset "UTF-8";
/* =============================================
                    CONTENTS
============================================= */
body {
  background-color: #fff;
	overflow-x: hidden;
}
div:before, div:after, ul:before, ul:after, dl:before, dl:after, dd:before, dd:after {
  display: none;
}
sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.view_sp {
  display: none;
}
/* contents */
.blue-btn a {
  background: #0071BE;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  display: block;
  position: relative;
}
.blue-btn a::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  right: 1.3em;
  top: 50%;
}
.black-btn a {
  background: #000;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  display: block;
  position: relative;
}
.black-btn a::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}
.white-btn a {
  background: #fff;
  font-weight: 700;
  color: #000;
  text-align: center;
  text-decoration: none;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
  display: block;
  position: relative;
}
.white-btn a::after {
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}
#contents {
  font-size: 19px;
  font-feature-settings: "palt";
}
#main .text p {
  color: #fff;
  text-align: justify;
}
#main .box {
	background: #2899AA;
}
#main .box .text p:last-of-type {
  margin-bottom: 0;
}
#sec01 {
	background: linear-gradient(to bottom, #DBECF1 0%, #ECF5F8 100%);
	padding-top: 0;
}
  .technology-box {
    padding: 60px 0;
    position: relative;
  }
  .technology-box::before {
    display: block;
    content: "";
    width: 280px;
    height: 50px;
    background: url("../img/label_technology.svg") no-repeat center top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .title-logo {
    text-align: center;
    width: 236px;
    margin: 0 auto 30px;
  }
  .title-point {
    text-align: center;
    width: 437px;
    margin: 0 auto 40px;
  }
  .technology-wrap {
    display: flex;
    justify-content: space-between;
  }
  .technology-photo {
    width: 520px;
  }
  .technology-txt {
    flex: 1;
    padding-left: 40px;
  }
  .technology-txt .title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .technology-txt .title em {
    font-style: normal;
    font-size: 125%;
    font-weight: 700;
    color: #2899AA;
  }
  .technology-txt .desc + .title {
    margin-top: 40px;
  }
  .desc p {
    font-size: 19px;
    line-height: 1.7;
  }
  .case-box {
    min-height: 650px;
    margin: 0 -160px;
    padding: 100px 0 0;
  }
  .case-box01 {
    background: url("../img/sec01-bg_pc.png") no-repeat center top;
    background-size: 1400px 650px;
  }
  .case-box-inner {
    width: 1080px;
    margin: 0 auto;
  }
	.case-box .label {
		width: 215px;
	}
  .trouble-list {
    margin: 20px 0 40px;
  }
  .trouble-list li {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    background: url("../img/check.svg") no-repeat left center;
    background-size: 26px 26px;
    padding-left: 36px;
  }
  .profile-box {
    width: 520px;
    padding: 22px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .profile-photo {
    width: 120px;
  }
  .profile-info {
    flex: 1;
    padding-left: 1em;
  }
  .profile-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px;
  }
  .profile-name span {
    font-size: 85%;
    font-weight: normal;
  }
  .profile-desc {
    font-size: 17px;
    line-height: 1.5;
  }
  .imp-box {
    background-color: #fff;
    margin: -70px 0 50px;
    padding: 60px 40px;
  }
  .imp-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 40px;
  }
  .imp-title strong {
    font-size: 125%;
    font-weight: 700;
    color: #FF6300;
  }
  .imp-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .imp-wrap.flex-reverse {
    flex-direction: row-reverse;
  }
  .imp-wrap + .imp-wrap {
    margin-top: 40px;
  }
  .imp-photo {
    width: 48%;
  }
  .imp-wrap .desc {
    width: 48%;
  }
  .btn-radius a {
    display: block;
    width: auto;
    max-width: 580px;
    margin: 0 auto;
    padding: 0.7em 1em;
    background-color: #0171BE;
    border-radius: 100vh;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    position: relative;
  }
  .btn-radius a::after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    display: inline-block;
    content: "";
    width: 0.6em;
    height: 0.6em;
    border: 0.1em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
    margin-left: 0.5em;
  }
  .btn-radius a:hover {
    opacity: 0.85;
  }
  .btn-radius + .btn-radius {
    margin-top: 1em;
  }
  .btn-row2 a {
    padding: 0.8em 1em;
    line-height: 1.4;
  }
  #sec02 {
    background: linear-gradient(to bottom, #F9EEE8 0%, #FFF9F6 100%);
    padding: 0 0 70px;
  }
  .case-box02 {
    background: url("../img/sec02-bg_pc.png") no-repeat center top;
    background-size: 1400px 650px;
  }
  .scoreup-box {
    background: url("../img/sec03-bg_pc.png") no-repeat center top;
    background-size: 1400px 650px;
    min-height: 650px;
    padding: 700px 0 70px;
  }
  .scoreup-list {
    margin: 50px 0;
  }
  .scoreup-list ul {
    display: flex;
    justify-content: space-between;
  }
  .scoreup-list ul li {
    width: 31%;
  }
  .lineup-box {
    background-color: #2899AA;
    color: #fff;
    padding: 90px 0 70px;
  }
  .lineup-box .tit-box {
    margin: 0 0 70px;
  }
  .lineup-box .tit-box h2 {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
  }
  .lineup-box .lineup-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lineup-box .lineup-list ul li {
    width: 48%;
  }
  .lineup-box .lineup-list ul li:nth-child(n+3) {
    margin: 50px 0 0;
  }
  .lineup-box .lineup-list ul li .image {
    margin: 0 0 20px;
    overflow: hidden;
  }
  .lineup-box .lineup-list ul li .image img {
    transition: 0.3s;
  }
  .lineup-box .lineup-list ul li .image img:hover {
    opacity: 0.85;
  }
  .lineup-box .lineup-list ul li .txt {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 30px;
  }
  .lineup-box .lineup-list ul li .btn-default {
    margin: 0;
  }
  .lineup-box .lineup-list ul li .btn-default a {}
  .lineup-box .lineup-list.mens ul li .btn-default a {
    background-color: #000;
    border-color: #000;
  }
  .lineup-box .lineup-list.mens ul li .btn-default a:hover {
    background-color: #fff;
    color: #000;
  }
  .lineup-box .lineup-list.mens ul li .btn-default a:hover::after {
    border-color: #000;
  }
  .lineup-box .synfit-box {
    background-color: #218897;
    margin: 70px 0 0;
    padding: 40px;
  }
  .lineup-box .synfit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lineup-box .synfit-image {
    width: 300px;
  }
  .lineup-box .synfit-info {
    flex: 1;
    padding-left: 1em;
  }
  .lineup-box .synfit-name {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 0.8em;
    display: flex;
    align-items: center;
  }
  .lineup-box .synfit-name span {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #fff;
    margin: 0 0.8em 0 0;
    padding: 0.2em 0.5em;
  }
  .lineup-box .synfit-title span {
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    color: #FF6300;
    margin: 0 0 0.5em;
    padding: 0.5em;
  }
  .btn-default a {
    display: block;
    max-width: 520px;
    margin: 30px auto 0;
    text-align: center;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 100vh;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    padding: 1em;
    position: relative;
    transition: 0.2s;
  }
  .btn-default a::after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    display: inline-block;
    content: "";
    width: 0.6em;
    height: 0.6em;
    border: 0.1em solid #fff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(45deg);
    margin-left: 0.5em;
  }
#sec03 {
  background: #fff;
}
#sec03 .tit-box {
  text-align: center;
}
#sec03 .tit-box h2 {
  font-weight: 900;
  line-height: 1.3;
}
#sec03 .tit-box p {
  line-height: 1.3;
}
#sec03 .news-list li a .img {
  border: 1px solid #ccc;
}
#sec03 .news-list li a {
  text-decoration: none;
  display: block;
}
#sec03 .news-list li a .data {
  display: flex;
  align-items: center;
}
#sec03 .news-list li a .data .category {
  color: #000;
  margin-right: auto;
}
#sec03 .news-list li a .data .day {
  color: #757575;
}
#sec03 .news-list li a h3 {
  font-weight: 700;
  color: #000;
}
/* ==== PC ===== */
@media screen and (min-width: 768px) {
  /* contents */
  .inner {
    width: 1080px;
    margin: 0 auto;
  }
  div.blue-btn, div.black-btn, div.white-btn {
    width: 580px;
    margin: 0 auto;
  }
  .blue-btn a {
    font-size: 20px;
    line-height: 1.3;
    padding: 17px 0;
    border-radius: 100vh;
  }
  .blue-btn a:hover {
    box-shadow: none;
  }
  .black-btn a {
    font-size: 20px;
    padding: 25px 0 29px;
    border-radius: 40px;
  }
  .black-btn a:hover {
    box-shadow: none;
  }
  .white-btn a {
    font-size: 20px;
    line-height: 1.3;
    padding: 15px 0 19px;
    border-radius: 50px;
  }
  .white-btn a:hover {
    box-shadow: none;
  }
  #main .mv {
    background: #DCF3FA url("../img/mainimg.jpg") center top no-repeat;
    background-size: 2000px 650px;
  }
  #main .mv .inner {
    height: 650px;
    position: relative;
  }
  #main .mv h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  #main .box {
    padding: 40px 0;
  }
  #main .box .text p {
    text-align: center;
    line-height: 1.8;
  }

  #sec01 {
    padding: 0 0 70px;
  }

  #sec03 {
    padding: 75px 0 100px;
  }
  #sec03 .tit-box {
    margin-bottom: 55px;
  }
  #sec03 .tit-box h2 {
    font-size: 48px;
    margin-bottom: 10px;
  }
  #sec03 .tit-box p {
    font-size: 24px;
  }
  #sec03 .news-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #sec03 .news-list li {
    width: 520px;
    margin-right: auto;
    margin-bottom: 55px;
  }
  #sec03 .news-list li:nth-of-type(even) {
    margin-right: 0;
  }
  #sec03 .news-list li a .img {
    margin-bottom: 15px;
  }
  #sec03 .news-list li a .img img {
    width: 100%;
  }
  #sec03 .news-list li a .data {
    margin-bottom: 15px;
  }
  #sec03 .news-list li a .data .category {
    margin-right: auto;
  }
  #sec03 .news-list li a h3 {
    font-size: 17px;
    line-height: 2.0;
  }
}
/* ==== SP ===== */
@media screen and (max-width: 767px) {
  body {
    font-size: 4.3vw;
  }
	.desc p {
		font-size: 4.3vw;
	}
  .view_sp {
    display: block;
  }
  body.fixed {
    height: 100%;
    overflow: hidden;
  }
  header {
    position: relative;
    z-index: 200;
  }
  header .g-nav {
    width: 100vw;
  }
  /* contents */
  #main .mv {
    background: #DCF3FA url("../img/mainimg_sp.jpg") center top no-repeat;
    background-size: 100%;
    aspect-ratio: 640 / 563;
  }
  #main .mv h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .blue-btn a {
    font-size: 3.7vw;
    line-height: 1.3;
    padding: 12px 0;
    border-radius: 100vh;
  }
  .blue-btn a:hover {
    box-shadow: none;
  }
  .black-btn a {
    font-size: 3.7vw;
    padding: 20px 0 24px;
    border-radius: 40px;
  }
  .black-btn a:hover {
    box-shadow: none;
  }
  .white-btn a {
    font-size: 3.7vw;
    line-height: 1.3;
    padding: 10px 0 14px;
    border-radius: 40px;
  }
  .white-btn a:hover {
    box-shadow: none;
  }
  #main .box {
    padding: 1.2em;
  }
  #main .box .text {
    padding-bottom: 0px;
  }
  #main .box .text p {
    font-size: 4.3vw;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  #main .box .text p br {
    display: none;
  }
  .sec .inner {
    padding: 0 1em;
  }
  .sec .tit-box {
    margin-bottom: 7vw;
  }
	#sec01,
	#sec02 {
		padding: 0 0 10vw;
	}
	.technology-box {
		padding: 16vw 0 10vw;
	}
	.technology-box::before {
		width: 45vw;
		height: inherit;
		aspect-ratio: 280 / 50;
		left: -1em;
	}
	.title-logo {
		width: 40vw;
		margin-bottom: 5vw;
	}
	.title-point {
		width: 80vw;
		margin-bottom: 6vw;
	}
	.technology-wrap {
		display: block;
	}
	.technology-photo {
		width: auto;
		margin: 0 0 5vw;
	}
	.technology-txt {
		padding: 0;
	}
	.technology-txt .title {
		font-size: 5.2vw;
		margin: 0 0 5vw;
	}
	.technology-txt .desc + .title {
		margin-top: 5vw;
	}
	.case-box {
		margin: 0 -1em;
		padding: 0;
		min-height: inherit;
	}
	.case-box01 {
		background: url(../img/sec01-bg_sp.png) no-repeat center top;
		background-size: 100%;
		aspect-ratio: 640 / 557;
	}
	.case-box02 {
		background: url(../img/sec02-bg_sp.png) no-repeat center top;
		background-size: 100%;
		aspect-ratio: 640 / 557;
	}
	.case-box-inner {
		width: auto;
		padding: 2em 1em 1em;
	}
	.case-box .label {
		width: 40vw;
	}
	.trouble-list {
		width: 58vw;
		margin: 7vw 0 9vw;
	}
	.trouble-list li {
		font-size: 5.5vw;
    background-size: 5vw 5vw;
    padding-left: 7vw;
	}
	.trouble-list li + li {
		margin-top: 3vw;
	}
	.profile-box {
		width: auto;
		padding: 1em;
	}
	.profile-photo {
		width: 20vw;
	}
	.profile-info {
		padding-left: 0.8em;
	}
	.profile-name {
		font-size: 4.3vw;
		margin: 0 0 2vw;
	}
	.profile-desc {
		font-size: 4vw;
	}
	.imp-box {
		margin: 0 0 5vw;
		padding: 1em;
	}
	.imp-title {
		font-size: 5vw;
		margin: 0 0 5vw;
	}
	.imp-wrap {
		display: block;
	}
	.imp-photo {
		width: auto;
		margin: 0 0 1em;
	}
	.imp-wrap .desc {
		width: auto;
	}
	.imp-wrap + .imp-wrap {
		margin-top: 5vw;
	}
	.btn-radius a {
		font-size: 4.3vw;
	}
	.btn-row2 a {
		padding: 0.6em 1em;
		line-height: 1.2;
	}
	.scoreup-box {
		background: url(../img/sec03-bg_sp.png) no-repeat center top;
		background-size: 100%;
		aspect-ratio: 640 / 557;
		min-height: inherit;
		padding: 0 0 10vw;
	}
	.scoreup-box .inner {
		padding-top: 94vw;
	}
	.scoreup-list {
		margin: 6vw 0;
	}
	.scoreup-list ul {
		justify-content: center;
		flex-wrap: wrap;
	}
	.scoreup-list ul li {
		width: 48%;
		margin: 0 1%;
	}
	.scoreup-list ul li:nth-child(n+3) {
		margin-top: 2%;
	}
	.lineup-box {
		padding: 10vw 0;
	}
	.lineup-box .tit-box h2 {
		font-size: 7vw;
	}
	.lineup-box .lineup-list ul {
		display: block;
	}
	.lineup-box .lineup-list ul li {
		width: auto;
	}
	.lineup-box .lineup-list ul li + li {
		margin-top: 6vw;
	}
	.lineup-box .lineup-list ul li .txt {
		font-size: 4.3vw;
		margin-bottom: 5vw;
	}
	.btn-default a {
		font-size: 4.3vw;
		margin-top: 5vw;
		padding: 0.8em;
	}
	.lineup-box .synfit-box {
		margin-top: 10vw;
		padding: 1em;
	}
	.lineup-box .synfit-wrap {
		display: block;
	}
	.lineup-box .synfit-image {
		width: auto;
		margin: 0 0 5vw;
	}
	.lineup-box .synfit-info {
		padding: 0;
	}
	.lineup-box .synfit-name {
		font-size: 5vw;
	}
	.lineup-box .synfit-name span {
		font-size: 4vw;
	}
	.lineup-box .synfit-title span {
		line-height: 1.3;
	}
  #sec03 {
    padding: 30px 20px 60px;
  }
  #sec03 .tit-box {
    margin-bottom: 25px;
  }
  #sec03 .tit-box h2 {
    font-size: 29px;
    margin-bottom: 8px;
  }
  #sec03 .tit-box p {
    font-size: 14px;
  }
  #sec03 .news-list {
    margin-bottom: 10px;
  }
  #sec03 .news-list li {
    margin-bottom: 30px;
  }
  #sec03 .news-list li a .img {
    margin-bottom: 8px;
  }
  #sec03 .news-list li a .data {
    margin-bottom: 8px;
  }
  #sec03 .news-list li a .data .category {
    margin-right: auto;
  }
  #sec03 .news-list li a .data .day {
    color: #757575;
  }
  #sec03 .news-list li a h3 {
    font-size: 17px;
    line-height: 1.6;
  }
}