@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
ol[role='list'],
ul[role='list'] {
  list-style: none;
}
body {
  min-height: 100vh;
  line-height: 1.5;
}
button,
h1,
h2,
h3,
h4,
input,
label {
  line-height: 1.1;
}
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}
img,
picture {
  max-width: 100%;
  display: block;
}
button,
input,
select,
textarea {
  font: inherit;
}
textarea:not([rows]) {
  min-height: 10em;
}
:target {
  scroll-margin-block: 5ex;
}
li,
ul {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: 0 0;
}
ul {
  margin: 0;
  padding: 0;
}
.header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
}
.header .content {
  width: 100%;
}
.header .header__top {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 35px 0 22px;
}
.header .header__logo {
  margin-left: 2%;
  width: 260px;
}
.header .header__contentpc {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  font-style: 16px;
  line-height: 1;
}
.header .header__contentpc .header__link,
.header .header__contentpc .header__link_recruit {
  margin-right: 2em;
  color: #000;
}
.header .header__contentpc .header__newwindow {
  padding-right: 24px;
  background-image: url(/asset/images/common/newwindow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 60%;
}
.header .header__contentpc .header__link_recruit {
  padding: 0.4em 1.5em;
  border: 1px solid #000;
  border-radius: 2em;
  margin-right: 1em;
  margin-left: 1em;
  transition: 0.3s;
}
.header .header__contentpc .header__link_recruit:hover {
  background-color: #61b9e9;
  color: #fff;
  border-color: #61b9e9;
}
@media screen and (max-width: 767px) {
  .header .header__contentpc .header__link_recruit:hover {
    opacity: 0.5;
  }
}
.header .header__bottom {
  width: 100%;
}
.header .header__mega {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  max-height: 0;
  overflow: hidden;
  z-index: 0;
  transition: max-height 0.4s ease-in-out;
}
.header .header__mega.is-open {
  opacity: 1;
  max-height: 700px;
  z-index: 1;
}
.header .header__megatitle {
  font-size: 16px;
  font-weight: 600;
  list-style: 1;
  margin: 0 0.5em;
  padding: 0.5em 1em;
  transition: 0.3s;
}
.header .header__megatitle:hover {
  cursor: pointer;
  background-color: #61b9e9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header .header__megatitle:hover {
    background-color: inherit;
  }
}
.header .header__megamenu {
  width: 100%;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 0 40px;
}
.header .header__megamenu .content {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 98%;
  margin-top: 55px;
  padding-bottom: 80px;
  position: relative;
}
.header .header__megamenu .content .header__mega_close_area {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.header .header__megamenu .content .header__mega_close {
  width: 106px;
  height: 33px;
  background-image: url(/asset/images/common/close.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 53px);
}
.header .header__megamenu .content .header__mega_close:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .header .header__megamenu .content .header__mega_close {
    display: none;
  }
}
.header .header__megamenu .content .header__mega_titlearea {
  width: 17%;
}
.header .header__megamenu .content .header_mega_title {
  margin: 0 auto;
}
.header .header__megamenu .content .header_mega_title .header_mega_sub {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 0.8em;
  line-height: 1;
}
.header .header__megamenu .content .header__mega_top {
  width: 100%;
  margin-top: 35px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.header .header__megamenu .content .header__mega_toplink {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 0.5em 0;
  position: relative;
  transition: 0.3s;
}
.header .header__megamenu .content .header__mega_toplink::before {
  mask: url(/asset/images/common/button_y.svg);
  mask-size: contain;
  mask-position: center right;
  mask-repeat: no-repeat;
  background-color: #fff;
  position: absolute;
  content: '';
  box-sizing: border-box;
  width: 1.2em;
  height: 100%;
  right: 5%;
  top: 0;
}
.header .header__megamenu .content .header__mega_toplink:hover {
  opacity: 0.5;
}
.header .header__megamenu .content .header__mega_content {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  width: 80%;
  flex-wrap: wrap;
}
.header .header__megamenu .content .header__mega_content > li {
  width: 22%;
  margin-left: 3%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .header .header__megamenu .content .header__mega_content > li {
    width: 100%;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.header .header__megamenu .content .header__mega_content > li a {
  display: block;
  color: #fff;
  transition: 0.3s;
}
.header .header__megamenu .content .header__mega_content > li a:hover {
  opacity: 0.5;
}
.header .header__megamenu .content .header__mega_content > li a.header__mega_link {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  line-height: 1.57;
  min-height: 3.5em;
  border-bottom: 1px solid #fff;
  position: relative;
}
.header .header__megamenu .content .header__mega_content > li a.header__mega_link::before {
  mask: url(/asset/images/common/button_y.svg);
  mask-size: contain;
  mask-position: 0.2em right;
  mask-repeat: no-repeat;
  background-color: #fff;
  position: absolute;
  content: '';
  box-sizing: border-box;
  width: 1.5em;
  height: 100%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .header .header__megamenu .content .header__mega_content > li a.header__mega_link {
    min-height: 0;
    font-size: 4.2vw;
    padding: 0.5em 1em;
    border-bottom: none;
  }
  .header .header__megamenu .content .header__mega_content > li a.header__mega_link::before {
    mask: none;
    background-color: inherit;
    content: '・';
    width: 1em;
    height: 1em;
    color: #fff;
    left: 0;
    top: 0.5em;
  }
  .header .header__megamenu .content .header__mega_content > li a.header__mega_link br {
    display: none;
  }
}
.header .header__megamenu .content .header__mega_lower {
  font-size: 13px;
  margin-top: 1em;
  padding-left: 1.1em;
  position: relative;
  background-image: url(/asset/images/common/button_right.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 1em auto;
}
.header .header__megamenu .content .header__mega_lower::before {
  content: '・';
  color: #fff;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.header .header__megamenu .content.header_mega_campany .header_mega_title {
  width: 100%;
}
.header .header__megamenu .content.header_mega_campany .header__mega_toplink {
  padding-right: 0.5em;
}
.header .header__megamenu .content.header_mega_sustainability .header__mega_titlearea {
  width: 28%;
}
.header .header__megamenu .content.header_mega_sustainability .header__mega_content {
  width: 69%;
}
.header .header__megamenu .content.header_mega_sustainability .header__mega_content > li {
  width: 30%;
}
.header .header__megamenu .content.header_mega_network .header__mega_titlearea {
  width: 22%;
}
.header .header__megamenu .content.header_mega_network .header__mega_titlearea .header_mega_title {
  margin: 0;
}
.header
  .header__megamenu
  .content.header_mega_network
  .header__mega_titlearea
  .header_mega_title
  img {
  width: 76%;
}
.header .header__megamenu .content.header_mega_network .header__mega_titlearea .header_mega_sub {
  text-align: left;
}
.header .header__megamenu .content.header_mega_network .header__mega_content {
  width: 69%;
}
.header .header__megamenu .content.header_mega_network .header__mega_content > li {
  width: 30%;
}
.header #header__spbtn,
.header .header__spOnly,
.header .header__sptop {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .header__contentpc {
    display: none;
  }
  .header #header__spbtn {
    display: block;
    width: 13%;
    height: 13vw;
    color: #fff;
    background-color: #1b4a73;
    padding-top: 3vw;
  }
  .header .header__top {
    padding: 0;
    border-bottom: none;
  }
  .header .header__logo {
    width: 37%;
    margin-left: 31%;
  }
  .header .spbtn__hum {
    width: 60%;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease;
  }
  .header .spbtn__hum::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -8px;
    transition: all 0.3s ease;
  }
  .header .spbtn__hum::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: all 0.3s ease;
  }
  .header .spbtn__text {
    text-align: center;
    font-size: 2.5vw;
    margin-top: 1em;
    display: block;
    transition: opacity 0.2s ease;
  }
  .header .header__bottom {
    position: fixed;
    left: 110%;
    top: 13vw;
    transition: 0.3s;
    background-color: #1b4a73;
  }
  .header .header__bottom.is-open {
    left: 0;
    height: calc(100vh - 13vw);
    overflow-y: scroll;
  }
  .header .is-open .spbtn__hum {
    background-color: transparent;
  }
  .header .is-open .spbtn__hum::before {
    transform: rotate(45deg);
    bottom: 0;
    top: 2vw;
    width: 120%;
    left: -10%;
  }
  .header .is-open .spbtn__hum::after {
    transform: rotate(-45deg);
    bottom: 0;
    top: 2vw;
    width: 120%;
    left: -10%;
  }
  .header .is-open .spbtn__text {
    opacity: 0;
  }
  .header .header__megamenu {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 0;
  }
  .header .header__megamenu .content {
    width: 100%;
    margin: 0;
    padding: 0 0 2vw;
    flex-wrap: wrap;
  }
  .header .header__megamenu .content .header__mega_content,
  .header .header__megamenu .content .header__mega_titlearea {
    width: 100%;
  }
  .header .header__megamenu .content .header__mega_top {
    margin: 0;
    font-size: 4.6vw;
  }
  .header .header__megamenu .content .header__mega_top .header__mega_toplink {
    border: none;
    text-align: left;
  }
  .header .header__megamenu .content .header__mega_top .header__mega_toplink::before {
    display: none;
  }
  .header .header__megamenu .content .header__mega_top .header__mega_toplink span {
    visibility: hidden;
  }
  .header .header__megamenu .content .header_mega_title {
    display: none;
  }
  .header .header__megamenu .header__megaarea {
    width: 94%;
    border-bottom: 1px solid #fff;
  }
  .header .header__megamenu .header__mega {
    position: relative;
    top: 0;
    left: 0;
    background-color: #1b4a73;
  }
  .header .header__megamenu .header__megatitle_recruit {
    display: block;
  }
  .header .header__megamenu .header__sptop {
    display: block;
  }
  .header .header__megamenu .header__megatitle {
    text-align: left;
    width: 100%;
    font-size: 4.6vw;
    color: #fff;
    padding: 1em 0;
    margin: 0;
    position: relative;
  }
  .header .header__megamenu .header__megatitle[aria-expanded]::before {
    content: '';
    width: 1em;
    height: 2px;
    position: absolute;
    top: 1.6em;
    right: 2%;
    background-color: #fff;
  }
  .header .header__megamenu .header__megatitle[aria-expanded]::after {
    content: '';
    width: 1em;
    height: 2px;
    position: absolute;
    top: 1.6em;
    right: 2%;
    transform: rotate(90deg);
    background-color: #fff;
  }
  .header .header__megamenu .header__megatitle[aria-expanded='true']::after {
    opacity: 0;
  }
  .header .header__megamenu .header__megatitle a {
    display: block;
  }
  .header .header__megamenu .header__mega_lower,
  .header .header__megamenu .pcOnly {
    display: none;
  }
  .header .header__megamenu .content.header_mega_network .header__mega_titlearea,
  .header .header__megamenu .content.header_mega_sustainability .header__mega_titlearea {
    width: 100%;
  }
  .header .header__megamenu .content.header_mega_network .header__mega_content,
  .header .header__megamenu .content.header_mega_sustainability .header__mega_content {
    width: 100%;
  }
  .header .header__megamenu .content.header_mega_network .header__mega_content > li,
  .header .header__megamenu .content.header_mega_sustainability .header__mega_content > li {
    width: 100%;
  }
  .header .header__megamenu .content .header__mega_toplink br {
    display: none;
  }
  .header .header__megaarea.header__recruit {
    border-bottom: none !important;
    padding-bottom: 7vw;
  }
  .header .header__megaarea.header__spOnly {
    display: block;
    width: 100%;
    padding: 1em 3%;
    background-color: #060404;
    border-bottom: none;
  }
  .header .header__megaarea.header__spOnly + .header__spOnly {
    border: none;
    padding-bottom: 10vw;
  }
  .header .header__megaarea.header__spOnly.header__tokiomarinehd {
    padding-top: 0;
    margin-top: 1em;
  }
  .header .header__megaarea.header__spOnly.header__tokiomarinehd .header__megatitle {
    padding-top: 2em;
  }
}
.header .header__mega_content a,
.header .header__mega_toplink {
  pointer-events: none;
  visibility: hidden;
}
.header .is-open .header__mega_content a,
.header .is-open .header__mega_toplink {
  display: block !important;
  visibility: visible;
  pointer-events: all;
}
@media screen and (max-width: 414px) {
  _::-webkit-full-page-media,
  _:future,
  :root a.header__mega_link {
    font-size: 4vw !important;
  }
}
@media screen and (max-width: 414px) {
  _::-webkit-full-page-media,
  _:future,
  :root .header__mega_lower {
    font-size: 3.8vw !important;
  }
}
.footer {
  background-color: #0c0c0c;
  margin-top: 300px;
  padding-top: 65px;
}
.footer .footer__contents .content {
  text-align: left;
  color: #fff;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}
.footer .footer__contents a {
  color: #fff;
  transition: 0.3s;
  position: relative;
}
.footer .footer__contents a::after {
  border-bottom: 1px solid #fff;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.footer .footer__contents a:hover::after {
  opacity: 1;
}
.footer .footer__contents .footer__links {
  width: auto;
  margin: 0 3.5%;
}
.footer .footer__contents .footer__item {
  font-size: 16px;
  font-weight: 600;
}
.footer .footer__contents .footer__item + .footer__item {
  margin-top: 1.5em;
}
.footer .footer__contents .footer__link {
  font-size: 14px;
  margin-top: 0.5em;
}
.footer .footer__contents .footer__link li {
  padding-left: 1.2em;
  line-height: 1.8;
  position: relative;
}
.footer .footer__contents .footer__link + .footer__item {
  margin-top: 1.5em;
}
.footer .footer__contents .footer__terms {
  margin-top: 4em;
}
.footer .footer__contents .footer__terms li {
  padding-left: 0;
}
.footer .footer__contents .footer__bottom {
  padding: 10px 0 20px;
  background-color: #05224a;
  margin-top: 70px;
}
.footer .footer__contents .footer__bottom .footer__item {
  text-align: center;
}
.footer .footer__contents .footer__bottom .footer__copy {
  margin-top: 10px;
  border-top: 1px solid #fff;
}
.footer .footer__contents .footer__bottom .footer__copy .content {
  display: block;
  position: relative;
  width: 98%;
}
.footer .footer__contents .footer__bottom .footer__copy .footer__logo {
  width: 148px;
  margin-top: 37px;
  float: left;
}
.footer .footer__contents .footer__bottom .footer__copy .footer__text {
  width: 155px;
  margin-top: 20px;
  float: right;
}
.footer .footer__contents .footer__bottom .footer__copy .footer__copyright {
  width: calc(100% - 148px);
  text-align: right;
  font-size: 20px;
  float: right;
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 30vw;
    padding-top: 4vw;
  }
  .footer .footer__contents .content {
    padding: 0 4%;
    flex-wrap: wrap;
  }
  .footer .footer__contents .footer__links {
    width: 100%;
    margin: 0;
  }
  .footer .footer__contents .footer__item {
    font-size: 4.5vw;
    margin-top: 1.5em;
  }
  .footer .footer__contents .footer__link {
    font-size: 4vw;
  }
  .footer .footer__contents .footer__terms {
    margin-top: 1.5em;
  }
  .footer .footer__contents .footer__bottom {
    margin-top: 26vw;
    padding: 4vw 0 3vw;
  }
  .footer .footer__contents .footer__bottom .footer__item {
    margin-top: 0;
  }
  .footer .footer__contents .footer__bottom .footer__copy {
    margin-top: 5vw;
    padding-top: 8.4vw;
  }
  .footer .footer__contents .footer__bottom .footer__copy .footer__logo {
    width: 28%;
    margin: 0;
  }
  .footer .footer__contents .footer__bottom .footer__copy .footer__text {
    width: 34%;
    margin: 0;
  }
  .footer .footer__contents .footer__bottom .footer__copy .footer__copyright {
    width: 100%;
    text-align: center;
    float: none;
    clear: both;
    font-size: 3vw;
    margin-top: 2.5em;
  }
}
.content .content__button {
  width: 510px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  height: 4em;
}
@media screen and (max-width: 767px) {
  .content .content__button {
    width: 100%;
    font-size: 5vw;
    height: 20vw;
  }
}
.content .content__button.button__small {
  width: 420px;
  font-size: 24px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .content .content__button.button__small {
    width: 80%;
    font-size: 3.7vw;
    margin-top: 6vw;
  }
}
.content .content__button.button__small .content__button__link {
  padding: 0.5em 0 0.65em;
  background-repeat: no-repeat;
  background-size: 7% auto;
  background-position: center right 5%;
  background-image: url(/asset/images/common/button_wy.png);
}
.content .content__button.button__small .content__button__link:hover {
  background-image: url(/asset/images/common/button_gy.png);
}
.content .content__button__link {
  color: #fff;
  display: block;
  font-weight: 600;
  padding: 1.4em 2em;
  border-radius: 0.5em;
  position: relative;
  background-color: #1b4a73;
  box-sizing: border-box;
  transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
.content .content__button__link:hover {
  transform: scale(1.1);
  background-color: #fff;
  border: 1px solid #1b4a73;
  color: #1b4a73;
}
@media screen and (max-width: 767px) {
  .content .content__button__link:hover {
    transform: scale(1);
  }
}
.page__title_h2 {
  font-size: 32px;
  color: #fff;
  background: linear-gradient(to right, #01b8d2, #134fa9);
  text-align: center;
  line-height: 1.5;
  max-width: 1280px;
  padding: 0.8em 0;
  margin: 100px auto 50px;
}
@media screen and (max-width: 767px) {
  .page__title_h2 {
    font-size: 5.2vw;
    margin: 14vw auto 7vw;
    padding: 1em 0;
  }
}
.page__title_h2.mt__sps {
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  .page__title_h2.mt__sps {
    margin-top: 20vw;
  }
}
.page__title_h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
  line-height: 1.5;
  margin: 150px auto 1em;
}
@media screen and (max-width: 767px) {
  .page__title_h3 {
    font-size: 5vw;
    margin-top: 2.5em;
  }
}
.page__title_h3 .page__title_sub {
  font-size: 16px;
  padding-left: 1em;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .page__title_h3 .page__title_sub {
    font-size: 2.5vw;
  }
}
.page__title_h3.no_border {
  border: none;
}
.document__title_h3,
.document__title_h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .document__title_h3,
  .document__title_h4 {
    font-size: 4.4vw;
  }
}
.document__title_h4 {
  margin-top: 2em;
}
.js-init {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
}
.js-fadein {
  opacity: 1;
  transform: translateY(0);
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(/asset/fonts/NotoSansJP-VariableFont_wght.ttf) format('truetype');
  font-style: normal;
  font-display: swap;
}
.content {
  max-width: 1280px;
  width: 98%;
  margin: 0 auto;
}
.content a:hover,
.content button:hover {
  cursor: pointer;
}
.content img,
.content picture {
  height: auto;
}
@media screen and (max-width: 767px) {
  .content .sp__adjust {
    padding: 0 5%;
  }
}
.text__center {
  text-align: center;
}
.text__red {
  color: #ff0206;
}
.pd_left {
  padding-left: 1em;
}
.text__intent {
  text-indent: 1em;
}
@media screen and (max-width: 767px) {
  br.pcOnly {
    display: none;
  }
}
br.spOnly {
  display: none;
}
@media screen and (max-width: 767px) {
  br.spOnly {
    display: inline;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.title {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.title__top {
  width: 100%;
  background-image: url(/asset/images/company/campany_title_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px auto;
}
@media screen and (max-width: 767px) {
  .title__top {
    background: 0 0;
    order: 2;
  }
}
.title__top .content {
  aspect-ratio: 1/0.4375;
  width: 100%;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  width: 98%;
}
@media screen and (max-width: 767px) {
  .title__top .content {
    width: 100%;
    aspect-ratio: auto;
  }
}
.title__content {
  width: 100%;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 40px 3.4% 30px;
}
@media screen and (max-width: 767px) {
  .title__content {
    padding: 8vw 5% 0;
    display: block;
  }
}
.title__main .title__sub {
  display: block;
  font-size: 22px;
  font-weight: 900;
  color: #00a0e9;
  text-align: center;
  margin-top: 0.7em;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .title__main .title__sub {
    font-size: 4.3vw;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .title__main {
    display: block;
    margin: 0 auto;
    padding: 0 7%;
  }
}
.title__lead {
  padding-left: 6%;
}
@media screen and (max-width: 767px) {
  .title__lead {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 9vw;
  }
}
.title__lead_text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .title__lead_text {
    font-size: 4.6vw;
    line-height: 1.33;
  }
}
.title__bottom {
  width: 100%;
}
.title__bottom .content {
  padding: 25px 4% 0;
}
@media screen and (max-width: 767px) {
  .title__bottom .content {
    padding: 4vw 3% 0;
  }
}
@media screen and (max-width: 767px) {
  .title__bottom {
    order: 1;
  }
}
.title__kv_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .title__kv_sp {
    display: block;
    width: 100%;
  }
}
.breadcrumb {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumb li {
  font-size: 14px;
  font-weight: 400;
  margin-right: 3em;
  position: relative;
}
.breadcrumb li::before {
  content: '＞';
  position: absolute;
  top: 0;
  left: -2em;
}
.breadcrumb li:first-child::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb li {
    font-size: 2.5vw;
    margin-right: 1.6em;
  }
  .breadcrumb li.breadcrumb__sp {
    margin-left: 1.5em;
  }
  .breadcrumb li::before {
    left: -1.3em;
    transform: scaleX(0.5);
  }
}
.pages .top__lead {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .pages .top__lead.content.content__area {
    margin-top: 15vw;
  }
}
.pages .textarea p {
  font-size: 16px;
  line-height: 1.7;
}
.pages .textarea p sup.font__small,
.pages .textarea p.font__small {
  font-size: 12.8px;
}
@media screen and (max-width: 767px) {
  .pages .textarea p {
    font-size: 4.4vw;
  }
  .pages .textarea p sup.font__small,
  .pages .textarea p.font__small {
    font-size: 3.52vw;
  }
}
.pages .title__content {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .pages .title__content {
    padding: 8vw 5% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pages .title__main {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: auto;
}
@media screen and (max-width: 767px) {
  .pages .title__main {
    align-items: flex-end;
    justify-content: center;
  }
  .pages .title__main img {
    display: block;
  }
}
.pages .title__main {
  width: auto;
}
.pages .title__main img {
  width: auto !important;
  height: 55px;
  display: block;
}
@media screen and (max-width: 767px) {
  .pages .title__main img {
    width: 50% !important;
    height: auto !important;
  }
}
.pages .title__main .title__sub {
  margin-left: 1em;
}
.pages .page__title {
  width: 100%;
  font-size: 48px;
  margin-top: 0.4em;
  display: block;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .pages .page__title {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .pages .page__title {
    width: 100%;
    font-size: 9vw;
    text-align: center;
    line-height: 1.4;
  }
}
.pages .page__title_sub {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .pages .page__title_sub {
    font-size: 4vw;
  }
}
.pages .title__lead {
  padding-left: 6%;
  width: 100%;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .pages .title__lead {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .pages .content.content__area {
    width: 94%;
    margin: 0 auto;
  }
}
.pages .content.content__area .page__lead {
  margin-top: 5em;
  padding: 0 6%;
}
@media screen and (max-width: 767px) {
  .pages .content.content__area .page__lead {
    margin-top: 2em;
    padding: 0;
  }
}
.pages .content.content__area .content__inner {
  padding: 0 6%;
}
@media screen and (max-width: 767px) {
  .pages .content.content__area .content__inner {
    padding: 0 0;
  }
}
.pages .content.content__area .page__lead_in {
  padding: 0 10%;
}
@media screen and (max-width: 767px) {
  .pages .content.content__area .page__lead_in {
    padding: 0;
  }
}
.pages .content.content__area .page__img {
  width: 62.5%;
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .pages .content.content__area .page__img {
    width: 100%;
    max-width: none;
    margin-top: 12vw;
  }
}
.pages .page__distlist {
  padding: 0;
}
.pages .page__distlist > li {
  font-size: 16px;
  padding-left: 1.2em;
  position: relative;
}
.pages .page__distlist > li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0.1em;
}
.pages .page__distlist > li a {
  text-decoration: underline;
}
.pages .page__distlist.list__square > li {
  margin-top: 0.5em;
}
.pages .page__distlist.list__square > li::before {
  content: '■';
  color: #00a0e9;
}
.pages .page__distlist.list__diamond > li {
  margin-top: 0.5em;
}
.pages .page__distlist.list__diamond > li::before {
  content: '◆';
  color: #000;
}
.pages .page__distlist.list__number {
  counter-reset: listnum;
  list-style: none;
}
.pages .page__distlist.list__number > li {
  margin-top: 0.5em;
}
.pages .page__distlist.list__number > li::before {
  counter-increment: listnum;
  content: counter(listnum) '.';
  color: #000;
}
@media screen and (max-width: 767px) {
  .pages .page__distlist.list__number > li::before {
    font-size: 115%;
  }
}
.pages .page__distlist.list__marksnumber {
  counter-reset: listnum;
  list-style: none;
}
.pages .page__distlist.list__marksnumber > li {
  margin-top: 0.5em;
  padding-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .pages .page__distlist.list__marksnumber > li {
    padding-left: 0;
  }
  .pages .page__distlist.list__marksnumber > li p:first-child {
    text-indent: 2em;
  }
  .pages .page__distlist.list__marksnumber > li .list__in p {
    text-indent: 0;
  }
}
.pages .page__distlist.list__marksnumber > li::before {
  counter-increment: listnum;
  content: '(' counter(listnum) ')';
  color: #000;
}
.pages .page__distlist.list__circlenumber {
  list-style: none;
}
.pages .page__distlist.list__circlenumber > li {
  margin-top: 0.5em;
  padding-left: 1.5em;
}
.pages .page__distlist.list__circlenumber > li::before {
  content: '①';
  color: #000;
}
.pages .page__distlist.list__circlenumber > li:nth-child(2)::before {
  content: '②';
}
.pages .page__distlist.list__left {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .pages .page__distlist.list__left {
    padding-left: 0;
  }
}
.pages .page__buttons {
  width: 510px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .pages .page__buttons {
    width: 100%;
    margin-top: 10vw;
  }
}
.pages .page__buttons .content__button {
  max-width: 100%;
  width: 100%;
  line-height: 1.4;
}
.pages .page__buttons li {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .pages .page__buttons li {
    margin-top: 6vw;
  }
}
.pages .page__buttons li:first-child {
  margin-top: 0;
}
.pages .page__buttons .content__button__link {
  border: 1px solid #3b335b;
  color: #000;
  background-color: #fbfbfb;
  background-image: url(/asset/images/common/button_bly.png);
  background-repeat: no-repeat;
  background-size: 7% auto;
  background-position: center right 5%;
}
.pages .page__buttons .content__button__link:hover {
  border-color: #7fc7e5;
  background-color: #7fc7e5;
  color: #fff;
  background-image: url(/asset/images/common/button_wy.png);
}
.pages .page__pdf a {
  text-decoration: underline;
}
.pages .page__contact p {
  padding-left: 1em;
}
.pages .page__enactment {
  text-align: right;
  margin-top: 2em;
}
.pages .content.content__area.page__content .page__img {
  width: 100%;
  max-width: none;
  margin-top: 0;
}
.pages .content.content__area.page__content .page__title_h3 {
  margin-top: 140px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pages .content.content__area.page__content .page__title_h3 {
    margin-top: 14vw;
  }
}
@media screen and (max-width: 767px) {
  .pages .content.content__area.page__content {
    width: 100%;
  }
}
.pages .about__qa {
  width: 90%;
  margin: 30px auto 0;
  background-color: #cfebff;
  border-radius: 20px;
  padding: 18px 3% 23px;
}
@media screen and (max-width: 767px) {
  .pages .about__qa {
    width: 100%;
    margin-top: 4.2vw;
    padding: 4vw 2.5% 6vw;
  }
}
.pages .about__qa_anser,
.pages .about__qa_question {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  .pages .about__qa_anser,
  .pages .about__qa_question {
    padding: 3.5vw 2vw;
  }
}
@media screen and (max-width: 767px) {
  .pages .about__qa_anser {
    align-items: flex-start;
  }
}
.pages .about__qa_icon {
  width: 76px;
}
.pages .about__qa_icon.no_text {
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .pages .about__qa_icon {
    width: 19%;
  }
}
.pages .about__qa_text {
  width: calc(100% - 76px);
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  .pages .about__qa_text {
    width: 78%;
    padding: 0;
  }
}
.pages .about__qa_text .about__qa_image {
  width: 84.9%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .pages .about__qa_text .about__qa_image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .pages .no_text + .about__qa_text {
    width: 100%;
  }
}
.pages .about__qa_question p {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pages .about__qa_question p {
    font-size: 5vw;
  }
}
.pages .about__qa_anser {
  background-color: #fff;
  border-radius: 20px;
}
.pages .about__qa_anser p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .pages .about__qa_anser p {
    font-size: 4.6vw;
  }
}
.pages .yellow_line {
  background-color: #fff600;
  padding: 0.2em 0.1em;
}
.pages .graph {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: flex-start;
}
.pages .graph_image {
  width: 49%;
  margin-left: 2%;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .pages .graph_image {
    margin-left: 0;
  }
}
.pages .graph_data {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .pages .graph_data {
    width: 51%;
  }
}
.pages .graph_data ul {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .pages .graph_data ul {
    font-size: 3.6vw;
  }
}
.pages .graph_data li {
  margin-top: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pages .graph_data li {
    margin-top: 0.5em;
  }
}
.pages .graph_data li:first-child {
  margin-top: 0;
}
.pages .graph_data li::before {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 0.3em;
  left: -1.5em;
}
.pages .graph_data li.graph_01::before {
  background-color: #f1c621;
}
.pages .graph_data li.graph_02::before {
  background-color: #769fd5;
}
.pages .graph_data li.graph_03::before {
  background-color: #bfda73;
}
.pages .graph_data li.graph_04::before {
  background-color: #053a7e;
}
.pages .graph_data li.graph_05::before {
  background-color: #e6810f;
}
.pages .about__qa_image {
  width: 77%;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  .pages .about__qa_image {
    width: 100%;
    margin: 5vw auto 0;
  }
}
.pages .about__qa_comment {
  width: 100%;
  margin-top: 20px;
}
.pages .page__bottom_links {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 96%;
  margin: 115px auto 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pages .page__bottom_links {
    width: 94%;
    margin-top: 18vw;
  }
}
.pages .page__bottom_links.recruitment__pages {
  width: 50%;
  min-width: 550px;
}
@media screen and (max-width: 767px) {
  .pages .page__bottom_links.recruitment__pages {
    width: 100%;
    min-width: 0;
  }
}
.pages .page__bottom_links.recruitment__pages {
  justify-content: center;
}
.pages .page__bottom_links.recruitment__pages li {
  width: 100%;
}
.pages .page__bottom_links li {
  width: 48%;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .pages .page__bottom_links li {
    width: 100%;
    margin-top: 6vw;
  }
}
.pages .page__bottom_links .content__button {
  width: 100%;
  height: auto;
}
.pages .page__bottom_links .content__button__link {
  border: 1px solid #000;
  background-color: #fff;
  font-size: 30px;
  color: #000;
  background-repeat: no-repeat;
  background-size: 7% auto;
  background-position: center right 5%;
  background-image: url(/asset/images/common/button_bly.png);
}
@media screen and (max-width: 767px) {
  .pages .page__bottom_links .content__button__link {
    font-size: 5.6vw;
  }
}
.pages .page__bottom_links .content__button__link:hover {
  background-color: #7fc7e5;
  color: #fff;
  border-color: #7fc7e5;
  background-image: url(/asset/images/common/button_wy.png);
}
.pages .box {
  width: 100%;
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  margin: 45px auto 0;
}
@media screen and (max-width: 767px) {
  .pages .box {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 6vw;
  }
}
.pages .box .box__image {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .pages .box .box__image {
    width: 70%;
  }
}
.pages .box .box__logo {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .pages .box .box__logo {
    width: 70%;
  }
}
.pages .box .box__text {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .pages .box .box__text {
    width: 100%;
    margin-top: 8vw;
  }
}
.pages .box .sep__half {
  width: 47%;
}
.pages .box .sep__half picture {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .pages .box .sep__half {
    width: 80%;
  }
}
.pages .box .sep__title {
  text-align: center;
  font-size: 30px;
  margin: 1em 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .pages .box .sep__title {
    font-size: 5vw;
    margin-top: 1.5em;
  }
}
.pages p.button__bottom {
  width: 92%;
  margin-top: 120px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .pages p.button__bottom {
    width: 96%;
    margin-top: 16vw;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 414px) {
  .pages p.button__bottom {
    font-size: 4.2vw;
  }
}
.pages p.button__bottom .content__button__link {
  color: #fff;
  background-color: #7fc7e5;
  background-repeat: no-repeat;
  background-size: 7% auto;
  background-position: center right 5%;
  background-image: url(/asset/images/common/button_wy.png);
  background-size: 30px auto;
}
@media screen and (max-width: 767px) {
  .pages p.button__bottom .content__button__link {
    background-size: 6% auto;
  }
}
.pages p.button__bottom .content__button__link:hover {
  border-color: #7fc7e5;
  background-color: #fff;
  color: #7fc7e5;
  background-image: url(/asset/images/common/button_by.png);
}
.pages .textarea p.comment__author {
  text-align: right;
  font-size: 120%;
  margin-top: 2em;
}
.pages .back__gray {
  background-color: #f2f2f2;
  max-width: 1088px;
  margin: 120px auto 0;
  width: 98%;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .pages .back__gray {
    width: 100%;
    margin-top: 10vw;
    padding: 9vw 0 8vw;
  }
}
.pages .page__center {
  width: fit-content;
  margin: 0 auto;
}
.pages a.link__newwindow {
  padding-right: 24px;
  background-image: url(/asset/images/common/newwindow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 60%;
}
@media screen and (max-width: 767px) {
  .pages a.link__newwindow {
    padding-right: 1.5em;
  }
}
.pages span.link__newwindow {
  padding-right: 1.5em;
  background-image: url(/asset/images/common/newwindow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 60%;
}
.mynavi_banner {
  width: 195px;
  margin: 25px auto 0;
  transition: 0.3s;
}
.mynavi_banner:hover {
  opacity: 0.5;
}
