@charset "UTF-8";

h2.head_h2 {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
h2.head_h2 .en {
  display: block;
  color: #0D53BC;
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
h2.head_h2 .jp {
  display: block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  margin-left: 1em;
}
.btn {
  text-align: center;
}
.btn a {
  background: #0D53BC;
  color: #fff;
  display: block;
  border-radius: 42px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 22px 10px;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
}
.btn a::after {
  background: url(../img/icon_btn.svg) no-repeat;
  background-size: 14px 8px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  transition: right .3s;
}
@media screen and (max-width: 768px){
  h2.head_h2 {
    display: block;
    margin-bottom: 40px;
  }
  h2.head_h2 .en {
    font-size: 4.4rem;
  }
  h2.head_h2 .jp {
    margin-left: 0;
    margin-top: 1em;
  }
  .btn a {
    border-radius: 28px;
    font-size: 1.4rem;
    padding: 20px 10px;
    max-width: 280px;
  }
  .btn a::after {
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    right: 28px;
    margin-top: -5px;
  }
}

.top_visual {
  background: #0A2A5F;
}
.top_visual .wrap {
  width: 100%;
}
.top_category {
  background: #EEF4F9;
  padding: 88px 0 135px;
}
.top_category .category_list {
  max-width: 1080px;
  margin: 0 auto;
}
.top_category .category_list ul {
  display: flex;
  flex-wrap: wrap;
}
.top_category .category_list li a, 
.top_category .category_list li span {
  background: #0A2A5F;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: block;
  padding: 29px 44px 29px 32px;
  position: relative;
}
.top_category .category_list li a:hover {
  background: #0D53BC;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.top_category .category_list li a::after {
  background: url(../img/icon_category.svg) no-repeat;
  background-size: 20px 20px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  transition: right .3s;
}
@media screen and (max-width: 1100px){
  .top_category .category_list li a {
    font-size: 1.6rem;
    padding: 26px 41px 26px 30px;
  }
  .top_category .category_list li a::after {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    right: 18px;
    margin-top: -9px;
  }
}
@media screen and (max-width: 980px){
  .top_category .category_list li a, 
  .top_category .category_list li span {
    font-size: 1.25rem;
    padding: 26px 38px 26px 28px;
  }
  .top_category .category_list li a::after {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    right: 16px;
    margin-top: -8px;
  }
}
@media screen and (min-width: 769px){
  .top_category .category_list li {
    margin-right: 1.23453%;
    margin-top: 1.111%;
    width: 24.0741%;
  }
  .top_category .category_list li:nth-child(4n) {
    margin-right: 0;
  }
  .top_category .category_list li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .top_category {
    padding: 58px 0 70px;
  }
  .top_category .category_list li {
    margin-right: 2.3%;
    margin-top: 1.6902%;
    width: 48.85%;
  }
  .top_category .category_list li:nth-child(2n) {
    margin-right: 0;
  }
  .top_category .category_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .top_category .category_list li a, 
  .top_category .category_list li span {
    border-radius: 1.5px;
    font-size: 1.325rem;
    padding: 20px 33px 20px 20px;
  }
  .top_category .category_list li a::after {
    background-size: 13px 13px;
    width: 13px;
    height: 13px;
    right: 15px;
    margin-top: -6.5px;
  }
}

.top_item {
  padding: 88px 0 90px;
}
.top_item .item_cont {
  max-width: 1080px;
  margin: 0 auto;
}
.top_item .item_cont + .item_cont {
  margin-top: 70px;
}
.top_item .maker_image {
  display: flex;
  margin-bottom: 15px;
}
.top_item .maker_image .ttl_area {
  background: url(../img/maker_bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.top_item .maker_image h3 {
  color: #fff;
  font-weight: 700;
  font-size: 4.4rem;
}
.top_item .maker_image .image {
  width: 50%;
}
.top_item .maker_list {
  padding: 0 14px;
}
.top_item .maker_list h4 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 15px;
  padding: 5px 26px;
  position: relative;
}
.top_item .maker_list h4::before {
  background: #0D53BC;
  border-radius: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
}
.top_item .maker_list ul {
  display: flex;
  flex-wrap: wrap;
}
.top_item .maker_list ul li a, 
.top_item .maker_list ul li span {
  background: #0A2A5F;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 14.5px 47px 14.5px 20px;
  position: relative;
}
.top_item .maker_list ul li a:hover {
  background: #0D53BC;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.top_item .maker_list ul li a::after {
  background: url(../img/icon_maker.svg) no-repeat;
  background-size: 23px 23px;
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -11.5px;
  transition: right .3s;
}
@media screen and (max-width: 1100px){
  .top_item .maker_list ul li a {
    font-size: 1.4rem;
    padding: 12px 38px 12px 18px;
  }
  .top_item .maker_list ul li a::after {
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    right: 18px;
    margin-top: -9px;
  }
}
@media screen and (max-width: 980px){
  .top_item .maker_image h3 {
    font-size: 2.5rem;
  }
  .top_item .maker_list ul li a, 
  .top_item .maker_list ul li span {
    font-size: 1.25rem;
    padding: 12px 35px 12px 16px;
  }
  .top_item .maker_list ul li a::after {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    right: 16px;
    margin-top: -8px;
  }
}
@media screen and (min-width: 769px){
  .top_item .maker_list ul li {
    margin-right: 0.76%;
    margin-top: 0.7605%;
    width: 24.43%;
  }
  .top_item .maker_list ul li:nth-child(4n) {
    margin-right: 0;
  }
  .top_item .maker_list ul li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .top_item {
    padding: 60px 0 72px;
  }
  .top_item .wrap {
    width: 100%;
  }
  .top_item .item_cont + .item_cont {
    margin-top: 40px;
  }
  .top_item .maker_image {
    margin-bottom: 18px;
  }
  .top_item .maker_image h3 {
    font-size: 1.5rem;
  }
  .top_item .maker_list {
    padding: 0 3.7%;
  }
  .top_item .maker_list h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    padding: 5px 16px;
  }
  .top_item .maker_list h4::before {
    width: 4px;
  }
  .top_item .maker_list ul li {
    margin-right: 2.3%;
    margin-top: 1.6902%;
    width: 48.85%;
  }
  .top_item .maker_list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .top_item .maker_list ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .top_item .maker_list ul li a, 
  .top_item .maker_list ul li span {
    border-radius: 2px;
    font-size: 1.2rem;
    min-height: 54px;
    padding: 10px 30px 10px 13px;
  }
  .top_item .maker_list ul li a::after {
    right: 8px;
  }
}

.top_company {
  background: #EEF4F9;
  padding: 100px 0 128px;
}
.top_company .company_wrap {
  max-width: 900px;
  margin: 0 auto 55px;
}
.top_company .company_wrap dl {
  border-bottom: 1px solid #D9D9D9;
  display: flex;
}
.top_company .company_wrap dl dt {
  background: #0A2A5F;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 25px 10px;
  text-align: center;
  width: 240px;
}
.top_company .company_wrap dl dd {
  background: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 25px 64px;
  width: calc(100% - 240px);
}
.top_company .map {
  max-width: 1000px;
  margin: 0 auto;
}
.top_company .map .iframe {
  width: 100%;
  padding: 35% 0 0;
  padding: calc(350 / 1000 * 100%) 0 0;
  position: relative;
  box-sizing: border-box;
}
.top_company .map .iframe iframe {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top_company .btn {
  margin-top: 55px;
}
@media screen and (max-width: 768px){
  .top_company {
    padding: 58px 0 65px;
  }
  .top_company .company_wrap {
    margin-bottom: 24px;
  }
  .top_company .company_wrap dl dt {
    font-size: 1.4rem;
    padding: 20px 10px;
    width: 100px;
  }
  .top_company .company_wrap dl dd {
    font-size: 1.4rem;
    padding: 20px 16px;
    width: calc(100% - 100px);
  }
  .top_company .map .iframe {
    padding: 68.966% 0 0;
    padding: calc(480 / 696 * 100%) 0 0;
  }
  .top_company .btn {
    margin-top: 25px;
  }
}