@charset "utf-8";



html {
    font-size: 62.5%;
    zoom:1;
}

body{
  background:#fff;
  font-family: 'Noto Sans JP', sans-serif;
	color: #333;
  font-weight: 400;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
  font-size: 1.6rem;
  min-width: 100%;
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}
p {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

img{
    width: 100%;
    height: auto;
}
em {
  font-style: normal;
}

.btn {
  transition:.3s;
}
.btn:hover {
  opacity: 0.7;
}

@media all and (min-width: 961px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
} /* TB: min-width: 560px max-width: 1079px */
@media all and (max-width: 960px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
} /* SP: max-width: 559px */





/* area */
#container{
  /*以下、IE11用*/
  z-index: 1;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif !important;
}


/* font-family */

.f-en {
  font-family: "Cardo", serif;
}
.f-min {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.fc-yel {
  color:#f5bb12;
}
.fc-red {
  color: #FF1311;
}
.fwBold {
  font-weight: 700;
}


/* heading */
.h2_ttl_wrap {
  margin-bottom: 45px;
  text-align: center;
}
.h2_ttl_en {
  color:#143F8D;
  font-size: 50px;
  margin-bottom: 12px;
}
.h2_ttl_jp{
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
  font-weight:400;
  color: #000;
}


@media screen and (max-width:960px){
.h2_ttl_wrap {
  margin-bottom: 30px;
  text-align: center;
}
.h2_ttl_en {
  font-size: 28px;
  margin-bottom: 16px;
}
.h2_ttl_jp{
  font-size: 1.6rem;
  margin: 0 0 35px 0;
  text-transform: none;
}
.h2_ttl_jpSub {
  font-size: 16px;
}
.h2_ttl_jpSizrDown {
  font-size: 20px;
}
}



/* text */
p.text {
  font-size: 1.6rem;
  line-height: 1.6;
}
.text_link {
  color: #143F8D;
}
.text_link:hover {
  text-decoration: underline;
}
.text_link_mail {
  color: #000;
  font-weight: 700;
}
.text_link_line {
  color: #07b53b;
  font-weight: 700;
}
.cmn_h_txt {
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width:960px){
p.text {
  font-size: 1.4rem;
  line-height: 2;
}
.cmn_h_txt {
  text-align: left;
  margin-bottom: 30px;
  font-size: 15px;
}
}







/* レイアウト */
 main {
  width: 100%;
}
.inner {
  width: 100%;
  max-width: 1100px;
  margin:0 auto;
}
section {
  padding: 110px 30px;
   box-sizing: border-box; /* 明示的に指定 */
}
@media screen and (max-width:960px){
 main {
  width: 100%;
  max-width: 100%;
}
.inner {
  width: 100%;
  max-width: 100%;
  margin:0 auto;
}
section {
  width: 100%;
  padding: 60px 15px;
}
}





/* header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}
.header_logo {
  padding: 20px 0 20px 20px;
  width: 250px;
}
.header_btn {
  display: flex;
}
.header_btnItem {
  padding: 30px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
.header_btnItem1 {
  background: #143F8D;
}
.header_btnItem2 {
  background: #066FAA;
}
.header_btnItem span {
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
}
.header_btnItem1 span:before {
  position: absolute;
  background: url(../img/icon_chat.svg) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.header_btnItem2 span:before {
  position: absolute;
  background: url(../img/icon_document.svg) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
@media screen and (max-width:960px){
header {
  display: block;
}
.header_logo {
  padding: 10px 0 5px 15px;
  width: 54%;
}
.header_btn {
  display: none;
}
}



/* kv */
.kv {
  padding: 50px 0 30px ;
}
.kv_inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background: url(../img/kv.jpg) no-repeat top left;
  background-size: cover;
  height: 630px;
}
.kv_desc {
  position: absolute;
  left: 70px;
  bottom: -30px;
}
.kv_copy_wrap {
  position: relative;
}
.kv_copy_wrap:after {
position: absolute;
  background: url(../img/kv_copy_en.png) no-repeat;
  content: "";
  width:290px;
  height: 88px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 0;
  bottom: -60px;
}
.kv_copy1 {
  font-size: 24px;
  color: #143F8D;
  background: #fff;
  padding: 6px 10px;
  display: inline-block;
  font-weight: 500;
}
.kv_copy2 {
  font-size: 45px;
  color: #143F8D;
  margin: 12px 0 20px;
  background: #fff;
  padding: 6px 0px 6px 10px;
  display: inline-block;
  font-weight: 500;
}
.kv_copy3 {
  font-size: 22px;
  font-weight: 500;
  color: #143F8D;
    display: inline-block;
}
.kv_img {
  width: 100%;
  max-width: 270px;
  margin-top: 40px;
}
/*SP*/
@media screen and (max-width:960px){
.kv {
  padding: 10px 15px 30px ;
}
.kv_inner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(../img/kv_sp.jpg) no-repeat top center;
  background-size: cover;
  height: 90vw;
}
.kv_copy_wrap:after {
position: absolute;
  background: url(../img/kv_copy_en.png) no-repeat;
  content: "";
  width:164px;
  height: 50px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 0;
  bottom: -25px;
}
.kv_desc {
  position: absolute;
  bottom: -30px;
  left:50%;
  transform: translateX(-50%);
  width: calc(100% - 30px) ;
}
.kv_copy1 {
  font-size: 3.5vw;
  color: #143F8D;
  background: #fff;
  padding: 6px 10px;
}
.kv_copy2 {
  font-size: 5.8vw;
  color: #143F8D;
  margin: 10px 0 15px;
}
.kv_copy3 {
    font-size: 3.5vw;
  color: #143F8D;
}
.kv_img {
  width: 100%;
  max-width: 60%;
  margin: 30px auto 0;
}
}




/* kv2 */
.kv2 {
  position: relative;
  padding: 20px 0 55px;
}
.kv2:before {
  position: absolute;
  background:#61A9D2 url(../img/kv2_bg.jpg) no-repeat top center;
  content: "";
  width: 100%;
  height: 260%;
  z-index: -2;
  top: -160%;
}
.kv2_inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.kv2_txt {
  color: #fff;
}
.kv2_img {
  max-width: 500px;
  flex-shrink: 0;
  margin-left: 30px;
}
/*SP*/
@media screen and (max-width:960px){
.kv2 {
  padding: 30px 0 50px;
}
.kv2:before {
  background:#61A9D2 url(../img/kv2_bg_sp.jpg) no-repeat top center;
  background-size: cover;
  height: 150%;
  top: -50%;
}
.kv2_inner {
  width: 100%;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  display: block;
}
.kv2_txt {
  color: #fff;
  margin-bottom: 20px;
  font-size: 15px;
}
.kv2_img {
  max-width: 100%;
  flex-shrink: 0;
  margin-left: 0;
}
}



/* successstory */
.successstory {
  position: relative;
  background:#F5F9FB url(../img/successstory_bg.png) no-repeat right bottom;
  background-size: 700px;
}
.successstory_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.successstory_item {
  box-shadow: 0 0 11px rgba(150,144,144,.25);
  background: #fff;
  position: relative;
}
.successstory_desc {
  padding: 30px 30px 90px 30px;
}
.successstory_ttl {
  font-size: 20px;
  font-weight: 700;
  color: #143F8D;
  margin-bottom: 15px;
  line-height: 1.4;
}
.successstory_cat {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  color: #143F8D;
  text-align: center;
  background: linear-gradient(-45deg, #7170B5 0%, #2B88B5 100%);
  width: calc(100% - 60px);
  padding: 1px 0;
}
.successstory_cat span {
  display: block;
  background: #fff;
  padding: 8px 0;
}
/*SP*/
@media screen and (max-width:960px){
.successstory {
  background-size: 80%;
  overflow: hidden;
  background-position-x: 30vw;
}
.successstory_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.successstory_desc {
  padding: 25px 20px 90px 20px;
}
.successstory_ttl {
  font-size: 20px;
  font-weight: 700;
  color: #143F8D;
  margin-bottom: 15px;
  line-height: 1.4;
}
.successstory_cat {
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  color: #143F8D;
  text-align: center;
  background: linear-gradient(-45deg, #7170B5 0%, #2B88B5 100%);
  width: calc(100% - 40px);
  padding: 1px 0;
}
.successstory_cat span {
  display: block;
  background: #fff;
  padding: 7px 0;
}
}




/* Strength */
.strength {
  overflow-x: hidden;
}
.strength_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strength_item:not(:last-child) {
  margin-bottom: 50px;
}
.strength_img {
  width: 100%;
  max-width: 540px;
  margin-right: 70px;
  flex-shrink: 0;
}
.strength_item.reverse {
  flex-direction: row-reverse;
}
.strength_item.reverse .strength_img{
  margin-right: 0;
  margin-left: 70px;
}
.strength_item:nth-child(5) .strength_img {
  max-width: 400px;
}
.strength_num {
  color: #143F8D;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
.strength_num:after {
  position: absolute;
  background: #143F8D;
  content: "";
  width: 45px;
  height: 1px;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.strength_ttl {
  font-size: 26px;
  font-weight: 600;
  color:#143F8D;
  line-height: 1.4;
  margin: 20px 0 30px;
}
.strength_btn {
  text-align: right;
  margin-top: 20px;
}
.strength_btn_link {
  color: #143F8D;
  display: inline-block;
  padding: 12px 25px;
  border:1px solid #143F8D;
  position: relative;
}
.strength_btn_link:after {
  position: absolute;
  content:"";
  width: 38px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  background: #143F8D;
}
/*SP*/
@media screen and (max-width:960px){
.strength_item {
  display: block;
}
.strength_item:not(:last-child) {
  margin-bottom: 50px;
}
.strength_img {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.strength_item.reverse {
  flex-direction: row-reverse;
}
.strength_item.reverse .strength_img{
  margin-right: 0;
  margin-left: 0;
}
.strength_item:nth-child(5) .strength_img {
  max-width: 80%;
  margin: 0 auto 20px;
}
.strength_num {
  color: #143F8D;
  font-size: 16px;
}
.strength_ttl {
  font-size: 22px;
  font-weight: 600;
  color:#143F8D;
  line-height: 1.4;
  margin: 20px 0 30px;
}
.strength_btn {
  text-align: right;
  margin-top: 20px;
}
.strength_btn_link {
  font-size: 15px;
  color: #143F8D;
  display: inline-block;
  padding: 12px 25px;
  border:1px solid #143F8D;
}
}





/* Researcher */
.researcher {
  padding:0;
  overflow-x: hidden;
}
.researcher_inner {
  padding: 70px 0 45px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: content-box;
}
.researcher_inner:before {
  position: absolute;
  background: linear-gradient(-45deg, #7170B5 0%, #61A9D2 100%);
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  background-size: cover;
  margin-right: calc(47% - 50vw);
  padding-right: calc(50vw - 50%);
  background-position-y: center;
  z-index: -1;
}
.researcher_head {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.researcher_head_ttl {
  white-space: nowrap;
  margin-right: 30px;
}
.researcher_head_ttl span {
  background: linear-gradient(-45deg, #7170B5 0%, #2B88B5 100%);
  display: inline-block;
  color: #fff;
  font-size: 30px;
  padding: 12px 15px;
}
.researcher_head_ttl span:not(:last-child) {
  margin-bottom: 10px;
}
.researcher_head_txt {
  color: #fff;
  line-height: 1.8;
  font-weight: 500;
}
.researcher_photo {
  display: flex;
  align-items: flex-end;
  justify-content: right;
}
.researcher_photo1 {
  width: 100%;
  max-width: 345px;
  margin-right: 40px;
}
.researcher_photo2_wrap {
  width: 100%;
  max-width: 535px;
  position: relative;
}
.researcher_photo2_name_all {
  position: absolute;
  top: -5px;
  left: -210px;
}
.researcher_photo2_name {
  color: #fff;
  line-height: 1.4;
  font-size: 15px;
  position: relative;
}
.researcher_photo2_name:after {
  position: absolute;
  background: #fff;
  content: "";
  width: 500px;
  height: 1px;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
.researcher_photo2_name span {
  font-size: 26px;
}
/*SP*/
@media screen and (max-width:960px){
.researcher {
  padding:0 15px;
  overflow-x: hidden;
}
.researcher_inner {
  padding: 40px 15px ;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: linear-gradient(-45deg, #7170B5 0%, #61A9D2 100%);
}
.researcher_inner:before {
  position: inherit;
  display: none;
}
.researcher_head {
  display: block;
  margin-bottom: 40px;
}
.researcher_head_ttl {
  white-space: nowrap;
  margin-right: 0;
  margin-bottom: 30px;
}
.researcher_head_ttl span {
  background: linear-gradient(-45deg, #7170B5 0%, #2B88B5 100%);
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 12px 15px;
}
.researcher_head_ttl span:not(:last-child) {
  margin-bottom: 10px;
}
.researcher_head_txt {
  color: #fff;
  line-height: 1.8;
  font-weight: 500;
}
.researcher_photo {
  display: block;
}
.researcher_photo1 {
  width: 100%;
  max-width: 75%;
  margin-right: 0;
  margin: 0 auto 30px;
}
.researcher_photo2_wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.researcher_photo2_name_all {
  position: inherit;
  top:inherit;
  left: inherit;
}
.researcher_photo2_name {
  color: #fff;
  line-height: 1.4;
  font-size: 14px;
  position: relative;
  margin-bottom: 15px;
}
.researcher_photo2_name:after {
  position: inherit;
  display: none;
}
.researcher_photo2_name span {
  font-size: 23px;
}
}



/* Researcher2 */
.researcher2 {
  padding:0;
  position: relative;
}
.researcher2:before {
  position: absolute;
  background: #F6F6F6;
  content: "";
  width: 100%;
  height: 225%;
  z-index: -2;
  top: -125%;
}
.researcher2_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
  padding: 60px 0;
}
.researcher2_item {
  display: flex;
}
.researcher2_person {
  max-width: 145px;
  flex-shrink: 0;
  margin-left: 25px;
}
.researcher2_ttl {
  font-size: 20px;
  color: #143F8D;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.4;
}
.researcher2_person_name {
  text-align: right;
  margin-top: 15px;
  line-height: 1.5;
}
.researcher2_person_name span {
  font-size: 20px;
}
/*SP*/
@media screen and (max-width:960px){

.researcher2 {
  padding:0;
  position: relative;
}
.researcher2:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 190%;
  z-index: -2;
  top: -90%;
}
.researcher2_inner {
  display: block;
  grid-gap: 60px;
  padding: 40px 15px;
}
.researcher2_item {
  display: block;
}
.researcher2_item:not(:last-child) {
  margin-bottom: 50px;
}
.researcher2_person {
  max-width: 45%;
  flex-shrink: 0;
  margin-left: 0;
  margin: 18px auto 0;
}
.researcher2_ttl {
  font-size: 20px;
  color: #143F8D;
  font-weight: 500;
  margin-bottom: 20px;
}
.researcher2_person_name {
  text-align: left;
  margin-top: 12px;
  line-height: 1.5;
}
.researcher2_person_name span {
  font-size: 20px;
}
}



/* cv */
.cv {
  padding: 60px 30px;
  background:#61A9D2 url(../img/cv_bg.jpg) no-repeat top center;
  background-size: cover;
}
.cv_head {
  text-align: center;
  font-size: 30px;
  color: #fff;
  position: relative;
  margin-bottom: 80px;
}
.cv_head:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background: #fff;
  left:50%;
  transform: translateX(-50%);
  bottom: -30px;
}
.cv_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.cv_item {
  background: #fff;
  position: relative;
}
.cv_desc {
  padding: 35px 45px 100px 45px;
}
.cv_ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
  text-align: center;
  color: #143F8D;
}
.cv_ttl2 {
  color: #066FAA;
}
.cv_ttl3 {
  color: #7077B8
}
.cv_btn {
  position: absolute;
  bottom: 35px;
  text-align: center;
  width: calc(100% - 90px);
}
.cv_btn a {
  background: #143F8D;
  color: #fff;
  display: block;
  padding: 18px 15px ;
  font-weight: 500;
  position: relative;
}
.cv_btn a:after {
  position: absolute;
  content:"";
  width: 45px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  background: #AAB0B3;
}
.cv_btn2 a {
background:#066FAA;
}
.cv_btn3 a {
background: #7077B8;
font-size: 20px;
}
.cv_btn3 a span {
  position: relative;
  padding-left: 30px;
}
.cv_btn3 a span:before {
  position: absolute;
background: url(../img/icon_tel.svg) no-repeat;
top: 53%;
transform: translateY(-50%);
left: 0;
content: "";
width: 23px;
height: 16px;
display: inline-block;
background-size: contain;
z-index: 100;
}
/*SP*/
@media screen and (max-width:960px){
.cv {
  padding: 40px 15px;
}
.cv_head {
  text-align: center;
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 60px;
    line-height: 1.6;
}
.cv_head:after {
  content: "";
  position: absolute;
  width:70px;
  height: 2px;
  background: #fff;
  left:50%;
  transform: translateX(-50%);
  bottom: -20px;
}
.cv_wrap {
  display: block;
}
.cv_item {
  background: #fff;
  position: relative;
}
.cv_item:not(:last-child) {
  margin-bottom: 30px;
}
.cv_desc {
  padding: 30px 20px;
}
.cv_ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  color: #143F8D;
}
.cv_ttl2 {
  color: #066FAA;
}
.cv_ttl3 {
  color: #7077B8
}
.cv_btn {
  position: inherit;
  bottom: inherit;
  text-align: center;
  width: 100%;
  margin-top: 16px;
}
.cv_btn a {
  padding:  17px 12px ;
}
.cv_btn3 a {
font-size: 18px;
}
}








/* service */
.service {
  background: #F3F8FA;
}
.service_illust {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 60px;
}
.service_subttl {
  font-size: 26px;
  text-align: center;
  color: #143F8D;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 50px;
}
.service_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.serviceItem_head {
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.serviceItem_head_num {
  color: #143F8D;
  font-size: 18px;
  line-height: 1;
  margin-right: 18px;
  text-align: center;
}
.serviceItem_head_num span {
font-size: 40px;
}
.serviceItem_head_ttl {
  font-size: 20px;
  font-weight: 500;
  color: #143F8D;
  line-height: 1.5;
}
.serviceItem_arrow {
  max-width: 45px;
  margin: 18px auto;
}
.serviceItem_emphasis {
  padding: 30px 20px;
  background: #fff;
  position: relative;
}
.serviceItem_emphasis:before {
  position: absolute;
  background: url(../img/icon_clear.png) no-repeat;
  top: -45px;
  left:-15px;
  content: "";
  width: 72px;
  height: 59px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.serviceItem_emphasis span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  background: linear-gradient(0deg, #2B88B5 0%, #7170B5 100%);
  background: -webkit-linear-gradient(0deg, #2B88B5 0%, #7170B5 100%);
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
/*SP*/
@media screen and (max-width:960px){
.service_illust {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 60px;
}
.service_subttl {
  font-size: 20px;
  margin-bottom: 35px;
}
.service_wrap {
  display: block;
}
.serviceItem:not(:last-child) {
  margin-bottom: 35px;
}
.serviceItem_head {
  display: flex;
  align-items: center;
  margin: 18px 0;
}
.serviceItem_head_num {
  color: #143F8D;
  font-size: 16px;
  line-height: 1;
  margin-right: 12px;
  text-align: center;
}
.serviceItem_head_num span {
font-size: 35px;
}
.serviceItem_head_ttl {
  font-size: 18px;
  font-weight: 500;
  color: #143F8D;
  line-height: 1.3;
}
.serviceItem_arrow {
  max-width: 40px;
  margin: 18px auto;
}
.serviceItem_emphasis {
  padding: 25px 20px;
  background: #fff;
  position: relative;
}
.serviceItem_emphasis:before {
  position: absolute;
  background: url(../img/icon_clear.png) no-repeat;
  top: -40px;
  left:-10px;
  content: "";
  width: 62px;
  height: 51px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
}
.serviceItem_emphasis span {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
  background: linear-gradient(0deg, #2B88B5 0%, #7170B5 100%);
  background: -webkit-linear-gradient(0deg, #2B88B5 0%, #7170B5 100%);
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
}



/* category */
.category {
  padding: 110px 30px 0;
}
.category_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 30px;
}
.categoryBlock_ttl {
  font-size: 19px;
  font-weight: 500;
  color: #143F8D;
  margin: 20px 0 30px;
}
.categoryBlock_list_item {
  font-size: 14px;
  position: relative;
  padding-left: 16px;
}
.categoryBlock_list_item {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #DDDDDD;
}
.categoryBlock_list_item:last-child {
  border-bottom: none;
}
.categoryBlock_list_item:before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  transform: translateY(-50%);
  background: linear-gradient(-45deg, #7170B5 0%, #2B88B5 100%);
  width: 8px;
  height: 8px;
  left: 0;
  border-radius: 100px;
}
/*SP*/
@media screen and (max-width:960px){
.category {
  padding: 60px 15px 0;
}
.category_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px 15px;
}
.categoryBlock_ttl {
  font-size: 18px;
  font-weight: 500;
  color: #143F8D;
  margin: 15px 0 20px;
  line-height: 1.5;
}
.categoryBlock_list_item {
  font-size: 13px;
  position: relative;
  padding-left: 14px;
  line-height: 1.5;
}
.categoryBlock_list_item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}
.categoryBlock_list_item:last-child {
  border-bottom: none;
}
.categoryBlock_list_item:before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  transform: translateY(-50%);
  background: linear-gradient(-45deg, #7170B5 0%, #2B88B5 100%);
  width: 8px;
  height: 8px;
  left: 0;
  border-radius: 100px;
}
}




/* pickup */
.pickup {
  padding: 80px 30px 110px;
}
.pickup_head {
  font-size: 26px;
  font-weight: 500;
  color: #143F8D;
  text-align: center;
  margin-bottom: 40px;
}
.pickup_head span {
  position: relative;
}
.pickup_head span:before,.pickup_head span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #143F8D;
  width: 1px;
  height: 1.1em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.pickup_head span:before{
  transform: rotate(-33deg);
  left: -50px;
  bottom: -5px;
}
.pickup_head span:after {
  transform: rotate(33deg);
  right: -50px;
  bottom: -5px;
}
.pickup_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.pickup_item {
  box-shadow: 0 0 11px rgba(150, 144, 144, .25);
  background: #fff;
}
.pickup_desc {
  padding: 30px;
}
.pickup_ttl {
  color:#143F8D;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 20px;
}
/*SP*/
@media screen and (max-width:960px){
.pickup {
  padding: 50px 15px 60px;
}
.pickup_head {
  font-size: 22px;
  font-weight: 500;
  color: #143F8D;
  text-align: center;
  margin-bottom: 40px;
}
.pickup_head span:before{
  transform: rotate(-33deg);
  left: -35px;
  bottom: -5px;
}
.pickup_head span:after {
  transform: rotate(33deg);
  right: -35px;
  bottom: -5px;
}
.pickup_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}
.pickup_desc {
  padding: 25px 20px;
}
.pickup_ttl {
  font-size: 18px;
  margin-bottom: 18px;
}
}



/* flow */
.flow {
  background: #F3F8FA;
}
.flow .inner {
  max-width: 950px;
  margin: 0 auto;
}
.flowIntro {
  background: #fff;
  display: flex;
  align-items: center;
    margin-bottom: 50px;
}
.flowIntro_head {
  padding: 32px 60px;
  background: #143F8D;
  color: #fff;
  font-size: 20px;
}
.flowIntro_wrap {
  padding: 15px 50px;
}
.flowIntro_list {
  display: flex;
  align-items: center;
}
.flowIntro_item {
  display: flex;
  align-items: center;
}
.flowIntro_item:not(:last-child) {
  margin-right: 50px;
}
.flowIntro_item_desc {
  line-height: 1.3;
}
.flowIntro_item_desc span {
  font-size: 12px;
}
.flowIntro_item_term {
  color: #143F8D;
  border:1px solid #143F8D;
  padding: 8px 20px;
  margin-right: 20px;
  font-size: 18px;
}
.flow_list {
  position: relative;
}
.flow_list:after {
  position: absolute;
  background: #143F8D;
  top: 0;
  left: 85px;
  content: "";
  width: 2px;
  height: 100%;
  display: inline-block;
  background-size: contain;
  z-index: 0;
}
.flowItem {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 30px 40px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.flowItem:not(:last-child) {
  margin-bottom: 20px;
}
.flowItem_num {
  width: 90px;
  height: 90px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 600;
  border:1px solid #143F8D;
  border-radius: 100px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction: column;
  line-height: 1.2;
  color: #143F8D;
}
.flowItem_num span {
  font-size: 30px;
  line-height: 100%;
}
.flowItem_desc_ttl {
  font-size: 20px;
  color: #143F8D;
  font-weight: 500;
  margin-bottom: 20px;
}
.flowItem_desc_note {
  font-size: 12px;
}
.flowItem_desc_img {
  max-width: 200px;
  margin-left: auto;
}
/*SP*/
@media screen and (max-width:960px){
.flow .inner {
  max-width: 100%;
  margin: 0 auto;
}
.flowIntro {
  background: #fff;
  display: block;
   margin-bottom: 40px;
}
.flowIntro_head {
  padding: 15px 20px ;
  font-size: 18px;
  text-align: center;
}
.flowIntro_wrap {
  padding: 20px ;
}
.flowIntro_list {
  display: block;
}
.flowIntro_item {
  display: flex;
  align-items: center;
}
.flowIntro_item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 25px;
}
.flowIntro_item_term {
  color: #143F8D;
  border:1px solid #143F8D;
  padding: 6px 15px;
  margin-right: 18px;
  font-size: 16px;
  min-width: 130px;
  text-align: center;
}
.flow_list:after {
  left: 50px;
}
.flowItem {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  padding: 30px 15px;
  background: #fff;
}
.flowItem:not(:last-child) {
  margin-bottom: 20px;
}
.flowItem_num {
  width: 70px;
  height: 70px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 25px;
  font-size: 12px;
}
.flowItem_num span {
  font-size: 24px;
}
.flowItem_desc_ttl {
  font-size: 18px;
  color: #143F8D;
  font-weight: 500;
  margin-bottom: 18px;
}
.flowItem_desc_img {
  max-width: 100%;
  margin-left: auto;
  margin-top: 20px;
}
}




/* faq */
.faq .inner {
  max-width: 900px;
  margin: 0 auto;
}
/*SP*/
@media screen and (max-width:960px){
.faq .inner {
  max-width: 100%;
  margin: 0 auto;
}
}


/* ----------------- FAQアコーディオン ----------------- */
/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 100%;
}
.accordion-area li{
  background-color: #fff;
  margin-bottom: 20px;
}
/*アコーディオンタイトル*/
.accordion-area .faq_title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding:26px 20px;
  transition: all .5s ease;
  color: #143F8D;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  background: #F3F8FA;
  font-size: 18px;
  line-height: 1.5;
}
.accordion-area .faq_title span.icon {
  margin-right: 20px;
  flex-shrink: 0;
  font-size:30px;
  font-weight: 400;
  line-height: 100%;
}
/*アイコンの＋×*/
.accordion-area .faq_title::after{    
  content: " ";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 30px;
  background: url(../img/icon_open.png) no-repeat left top;
  background-size: contain;
  transition: .3s;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .faq_title.close::after{
  content: " ";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 30px;
  background: url(../img/icon_close.png) no-repeat left top;
  background-size: contain;
}
/*アコーディオンで現れるエリア*/
.accordion-area .faq_box {
  display: none;/*はじめは非表示*/
  padding:20px;
}
.accordion-area .faq_answer {
  display: flex;
  align-items: flex-start;
}
.accordion-area .faq_answer span.icon {
  margin-right: 20px;
  flex-shrink: 0;
  font-size:30px;
  font-weight: 400;
  color:#143F8D;
  line-height: 100%;
}
.faq_answer_txt {
  display: inline-block;
  line-height: 1.6;
}
/*SP*/
@media all and (max-width: 1000px)  {
.accordion-area{
  margin:50px auto 0;
}
.faq_question {
  font-size: 16px;
}
.accordion-area li{
  border-radius: 20px;
  margin-bottom: 15px;
}
.accordion-area .faq_title span.icon {
  margin-right: 18px;
  font-size:25px;
}
/*アイコンの＋×*/
.accordion-area .faq_title::after{    
  content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  right: 10px;
  top: 40%;
  background: url(../img/icon_open.png) no-repeat left top;
  background-size: contain;
}
/*　closeというクラスがついたら形状変化　*/
.accordion-area .faq_title.close::after{
  content: " ";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  right: 10px;
  top: 40%;
  background: url(../img/icon_close.png) no-repeat left top;
  background-size: contain;
}
/*アコーディオンタイトル*/
.accordion-area .faq_title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:15px;
  font-weight: normal;
  padding:20px 40px 20px 20px; 
  transition: all .5s ease;
  font-weight: 700;
  display: flex;
}
/*アコーディオンで現れるエリア*/
.accordion-area .faq_box {
  display: none;/*はじめは非表示*/
  padding:20px;
}
.accordion-area .faq_answer span.icon {
  font-size:25px;
  margin-right: 18px;
}
}






/* company */
.company {
  background: #F3F8FA;
}
.companyIntro {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.companyIntro_img {
  max-width: 200px;
  flex-shrink: 0;
  margin-right: 60px;
}
.companyIntro_head {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
.companyIntro_head span {
  position: relative;
}
.companyIntro_head span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right:  -90px;
  height: 1px;
  width: 80px;
  background: #333333;
}
.companyIntro_copy {
  font-size: 34px;
  font-weight: 500;
  color: #143F8D;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.companyIntro_person {
  text-align: right;
}
.companyIntro_person span {
  font-size: 22px;
}
.companyOverview {
  display: flex;
  margin-bottom: 70px;
}
.companyOverview_img {
  max-width: 600px;
  flex-shrink: 0;
  margin-right: 50px;
}
.companyOverview_list {
  border-top: 1px solid #D9D9D9;
  margin-bottom: 40px;
}
.companyOverview_item {
  display: flex;
  align-items: flex-start;
    padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
.companyOverview_item:first-child {
  padding-top: 20px;
}
.companyOverview_item_term {
  min-width: 120px;
}
.company_ttl2 {
  font-size: 26px;
  font-weight: 500;
  color: #143F8D;
  text-align: center;
  margin-bottom: 40px;
}
.company_ttl2 span {
  position: relative;
}
.company_ttl2 span:before,.company_ttl2 span:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #143F8D;
  width: 1px;
  height: 1.1em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.company_ttl2 span:before{
  transform: rotate(-33deg);
  left: -50px;
  bottom: -5px;
}
.company_ttl2 span:after {
  transform: rotate(33deg);
  right: -50px;
  bottom: -5px;
}
.company_txt {
  margin-bottom: 60px;
  text-align: center;
}
.blog_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.blog_item {
  background: #fff;
  position: relative;
}
.blog_desc {
  padding: 30px 30px 85px 30px;
}
.blog_date {
  color: #143F8D;
  margin-bottom: 16px;
}
.blog_ttl {
  font-size: 18px;
  line-height: 1.6;
}
.blog_icon {
  width: 22px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
/*SP*/
@media screen and (max-width:960px){

.companyIntro {
  display: block;
  margin-bottom: 40px;
}
.companyIntro_img {
  max-width: 45%;
  flex-shrink: 0;
  margin-right: 60px;
  margin: 0 auto 20px;
}
.companyIntro_head {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.companyIntro_head span {
  position: relative;
}
.companyIntro_head span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right:  -90px;
  height: 1px;
  width: 80px;
  background: #333333;
}
.companyIntro_copy {
  font-size: 30px;
  font-weight: 500;
  color: #143F8D;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.companyIntro_person {
  text-align: right;
  font-size: 15px;
}
.companyIntro_person span {
  font-size: 20px;
}
.companyOverview {
  display: block;
  margin-bottom: 60px;
}
.companyOverview_img {
  max-width: 100%;
  flex-shrink: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.companyOverview_list {
  border-top: 1px solid #D9D9D9;
  margin-bottom: 40px;
}
.companyOverview_item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}
.companyOverview_item:first-child {
  padding-top: 15px;
}
.companyOverview_item_term {
  min-width: 120px;
}
.company_ttl2 {
  font-size: 22px;
  font-weight: 500;
  color: #143F8D;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
.company_ttl2 span {
  display: inline-block;
}
.company_ttl2 span:before{
  transform: rotate(-33deg);
  left: -35px;
  bottom: -5px;
}
.company_ttl2 span:after {
  transform: rotate(33deg);
  right: -35px;
  bottom: -5px;
}
.company_txt {
  margin-bottom: 40px;
  text-align: left;
}
.blog_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.blog_item {
  background: #fff;
  position: relative;
}
.blog_desc {
  padding: 25px 15px 55px 15px;
}
.blog_date {
  color: #143F8D;
  margin-bottom: 16px;
}
.blog_ttl {
  font-size: 16px;
  line-height: 1.6;
}
.blog_icon {
  width: 18px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

}






























/* footer */
#footer {
  background: #143F8D;
  padding: 40px 0 30px;
}
#footer small{
  padding-top: 60px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.footer_logo {
  max-width: 230px;
  margin: 0 auto 20px;
}
.footer_sns {
  display: flex;
  justify-content: center;
}
.footer_sns_item {
  width: 30px;
  margin: 0 7px;
}
@media screen and (max-width:960px) {
#footer {
  padding-bottom: 90px;
}
#footer small {
  padding:10px 20px ;
  text-align:center;
  font-size: 1rem;
}
.footer_logo {
  max-width: 50%;
  margin: 0 auto 20px;
}
}




























/* 共通hoverアニメーション */
.hoveranime {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.1s ease;
  position: relative; /* :after の絶対位置指定のための基準 */
}
.hoveranime:hover {
  animation: shake 0.5s 1;
}
/* 本体の揺れアニメーション */
@keyframes shake {
  0% { transform: translateY(0); }
  25% { transform: translateY(-3px); }
  75% { transform: translateY(3px); }
  100% { transform: translateY(0); }
}
/* 矢印のアニメーション */
@keyframes arrowMove {
  0% { transform: translateY(-50%); }
  50% { transform: translateY(-50%) translateY(5px); }
  100% { transform: translateY(-50%); }
}














/* Form */
.cotanct .inner {
  max-width: 800px;
}
.p-contact__table {
  color: #333;
}
.p-contact_head {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 45px;
}
.p-contact_head span {
  color: #C21B17;
  border-bottom: 8px solid #F8D714;
}
.p-contact__table {
  max-width: 1000px;
  margin: 0 auto;
}
.p-contact__row {
  display: flex;
  justify-content: space-between;
    padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.p-contact__row:first-child {
  padding-top: 20px;
  border-top: 1px solid #CCCCCC;
}
.p-contact__data input{
  width: 520px;
  border:none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  background: #F3F8FA;
}
.p-contact__data input[type=radio] {
  width: inherit;
}
.p-contact__data textarea {
  width: 520px;
  border:none;
  border-radius: 4px;
  padding: 15px;
  max-height: 200px;
  font-size: 16px;
  background: #F3F8FA;
}
.p-contact__label {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 700;
}
.p-contact__label--required {
  font-size: 13px;
  color: #FF1311;
  display: inline-block;
  margin-left: 10px;
}
.p-contact__label--note {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  margin-top: 5px;
}
.p-contact__privacy {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 700;
}
.p-contact__privacyInput {
  text-align: center;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px !important
}
.p-contact__note {
  text-align: center;
  font-size: 15px !important;
  font-weight:normal;
  margin: 30px 0;
}
.p-contact__submit {
  text-align: center;
}
.p-contact__submit input {
  color: #fff;
  font-size:18px;
  font-weight: 700;
  background: #143F8D;
  padding: 25px 50px;
  border-radius: 100px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  transition: .3s;
}
.p-contact__submit input:hover {
  opacity: 0.7;
}
.p-contact__submit input:disabled {
  opacity: 0.5
}
.p-contact__submit input:disabled:hover {
  opacity: 0.5;
}
.p-contact__data.type {
  width: 520px;
}
.wpcf7-not-valid-tip {
  font-size: 13px !important;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
.p-contact__table {
  color: #333;
}
.p-contact_head {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 45px;
}
.p-contact_head span {
  color: #C21B17;
  border-bottom: 8px solid #F8D714;
}
.p-contact__table {
  max-width: 1000px;
  margin: 0 auto;
}
.p-contact__row {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.p-contact__data input{
  width: 100%;
  max-width: 100%;
  border:none;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
}
.p-contact__data textarea {
  width: 100%;
  max-width: 100%;
  border:none;
  border-radius: 4px;
  padding: 15px;
  max-height: 200px;
  font-size: 16px;
}
.p-contact__label {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-contact__label--required {
  font-size: 13px;
  color: #fff;
  background: #EC3437;
  padding: 2px 4px;
  display: inline-block;
  margin-left: 10px;
}
.p-contact__label--note {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  margin-top: 5px;
}
.p-contact__privacy {
  text-align: center;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 700;
}
.p-contact__privacyInput {
  text-align: center;
}
.p-contact__note {
  text-align: center;
  font-size: 15px;
  font-weight:normal;
  margin-top: 30px;
}
.p-contact__submit {
  text-align: center;
}
.p-contact__submit input {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 20px;
  border-radius: 100px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  transition: .3s;
  width: 100%;
}
.p-contact__data.type {
  margin-top: 15px;
  width: 100%;
}
.wpcf7-list-item:first-child {
  margin-left: 0 !important;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-top: 10px;
}
}


/* 送信完了時、メッセージ以外は非表示 */
form.wpcf7-form.sent .p-contact__table,
form.wpcf7-form.sent .p-contact__privacy,
form.wpcf7-form.sent .p-contact__privacyInput,
form.wpcf7-form.sent .p-contact__note,
form.wpcf7-form.sent .p-contact__submit {
  display: none !important;
}










/* thanks */
.thanks {
  padding:200px 30px; 
}
.thanks_text {
  text-align: center;
}
/*SP*/
@media screen and (max-width:960px){
.thanks {
  padding:80px 15px; 
}
.thanks_text {
  text-align: left;
}
}









/* xxxxxxxx */

/*SP*/
@media screen and (max-width:960px){

}



/* xxxxxxxx */

/*SP*/
@media screen and (max-width:960px){

}



