@charset "UTF-8";
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
  font-family: "Noto Sans JP", sans-serif;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
  color: #2C2C2C;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  transition: 0.3s;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
  opacity: 0.6;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*-- variable --*/
/*-- variable --*/
/*-- component --*/
.c-btn a {
  background: #2944D8;
  display: flex;
  justify-content: space-between;
  padding: 19px 34px;
  width: 274px;
  box-sizing: border-box;
  border-radius: 29px;
  color: #fff;
  font-weight: bold;
}

.c-btn--outline {
  margin-left: 0;
}
.c-btn--outline a {
  border: 2px solid #2944D8;
  background: #fff;
}

/* モーダル */
body.is-modal {
  overflow: hidden;
}

.c-modal {
  position: absolute;
}
.c-modal::backdrop {
  position: fixed;
  z-index: 130;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.c-modal-contents {
  position: fixed;
  z-index: 130;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  max-width: 837px;
  min-width: 300px;
  background-color: #F0F1F4;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.44);
  border-radius: 10px;
}
@media screen and (max-width: 920px) {
  .c-modal-contents {
    width: 80%;
  }
}
.c-modal-contents-closebutton {
  position: absolute;
  z-index: 131;
  top: -25px;
  right: -25px;
  width: 58px;
  height: 58px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  font-size: 0.75rem;
  background: #fff;
}
@media screen and (max-width: 920px) {
  .c-modal-contents-closebutton {
    width: 30px;
    height: 30px;
    top: -10px;
    right: -5px;
  }
}
.c-modal-contents-closebutton div {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../../img/contact/close.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.c-modal-contents-closebutton div::before {
  transform: rotate(45deg);
}
.c-modal-contents-closebutton div::after {
  transform: rotate(-45deg);
}
.c-modal-contents-body {
  padding: 40px 50px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 80vh;
}
@media screen and (max-width: 920px) {
  .c-modal-contents-body {
    padding: 25px 20px;
  }
}
.c-modal-contents-body-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 920px) {
  .c-modal-contents-body-title {
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 13px;
  }
  .c-modal-contents-body-title .ib {
    display: inline-block;
  }
}
.c-modal-contents-body-text {
  padding: 32px 34px;
  border: 1px solid #707070;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #606060;
}
.c-modal-contents-body-text a {
  font-size: 14px !important;
  font-weight: 700;
  color: #606060;
  text-decoration: underline;
}
@media screen and (max-width: 920px) {
  .c-modal-contents-body-text {
    max-height: 200px;
    padding: 16px;
    font-size: 12px;
  }
}
.c-modal-contents-body-text-head {
  color: #606060;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .c-modal-contents-body-text-head {
    font-size: 13px;
  }
}
.c-modal-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}
@media screen and (max-width: 920px) {
  .c-modal-buttons {
    margin-top: 38px;
  }
}
.c-modal-buttons .mail_btn {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.c-modal-buttons .mail_btn a {
  position: relative;
  background: #2944D8;
  height: 100px;
  border-radius: 20px;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.6s;
  gap: 0 20px;
}
@media screen and (max-width: 920px) {
  .c-modal-buttons .mail_btn a {
    height: 50px;
    gap: 0 10px;
    border-radius: 10px;
    left: 10px;
    bottom: 10px;
  }
}
.c-modal-buttons .mail_btn a img {
  margin: 0 0 16px;
  width: 63px;
}
@media screen and (max-width: 920px) {
  .c-modal-buttons .mail_btn a img {
    width: 30px;
    margin-bottom: 6px;
  }
}
.c-modal-buttons .mail_btn a span {
  font-size: 24px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 920px) {
  .c-modal-buttons .mail_btn a span {
    font-size: 18px;
    line-height: 1;
  }
}
.c-modal-buttons .mail_btn a:hover, .c-modal-buttons .mail_btn a:active {
  left: 0;
  bottom: 0;
  opacity: 1;
}
.c-modal-buttons .mail_btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1D32A3;
  border-radius: 20px;
  z-index: 0;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 920px) {
  .c-modal-buttons .mail_btn:before {
    border-radius: 10px;
  }
}

@media screen and (max-width: 920px) {
  .c-btn {
    margin-bottom: 16px;
  }
  .c-btn a {
    margin: 0 auto;
    width: 80%;
    justify-content: center;
  }
  .c-btn a img {
    padding-left: 32px;
  }
}
@font-face {
  font-family: "din-condensed";
  src: url(../font/din-condensed.ttf);
}
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

a {
  text-decoration: none;
  transition: 0.6s;
  cursor: pointer;
  font-size: 14px;
}

p {
  font-size: 18px;
}

h2 {
  font-size: 61px;
  line-height: 1.2;
  font-family: din-condensed;
}
h2 span {
  font-size: 22px;
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.page h1 {
  font-size: 71px;
  font-family: din-condensed;
  line-height: 1.1;
  font-weight: 500;
}
.page h1 span {
  font-size: 18px;
  display: block;
  font-weight: 600;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

a:hover, a:active {
  opacity: 0.6;
}

img, picture {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrapper {
  position: relative;
  width: 100%;
}

/*-- header --*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
}
header .header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 3vw;
}
@media screen and (max-width: 1490px) {
  header .header-area {
    margin-left: 8px;
  }
}
header .header-area .logo a {
  width: 100%;
  display: inline-block;
}
header .header-area .logo img {
  width: 100%;
  max-width: 435px;
}
@media screen and (max-width: 1490px) {
  header .header-area .logo img {
    max-width: 285px;
    min-width: 250px;
    width: 25vw;
  }
}
header .header-area nav.pc {
  width: 80%;
}
header .header-area nav.pc ul {
  display: flex;
  list-style: none;
  justify-content: end;
}
header .header-area nav.pc ul li {
  text-align: center;
  margin: 0 1.5%;
}
@media screen and (max-width: 1490px) {
  header .header-area nav.pc ul li {
    margin: 0 1%;
  }
}
header .header-area nav.pc ul li a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #2643B5;
  padding: 30px 8px;
  font-family: din-condensed, sans-serif;
}
header .header-area nav.pc ul li a span {
  display: block;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: 3px;
}
header .header-area nav.pc ul li.active {
  background-color: #2643B5;
}
header .header-area nav.pc ul li.active a {
  color: #fff;
}
header .header-area nav.pc ul li.active a span {
  color: #fff;
}
header .header-area nav.pc ul li:last-child {
  background: #F4F4F4;
  display: flex;
  align-items: center;
  padding: 0px 2.4vw;
  margin: 0;
}
header .header-area nav.pc ul li:last-child img {
  width: 185px;
}

.sub-panel {
  display: none;
  position: absolute;
  top: 106px;
  left: 0;
  background: #2944D8;
  width: 100%;
  z-index: 10;
  opacity: 0.85;
}
@media screen and (max-width: 1260px) {
  .sub-panel {
    top: 99px;
  }
}
.sub-panel.show {
  display: block;
}
.sub-panel.sub-panel-profile .kv-nav-area.pc ul li {
  width: 16%;
}
.sub-panel.sub-panel-about .kv-nav-area.pc ul li {
  width: 40%;
}
.sub-panel .kv-nav-area.pc ul {
  display: flex !important;
  justify-content: center;
  list-style: none;
  height: 103px;
  align-items: center;
}
.sub-panel .kv-nav-area.pc ul li {
  text-align: center;
  width: 25%;
}
.sub-panel .kv-nav-area.pc ul li a {
  font-family: din-condensed;
  font-size: 26px;
  color: #fff;
  position: relative;
  font-weight: 300;
  display: inline-block;
}
.sub-panel .kv-nav-area.pc ul li a span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.sub-panel .kv-nav-area.pc ul li a i {
  position: absolute;
  width: 16px;
  top: 50%;
  right: -30px;
  margin: auto;
  translate: 0 -50%;
}

main.page {
  margin-top: 106px;
}

/*-- footer --*/
footer {
  position: relative;
  z-index: 9;
  background: #fff;
}
footer .foot-nav {
  background: #2C2C2C;
}
footer .foot-nav ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 980px;
  padding: 32px 0;
}
footer .foot-nav ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 500;
}
footer .foot-nav ul li a i {
  display: inherit;
  padding-right: 10px;
}
footer .foot-nav ul li a i img {
  width: 10px;
}
footer .foot-nav ul li a span {
  display: inherit;
  padding-left: 18px;
}
footer .foot-nav ul li a span img {
  width: 10px;
}
footer .foot-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1624px;
  padding: 24px 12px;
  margin: 0 auto;
}
footer .foot-area img {
  width: 247px;
}
@media screen and (max-width: 920px) {
  footer .foot-area img {
    max-width: 250px;
  }
}

@media screen and (max-width: 1490px) {
  header .header-area {
    margin-left: 8px;
  }
  header .header-area .logo img {
    width: 100%;
  }
  header .header-area nav.pc {
    width: 84%;
  }
  header .header-area nav.pc ul li {
    margin: 0 1.2%;
  }
}
@media screen and (max-width: 1260px) {
  header .header-area nav.pc ul li {
    margin: 0;
  }
  header .header-area nav.pc ul li a {
    font-size: 18px;
  }
  header .header-area nav.pc ul li:last-child {
    padding: 0 4px;
  }
  header .header-area nav.pc ul li:last-child img {
    width: 120px;
  }
  main.page {
    margin-top: 99px;
  }
}
@media screen and (max-width: 920px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  main.page {
    margin-top: 60px;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
  }
  header .header-area {
    padding: 10px 12px;
  }
  header .sp #menuBtn {
    display: block;
    width: 30px;
    height: 40px;
    margin-left: 0;
    position: relative;
    z-index: 2;
  }
  header .sp #menuBtn span {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  header .sp #menuBtn .bar {
    background: #2C2C2C;
    transition: 0.5s;
    width: 30px;
    height: 3px;
    border-radius: 2px;
    bottom: auto;
  }
  header .sp #menuBtn .bar.top {
    top: 12px;
  }
  header .sp #menuBtn .bar.middle {
    top: 22px;
  }
  header .sp #menuBtn .bar.bottom {
    top: 32px;
  }
  header .sp #menuBtn.open .bar.top {
    top: 20px;
    transform: rotate(45deg);
    background: #fff;
  }
  header .sp #menuBtn.open .bar.middle {
    opacity: 0;
    visibility: hidden;
  }
  header .sp #menuBtn.open .bar.bottom {
    top: 20px;
    transform: rotate(-45deg);
    background: #fff;
  }
  header .sp #gNav {
    width: 100%;
    height: 100vh;
    padding: 10.8333333vw 0 10vw;
    background: #2643B5;
    overflow: scroll;
    border-top: solid 1px #2643B5;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translate(0, -100%);
    transition: 0.5s;
  }
  header .sp #gNav ul {
    flex-direction: column;
    text-align: center;
  }
  header .sp #gNav ul li {
    width: 80%;
    margin: 0 10% 24px;
    list-style: none;
  }
  header .sp #gNav ul li a {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
  }
  header .sp #gNav ul li a span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
  }
  header .sp #gNav ul li a img {
    width: 220px;
  }
  header .sp #gNav .c-btn a {
    border: 1px solid #fff;
    margin: 0 auto 32px;
  }
  header .sp #gNav.open {
    transform: translate(0, 0);
  }
  main {
    margin-top: 60px;
  }
  /*-- footer --*/
  footer .foot-nav ul {
    display: block;
    padding: 4px 0;
  }
  footer .foot-nav ul li {
    margin: 0 12px;
    border-bottom: 1px solid #707070;
    padding: 16px 0;
  }
  footer .foot-nav ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .foot-nav ul li a i {
    display: none;
  }
  footer .foot-nav ul li:last-child {
    border: unset;
  }
  footer .foot-area {
    display: block;
    text-align: center;
  }
  footer .foot-area img {
    width: 250px;
    margin: 0 auto;
  }
  footer .foot-area small {
    display: block;
    margin-top: 24px;
    font-size: 12px;
  }
}/*# sourceMappingURL=main.css.map */