@charset "UTF-8";
/* CSS Document */
body {
  *font-size: small;
  *font: x-small;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a img {
  transition: opacity 0.4s cubic-bezier(0.21, 0.6, 0.35, 1);
}
a:hover img {
  opacity: 0.7;
}
#wrap {
  overflow: hidden;
  position: relative;
}
br.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  br.sp {
    display: block;
  }
  br.pc {
    display: none;
  }
}
/* header
-----------------------------------------------*/
header {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 20px 0 40px;
}
header * {
  box-sizing: border-box;
}
header p {
  flex-shrink: 0;
}
header p img {
  width: 265px;
}
header .btn_group {
  display: flex;
  margin-left: auto;
}
header .btn a {
  position: relative;
  top: -5px;
  display: block;
  background-color: #ffe100;
  font-size: 16px;
  font-weight: bold;
  color: #034491;
  text-decoration: none;
  width: 230px;
  height: 58px;
  margin-left: 16px;
  padding: 0 30px;
  line-height: 60px;
  transition: opacity 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}
header .btn a:hover {
  opacity: 0.7;
}
header .btn a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #034491;
  border-right: 3px solid #034491;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  header {
    padding: 15px 10px 0 20px;
  }
  header p img {
    width: 150px;
  }
  header .btn_group {
    display: block;
  }
  header .btn a {
    top: -5px;
    font-size: 11px;
    width: 140px;
    height: 27px;
    line-height: 27px;
    margin-left: 0;
    margin-bottom: 8px;
    padding: 0 10px;
  }
  header .btn a::before {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header p img {
    width: 160px;
  }
  header .btn a {
    font-size: 10px;
  }
}
/* main
-----------------------------------------------*/
#main {
  overflow: hidden;
  position: relative;
  background-color: #000;
  height: 580px;
  color: #fff;
}
#main .movie {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}
#main .movie video {
  object-fit: cover;
  object-position: 100% 80%;
  width: 100%;
  height: 100%;
}
#main::before {
  position: absolute;
  top: 0;
  left: -65%;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #034491;
  transform: skew(-23deg, 0deg);
}
#main * {
  box-sizing: border-box;
}
#main .inner {
  position: relative;
  z-index: 3;
  padding-top: 120px;
  max-width: 1220px;
  margin: 0 auto;
}
#main h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#main h1 p {
  position: relative;
  font-size: 42px;
  color: #034491;
  padding: 0 10px;
}
#main h1 p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
#main h1 p:nth-child(2) {
  margin-top: 10px;
  left: 20px;
}
#main h1 p:nth-child(3) {
  margin-top: 10px;
  left: 40px;
}
#main h1 [data-ruby] {
  position: relative;
  padding: 0.25em 0 0;
  display: inline-block;
}
#main h1 [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.4em;
  text-align: center;
}
#main .copy {
  position: relative;
  margin-bottom: 20px;
  left: 80px;
}
#main .copy p {
  display: block;
  font-size: 32px;
  line-height: 1.4;
}
#main .copy strong {
  font-size: 50px;
}
#main .copy [data-ruby] {
  position: relative;
}
#main .copy [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.2em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.4em;
  text-align: center;
}
#main .logo {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 250px;
  opacity: 0;
  transition: opacity 0.6s;
  transition-delay: 1.2s;
}
/* fade */
#main h1 p {
  overflow: hidden;
  vertical-align: top;
}
#main h1 p:before {
  width: 0;
  transition: width 0.6s;
  transition-delay: 0.4s;
}
#main h1 p:nth-child(2):before {
  transition-delay: 0.6s;
}
#main h1 p > span {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.6s, transform 0.6s;
  transition-delay: 1s;
}
#main.fade h1 p:before {
  width: 100%;
}
#main.fade h1 p > span {
  opacity: 1;
  transform: translateY(0);
}
#main .copy p {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s, transform 0.6s;
}
#main.fade .copy p {
  opacity: 1;
  transform: translateY(0);
}
#main.fade .logo {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  #main {
    height: auto;
  }
  #main .inner {
    padding: 80px 20px 140px;
  }
  #main h1 p {
    font-size: 5.9vw;
    padding: 0 2vw;
    font-feature-settings: "palt";
  }
  #main h1 p:not(:first-child) {
    margin-top: 1.5vw;
    left: 0;
  }
  #main .copy {
    left: 0;
    margin-top: 3vw;
  }
  #main .copy p {
    font-size: 4.5vw;
  }
  #main .copy strong {
    font-size: 6.5vw;
  }
  #main .logo {
    bottom: 0;
    right: 20px;
    width: 120px;
  }
}
/* 共通
-----------------------------------------------*/
.ttl {
  position: relative;
  top: -45px;
  margin: 0 auto;
  text-align: center;
}
.ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #034491;
}
.ttl h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #fff;
  min-width: 640px;
  font-size: 40px;
  padding: 15px;
  box-sizing: border-box;
}
.ttl h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #034491;
}
.ttl h2 span {
  font-size: 30px;
}
/* fade */
.ttl::before {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
  transition-delay: 0.1s;
}
.ttl.fade::before {
  opacity: 1;
}
.ttl h2::before {
  width: 0;
}
.ttl.fade h2::before {
  transition: width 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
  width: 100%;
  color: rgb(255, 255, 255);
}
.ttl h2 {
  color: rgba(255, 255, 255, 0);
}
.ttl.fade h2 {
  transition: color 0.3s cubic-bezier(0.21, 0.6, 0.35, 1);
  color: rgb(255, 255, 255);
  transition-delay: 0.4s;
}
section {
  padding-left: 40px;
  padding-right: 40px;
}
section * {
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .ttl {
    padding: 0;
    top: -30px;
  }
  .ttl h2 {
    display: block;
    min-width: 0;
    font-size: 20px;
    padding: 15px 0;
  }
  .ttl h2 span {
    font-size: 13px;
  }
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 320px) {
  .ttl {
    padding: 0;
  }
}
/* recommend
-----------------------------------------------*/
#recommend {
  background: url("../images/bgi_recommend.jpg") repeat-x bottom center;
  padding-top: 80px;
  padding-bottom: 140px;
}
#recommend .inner {
  max-width: 1080px;
  margin: 0 auto;
}
#recommend .ttl {
  top: 0;
}
#recommend ul {
  position: relative;
  margin-top: 40px;
  padding: 10px 60px 10px 100px;
}
#recommend ul::before,
#recommend ul::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  border: 6px solid #f2f2f2;
}
#recommend ul::before {
  left: 0;
  border-right: none;
}
#recommend ul::after {
  right: 0;
  border-left: none;
}
#recommend ul li {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  padding-left: 52px;
}
#recommend ul li:not(:first-child) {
  margin-top: 20px;
}
#recommend ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url("../images/icon_check.svg");
  background-size: 100%;
  width: 32px;
  height: 32px;
}
#recommend p {
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #recommend {
    background-size: 150%;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  #recommend ul {
    margin-top: 40px;
    padding: 0;
  }
  #recommend ul::before,
  #recommend ul::after {
    display: none;
  }
  #recommend ul li {
    font-size: 18px;
    padding-left: 32px;
  }
  #recommend ul li::before {
    top: 2px;
    width: 22px;
    height: 22px;
  }
  #recommend p {
    font-size: 14px;
    margin-top: 30px;
  }
}
/* service
-----------------------------------------------*/
#service {
  position: relative;
  background-color: #034491;
  color: #fff;
  padding-bottom: 80px;
}
#service::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 50px solid #034491;
}
#service h2 {
  position: relative;
  z-index: 1;
  top: -55px;
  color: #034491;
  max-width: 1080px;
  margin: 0 auto;
  font-size: 50px;
  text-align: center;
  padding: 18px 0;
  line-height: 1.2;
}
#service h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffe100;
}
#service h2 strong {
  font-size: 62px;
}
#service h3 {
  margin-top: -15px;
  font-size: 20px;
  line-height: 2;
  text-align: center;
}
#service p.sm {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
#service .step {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}
#service .step .col {
  position: relative;
  display: flex;
  width: calc(50% - 20px);
  margin-top: 45px;
}
#service .step .col:nth-child(1),
#service .step .col:nth-child(2) {
  left: -40px;
}
#service .step .col:nth-child(3),
#service .step .col:nth-child(4) {
  left: 40px;
}
#service .step .col .icon {
  width: 140px;
}
#service .step .col .txt {
  width: calc(100% - 140px);
  padding-left: 20px;
}
#service .step .col .txt h4 {
  font-size: 26px;
}
#service .step .col .txt p {
  font-size: 16px;
  margin-top: 5px;
  line-height: 2;
}
/* fade */
#service h2::before {
  width: 0;
}
#service.fade h2::before {
  transition: width 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
  width: 100%;
  color: rgb(255, 255, 255);
}
#service h2 {
  color: rgba(255, 255, 255, 0);
}
#service.fade h2 {
  transition: color 0.6s cubic-bezier(0.21, 0.6, 0.35, 1);
  color: rgb(3, 68, 145);
  transition-delay: 0.4s;
}
#service .step .col {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.21, 0.6, 0.35, 1), transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#service .step .col:nth-child(2) {
  transition-delay: 0.15s;
}
#service .step .col:nth-child(3) {
  transition-delay: 0.3s;
}
#service .step .col:nth-child(4) {
  transition-delay: 0.45s;
}
#service .step.fade .col {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 750px) {
  #service {
    padding-bottom: 40px;
  }
  #service::after {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 30px solid #034491;
  }
  #service h2 {
    top: -40px;
    font-size: 28px;
    padding: 8px 0;
  }
  #service h2 strong {
    font-size: 38px;
  }
  #service h3 {
    margin-top: -20px;
    font-size: 16px;
    text-align: left;
  }
  #service p.sm {
    font-size: 12px;
    text-align: left;
  }
  #service .step {
    display: block;
    padding: 0;
  }
  #service .step .col {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  #service .step .col:nth-child(1),
  #service .step .col:nth-child(2),
  #service .step .col:nth-child(3),
  #service .step .col:nth-child(4) {
    left: 0;
  }
  #service .step .col .icon {
    width: 120px;
    margin: 0 auto;
  }
  #service .step .col .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  #service .step .col .txt h4 {
    font-size: 22px;
    text-align: center;
  }
  #service .step .col .txt p {
    font-size: 14px;
  }
}
/* servicePoint
-----------------------------------------------*/
#servicePoint {
  padding-top: 90px;
  padding-bottom: 120px;
}
#servicePoint .inner {
  max-width: 1080px;
  margin: 0 auto;
}
#servicePoint h3 {
  font-size: 36px;
  text-align: center;
  color: #034491;
}
#servicePoint .point {
  margin-top: 20px;
}
#servicePoint .point .col {
  background: #f2f5f9;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  padding: 30px 40px;
}
#servicePoint .point .col:not(:first-child) {
  margin-top: 5px;
}
#servicePoint .point .col .icon {
  width: 140px;
}
#servicePoint .point .col .txt {
  width: calc(100% - 140px);
  padding-left: 20px;
}
#servicePoint .point .col .txt h4 {
  font-size: 28px;
  color: #034491;
}
#servicePoint .point .col .txt p {
  font-size: 16px;
  line-height: 2;
  margin-top: 5px;
}
/* fade */
#servicePoint .point .col {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.21, 0.6, 0.35, 1), transform 0.8s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#servicePoint .point .col:nth-child(2) {
  transition-delay: 0.15s;
}
#servicePoint .point .col:nth-child(3) {
  transition-delay: 0.3s;
}
#servicePoint .point.fade .col {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 750px) {
  #servicePoint {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #servicePoint h3 {
    font-size: 26px;
  }
  #servicePoint .point .col {
    background: #f2f5f9;
    border-radius: 10px;
    display: block;
    align-items: center;
    padding: 20px 20px;
  }
  #servicePoint .point .col .icon {
    width: 120px;
    margin: 0 auto;
  }
  #servicePoint .point .col .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  #servicePoint .point .col .txt h4 {
    font-size: 22px;
  }
  #servicePoint .point .col .txt p {
    font-size: 14px;
  }
}
/* recommend
-----------------------------------------------*/
#expected {
  padding-bottom: 80px;
  background: #f2f5f9;
}
#expected .inner {
  max-width: 820px;
  margin: 0 auto;
}
#expected ul {
  margin-top: 10px;
}
#expected ul li {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 52px;
}
#expected ul li:not(:first-child) {
  margin-top: 20px;
}
#expected ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("../images/icon_check.svg");
  background-size: 100%;
  width: 32px;
  height: 32px;
}
#expected ul li span {
  color: #034491;
}
@media screen and (max-width: 750px) {
  #expected {
    background-size: 150%;
    padding-bottom: 60px;
  }
  #expected ul {
    padding: 0;
  }
  #expected ul::before,
  #expected ul::after {
    display: none;
  }
  #expected ul li {
    font-size: 18px;
    padding-left: 32px;
  }
  #expected ul li::before {
    top: 2px;
    width: 22px;
    height: 22px;
  }
}
/* consultant
-----------------------------------------------*/
#consultant {
  padding-top: 80px;
  padding-bottom: 120px;
}
#consultant .ttl {
  top: 0;
}
#consultant .inner {
  max-width: 900px;
  margin: 0 auto;
}
#consultant .prof {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 60px;
}
#consultant .prof .col {
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding: 40px 0;
}
#consultant .prof .col .img {
  width: 150px;
  overflow: hidden;
  border-radius: 150px;
  position: absolute;
  left: 0;
  top: 30px;
}
#consultant .prof .col .txt {
  padding-left: 180px;
}
#consultant .prof .col .txt h3 {
  font-size: 16px;
}
#consultant .prof .col .txt h3 strong {
  font-size: 26px;
}
#consultant .prof .col .txt h3 span {
  font-size: 14px;
}
#consultant .prof .col .txt p {
  font-size: 16px;
  line-height: 2;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  #consultant {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #consultant .prof {
    margin-top: 40px;
  }
  #consultant .prof .col {
    position: relative;
    display: block;
    padding: 30px 0;
  }
  #consultant .prof .col .img {
    width: 70px;
    top: 20px;
  }
  #consultant .prof .col .txt {
    width: 100%;
    padding-left: 0;
  }
  #consultant .prof .col .txt h3 {
    font-size: 13px;
    padding-left: 80px;
    min-height: 70px;
  }
  #consultant .prof .col .txt h3 strong {
    font-size: 20px;
    margin-top: 2px;
  }
  #consultant .prof .col .txt h3 span {
    font-size: 13px;
  }
  #consultant .prof .col .txt p {
    font-size: 14px;
    margin-top: 5px;
  }
}
/* quickEsg
-----------------------------------------------*/
#quickEsg {
  background: #f2f5f9;
  padding-bottom: 80px;
}
#quickEsg p {
  font-size: 22px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  #quickEsg {
    padding-bottom: 60px;
  }
  #quickEsg p {
    font-size: 16px;
    text-align: left;
  }
}
/* cost
-----------------------------------------------*/
#cost {
  padding-top: 80px;
  padding-bottom: 80px;
}
#cost .ttl {
  top: 0;
}
#cost .inner {
  max-width: 840px;
  margin: 0 auto;
}
#cost table {
  width: 100%;
  margin-top: 60px;
}
#cost table th,
#cost table td {
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
}
#cost table tr:first-child th,
#cost table tr:first-child td {
  padding-top: 0;
  border-top: none;
}
#cost table th h3 {
  font-size: 18px;
  text-align: center;
  line-height: 90px;
  width: 260px;
  height: 90px;
}
#cost table .full th h3 {
  background: #034491;
  color: #fff;
}
#cost table .customize th h3 {
  background: #f2f5f9;
  color: #034491;
}
#cost table td {
  padding-left: 20px;
}
#cost table td.txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}
#cost table td.txt span {
  font-size: 16px;
  color: #034491;
}
#cost table td.txt span strong {
  font-size: 30px;
}
#cost table td.price {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
#cost table td.price strong {
  font-size: 70px;
  color: #034491;
}
#cost table td.price span {
  font-size: 16px;
}
@media screen and (max-width: 950px) {
  #cost table th h3 {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  #cost {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #cost table {
    margin-top: 40px;
  }
  #cost table tr {
    display: block;
    border: 1px solid #034491;
  }
  #cost table th,
  #cost table td {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    border: none;
  }
  #cost table .customize {
    margin-top: 20px;
  }
  #cost table th h3 {
    font-size: 18px;
    line-height: 50px;
    width: 100%;
    height: 50px;
  }
  #cost table td.txt {
    margin-top: 10px;
  }
  #cost table td.txt span {
    font-size: 14px;
  }
  #cost table td.txt span strong {
    font-size: 24px;
  }
  #cost table td.price {
    font-size: 20px;
    margin-top: 5px;
    padding-bottom: 20px;
  }
  #cost table td.price strong {
    font-size: 40px;
  }
  #cost table td.price span {
    font-size: 14px;
  }
}
/* contact
-----------------------------------------------*/
#contact {
  padding: 60px 40px;
  background-color: #034491;
  text-align: center;
}
#contact .inner {
  display: flex;
  justify-content: space-between;
  max-width: 930px;
  margin: 0 auto;
}
#contact .inner .column:first-child {
  margin-right: 30px;
}
#contact .txt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
#contact .btn {
  background: #fff;
}
#contact .btn a {
  position: relative;
  display: block;
  background-color: #ffe100;
  font-size: 32px;
  font-weight: bold;
  color: #034491;
  text-decoration: none;
  padding: 26px 40px 22px 16px;
  text-align: center;
  line-height: 1.2;
  transition: opacity 0.2s cubic-bezier(0.21, 0.6, 0.35, 1);
}
#contact .btn a:hover {
  opacity: 0.7;
}
#contact .btn a::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 6px solid #034491;
  border-right: 6px solid #034491;
  transform: translateY(-50%) rotate(45deg);
}
/* fade */
#contact .btn {
  position: relative;
}
#contact .btn::before {
  content: "";
  display: block;
  background-color: #034491;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#contact .btn.fade::before {
  transition: width 0.5s cubic-bezier(0.21, 0.6, 0.35, 1);
  width: 0;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  #contact .inner {
    justify-content: center;
  }
  #contact .txt {
    font-size: 15px;
  }
  #contact .btn a {
    font-size: 20px;
    padding: 20px 32px 16px 12px;
  }
  #contact .btn a::before {
    right: 20px;
    width: 16px;
    height: 16px;
    border-top: 4px solid #034491;
    border-right: 4px solid #034491;
  }
}
@media screen and (max-width: 750px) {
  #contact {
    padding: 20px 20px;
  }
  #contact .inner {
    display: block;
  }
  #contact .inner .column:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  #contact .txt {
    font-size: 16px;
    font-feature-settings: "palt";
  }
  #contact .btn a {
    font-size: 18px;
    padding: 30px 20px 30px 20px;
  }
  #contact .btn a::before {
    right: 15px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #034491;
    border-right: 4px solid #034491;
  }
}
/* interview
-----------------------------------------------*/
#interview {
  background: #f2f5f9;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 60px 40px;
}
#interview .inner {
  max-width: 1080px;
  margin: 0 auto;
}
#interview h3 {
  font-size: 36px;
  text-align: center;
  color: #034491;
}
#interview h3 .sm {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 1.4;
}
#interview ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
}
#interview ul li a {
  display: grid;
  grid-template-columns: 325px 1fr;
  grid-template-rows: auto 1fr;
  background: #fff;
  text-decoration: none;
}
#interview ul li a:hover {
  opacity: 0.7;
}
#interview ul li a .img {
  grid-column: 1/2;
  grid-row: 1/3;
}
#interview ul li a .ttl {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 20px;
  font-weight: bold;
  color: #034491;
  text-align: left;
  top: 0;
  margin: 30px 0 0 0;
  padding: 0 50px 0 40px;
  box-sizing: border-box;
  position: relative;
}
#interview ul li a .ttl:before {
  content: none;
}
#interview ul li a .ttl::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #034491;
  border-right: 3px solid #034491;
  transform: translateY(-50%) rotate(45deg);
}
#interview ul li a .txt {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 16px;
  color: #333;
  padding: 0 50px 0 40px;
  box-sizing: border-box;
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  #interview {
    background: #f2f5f9;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding: 35px 20px 40px;
  }
  #interview h3 {
    font-size: 22px;
  }
  #interview h3 .sm {
    font-size: 18px;
  }
  #interview ul {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 15px;
  }
  #interview ul li a {
    display: block;
  }
  #interview ul li a .img {
    width: 100%;
  }
  #interview ul li a .ttl {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    padding: 0 40px 0 20px;
    line-height: 1.3;
  }
  #interview ul li a .ttl::after {
    right: 25px;
    width: 10px;
    height: 10px;
  }
  #interview ul li a .txt {
    width: 100%;
    font-size: 14px;
    padding: 0 20px 30px 20px;
    line-height: 1.3;
  }
}
/* related
-----------------------------------------------*/
#related {
  background: #f2f5f9;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding: 60px 40px;
}
#related .inner {
  max-width: 1080px;
  margin: 0 auto;
}
#related h3 {
  font-size: 36px;
  text-align: center;
  color: #034491;
}
#related ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
}
#related ul li a {
  position: relative;
  display: flex;
  background: #fff;
  color: #034491;
  height: 90px;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 50px 0 40px;
}
#related ul li a:hover {
  opacity: 0.7;
}
#related ul li a::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  border-top: 3px solid #034491;
  border-right: 3px solid #034491;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 750px) {
  #related {
    background: #f2f5f9;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding: 35px 20px 40px;
  }
  #related h3 {
    font-size: 22px;
  }
  #related ul {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 15px;
  }
  #related ul li a {
    height: 60px;
    font-size: 16px;
    padding: 0 40px 0 20px;
    line-height: 1.3;
  }
  #related ul li a::before {
    right: 25px;
    width: 10px;
    height: 10px;
  }
  #related ul li a[target=_blank]::before {
    right: 20px;
  }
}
/* footer
-----------------------------------------------*/
footer {
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
footer h4 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}
footer h4 span {
  margin: 10px auto;
  padding: 3px;
  position: relative;
  font-size: 15px;
  display: block;
  width: 16px;
  height: 16px;
  border: #225693 solid 3px;
  border-radius: 50%;
  color: #225693;
}
footer h4 span:before {
  margin-left: -3px;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 1px;
  height: 10px;
  border-left: 6px solid #225693;
}
footer h4 span:after {
  margin-left: -6px;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-top: 6px solid #225693;
}
footer a.btn {
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
  font-size: 24px;
  width: 30%;
  font-weight: bold;
  background-color: #225693;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
footer a.btn.bordernone {
  border: none;
}
footer p {
  margin-bottom: 20px;
}
footer p.logo {
  margin: 0 auto 20px;
  width: 220px;
}
footer p.copy {
  font-size: 11px;
  text-align: center;
}
footer .pagetopBtn {
  margin-right: -37%;
  text-align: center;
  color: #fff;
  position: fixed;
  right: 50%;
  bottom: -20px;
  background-color: rgba(1, 110, 177, 0.7);
  width: 65px;
  font-size: 10px;
  border-radius: 5px 5px 0 0;
}
footer .pagetopBtn a {
  color: #fff;
  padding: 28px 0px 12px;
  display: block;
  text-decoration: none;
  background-image: url(/common/images/common/icon_arrow_top.png);
  background-repeat: no-repeat;
  background-position: 50% 15px;
  background-size: 13px;
}
footer p.top_sdgs {
  position: absolute;
  bottom: 25px;
  right: 6%;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
footer p.top_sdgs em {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
footer p.top_sdgs a {
  padding: 10px 30px 10px 15px;
  text-decoration: none;
  display: block;
  color: #fff;
  border: #fff solid 2px;
  background-color: #006eb0;
}
footer p.top_sdgs a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
footer p.top_sdgs a:hover {
  opacity: 1;
  background-color: rgba(0, 110, 176, 0.3);
}
@media screen and (max-width: 1080px) {
  footer p.top_sdgs {
    position: relative;
    bottom: 0px;
    right: 0px;
    width: 246px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 640px) {
  footer h4 {
    font-size: 18px;
  }
  footer a.btn {
    width: 80%;
    font-size: 16px;
  }
  footer p {
    font-size: 12px;
  }
  footer p.top_sdgs {
    width: 100%;
    text-align: center;
  }
  footer p.top_sdgs a {
    width: 80%;
    display: block;
    padding: 10px 15px;
    margin: 0 auto;
    border: none;
  }
  footer p.top_sdgs em {
    display: inline;
  }
  footer p.top_sdgs a:before {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  footer .pagetopBtn {
    margin-right: -47%;
    z-index: 5;
  }
}