@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  overflow: visible;
  box-sizing: content-box;
  height: 0;
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit;
  color: inherit;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: 700;
  text-align: left;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

#wrap {
  overflow: hidden;
  width: 100%;
}

#contents {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  #contents {
    padding-top: 80px;
  }
}
@media screen and (max-height: 500px) and (max-width: 767px) {
  #contents {
    padding-top: 60px;
  }
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
@media all and (max-width: 1024px) {
  .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 6.6666vw;
  }
}

@media all and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.mod-h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #004097;
}
@media screen and (max-width: 767px) {
  .mod-h2 {
    font-size: 27px;
    line-height: 1.4814;
  }
}
.mod-h2 span {
  display: inline-block;
}
.mod-h2 span::after {
  display: block;
  content: "";
  width: 100%;
  margin-top: 9px;
  border-top: 1px solid #004097;
}
@media screen and (max-width: 767px) {
  .mod-h2 span::after {
    margin-top: 4px;
  }
}

.mod-obj {
  position: relative;
  z-index: 1;
}
.mod-obj::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewY(-6.7deg);
  background-color: #eef7fd;
}

#header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 110px;
}
@media screen and (max-width: 767px) {
  #header {
    height: 80px;
  }
}
@media screen and (max-height: 500px) and (max-width: 767px) {
  #header {
    height: 60px;
  }
}
#header a {
  display: block;
}
@media all and (min-width: 768px) {
  #header a {
    transition: all 0.2s ease;
  }
  #header a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #header .menu-button {
    display: block;
    position: relative;
    width: 35px;
  }
  #header .menu-button-line {
    display: block;
    position: relative;
    height: 25px;
  }
  #header .menu-button-line span {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
  }
  #header .menu-button-line span:nth-child(1) {
    top: 0;
  }
  .isMenuShow #header .menu-button-line span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  #header .menu-button-line span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .isMenuShow #header .menu-button-line span:nth-child(2) {
    opacity: 0;
  }
  #header .menu-button-line span:nth-child(3) {
    top: 100%;
    transform: translateY(-100%);
  }
  .isMenuShow #header .menu-button-line span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}
#header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 0 50px;
  background-color: #004097;
}
@media all and (max-width: 1024px) {
  #header .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #header .inner {
    padding: 0 6.6666%;
  }
}
#header .logo {
  width: 235px;
}
@media all and (max-width: 1024px) {
  #header .logo {
    width: 176px;
  }
}
@media all and (min-width: 768px) {
  #header .nav {
    display: flex !important;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #header .nav {
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
  }
}
@media screen and (max-height: 500px) and (max-width: 767px) {
  #header .nav {
    top: 60px;
  }
}
#header .menu {
  display: flex;
}
@media screen and (max-width: 767px) {
  #header .menu {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, calc(-50% - 31px));
    text-align: center;
  }
}
#header .menu li + li {
  margin-left: 50px;
}
@media all and (max-width: 1024px) {
  #header .menu li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .menu li + li {
    margin: 56px 0 0 0;
  }
}
@media screen and (max-height: 500px) and (max-width: 767px) {
  #header .menu li + li {
    margin-top: 20px;
  }
}
#header .menu a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #header .menu a {
    font-size: 20px;
    color: #004097;
  }
}
#header .sns {
  display: flex;
  margin-left: 50px;
}
@media all and (max-width: 1024px) {
  #header .sns {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #header .sns {
    justify-content: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-height: 500px) and (max-width: 767px) {
  #header .sns {
    bottom: 10px;
  }
}
#header .sns li {
  width: 32px;
}
@media screen and (max-width: 767px) {
  #header .sns li {
    width: 48px;
  }
}
#header .sns li + li {
  margin-left: 27px;
}
@media all and (max-width: 1024px) {
  #header .sns li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #header .sns li + li {
    margin-left: 52px;
  }
}
#header .sns a {
  display: block;
}
#header .menu-button-text {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-top: 1px;
  color: #ffffff;
}

#footer {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
}
#footer .banner {
  padding: 101px 0 100px;
}
@media screen and (max-width: 767px) {
  #footer .banner {
    padding: 52px 0 49px;
  }
}
#footer .banner .banner-list {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 580px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer .banner .banner-list {
    max-width: 325px;
  }
}
#footer .banner .banner-list li {
  width: 200px;
}
@media screen and (max-width: 767px) {
  #footer .banner .banner-list li {
    width: 150px;
  }
}
#footer .banner .banner-list li a {
  display: block;
}
@media all and (min-width: 768px) {
  #footer .banner .banner-list li a {
    transition: all 0.2s ease;
  }
  #footer .banner .banner-list li a:hover {
    opacity: 0.6;
  }
}
#footer .copyright {
  font-size: 14px;
  padding: 44px 0 52px;
  color: #ffffff;
  background-color: #004097;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 11px;
    padding: 20px 0;
  }
}
#footer .copyright .inner {
  max-width: none;
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  #footer .copyright .inner {
    padding: 0 6.6666vw;
  }
}

#mv {
  background-color: #eef7fd;
}
#mv .inner {
  max-width: none;
  padding: 0;
}
#mv .mv-image {
  max-width: 1280px;
  margin: 0 auto;
}

#activity {
  padding: 96px 0 175px;
}
@media screen and (max-width: 767px) {
  #activity {
    padding: 78px 0 72px;
  }
}
#activity .sns-lead {
  color: #004097;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.6071;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #activity .sns-lead {
    font-size: 21px;
    line-height: 1.5;
    margin-top: 19px;
  }
}
#activity .sns {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 31px auto 0;
}
@media screen and (max-width: 767px) {
  #activity .sns {
    display: block;
    width: 64vw;
    max-width: 500px;
    margin-top: 21px;
  }
}
#activity .col {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #activity .col {
    width: 100%;
  }
}
#activity .col a {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  display: flex;
  align-items: center;
  height: 88px;
  padding-left: 99px;
  background: left 22px center/52px no-repeat, right 16px center/35px no-repeat;
}
@media all and (min-width: 768px) {
  #activity .col a {
    transition: all 0.2s ease;
  }
  #activity .col a:hover {
    background-color: #fff !important;
  }
}
@media screen and (max-width: 767px) {
  #activity .col a {
    font-size: 18px;
    height: 44px;
    padding-left: 48px;
    background: left 10px center/26px no-repeat, right 8px center/18px no-repeat;
  }
}
#activity .col.fb a {
  border: 2px solid #1877f2;
  background-color: #1877f2;
  background-image: url(../images/common/ico_fb_white.svg), url(../images/common/ico_link_white.svg);
}
@media all and (min-width: 768px) {
  #activity .col.fb a:hover {
    color: #1877f2;
    background-image: url(../images/common/ico_fb_blue.svg), url(../images/common/ico_link_fb.svg);
  }
}
@media screen and (max-width: 767px) {
  #activity .col.ig {
    margin-top: 25px;
  }
}
#activity .col.ig a {
  pointer-events: none !important;
  background-color: #ddd !important;
  border-color: #ddd !important;
  border: 2px solid #cf2f93;
  background-color: #cf2f93;
  background-image: url(../images/common/ico_ig_white.svg), url(../images/common/ico_link_white.svg);
}
@media all and (min-width: 768px) {
  #activity .col.ig a:hover {
    color: #cf2f93;
    background-image: url(../images/common/ico_ig_pink.png), url(../images/common/ico_link_ig.svg);
  }
}

#about {
  padding: 69px 0 171px;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 40px 0 68px;
  }
}
#about .profile {
  display: flex;
  justify-content: space-between;
  margin: 49px auto 0;
}
@media screen and (max-width: 767px) {
  #about .profile {
    display: block;
    margin-top: 24px;
  }
}
#about .profile-image {
  width: 400px;
  max-width: 42%;
}
@media screen and (max-width: 767px) {
  #about .profile-image {
    width: 100%;
    max-width: none;
  }
}
#about .profile-body {
  width: 500px;
  max-width: 54%;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  #about .profile-body {
    width: 100%;
    max-width: none;
    margin: 23px 0 0;
  }
}
#about .profile-body .name {
  line-height: 1;
}
#about .profile-body .name * {
  display: block;
}
#about .profile-body .name span {
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #about .profile-body .name span {
    font-size: 38px;
  }
}
#about .profile-body .name small {
  font-size: 18px;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  #about .profile-body .name small {
    font-size: 14px;
    margin-top: 16px;
  }
}
#about .profile-body .history {
  font-size: 21px;
  line-height: 1.7619;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #about .profile-body .history {
    font-size: 14px;
    line-height: 1.7857;
    margin-top: 20px;
  }
}
#about .profile-body .history li {
  margin-left: 1em;
  text-indent: -1em;
}
#about .profile-body .history li::first-letter {
  color: #8d8ab5;
}
#about .profile-body .description {
  font-size: 21px;
  line-height: 1.7619;
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  #about .profile-body .description {
    font-size: 14px;
    line-height: 1.7857;
    margin-top: 26px;
  }
}

#vision {
  padding: 69px 0 166px;
}
@media screen and (max-width: 767px) {
  #vision {
    padding: 39px 0 68px;
  }
}
#vision .copy {
  margin-top: 49px;
}
@media screen and (max-width: 767px) {
  #vision .copy {
    margin-top: 24px;
  }
}
#vision .vision-content {
  position: relative;
  max-width: 857px;
  margin: 76px auto 0;
}
@media screen and (max-width: 767px) {
  #vision .vision-content {
    margin-top: 15px;
  }
}
#vision .vision-image {
  width: 220px;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #vision .vision-image {
    position: static !important;
    width: 88px;
    margin: 0 auto;
    transform: translateX(-3%);
  }
}
@media all and (min-width: 768px) {
  #vision .vision-image img {
    top: 50%;
    width: 220px;
  }
  #vision .vision-image img.isFixed {
    top: 50% !important;
    position: fixed;
    transform: translateY(calc(-50% + 55px));
  }
  #vision .vision-image img.isAbsolute {
    position: absolute;
    min-width: 220px;
    transform: translateY(-50%);
  }
}
@media all and (min-width: 768px) and (max-height: 800px) {
  #vision .vision-image img {
    width: auto !important;
    min-width: auto !important;
    height: calc(100vh - 110px) !important;
    max-height: 610px;
  }
}
#vision .vision-list {
  width: 498px;
  max-width: calc(100% - 260px);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #vision .vision-list {
    width: 100%;
    max-width: none;
    margin-top: 14px;
  }
}
#vision .vision-list li {
  position: relative;
}
@media screen and (max-width: 767px) {
  #vision .vision-list li {
    padding-left: 30px;
  }
}
#vision .vision-list li + li {
  margin-top: 81px;
}
@media screen and (max-width: 767px) {
  #vision .vision-list li + li {
    margin-top: 39px;
  }
}
#vision .vision-list li::before {
  display: block;
  font-size: 100px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-116%, -20%);
  color: #bebfbf;
}
@media screen and (max-width: 767px) {
  #vision .vision-list li::before {
    font-size: 50px;
    transform: translate(-14%, -1%);
  }
}
#vision .vision-list li:nth-child(1)::before {
  content: "1";
}
#vision .vision-list li:nth-child(2)::before {
  content: "2";
}
#vision .vision-list li:nth-child(3)::before {
  content: "3";
}
#vision .vision-list li:nth-child(4)::before {
  content: "4";
}
#vision .vision-heading {
  font-size: 28px;
  font-weight: bold;
  color: #e84709;
}
@media screen and (max-width: 767px) {
  #vision .vision-heading {
    font-size: 17px;
    line-height: 1.4705;
  }
}
#vision .vision-lead {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4285;
  margin-top: 10px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #vision .vision-lead {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 3px;
  }
}
#vision .vision-lead span {
  display: inline-block;
  padding: 0 6px;
  background-color: #004097;
}
@media screen and (max-width: 767px) {
  #vision .vision-lead span {
    padding: 0 8px;
  }
}
#vision .vision-lead span + span {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #vision .vision-lead span + span {
    margin-top: 3px;
  }
}
#vision .vision-description {
  font-size: 21px;
  line-height: 1.7619;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  #vision .vision-description {
    font-size: 14px;
    line-height: 1.7619;
    margin-top: 7px;
  }
}
#vision .vision-description span {
  font-weight: bold;
}

#claim {
  padding: 69px 0 172px;
}
@media screen and (max-width: 767px) {
  #claim {
    padding: 40px 0 67px;
  }
}
#claim::after {
  border-top: 2px solid #004097;
  background: #ffffff;
}
#claim .claim-lead {
  font-weight: bold;
  margin-top: 47px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #claim .claim-lead {
    margin-top: 19px;
  }
}
#claim .claim-lead small, #claim .claim-lead span {
  display: block;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
}
#claim .claim-lead small {
  font-size: 28px;
  color: #004097;
}
@media screen and (max-width: 767px) {
  #claim .claim-lead small {
    font-size: 21px;
    line-height: 1.5;
  }
}
#claim .claim-lead span {
  font-size: 36px;
  margin-top: 12px;
  color: #e84709;
}
@media screen and (max-width: 767px) {
  #claim .claim-lead span {
    font-size: 27px;
    line-height: 1.4;
    margin-top: 0;
  }
}
#claim .claim-content {
  font-size: 21px;
  line-height: 1.7619;
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  #claim .claim-content {
    font-size: 14px;
    line-height: 1.7857;
    margin-top: 15px;
  }
}
#claim .claim-content p {
  text-indent: 1em;
}

#company {
  padding: 226px 0 0;
}
@media screen and (max-width: 767px) {
  #company {
    padding: 93px 0 0;
  }
}
#company::after {
  border-top: 2px solid #004097;
  background-color: #eef7fd;
}
#company .contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  width: 680px;
  height: 90px;
  margin: 0 auto;
  padding-bottom: 2px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 45px;
  border: 2px solid #e84709;
  background: #e84709 url(../images/top/contact_arrow.svg) right 36px center/30px no-repeat;
}
@media all and (min-width: 768px) {
  #company .contact a {
    transition: all 0.2s ease;
  }
  #company .contact a:hover {
    background: #ffffff url(../images/top/contact_arrow_orange.svg) right 36px center/30px no-repeat;
    color: #e84709;
  }
}
@media screen and (max-width: 767px) {
  #company .contact a {
    font-size: 21px;
    width: 100%;
    max-width: 325px;
    height: 67.5px;
    background: #e84709 url(../images/top/contact_arrow.svg) right 27px center/23px no-repeat;
  }
}
#company .info {
  margin-top: 141px;
}
@media screen and (max-width: 767px) {
  #company .info {
    margin-top: 68px;
  }
}
#company .info-list {
  font-size: 21px;
  line-height: 1.7825;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company .info-list {
    font-size: 14px;
    margin-top: 18px;
  }
}
#company .info-list li:first-child {
  font-weight: bold;
}
#company .map {
  margin-top: 20px;
}
#company .map iframe {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #company .map iframe {
    height: 250px;
  }
}