@charset "utf-8";

/*----------------------------------------
2019.07
style.css

コンテンツ内の各記述を明記します。
・トップ
・コンテンツ
----------------------------------------*/


/* --------------------- 共通要素 --------------------- */
main {
  position: relative;
  margin: 0 auto;
  background: #fff;
}
input, button, textarea, select {
  outline: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
div.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
  clear: both;
}

@media only screen and (max-width: 960px) 
{ /* SP */
main {
  overflow: hidden;
}
div.anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}
}






/* --------------------- kv --------------------- */
.topKv {
  padding: 160px 0 80px;
}
.topKv_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.topKv_copyEn {
  font-size: 110px;
  color:#25498d;
  margin: 0 0 50px;
  line-height: 1.2 !important;
}
.topKv_copyJp {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
.topKv_btns .c-btn {
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) 
{ /* SP */
.topKv {
  padding: 100px 0 80px;
}
.topKv_wrap {
  display: block;
}
.topKv_copyEn {
  font-size: 18vw;
  color:#25498d;
  margin: 0 0 30px;
  line-height: 1;
}
.topKv_copyJp {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
/* iPhone SE系（321px〜375px） */
@media screen and (min-width: 321px) and (max-width: 375px) {
.topKv_copyJp {
  font-size: 25px;
}
}
/* iPhone X以上（376px〜414px） */
@media screen and (min-width: 376px) and (max-width: 414px) {
.topKv_copyJp {
  font-size: 28px;
}
}
.topKv_btns .c-btn {
  margin-bottom: 20px;
}
}



/* ----------------- topCv ----------------- */
.topCv {
  background: #25498d;
  padding: 95px;
  overflow: hidden;
}
.topCv_wrap {
  position: relative;
  z-index: 1;
}
.topCv_wrap:after {
  position: absolute;
  background: url(../img/cv_bg.png) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1653px;
  height: 1083px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  left: 150px;
  z-index: -1;
}
.topCv_ttl {
  color: #fff;
  font-weight: 400;
}
.topCv_link{
  font-size: 36px;
  font-weight: 500;
  color: #fff;
}
.topCv_link span {
  position: relative;
}
.topCv_link span:after {
  position: absolute;
  background: url(../img/icon_arrow_wht_circle.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: -50px;
  transition: .3s;
}
.topCv_link span:hover:after {
  right: -60px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.topCv {
  padding: 80px 0 200px;
}
.topCv_wrap {
  position: relative;
  z-index: 1;
}
.topCv_wrap:after {
  position: absolute;
  background: url(../img/cv_bg.png) no-repeat;
  top: -75%;
  transform: translateY(-50%);
  content: "";
  width: 800px;
  height: 524px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
 left:50%;
transform: translateX(-50%) rotate(30deg);
  z-index: -1;
}
.topCv_ttl {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.topCv_link{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
/* iPhone SE系（321px〜375px） */
@media screen and (min-width: 321px) and (max-width: 375px) {
.topCv_link {
  font-size: 20px;
}
}
/* iPhone X以上（376px〜414px） */
@media screen and (min-width: 376px) and (max-width: 414px) {
.topCv_link {
  font-size: 24px;
}
}
.topCv_link span {
  position: relative;
}
.topCv_link span:after {
  position: absolute;
  background: url(../img/icon_arrow_wht_circle.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: -40px;
  transition: .3s;
}
.topCv_link span:hover:after {
  right: -50px;
}
}



/* ----------------- topAbout ----------------- */
.topAbout {
  padding: 280px 0 200px;
}
.topAbout_inner {
  position: relative;
}
.topAbout_h2_ttlEn {
  color: #25498d;
  font-weight: 600;
  font-size: 150px;
  position: absolute;
  top: -110px;
  right: 0;
writing-mode: vertical-rl;
  line-height: 1;
}
.topAbout_h2_ttlJp {
  position: absolute;
  top: -100px;
  right: 160px;
  font-size: 20px;
  font-weight: 500;
}
.topAbout_h2_ttlJp span  {
  position: relative;
}
.topAbout_h2_ttlJp span:before  {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background: #2b2b2b;
  left: -45px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topAbout_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content:flex-end;
  align-items: center;
}
.topAbout_img {
  width: 100%;
  max-width: 500px;
  flex-shrink: 1;
  margin-right: 70px;
  position: relative;
  z-index: 1;
}
.topAbout_img:after {
  content:"";
  position: absolute;
  background: #f3f5f9;
  top: 50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%);
  width: 900px;
  height: 900px;
  border-radius: 900px;
  z-index: -1;
}
.topAbout_desc {
  position: relative;
  z-index: 2;
}
.topAbout_desc_copy {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.8;
  white-space: nowrap;
}
.topAbout_desc_copy span {
  font-size: 48px;
  font-weight: 600;
  color: #25498d;
  background: #d3dae8;
  display: inline-block;
  line-height: 1;
  padding: 10px 5px;
  margin: 8px 0;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.topAbout {
  padding: 130px 0 150px;
}
.topAbout_h2_ttlEn {
  color: #25498d;
  font-weight: 600;
  font-size: 60px;
  position: absolute;
  top: -110px;
  right: 0;
  line-height: 1;
}
.topAbout_h2_ttlJp {
  position: inherit;
  top: inherit;
  right: inherit;
  font-size: 17px;
  font-weight: 500;
  padding-left: 35px;
  margin-bottom: 20px;
}
.topAbout_h2_ttlJp span  {
  position: relative;
}
.topAbout_h2_ttlJp span:before  {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #2b2b2b;
  left: -35px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topAbout_wrap {
  display: block;
}
.topAbout_img {
  width: 100%;
  max-width: 90%;
  flex-shrink: 1;
  margin-right: 0;
  position: relative;
  z-index: 1;
    margin: 50px auto 0;
}
.topAbout_img:after {
  content:"";
  position: absolute;
  background: #f3f5f9;
  top: 50%;
  left:50%;
  transform: translateY(-50%) translateX(-50%);
  width: 130vw;
  height: 130vw;
  border-radius: 130vw;
  z-index: -1;
}
.topAbout_desc {
  position: relative;
  z-index: 2;
}
.topAbout_desc_copy {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.8;
  white-space: inherit;
}
/* iPhone SE系（321px〜375px） */
@media screen and (min-width: 321px) and (max-width: 375px) {
.topAbout_desc_copy {
  font-size: 25px;
}
}
/* iPhone X以上（376px〜414px） */
@media screen and (min-width: 376px) and (max-width: 414px) {
.topAbout_desc_copy {
  font-size: 28px;
}
}
.topAbout_desc_copy span {
  font-size: 30px;
  font-weight: 600;
  color: #25498d;
  background: #d3dae8;
  display: inline-block;
  line-height: 1;
  padding: 10px 5px;
  margin: 8px 0;
}
/* iPhone SE系（321px〜375px） */
@media screen and (min-width: 321px) and (max-width: 375px) {
.topAbout_desc_copy span {
  font-size: 35px;
}
}
/* iPhone X以上（376px〜414px） */
@media screen and (min-width: 376px) and (max-width: 414px) {
.topAbout_desc_copy span {
  font-size: 38px;
}
}
}





/* ----------------- topService ----------------- */
.topService {
  padding: 140px 0 ;
}
.topService_heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: -35px;
}
.topService_h2_ttlWrap {
  display: flex;
  align-items: flex-end;
  margin-right: 15px;
}
.topService_h2_ttlEn {
  color: #25498d;
  font-weight: 600;
  font-size: 120px;
  line-height: 80%;
}
.topService_h2_ttlJp {
  font-size: 20px;
  font-weight: 500;
  padding-left:50px;
  white-space: nowrap;
}
.topService_h2_ttlJp span  {
  position: relative;
}
.topService_h2_ttlJp span:before  {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background: #2b2b2b;
  left: -45px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topService_heading_txt {
  font-size: 20px;
  line-height: 1.5;
}
.topService_wrap {
  display: flex;
  align-items: flex-start;
}
.topService_img_wrap {
  width: 100%;
  max-width: 720px;
  flex-shrink: 1;
}
.topServiceBlock {
  display: flex;
  margin-left: 20px;
}
.topServiceBlock:not(:last-child) {
  margin-bottom: 100px;
}
.topServiceBlock_num {
  font-size: 14px;
  font-weight: 600;
  color: #25498d;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  margin: 0 25px 0 ;
}
.topServiceBlock_num span {
  writing-mode: vertical-rl;
  display: block;
}
.topServiceBlock_num:after {
  content: "";
  position: absolute;
  background: #c7d0e2;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80%;
  bottom: 0;
}
.topServiceBlock_desc {
  margin-left: 5px;
  white-space: nowrap;
  flex-shrink: 1;
    width: 100%;
    padding-top: 0 !important;
}
.topServiceBlock_ttl {
  font-size: 36px;
  font-weight: 600;
  margin: 10px 0 35px;
  color: #2b2b2b;
  display: inline-block;
  line-height: 1;
  pointer-events: none;
}
.topServiceBlock_ttl h3 {
  position: relative;
}

/*
.topServiceBlock_ttl span:after {
  position: absolute;
  background: url(../img/icon_arrow_blu_circle.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: -50px;
  transition: .3s;
}
.topServiceBlock_ttl span:hover:after {
  right: -60px;
}
.topServiceBlock_ttl span:hover {
  color: #25498d;
}
*/

.topServiceBlock_ttl.active {
  pointer-events: inherit;
}
.topServiceBlock_ttl.active h3:after {
  position: absolute;
  background: url(../img/icon_arrow_blu_circle.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: -50px;
  transition: .3s;
}
.topServiceBlock_ttl.active h3:hover:after {
  right: -60px;
}
.topServiceBlock_ttl.active h3:hover {
  color: #25498d;
}


.topServiceBlock_txt {
  font-size: 18px;
  margin-bottom: 30px;
}
.topServiceBlock_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.topServiceBlock_list_itemLink {
  font-size: 15px;
  font-weight: 500;
  color: #2b2b2b;
  display: block;
  position: relative;
  border-bottom: 1px solid #dddddd;
  line-height: 1;
  padding: 15px 0 15px 3px;
  pointer-events: none;
}
/*
.topServiceBlock_list_itemLink:after {
  position: absolute;
  background: url(../img/icon_arrow_blu.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 3px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 8px;
  transition: .3s;
}
.topServiceBlock_list_itemLink:hover:after {
  right: 4px;
}
.topServiceBlock_list_itemLink:hover {
  background: #d3dae8;
  color: #25498d;
}
*/
.topServiceBlock_list_itemLink.active {
  pointer-events: inherit;
}
.topServiceBlock_list_itemLink.active:after {
  position: absolute;
  background: url(../img/icon_arrow_blu.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 3px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 8px;
  transition: .3s;
}
.topServiceBlock_list_itemLink.active:hover:after {
  right: 4px;
}
.topServiceBlock_list_itemLink.active:hover {
  background: #d3dae8;
  color: #25498d;
}



@media only screen and (max-width: 960px) 
{ /* SP start */
.topService {
  padding: 20px 0 80px;
}
.topService_heading {
  display: block;
  margin-bottom: 50px;
}
.topService_h2_ttlWrap {
  display: block;
  margin-right: 0;
  margin-bottom: 30px;
}
.topService_h2_ttlEn {
  color: #25498d;
  font-weight: 600;
  font-size: 60px;
  line-height: 80%;
  margin-bottom: 20px;
}
.topService_h2_ttlJp {
  font-size: 17px;
  font-weight: 500;
  padding-left:35px;
  white-space: normal;
}
.topService_h2_ttlJp span  {
  position: relative;
}
.topService_h2_ttlJp span:before  {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #2b2b2b;
  left: -35px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topService_heading_txt {
  font-size: 17px;
}
.topService_wrap {
  display: block;
}
.topService_img_wrap {
  width: 100%;
  max-width: 100%;
  flex-shrink: 1;
  margin-bottom: 60px;
}
.topServiceBlock {
  position: relative;
  margin-left: 0;
}
.topService_scrollBox01,
.topService_scrollBox02 {
  margin-bottom: 60px;
}
.topServiceBlock_num {
  font-size: 13px;
  font-weight: 600;
  color: #25498d;
  margin: 0 15px 0 0 ;
}
.topServiceBlock_num:after {
  content: "";
  position: absolute;
  background: #c7d0e2;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 90%;
  top: 80px;
}
.topServiceBlock_desc {
  margin-left: 20px;
  white-space: normal;
}
.topServiceBlock_ttl {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 35px;
  color: #2b2b2b;
}
/*
.topServiceBlock_ttl h3:after {
  position: absolute;
  background: url(../img/icon_arrow_blu_circle.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: -40px;
  transition: .3s;
}
*/
.topServiceBlock_ttl.active h3:after {
  position: absolute;
  background: url(../img/icon_arrow_blu_circle.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: -40px;
  transition: .3s;
}


.topServiceBlock_ttl h3:hover:after {
  right: -50px;
}
.topServiceBlock_ttl h3:hover {
  color: #25498d;
}
.topServiceBlock_txt {
  font-size: 17px;
  margin-bottom: 30px;
}
.topServiceBlock_list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 18px;
}
.topServiceBlock_list_itemLink {
  font-size: 15px;
  font-weight: 500;
  color: #2b2b2b;
  display: block;
  position: relative;
  border-bottom: 1px solid #dddddd;
  line-height: 1;
  padding: 12px 0;
}
/*
.topServiceBlock_list_itemLink:after {
  position: absolute;
  background: url(../img/icon_arrow_blu.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 3px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 8px;
  transition: .3s;
}
*/
.topServiceBlock_list_itemLink.active:after {
  position: absolute;
  background: url(../img/icon_arrow_blu.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 3px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 8px;
  transition: .3s;
}


.topServiceBlock_list_itemLink:hover:after {
  right: 4px;
}
.topServiceBlock_list_itemLink:hover {
  background: #d3dae8;
  color: #25498d;
}
.topService_img {
  margin: 20px 0 0;
}
}


/** PCビューのみスクロール切り替えエフェクト **/
@media only screen and (min-width: 961px) { 
.topService_contents {
  flex: 1; /* コンテンツが残りのスペースを埋める */
}
.topService_contents div {
  padding-top: 80px;
  min-height: calc(25vh + 130px); /* stickyの高さ + 余白 */
}
.topService_contents div:last-child {
  padding-bottom: 10vh;
}
/* 画像のブロック */
.topService_images {
  width: 100%;
  max-width: 720px;
  height: 50vh; /* 既存デザインを維持 */
  display: flex;
  align-items: center;
  position: -webkit-sticky; /* Safari用 */
  position: sticky;
  top: 0; /* 既存デザインを維持 */
  margin-bottom: 150px; /* 次のブロックとの余白 */
}
.topService_images p {
  margin: auto;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 150px; /* 既存デザインを維持 */
  bottom: 0;
  width: 100%; /* 画像がコンテナ幅を埋める */
  transition: .8s !important;
  opacity: 0;
}
.topService_images p img {
  width: 100%; /* 元の高さを維持 */
}
.topService_images p:first-child,
.topService_images p.active {
  visibility: visible;
  opacity: 1;
}
}


















/* ----------------- topReason ----------------- */
.topReason {
  padding: 0 0 140px;
  margin-top: 150px;
}
.topReason_inner {
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 100px 0 0 ;
}
.topReason_inner:after {
  position: absolute;
  background: #f3f5f9;
  content: "";
  width: 80%;
  height: 90%;
  left: 0;
  top: 0;
  display: inline-block;
  background-size: cover;
  z-index: 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  background-position-y: center;
  z-index: -1;
  border-radius: 0 120px 120px 0;
}
.topReason_right {
  width: calc(50% - 30px);
  padding: 40px 0 0 ;
}
.topReason_left {
 width: calc(50% - 30px);
}
.topReason_heading {
  margin-bottom: 70px;
}
.topReason_h2_ttlEn {
  font-size: 120px;
  color: #25498d;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  margin-bottom: 15px;
}
.topReason_h2_ttlJp {
  font-size: 20px;
  font-weight: 500;
  padding-left: 50px;
  white-space: nowrap;
  text-align: right;
}
.topReason_h2_ttlJp span {
  position: relative;
}
.topReason_h2_ttlJp span:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background: #2b2b2b;
  left: -45px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topReason_heading_txt {
  font-size: 20px;
  text-align: right;
  margin-top: 60px;
}
.topReason_heading_txt span {
  color: #25498d;
  font-size: 34px;
  background: #d3dbe8;
  font-weight: 600;
  display: inline-block;
  padding: 5px 8px;
}
.topReasonBlock {
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(37,73,141,.12);
  padding: 50px;
  background: #fff;
}
.topReasonBlock:not(:last-child){
  margin-bottom: 60px;
}
.topReasonBlock_num {
  text-align: right;
  color: #25498d;
  font-weight: 600;
  margin-bottom: 25px;
}
.topReasonBlock_num span {
  font-size: 24px;
}
.topReasonBlock_img {
  width: 100%;
  max-width: 185px;
  margin: 0 auto;
}
.topReasonBlock_copy {
  font-size: 18px;
  border-bottom: 1px solid #2b2b2b;
  display: inline-block;
  margin: 35px 0 20px;
}
.topReasonBlock_ttl {
  color:#25498d;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
}
.topReasonBlock_list_item:not(:last-child) {
  margin-bottom: 30px;
}
.topReasonBlock_list_item {
  position: relative;
  padding-left: 38px;
}
.topReasonBlock_list_item:before {
  position: absolute;
  background: url(../img/icon_check.svg) no-repeat;
  top: 15px;
  transform: translateY(-50%);
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  left: 0;
}
.topReason_btn {
  display: flex;
  justify-content: right;
  margin-top: 80px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.topReason {
  padding: 20px 0 80px;
  margin-top: 0;
}
.topReason_inner {
  display: block !important;
  padding: 60px 0 0 ;
}
.topReason_inner:after {
  position: absolute;
  background: #f3f5f9;
  content: "";
  width: 90%;
  height: 90%;
  left: 0;
  top: 0;
  display: inline-block;
  background-size: cover;
  z-index: 0;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  background-position-y: center;
  z-index: -1;
  border-radius: 0 60px 60px 0;
}
.topReason_right {
  width: 100%;
  padding: 0 ;
}
.topReason_left {
 width: 100%;
}
.topReason_heading {
  margin-bottom: 50px;
}
.topReason_h2_ttlEn {
  font-weight: 600;
  font-size: 60px;
  line-height: 80%;
  margin-bottom: 20px;
  text-align: left;
}
.topReason_h2_ttlJp {
  font-size: 17px;
  font-weight: 500;
  padding-left: 35px;
  white-space: normal;
  text-align: left;
}
.topReason_h2_ttlJp span {
  position: relative;
}
.topReason_h2_ttlJp span:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #2b2b2b;
  left: -35px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topReason_heading_txt {
  font-size: 17px;
  text-align: left;
  margin-top: 40px;
}
.topReason_heading_txt span {
  color: #25498d;
  font-size: 26px;
  background: #d3dbe8;
  font-weight: 600;
  display: inline-block;
  padding: 5px 8px;
}
.topReasonBlock {
  border-radius: 12px;
  padding: 30px 20px;
}
.topReasonBlock:not(:last-child){
  margin-bottom: 40px;
}
.topReasonBlock_num {
  margin-bottom: 20px;
  font-size: 15px;
}
.topReasonBlock_num span {
  font-size: 20px;
}
.topReasonBlock_img {
  width: 100%;
  max-width: 45%;
  margin: 0 auto;
}
.topReasonBlock_copy {
  font-size: 17px;
  border-bottom: 1px solid #2b2b2b;
  display: inline-block;
  margin: 30px 0 18px;
}
.topReasonBlock_ttl {
  color:#25498d;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
}
.topReasonBlock_list_item:not(:last-child) {
  margin-bottom: 20px;
}
.topReasonBlock_list_item {
  position: relative;
  padding-left: 35px;
  font-size: 15px;
}
.topReasonBlock_list_item:before {
  position: absolute;
  background: url(../img/icon_check.svg) no-repeat;
  top: 15px;
  transform: translateY(-50%);
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  left: 0;
}
}





/* ----------------- topData ----------------- */
.topData {
  padding: 0 0 120px;
  position: relative;
  margin-bottom: 140px;
  overflow:hidden;
}
.topData:after {
  position: absolute;
  background: #f3f5f9;
  content: "";
  width: 100%;
  height: 87%;
  z-index: 0;
  bottom: 0;
  background-position-y: bottom;
}
.topData_heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 85px;
  position: relative;
  z-index: 1;
}
.topData_h2_ttlWrap {
  display: flex;
  align-items: flex-end;
  margin-right: 15px;
}
.topData_h2_ttlEn {
  color: #25498d;
  font-weight: 600;
  font-size: 120px;
  line-height: 80%;
}
.topData_h2_ttlJp {
  font-size: 20px;
  font-weight: 500;
  padding-left:50px;
  white-space: nowrap;
}
.topData_h2_ttlJp span  {
  position: relative;
}
.topData_h2_ttlJp span:before  {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background: #2b2b2b;
  left: -45px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topData_heading_txt {
  font-size: 20px;
  line-height: 1.5;
}
.topDataSlide .swiper-wrapper {
  transition-timing-function: linear;
}
.topDataSlide.swiper-outer {
  position: relative;
  width: 100%;
  margin: auto;
}
.topDataSlide .swiper-container {
  margin-top: 80px;
  height: auto;
  width: 100%;
  overflow: visible;
}
.topDataSlide .swiper-slide {
  width: auto;
  margin: 0 60px;
  box-sizing: border-box;
}
.topDataSlide .swiper-button-prev,
.topDataSlide .swiper-button-next {
 display: none;
}
.topDataSlide .swiper-pagination {
  position: relative; /* 絶対配置を解除して親要素に対して相対的に配置 */
  margin-top: 20px;
}
.topDataSlide .swiper-pagination-bullet-active {
  background: #25498d;
}
.topData_ttl {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
.topData_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.topData_numBefore {
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
}
.topData_arrow {
  max-width: 42px;
  padding-bottom: 25px;
  margin: 0 10px;
}
.topData_numAfter_value {
  font-size: 160px;
  color: #25498d;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.topData_numAfter_numericalunit {
  font-size: 60px;
  color: #25498d;
  font-weight: 500;
}
.topData_numAfter_unit {
  font-size: 32px;
  font-weight: 500;
  color: #25498d;
  position: relative;
  display: inline-block;
  margin-left: 40px;
}
.topData_numAfter_unit:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 1px;
  background: #25498d;
  left: -45px;
  top: 30%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topData_numAfter_unit.noborder {
  margin-left: 0;
}
.topData_numAfter_unit.noborder:before {
  display: none;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.topData {
  padding: 20px 0 50px;
  margin-bottom: 80px;
}
.topData:after {
  height: 80%;
}
.topData_inner {
  padding: 60px 0 0 ;
}
.topData_inner:after {
  width: 87%;
  height: 80%;
  border-radius:  60px 0 0 60px;
}
.topData_heading {
  display: block;
  margin-bottom: 50px;
}
.topData_h2_ttlWrap {
  display: block;
  margin-right: 0;
  margin-bottom: 30px;
}
.topData_h2_ttlEn {
  color: #25498d;
  font-weight: 600;
  font-size: 60px;
  line-height: 80%;
  margin-bottom: 20px;
}
.topData_h2_ttlJp {
  font-size: 17px;
  font-weight: 500;
  padding-left:35px;
  white-space: normal;
}
.topData_h2_ttlJp span  {
  position: relative;
}
.topData_h2_ttlJp span:before  {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #2b2b2b;
  left: -35px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topData_heading_txt {
  font-size: 17px;
}
.topDataSlide .swiper-container {
  width: calc(100% - 40px);
  height: auto;
  margin: 0 20px;
  box-sizing: border-box;
}
.topDataSlide .swiper-button-next, .topDataSlide .swiper-button-prev {
  width: 50px;
  height: 50px;
  position: absolute;
}
.topDataSlide .swiper-slide {
  width: 100%;
  margin: 0 10px;
}
.topDataSlide .swiper-pagination {
  position: relative; /* 絶対配置を解除して親要素に対して相対的に配置 */
  margin-top: 10px;
}
.topData_ttl {
  font-size: 17px;
  margin-bottom: 15px;
}
.topData_numBefore {
  font-size: 45px;
  line-height: 1;
}
.topData_arrow {
  max-width: 32px;
  padding-bottom: 10px;
}
.topData_numAfter_value {
  font-size: 90px;
  color: #25498d;
  line-height: 1;
  display: inline-block;
}
.topData_numAfter_numericalunit {
  font-size: 35px;
}
.topData_numAfter_unit {
  font-size: 24px;
  font-weight: 500;
  color: #25498d;
  position: relative;
  display: inline-block;
  margin-left: 40px;
}
.topData_numAfter_unit:before {
  content: "";
  position: absolute;
  width: 45px;
  height: 1px;
  background: #25498d;
  left: -45px;
  top: 40%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}




}






/* ----------------- topTool ----------------- */
.topTool {
  padding: 0 0 140px;
}
.topTool_inner {
  position: relative;
  padding: 100px 0 0 ;
  z-index: 1;
}
.topTool_inner:after {
  position: absolute;
  background: #f3f5f9;
  content: "";
  width: 87%;
  height: 90%;
  right: 0;
  top: 0;
  display: inline-block;
  background-size: cover;
  z-index: 0;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  background-position-y: center;
  z-index: -1;
  border-radius:  120px 0 0 120px;
}
.topTool_heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 85px;
}
.topTool_h2_ttlWrap {
  display: flex;
  align-items: flex-end;
  margin-right: 15px;
}
.topTool_h2_ttlEn {
  color: #25498d;
  font-weight: 600;
  font-size: 120px;
  line-height: 80%;
}
.topTool_h2_ttlJp {
  font-size: 20px;
  font-weight: 500;
  padding-left:50px;
  white-space: nowrap;
}
.topTool_h2_ttlJp span  {
  position: relative;
}
.topTool_h2_ttlJp span:before  {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background: #2b2b2b;
  left: -45px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topTool_heading_txt {
  font-size: 20px;
  line-height: 1.5;
}
.topToolBlock:not(:last-child) {
  margin-bottom: 40px;
}
.topToolBlock {
  border-left: 3px solid #25498d;
}
.topToolBlock_ttl {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 20px;
  border:1px solid #dddddd;
  border-left: none;
  background: #fff;
}
.topToolBlock_ttl span {
  font-size: 14px;
}
.topToolBlock_list {
  display: flex;
  justify-content: space-around;
  border-bottom:1px solid #dddddd;
  background: #fff;
}
.topToolBlock_list_item {
  padding: 30px 12px;
  font-size: 18px;
  font-weight: 300;
  border-right:1px solid #dddddd;
  flex: 1;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.topTool {
  padding: 20px 0 80px;
}
.topTool_inner {
  padding: 60px 0 0 ;
}
.topTool_inner:after {
  width: 87%;
  height: 80%;
  border-radius:  60px 0 0 60px;
}
.topTool_heading {
  display: block;
  margin-bottom: 50px;
}
.topTool_h2_ttlWrap {
  display: block;
  margin-right: 0;
  margin-bottom: 30px;
}
.topTool_h2_ttlEn {
  color: #25498d;
  font-weight: 600;
  font-size: 60px;
  line-height: 80%;
  margin-bottom: 20px;
}
.topTool_h2_ttlJp {
  font-size: 17px;
  font-weight: 500;
  padding-left:35px;
  white-space: normal;
}
.topTool_h2_ttlJp span  {
  position: relative;
}
.topTool_h2_ttlJp span:before  {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #2b2b2b;
  left: -35px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topTool_heading_txt {
  font-size: 17px;
}
.topToolBlock:not(:last-child) {
  margin-bottom: 30px;
}
.topToolBlock_ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 12px 20px;
  border:1px solid #dddddd;
  border-left: none;
  background: #fff;
}
.topToolBlock_ttl span {
  font-size: 13px;
}
.topToolBlock_list {
  display: block;
  border-bottom:1px solid #dddddd;
  background: #fff;
}
.topToolBlock_list_item {
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 300;
  border-right:1px solid #dddddd;
  flex: 1;
  text-align: left;
  line-height: 1;
}
.topToolBlock_list_item:not(:last-child) {
  border-bottom:1px solid #dddddd;
}
}






/* ----------------- topColumn ----------------- */
.topColumn {
  padding: 0 0 140px;
}
.topColumn_h2_ttlWrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 75px;
}
.topColumn_h2_ttlEn {
  color: #25498d;
  font-weight: 600;
  font-size: 120px;
  line-height: 80%;
}
.topColumn_h2_ttlJp {
  font-size: 20px;
  font-weight: 500;
  padding-left:50px;
  white-space: nowrap;
}
.topColumn_h2_ttlJp span  {
  position: relative;
}
.topColumn_h2_ttlJp span:before  {
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  background: #2b2b2b;
  left: -45px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topColumn_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-bottom: 70px;
}
.topColumn_img {
  margin-bottom: 15px;
}
.topColumn_img img{
  border-radius: 12px;
}
.topColumn_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.topColumn_cat {
  font-size: 12px;
  line-height: 1;
  color: #25498d;
  background: #f3f5f9;
  border-radius: 100px;
  padding: 5px 10px;
  margin-right: 10px;
}
.topColumn_date {
  font-size: 12px;
  color: #2b2b2b;
  line-height: 1;
}
.topColumn_ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #2b2b2b;
}
.topColumn_btn {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 960px) 
{ /* SP start */

.topColumn {
  padding: 20px 0 80px;
}
.topColumn_h2_ttlWrap {
  display: block;
  margin-right: 0;
  margin-bottom: 50px;
}
.topColumn_h2_ttlEn {
  color: #25498d;
  font-weight: 600;
  font-size: 60px;
  line-height: 80%;
  margin-bottom: 20px;
}
.topColumn_h2_ttlJp {
  font-size: 17px;
  font-weight: 500;
  padding-left:35px;
  white-space: normal;
}
.topColumn_h2_ttlJp span  {
  position: relative;
}
.topColumn_h2_ttlJp span:before  {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #2b2b2b;
  left: -35px;
  top: 50%;
  transform: translateY(-50%) rotate(-40deg);
  transform-origin: center;
}
.topColumn_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  margin-bottom: 50px;
}
.topColumn_img {
  margin-bottom: 10px;
}
.topColumn_head {
  margin-bottom: 15px;
}
.topColumn_ttl {
  font-size: 18px;
}
}











/* ----------------- xxxxxxxxxxxxx ----------------- */


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

}





/* ----------------- xxxxxxxxxxxxx ----------------- */


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

}





/* ----------------- xxxxxxxxxxxxx ----------------- */


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

}