@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*clear fix*/
.l-main:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
html,
body {
  position: relative;
  background: #fff;
  color: #061939;
  font-family: "Poppins", -apple-system, blinkMacSystemFont, "Roboto",
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.15rem;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

main {
  position: relative;
}

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

a {
  text-decoration: none;
  color: #061939;
  transition: all 0.3s ease;
}

a:hover {
  color: #0076ff;
}

a img {
  transition: all 0.3s ease;
  vertical-align: top;
}

a img:hover {
  opacity: 0.9;
}

a:focus {
  outline: none;
}

a[href*="tel"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href*="tel"] {
    pointer-events: auto;
  }
}

img {
  max-width: 100%;
  margin: auto;
}

h* {
  color: #151515;
}

p {
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

dt,
dd {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span {
  word-break: break-word;
}

th,
td {
  word-break: break-all;
}

input,
textarea {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
}

input:placeholder-shown,
textarea:placeholder-shown {
  color: #c7ced6 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c7ced6 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c7ced6 !important;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c7ced6 !important;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c7ced6 !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c7ced6 !important;
}

.l-header {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 0 5rem 0 3rem;
  background-size: 60px;
  transition: 0.05s all ease-in;
}

@media screen and (max-width: 960px) {
  .l-header {
    padding: 0 1.8rem;
    position: absolute;
    top: 20px;
    left: 0;
  }
}

.l-header.is-fixed,
.l-header.header-type-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 4rem 1rem 2rem;
  transition: 0.05s all ease-in;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 960px) {
  .l-header.is-fixed,
  .l-header.header-type-1 {
    padding: 1rem 4rem 1rem 1.5rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  }
}

.l-header.is-fixed .l-header__nav ul > li a,
.l-header.header-type-1 .l-header__nav ul > li a {
  color: #061939;
}

.l-header.is-fixed .l-header__nav ul > li a.is-current,
.l-header.header-type-1 .l-header__nav ul > li a.is-current {
  color: #1298f7;
  pointer-events: none;
}

.l-header.is-fixed .l-header__nav ul > li a.is-current:after,
.l-header.header-type-1 .l-header__nav ul > li a.is-current:after {
  content: none;
}

.l-header.is-fixed .c-languageMenu a.active,
.l-header.header-type-1 .c-languageMenu a.active {
  color: #1298f7;
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .l-header.is-fixed .drawer-trigger,
  .l-header.header-type-1 .drawer-trigger {
    top: 15px;
  }
}

.l-header.is-fixed .drawer-trigger span,
.l-header.header-type-1 .drawer-trigger span {
  background: #1298f7;
}

.l-header.is-fixed .drawer-trigger.active span,
.l-header.header-type-1 .drawer-trigger.active span {
  right: 15px;
  animation: none;
}

@media screen and (max-width: 600px) {
  .l-header.is-fixed .drawer-trigger.active span,
  .l-header.header-type-1 .drawer-trigger.active span {
    right: 13px;
  }
}

.l-header.is-fixed .drawer-trigger.active span:nth-of-type(1),
.l-header.header-type-1 .drawer-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.l-header.is-fixed .drawer-trigger.active span:nth-of-type(2),
.l-header.header-type-1 .drawer-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.l-header.header-type-1 {
  position: fixed;
  top: 30px;
  left: 0;
  padding: 0 5rem 0 3rem;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .l-header.header-type-1 {
    padding: 0 1.8rem;
    position: absolute;
    top: 20px;
    left: 0;
  }
}

@media screen and (max-width: 960px) {
  .l-header.header-type-1 .drawer-trigger {
    top: 0;
  }
}

.l-header.header-type-1 .something,
.l-header.header-type-1 .jp,
.l-header.header-type-1 .en {
  color: #091e42;
}

.l-header.header-type-1 .l-header__logo .st0 {
  fill: #1298f7;
}

.l-header.header-type-1 .l-header__nav ul > li a:hover {
  cursor: pointer;
  color: #1298f7;
}

.l-header.header-type-1.is-fixed {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.13);
  position: fixed;
  top: 0;
  left: 0;
  padding: 1rem 4rem 1rem 2rem;
}

@media screen and (max-width: 768px) {
  .l-header.header-type-1.is-fixed {
    padding: 1rem 4rem 1rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .l-header.header-type-1.is-fixed .drawer-trigger {
    top: 15px;
  }
}

.l-header.header-type-1.is-fixed a:hover {
  cursor: pointer;
  color: #1298f7;
}

.l-header__inner {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.l-header__title {
  display: none;
}

.l-header__logo {
  width: 155px;
  height: 31px;
}

@media screen and (max-width: 960px) {
  .l-header__logo {
    transition: 0.3s all ease-in;
  }
}

@media screen and (max-width: 600px) {
  .l-header__logo {
    display: block;
    width: 130px;
    height: 27px;
  }
}

.l-header__logo .st0 {
  fill: #fff;
}

.l-header__logo.active .st0 {
  fill: #1298f7;
}

.l-header__nav {
  margin-left: auto;
}

@media screen and (max-width: 960px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav.active ul li a:hover {
  cursor: pointer;
  color: #1298f7;
}

.l-header__nav ul {
  display: flex;
  height: 100%;
}

.l-header__nav ul > li {
  position: relative;
  transition: 0.3s all ease-in;
}

.l-header__nav ul > li a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 1.5rem;
  font-size: 1.6rem;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  color: #fff;
}

.l-header__nav ul > li a:hover {
  opacity: 0.7;
}

.l-header__nav ul > li a span {
  line-height: 1;
  vertical-align: top;
}

.l-header__nav ul > li a.is-current {
  pointer-events: none;
}

.l-header__nav ul > li a.is-current span {
  color: #1298f7;
}

.l-header__nav ul > li a.is-current:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1298f7;
}

/* drawer
-------------------------*/
@media screen and (max-width: 960px) {
  .drawer-trigger {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 4px;
    z-index: 999;
    width: 45px;
    height: 45px;
    padding: 10px;
    transition: all 0.4s;
    margin: 0;
  }
}

@media screen and (max-width: 960px) {
  .drawer-trigger span {
    display: inline-block;
    position: absolute;
    right: 14px;
    width: 50%;
    height: 3px;
    margin: auto;
    border-radius: 10px;
    background: #fff;
    transition: all 0.4s;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 600px) {
  .drawer-trigger span {
    right: 12px;
  }
}

@media screen and (max-width: 960px) {
  .drawer-trigger span:nth-of-type(1) {
    top: 0;
    width: 23px;
  }
}

@media screen and (max-width: 960px) {
  .drawer-trigger span:nth-of-type(2) {
    top: 12px;
    width: 23px;
  }
}

.drawer-trigger.active span {
  right: 15px;
  animation: none;
}

@media screen and (max-width: 600px) {
  .drawer-trigger.active span {
    right: 13px;
  }
}

.drawer-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

.drawer-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

.drawer-trigger:hover span {
  width: 23px;
}

.spnav__list {
  display: table;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.spnav__list > li {
  float: none;
  width: auto;
  transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
  transform: scale(0.8, 0.8);
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.spnav__list > li:last-child {
  border-bottom: 0;
}

.spnav__list > li > a {
  display: block;
  padding: 2.4rem 1.4rem 2.4rem 2.4rem;
  font-weight: 700;
  text-decoration: none;
  color: #091e42;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 600px) {
  .spnav__list > li > a {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 375px) {
  .spnav__list > li > a {
    padding: 2rem 1.4rem 2rem 2.4rem;
  }
}

@media screen and (max-width: 320px) {
  .spnav__list > li > a {
    padding: 1.5rem 1.4rem 1.5rem 2.4rem;
  }
}

.spnav {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.7, 0.165, 0.035, 1);
}

.spnav-show .drawer-trigger.is-colorChange button span {
  background: #1298f7;
}

.spnav-show .drawer-trigger span {
  background: #1298f7;
}

.spnav-show .l-header__logo .st0 {
  fill: #1298f7;
}

.spnav-show .spnav {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 960px) {
  .spnav-show .spnav {
    padding: 10rem 0 0;
  }
}

@media screen and (max-width: 320px) {
  .spnav-show .spnav {
    padding: 10.9rem 0 2rem;
  }
}

.spnav-show .spnav__list li {
  transform: scale(1, 1);
  opacity: 1;
}

.spnav-show .spnav__list li a {
  font-size: 2rem;
}

.spnav-show .spnav__list li a div {
  font-weight: 600;
}

.spnav-show .spnav__list li .second {
  display: flex;
  flex-direction: column;
  margin-top: -1rem;
  margin-bottom: 2rem;
  margin-left: 1.4rem;
}

.spnav-show .spnav__list li .second li {
  display: flex;
  justify-content: flex-start;
}

.spnav-show .spnav__list li .second li a {
  padding: 1rem 1.4rem 1rem 2.4rem;
  font-size: 1.2rem;
}

.spnav-show .spnav__list li .second li a:before {
  content: " - ";
  display: inline-block;
  padding-right: 0.7rem;
}

.spnav-show .spnav__list li:nth-last-child(2) {
  border-bottom: 0;
}

.spnav-show .spnav__list li a {
  position: relative;
  line-height: 1;
}

.spnav-show .spnav__list li:nth-child(1) {
  transition-delay: 0.05s;
}

.spnav-show .spnav__list li:nth-child(2) {
  transition-delay: 0.1s;
}

.spnav-show .spnav__list li:nth-child(3) {
  transition-delay: 0.15s;
}

.spnav-show .spnav__list li:nth-child(4) {
  transition-delay: 0.2s;
}

.spnav-show .spnav__list li:nth-child(5) {
  transition-delay: 0.25s;
}

.spnav-show .spnav__list li:nth-child(6) {
  transition-delay: 0.3s;
}

.spnav-show .spnav__list li:nth-child(7) {
  transition-delay: 0.35s;
}

.spnav-show .spnav__list li:nth-child(8) {
  transition-delay: 0.4s;
}

.spnav-show .spnav__list li.border {
  position: relative;
  margin-top: 15px;
}

.spnav-show .overlay {
  opacity: 1;
  visibility: visible;
}

.spnav-show .c-languageMenu {
  opacity: 1;
  position: absolute;
  top: 5rem;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition-delay: 0.05s;
}

.spnav-show .c-languageMenu .active {
  opacity: 1;
  pointer-events: none;
  color: #1298f7;
}

.spnav-show .c-languageMenu .something {
  padding: 0 3rem;
  color: #091e42;
}

.spnav-show .c-languageMenu a {
  font-weight: 700;
  font-size: 1.2rem;
  color: #091e42;
}

.spnav-show .c-languageMenu a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .spnav-show .l-header.is-fixed .c-languageMenu {
    top: 7.5rem;
  }
}

.landscape .spnav-show .spnav .spnav__list li a {
  padding: 1% 0;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  opacity: 0;
  transition: all 1s cubic-bezier(0.7, 0.165, 0.035, 1);
  visibility: hidden;
}

.l-main {
  position: relative;
  margin: auto;
  padding: 8rem 0;
  background: #fff;
}

.l-main.index {
  padding: 0 0 8rem;
}

@media screen and (max-width: 768px) {
  .l-main.index {
    padding: 0;
  }
}

@media screen and (max-width: 1180px) {
  .l-main {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-main {
    padding: 4rem 0;
  }
}

.l-main.top {
  padding: 2rem 0 8rem;
}

@media screen and (max-width: 768px) {
  .l-main.top {
    padding: 8rem 0 0;
  }
}

.l-main.contact-main {
  padding: 0;
}

.l-content {
  margin: auto;
}

@media screen and (min-width: 1180px) {
  .l-content {
    width: 1080px;
    margin: auto;
  }
}

@media screen and (max-width: 1180px) {
  .l-content {
    width: 100%;
    padding: 0 3vw;
  }
}

@media screen and (max-width: 960px) {
  .l-content {
    padding: 0 5vw;
  }
}

.l-content--sm {
  margin: auto;
}

@media screen and (min-width: 1180px) {
  .l-content--sm {
    width: 765px;
    margin: auto;
  }
}

@media screen and (max-width: 1180px) {
  .l-content--sm {
    width: 100%;
    padding: 0 3vw;
  }
}

@media screen and (max-width: 960px) {
  .l-content--sm {
    padding: 0 5vw;
  }
}

/* ============
* .l-aside
============== */
.l-aside {
  overflow: hidden;
  position: relative;
  z-index: 6;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .l-aside {
    overflow: hidden;
  }
}

.l-aside .l-aside__content {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  margin: auto;
}

@media screen and (max-width: 1180px) {
  .l-aside .l-aside__content {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .l-aside .l-aside__content {
    flex-direction: column;
    width: auto;
  }
}

.l-aside .asideContact,
.l-aside .asideRecruit {
  width: calc((100% / 2));
}

@media screen and (max-width: 960px) {
  .l-aside .asideContact,
  .l-aside .asideRecruit {
    width: 100%;
  }
}

.l-aside .asideContact p,
.l-aside .asideRecruit p {
  margin-bottom: 3rem;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (min-width: 1440px) {
  .l-aside .asideContact p,
  .l-aside .asideRecruit p {
    width: 490px;
  }
}

.l-aside .asideContact a.c-btn,
.l-aside .asideRecruit a.c-btn {
  position: relative;
  top: 0;
  display: table;
  width: 200px;
  padding: 1.1rem 0.3rem 0.9rem;
  background: #fff;
  color: #1298f7;
  font-weight: 500;
  font-size: 1.6rem;
  border-radius: 3px;
  transition: 0.18s ease-in all;
}

.l-aside .asideContact a.c-btn:hover,
.l-aside .asideRecruit a.c-btn:hover {
  position: relative;
  top: -4px;
  box-shadow: 0 13px 15px rgba(18, 152, 247, 0.3);
}

.l-aside .asideContact {
  max-height: 623px;
  position: relative;
  z-index: 2;
  padding: 11rem 8rem 21rem 6em;
  background: url("../img/aside_contact_bg.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1180px) {
  .l-aside .asideContact {
    padding: 6rem 8rem 21rem 6em;
  }
}

@media screen and (max-width: 960px) {
  .l-aside .asideContact {
    padding: 14rem 25% 21rem;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 768px) {
  .l-aside .asideContact {
    max-height: 623px;
    padding: 12.5rem 4rem 9.5rem 3rem;
    background: url("../img/aside_contact_bg.svg") no-repeat center left -80px;
    background-size: 120%;
  }
}

@media screen and (max-width: 320px) {
  .l-aside .asideContact {
    background-size: 130%;
  }
}

@media screen and (max-width: 375px) {
  .l-aside .asideContact {
    padding: 8.5rem 4rem 6.5rem 3rem;
  }
}

.l-aside .asideContact .asideContact__title {
  font-size: 4.4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-aside .asideContact .asideContact__title {
    font-size: 3.2rem;
  }
}

.l-aside .asideRecruit {
  position: relative;
  left: -7rem;
  z-index: 1;
  margin-top: 18rem;
  padding: 11rem 8rem 22rem 6em;
  background: url("../img/aside_recruit_bg.svg") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1180px) {
  .l-aside .asideRecruit {
    padding: 6rem 8rem 22rem 6em;
  }
}

@media screen and (max-width: 960px) {
  .l-aside .asideRecruit {
    padding: 14rem 25% 21rem;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 960px) {
  .l-aside .asideRecruit {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .l-aside .asideRecruit {
    left: 0;
    margin-top: -5rem;
    padding: 9rem 1rem 12rem 3rem;
    background: url("../img/aside_recruit_bg.svg") no-repeat center;
    background-size: 129%;
  }
}

@media screen and (max-width: 375px) {
  .l-aside .asideRecruit {
    padding: 7rem 1rem 9rem 3rem;
  }
}

.l-aside .asideRecruit .asideRecruit__title {
  font-size: 4.4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-aside .asideRecruit .asideRecruit__title {
    font-size: 3.2rem;
  }
}

/* ============
* .l-footer
============== */
.l-footer {
  position: relative;
  z-index: 6;
  margin-top: 3rem;
  padding: 10rem 0 2rem;
  background: #1298f7;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 4rem;
    padding: 8rem 0 3rem;
  }
}

.l-footer a {
  color: #fff;
}

.l-footer a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .l-footer .l-footer__content {
    width: 100%;
  }
}

.l-footer-logo {
  display: block;
  width: 90px;
  height: 19px;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  .l-footer-logo {
    position: relative;
    left: -5px;
    width: 102px;
    height: 22px;
    margin: 0 auto 3rem;
  }
}

.l-footer-logo svg {
  fill: #fff;
  vertical-align: top;
}

.l-footer-nav {
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .l-footer-nav {
    padding: 6rem 0 4rem 2rem;
  }
}

.l-footer-nav .first {
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .l-footer-nav .first {
    flex-direction: column;
    width: 100%;
  }
}

.l-footer-nav .first li {
  display: flex;
  flex: 0 1 calc((100% / 4) - 140px);
}

.l-footer-nav .first li.sublist {
  display: flex;
  flex-direction: column;
}

.l-footer-nav .first li > a {
  display: block;
  padding: 0.6rem;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .l-footer-nav .first li > a {
    padding: 1rem 0;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 320px) {
  .l-footer-nav .first li > a {
    font-size: 1.4rem;
  }
}

.l-footer-nav .first li > a:hover {
  opacity: 0.7;
}

.l-footer-nav .first li > a:hover:after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .l-footer-nav .second {
    margin-bottom: 1.5rem;
  }
}

.l-footer-nav .second li a {
  opacity: 0.8;
  font-weight: 300;
  font-size: 1rem;
}

.l-footer-nav .second li a:before {
  display: inline-block;
  content: "-";
  padding: 0 0.3rem;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .l-footer-nav .second li a:before {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  .l-footer-nav .second li a:before {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .l-footer-info {
    margin: 0 auto 3rem;
  }
}

.l-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .l-footer-bottom {
    justify-content: space-between;
  }
}

.l-footer-bottom .l-footer-sub__link {
  font-size: 1rem;
  margin-right: 4rem;
}

.l-footer-bottom .l-footer-copy__txt {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .l-footer-bottom .l-footer-copy__txt {
    text-align: center;
    font-size: 1.1rem;
  }
}

a[class*="btn"].c-btn,
input.c-btn,
button.c-btn {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  color: white;
}

a[class*="btn"].c-btn:hover,
input.c-btn:hover,
button.c-btn:hover {
  text-decoration: none;
}

a[class*="btn"]:hover,
a[class*="btn"]:focus,
input:hover,
input:focus,
button:hover,
button:focus {
  text-decoration: none;
  color: #fff;
}

a[class*="btn"]:hover:hover,
a[class*="btn"]:hover:focus,
a[class*="btn"]:focus:hover,
a[class*="btn"]:focus:focus,
input:hover:hover,
input:hover:focus,
input:focus:hover,
input:focus:focus,
button:hover:hover,
button:hover:focus,
button:focus:hover,
button:focus:focus {
  text-decoration: none;
}

a[class*="btn"].c-cv-btn,
input.c-cv-btn,
button.c-cv-btn {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  height: 50px;
  background: #1257f7;
  border-radius: 3px;
  line-height: 2.5;
  transition: 0.18s ease-in all;
}

a[class*="btn"].c-cv-btn .sm,
input.c-cv-btn .sm,
button.c-cv-btn .sm {
  padding-right: 0.5rem;
  font-size: 1.5rem;
  font-weight: 200;
  letter-spacing: 0;
}

a[class*="btn"].c-cv-btn .text,
input.c-cv-btn .text,
button.c-cv-btn .text {
  font-size: 2rem;
  font-weight: 500;
}

a[class*="btn"].c-cv-btn .text span,
input.c-cv-btn .text span,
button.c-cv-btn .text span {
  font-weight: 200;
}

a[class*="btn"].c-cv-btn:hover,
input.c-cv-btn:hover,
button.c-cv-btn:hover {
  position: relative;
  top: -4px;
  box-shadow: 0 13px 11px rgba(18, 152, 247, 0.2);
}

/* ==============
// animation
================= */
@keyframes wave {
  0% {
    position: relative;
    transition: 0.3s all ease-in;
    margin-left: 0;
  }
  100% {
    margin-left: -2400px;
  }
}

@keyframes swell {
  0%,
  100% {
    transform: translate3d(70px, -55px);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes swell2 {
  0%,
  100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes bg-color {
  0% {
    background: white;
  }
  70% {
    background: white;
  }
  80% {
    background: rgba(255, 255, 255, 0.8);
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}

@keyframes bg-color-overlay {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  70% {
    background: rgba(0, 0, 0, 0);
  }
  80% {
    background: rgba(0, 0, 0, 0.08);
  }
  100% {
    background: rgba(0, 0, 0, 0.2);
  }
}

@keyframes txt-color {
  0% {
    color: black;
  }
  70% {
    color: black;
  }
  80% {
    color: #333333;
  }
  100% {
    color: white;
  }
}

@keyframes logo-filter {
  0% {
    filter: brightness(0);
  }
  70% {
    filter: brightness(0);
  }
  80% {
    filter: brightness(200);
  }
  100% {
    filter: brightness(1000);
  }
}

/* クリックできる要素 */
.ripple {
  /* エフェクトに直接関係はない */
  text-align: center;
  cursor: pointer;
  /* 必須 */
  overflow: hidden;
  position: relative;
}

/* エフェクト要素 */
.ripple__effect {
  /* 値の変更はエフェクト形体・サイズ・スピードに影響する */
  width: 150px;
  height: 150px;
  /* 必須 */
  position: absolute;
  border-radius: 100%;
  pointer-events: none;
  transform: scale(0);
  opacity: 0;
}

/* エフェクト要素の色を指定 */
.ripple__effect.is-blue {
  background: #1298f7;
}

.ripple__effect.is-black {
  background: #999;
}

/* classが付与されたらアニメーションを実行 */
.ripple__effect.is-show {
  animation: ripple 0.75s ease-out;
}

/* アニメーションの定義 */
@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes fuwafuwa {
  0% {
    border-radius: 47% 53% 50% 55% / 57% 49% 55% 50%;
  }
  100% {
    border-radius: 55% 50%;
  }
}

@keyframes morph {
  0% {
    border-radius: 49% 55% 60% 49% / 55% 44% 66% 49%;
  }
  100% {
    border-radius: 49% 60%;
  }
}

@keyframes morph2 {
  0% {
    border-radius: 47% 53% 40% 58% / 60% 45% 55% 41%;
  }
  100% {
    border-radius: 40% 60%;
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes hoverLine {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.is-animationBg {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background: rgba(18, 152, 247, 0.93);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.isAnimate {
  position: relative;
}

.isAnimate .is-animationBg {
  z-index: -1;
  -webkit-animation: is-animation-over 0.8s cubic-bezier(1, 0, 0, 1);
  animation: is-animation-over 0.8s cubic-bezier(1, 0, 0, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.isAnimate.voice__data {
  color: #fff !important;
}

.is-show-fade {
  opacity: 0;
  transition: 0.8s all ease-in;
}

.is-show-fade.isAnimate-fade {
  opacity: 1;
}

main .c-fade.isAnimate span {
  -webkit-transform: perspective(100px) rotateY(0);
  -ms-transform: perspective(100px) rotateY(0);
  transform: perspective(100px) rotateY(0);
  opacity: 1;
}

main .c-fade.isAnimate span:nth-child(1) {
  -webkit-transition-delay: 0.04s !important;
  -o-transition-delay: 0.04s !important;
  transition-delay: 0.04s !important;
}

main .c-fade.isAnimate span:nth-child(2) {
  -webkit-transition-delay: 0.08s !important;
  -o-transition-delay: 0.08s !important;
  transition-delay: 0.08s !important;
}

main .c-fade.isAnimate span:nth-child(3) {
  -webkit-transition-delay: 0.12s !important;
  -o-transition-delay: 0.12s !important;
  transition-delay: 0.12s !important;
}

main .c-fade.isAnimate span:nth-child(4) {
  -webkit-transition-delay: 0.16s !important;
  -o-transition-delay: 0.16s !important;
  transition-delay: 0.16s !important;
}

main .c-fade.isAnimate span:nth-child(5) {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

main .c-fade.isAnimate span:nth-child(6) {
  -webkit-transition-delay: 0.24s !important;
  -o-transition-delay: 0.24s !important;
  transition-delay: 0.24s !important;
}

main .c-fade.isAnimate span:nth-child(7) {
  -webkit-transition-delay: 0.28s !important;
  -o-transition-delay: 0.28s !important;
  transition-delay: 0.28s !important;
}

main .c-fade.isAnimate span:nth-child(8) {
  -webkit-transition-delay: 0.32s !important;
  -o-transition-delay: 0.32s !important;
  transition-delay: 0.32s !important;
}

main .c-fade.isAnimate span:nth-child(9) {
  -webkit-transition-delay: 0.36s !important;
  -o-transition-delay: 0.36s !important;
  transition-delay: 0.36s !important;
}

main .c-fade.isAnimate span:nth-child(10) {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

main .c-fade.isAnimate span:nth-child(11) {
  -webkit-transition-delay: 0.44s !important;
  -o-transition-delay: 0.44s !important;
  transition-delay: 0.44s !important;
}

main .c-fade.isAnimate span:nth-child(12) {
  -webkit-transition-delay: 0.48s !important;
  -o-transition-delay: 0.48s !important;
  transition-delay: 0.48s !important;
}

main .c-fade.isAnimate span:nth-child(13) {
  -webkit-transition-delay: 0.52s !important;
  -o-transition-delay: 0.52s !important;
  transition-delay: 0.52s !important;
}

main .c-fade.isAnimate span:nth-child(14) {
  -webkit-transition-delay: 0.56s !important;
  -o-transition-delay: 0.56s !important;
  transition-delay: 0.56s !important;
}

main .c-fade.isAnimate span:nth-child(15) {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

main .c-fade.isAnimate span:nth-child(16) {
  -webkit-transition-delay: 0.64s !important;
  -o-transition-delay: 0.64s !important;
  transition-delay: 0.64s !important;
}

main .c-fade.isAnimate span:nth-child(17) {
  -webkit-transition-delay: 0.68s !important;
  -o-transition-delay: 0.68s !important;
  transition-delay: 0.68s !important;
}

main .c-fade.isAnimate span:nth-child(18) {
  -webkit-transition-delay: 0.72s !important;
  -o-transition-delay: 0.72s !important;
  transition-delay: 0.72s !important;
}

main .c-fade.isAnimate span:nth-child(19) {
  -webkit-transition-delay: 0.76s !important;
  -o-transition-delay: 0.76s !important;
  transition-delay: 0.76s !important;
}

main .c-fade.isAnimate span:nth-child(20) {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

main .c-fade.isAnimate span:nth-child(21) {
  -webkit-transition-delay: 0.84s !important;
  -o-transition-delay: 0.84s !important;
  transition-delay: 0.84s !important;
}

main .c-fade.isAnimate span:nth-child(22) {
  -webkit-transition-delay: 0.88s !important;
  -o-transition-delay: 0.88s !important;
  transition-delay: 0.88s !important;
}

main .c-fade.isAnimate span:nth-child(23) {
  -webkit-transition-delay: 0.92s !important;
  -o-transition-delay: 0.92s !important;
  transition-delay: 0.92s !important;
}

main .c-fade.isAnimate span:nth-child(24) {
  -webkit-transition-delay: 0.96s !important;
  -o-transition-delay: 0.96s !important;
  transition-delay: 0.96s !important;
}

main .c-fade.isAnimate span:nth-child(25) {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

main .c-fade.isAnimate span:nth-child(26) {
  -webkit-transition-delay: 1.04s !important;
  -o-transition-delay: 1.04s !important;
  transition-delay: 1.04s !important;
}

main .c-fade.isAnimate span:nth-child(27) {
  -webkit-transition-delay: 1.08s !important;
  -o-transition-delay: 1.08s !important;
  transition-delay: 1.08s !important;
}

main .c-fade.isAnimate span:nth-child(28) {
  -webkit-transition-delay: 1.12s !important;
  -o-transition-delay: 1.12s !important;
  transition-delay: 1.12s !important;
}

main .c-fade.isAnimate span:nth-child(29) {
  -webkit-transition-delay: 1.16s !important;
  -o-transition-delay: 1.16s !important;
  transition-delay: 1.16s !important;
}

main .c-fade.isAnimate span:nth-child(30) {
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

main .c-fade.isAnimate span:nth-child(31) {
  -webkit-transition-delay: 1.24s !important;
  -o-transition-delay: 1.24s !important;
  transition-delay: 1.24s !important;
}

main .c-fade.isAnimate span:nth-child(32) {
  -webkit-transition-delay: 1.28s !important;
  -o-transition-delay: 1.28s !important;
  transition-delay: 1.28s !important;
}

main .c-fade.isAnimate span:nth-child(33) {
  -webkit-transition-delay: 1.32s !important;
  -o-transition-delay: 1.32s !important;
  transition-delay: 1.32s !important;
}

main .c-fade.isAnimate span:nth-child(34) {
  -webkit-transition-delay: 1.36s !important;
  -o-transition-delay: 1.36s !important;
  transition-delay: 1.36s !important;
}

main .c-fade.isAnimate span:nth-child(35) {
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}

main .c-fade.isAnimate span:nth-child(36) {
  -webkit-transition-delay: 1.44s !important;
  -o-transition-delay: 1.44s !important;
  transition-delay: 1.44s !important;
}

main .c-fade.isAnimate span:nth-child(37) {
  -webkit-transition-delay: 1.48s !important;
  -o-transition-delay: 1.48s !important;
  transition-delay: 1.48s !important;
}

main .c-fade.isAnimate span:nth-child(38) {
  -webkit-transition-delay: 1.52s !important;
  -o-transition-delay: 1.52s !important;
  transition-delay: 1.52s !important;
}

main .c-fade.isAnimate span:nth-child(39) {
  -webkit-transition-delay: 1.56s !important;
  -o-transition-delay: 1.56s !important;
  transition-delay: 1.56s !important;
}

main .c-fade.isAnimate span:nth-child(40) {
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}

main .c-fade span {
  display: inline-block;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: perspective(100px) rotateY(-45deg);
  -ms-transform: perspective(100px) rotateY(-45deg);
  transform: perspective(100px) rotateY(-45deg);
  opacity: 0;
}

body .u-sm-visible {
  display: none;
}

@media screen and (max-width: 600px) {
  body .u-sm-visible {
    display: block;
  }
}

body .u-sm-hidden {
  display: block;
}

@media screen and (max-width: 600px) {
  body .u-sm-hidden {
    display: none;
  }
}

body .u-md-visible {
  display: none;
}

@media screen and (max-width: 768px) {
  body .u-md-visible {
    display: block;
  }
}

body .u-md-hidden {
  display: block;
}

@media screen and (max-width: 768px) {
  body .u-md-hidden {
    display: none;
  }
}

body .u-md-visible {
  display: none;
}

@media screen and (max-width: 768px) {
  body .u-md-visible {
    display: block;
  }
}

body .u-pc-hidden {
  display: block;
}

@media screen and (max-width: 960px) {
  body .u-pc-hidden {
    display: none;
  }
}

body .u-pc-visible {
  display: none;
}

@media screen and (max-width: 960px) {
  body .u-pc-visible {
    display: block;
  }
}

body .u-1024-hidden {
  display: block;
}

@media screen and (max-width: null) {
  body .u-1024-hidden {
    display: none;
  }
}

body .u-1024-visible {
  display: none;
}

@media screen and (max-width: null) {
  body .u-1024-visible {
    display: block;
  }
}

body .u-xs-visible {
  display: none;
}

@media screen and (max-width: 414px) {
  body .u-xs-visible {
    display: block;
  }
}

body .u-xs-hidden {
  display: block;
}

@media screen and (max-width: 414px) {
  body .u-xs-hidden {
    display: none;
  }
}

body .u-xs3-visible {
  display: none;
}

@media screen and (max-width: 320px) {
  body .u-xs3-visible {
    display: block;
  }
}

body .u-xs3-hidden {
  display: block;
}

@media screen and (max-width: 320px) {
  body .u-xs3-hidden {
    display: none;
  }
}

.u-xlg-visible {
  display: block;
}

@media screen and (max-width: 1280px) {
  .u-xlg-visible {
    display: none;
  }
}

.u-xlg-hidden {
  display: none;
}

@media screen and (max-width: 1280px) {
  .u-xlg-hidden {
    display: block;
  }
}

.c-wave-wrap-1 {
  position: relative;
  width: 100%;
  height: 101px;
  z-index: 10;
}

.c-wave-wrap-1 .wave1 {
  position: absolute;
  top: -100px;
  width: 100%;
  height: 101px;
  background: url("../img/hero_wave_bg.svg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-wave-wrap-1 .wave1 {
    top: -45px;
    background: url("../img/hero_wave_bg.svg") no-repeat;
    background-size: 100%;
  }
}

@media screen and (max-width: 600px) {
  .c-wave-wrap-1 .wave1 {
    top: -25px;
  }
}

@media screen and (max-width: 320px) {
  .c-wave-wrap-1 .wave1 {
    width: 102%;
  }
}

.c-wave-wrap-1 .no-wave {
  width: 100%;
  height: 101px;
  background: url("../img/hero_wave_bg.svg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-wave-wrap-1 .no-wave {
    height: 41px;
  }
}

.c-wave-wrap-1.re {
  height: 101px;
  transform: rotate(180deg);
  position: absolute;
  top: -2px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-wave-wrap-1.re {
    height: 41px;
  }
}

.c-nav-sns {
  display: table;
  width: 92px;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 768px) {
  .c-nav-sns {
    width: 122px;
    margin: auto;
  }
}

.c-nav-sns.sp-nav {
  width: 192px;
  margin: auto;
}

.c-nav-sns.sp-nav svg {
  width: 34px;
  height: 34px;
}

.c-nav-sns.sp-nav svg path {
  fill: #1298f7;
}

.c-nav-sns ul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin: auto;
}

.c-nav-sns ul li {
  display: block;
  width: calc((100% / 3) - 10px);
}

.c-nav-sns ul a {
  position: relative;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .c-nav-sns ul a {
    margin: 0;
  }
}

.c-nav-sns ul a svg {
  width: 24px;
  height: 24px;
}

.c-nav-sns ul a svg path {
  fill: #fff;
}

.c-languageMenu {
  display: flex;
  align-items: center;
  margin-left: 3rem;
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  .c-languageMenu {
    transition: all 0.4s cubic-bezier(0.7, 0.165, 0.035, 1);
    transform: scale(0.8, 0.8);
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-languageMenu {
    display: none;
  }
}

.c-languageMenu .active {
  opacity: 0.6;
  pointer-events: none;
}

.c-languageMenu .something {
  padding: 0 0.5rem;
}

.c-languageMenu a {
  color: #fff;
}

.c-languageMenu a:hover {
  opacity: 0.7;
}

.c-languageMenu.active {
  color: #061939;
}

.c-languageMenu.active a {
  color: #061939;
}

.c-languageMenu.active a:hover {
  cursor: pointer;
  color: #1298f7;
}

.c-breadcrumb {
  display: flex;
  justify-content: flex-start;
}

.c-breadcrumb li {
  display: flex;
  font-size: 1rem;
  font-weight: 300;
}

.c-breadcrumb li:last-child {
  line-height: 1.3;
}

.c-breadcrumb li a {
  display: flex;
}

.c-breadcrumb li a:after {
  display: flex;
  align-items: center;
  content: "";
  width: 6px;
  height: 10px;
  margin: 0.2rem 1rem;
  background: url("../img/breadcrumb_icon_arrow.svg") no-repeat;
  background-size: 100%;
}

.c-title {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  color: #091e42;
  font-weight: 600;
  font-size: 5.2rem;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.15rem;
}

@media screen and (max-width: 960px) {
  .c-title {
    font-size: 3.3rem;
  }
}

.c-titleSub {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .c-titleSub {
    font-size: 2rem;
  }
}

.c-desc {
  color: #061939;
  font-size: 1.5rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-desc {
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .c-desc br {
    display: none;
  }
}

.c-LowerHero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 465px;
}

@media screen and (max-width: 768px) {
  .c-LowerHero {
    height: 210px;
  }
}

.c-LowerHero::before {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 30%;
  background: url("../img/lower_hero_mask.svg") no-repeat center bottom;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .c-LowerHero::before {
    height: 5vw;
  }
}

.c-LowerHero.HeroAboutus {
  background: url("../img/aboutus_hero_img.jpg") no-repeat center bottom;
  background-size: cover;
}

.c-LowerHero.HeroRecruit {
  background: url("../img/recruit_hero_img.jpg") no-repeat top 70% center;
  background-size: cover;
}

.c-LowerHero.HeroNews {
  background: url("../img/news_hero_img.jpg") no-repeat top 70% center;
  background-size: cover;
}

.c-LowerHero.HeroNewsDetail {
  background: url("../img/newsdetail_hero_img.jpg") no-repeat top 70% center;
  background-size: cover;
}

.c-LowerHero.HeroContact {
  height: 365px;
}

@media screen and (max-width: 768px) {
  .c-LowerHero.HeroContact {
    height: 265px;
  }
}

.c-LowerHero .c-LowerHero__title {
  color: #fff;
  font-size: 7.6rem;
}

@media screen and (max-width: 768px) {
  .c-LowerHero .c-LowerHero__title {
    font-size: 4rem;
  }
}

.c-LowerHero .c-LowerHero__title--secondary {
  color: #091e42;
  font-size: 6.6rem;
}

@media screen and (max-width: 768px) {
  .c-LowerHero .c-LowerHero__title--secondary {
    font-size: 3rem;
  }
}

@media screen and (max-width: 320px) {
  .c-LowerHero .c-LowerHero__title--secondary {
    font-size: 2.4rem;
  }
}

.c-thema-hero {
  height: 320px;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .c-thema-hero {
    height: 260px;
    margin-top: 0;
  }
}

.c-thema-hero::before {
  content: none;
}

.c-anchor {
  position: relative;
  display: block;
  top: -150px;
}

@media screen and (max-width: 768px) {
  .c-anchor {
    top: -120px;
  }
}

@media screen and (max-width: 768px) {
  .c-anchor.c-anchor__AboutMission {
    top: -260px;
  }
}

@media screen and (max-width: 768px) {
  .c-anchor.c-anchor__AboutValue {
    top: -120px;
  }
}

@media screen and (max-width: 768px) {
  .c-anchor.c-anchor__AboutTeam {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-anchor.c-anchor__Company {
    top: 0;
  }
}

.c-pagetop {
  position: absolute;
  top: -105px;
  right: 17px;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: #1298f7;
  border-radius: 100px;
}

@media screen and (max-width: 960px) {
  .c-pagetop {
    position: absolute;
    top: -65px;
    right: 10px;
    bottom: auto;
  }
}

@media screen and (max-width: 600px) {
  .c-pagetop {
    width: 45px;
    height: 45px;
  }
}

.c-pagetop a {
  display: table;
  width: 100%;
  height: 100%;
  margin: auto;
  font-weight: 700;
}

.c-pagetop a i {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  text-align: center;
}

.c-pagetop a i:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 16px;
  background: url("../img/common_pagetop.png") no-repeat;
  background-size: 100%;
}

.c-pagetop a svg {
  width: 17px;
  height: 11px;
}

.c-pagetop a svg polygon {
  fill: #fff;
}

.c-pagetop a img {
  display: block;
  border-radius: 100%;
}

.Hero_canvas {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: url("../img/Hero_canvas_bg_right.jpg") repeat-x;
  background-size: 100% 100%;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .Hero_canvas {
    height: 792px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .Hero_canvas {
    height: 647px;
  }
}

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .Hero_canvas {
    height: 716px;
  }
}

@media screen and (max-width: null) {
  .Hero_canvas.is-Android {
    height: 727px;
  }
}

@media all and (max-width: 400px) {
  .Hero_canvas.is-Android {
    height: 640px;
  }
}

.Hero_canvas.Chrome-bug #js-FVmovieMac {
  width: 120%;
  left: -5vw;
}

@media screen and (max-width: 1770px) {
  .Hero_canvas.Chrome-bug #js-FVmovieMac {
    width: auto;
  }
}

@media screen and (max-width: 1470px) {
  .Hero_canvas.Chrome-bug #js-FVmovieMac {
    width: 140%;
    left: -23vw;
  }
}

@media screen and (max-width: 1280px) {
  .Hero_canvas.Chrome-bug #js-FVmovieMac {
    width: 1840px;
    left: -28vw;
  }
}

@media screen and (max-width: 960px) {
  .Hero_canvas.Chrome-bug #js-FVmovieMac {
    width: 260%;
    left: -105vw;
  }
}

@media screen and (max-width: 768px) {
  .Hero_canvas.Chrome-bug #js-FVmovieMac {
    width: 1840px;
    left: -155vw;
  }
}

.Hero_canvas .bg {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.Hero_canvas .bg .bg-left,
.Hero_canvas .bg .bg-right {
  display: flex;
  width: 50%;
}

.Hero_canvas .bg .bg-left {
  background: url("../img/Hero_canvas_bg_left.jpg") repeat-x;
  background-size: 100% 100%;
}

.Hero_canvas .bg .bg-right {
  background: url("../img/Hero_canvas_bg_right.jpg") repeat-x;
  background-size: 100% 100%;
}

canvas {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  canvas {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 1440px) {
  iframe#js-FVanimation {
    position: relative;
    left: -20vw;
    width: 120%;
  }
}

#js-FVmovie,
#js-FVmovieMac {
  position: absolute;
  top: 0;
  left: -27vw;
  right: 0;
  margin: auto;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
}

@media screen and (min-width: 1280px) {
  #js-FVmovie,
  #js-FVmovieMac {
    left: 0;
  }
}

.Hero {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
  width: 100%;
  height: 100vh;
  padding: 0;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .Hero {
    height: 792px;
  }
}

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .Hero {
    height: 647px;
  }
}

@media only screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
  .Hero {
    height: 716px;
  }
}

@media screen and (max-width: null) {
  .Hero.is-Android {
    height: 727px;
  }
}

@media all and (max-width: 400px) {
  .Hero.is-Android {
    height: 640px;
  }
}

.Hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url("../img/hero_earth_bg.png");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .Hero:before {
    background: url("../img/hero_earth_bg_sp.png");
  }
}

.Hero:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.Hero .Hero__contents {
  position: relative;
  z-index: 4;
  display: flex;
  max-width: 1360px;
  height: 100%;
  margin: auto;
  padding: 0 4.5vw;
}

@media screen and (max-width: 768px) {
  .Hero .Hero__contents {
    display: block;
    width: 100%;
  }
}

.Hero .Hero__txt {
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .Hero .Hero__txt {
    width: 100%;
  }
}

.Hero .Hero__txt > div {
  margin-top: -10rem;
}

.Hero .Hero__title {
  margin-bottom: 4rem;
  font-size: 4.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .Hero .Hero__title {
    color: #fff;
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 320px) {
  .Hero .Hero__title {
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 2.4rem;
  }
}

.Hero .Hero__link {
  position: relative;
  top: 0;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 300;
  color: #fff;
  transition: 0.2s all ease-out;
}

.Hero .Hero__link:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.4s all ease-out;
}

.Hero .Hero__link:hover {
  opacity: 0.8;
}

.Hero .Hero__link:hover:after {
  opacity: 0.8;
  animation: hoverLine 0.45s ease-out;
}

.Hero .Hero__img {
  display: flex;
  max-width: 620px;
}

.secondView {
  position: relative;
  z-index: 11;
}

.secondView .secondView__content {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .secondView .secondView__content {
    flex-direction: column;
    text-align: left;
  }
}

.secondView .secondView__img {
  width: 50%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .secondView .secondView__img {
    order: 2;
    width: 90%;
  }
}

.secondView .secondView__txt {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 100%;
  margin-left: 8rem;
}

@media screen and (max-width: 768px) {
  .secondView .secondView__txt {
    order: 1;
    width: 100%;
    margin-bottom: 5rem;
    margin-left: 0;
  }
}

.secondView .secondView__title .peke {
  position: relative;
  width: 1px;
  margin: 0 3rem;
}

.secondView .secondView__title .peke:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 18px;
  margin: auto;
  background: #091e42;
  transform: rotate(45deg);
}

.secondView .secondView__title .peke:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 18px;
  margin: auto;
  background: #091e42;
  transform: rotate(-45deg);
}

.secondView .secondView__desc {
  max-width: 430px;
}

@media screen and (max-width: 768px) {
  .secondView .secondView__desc {
    max-width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .secondView .secondView__desc {
    font-size: 1.45rem;
  }
}

@media screen and (max-width: 375px) {
  .secondView .secondView__desc {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .secondView .secondView__desc br {
    display: none;
  }
}

.Pidport {
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 3rem;
}

.Pidport .Pidport__content {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .Pidport .Pidport__content {
    position: relative;
    flex-direction: column;
  }
}

.Pidport .Pidport__txt {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .Pidport .Pidport__txt {
    width: 100%;
  }
}

.Pidport .Pidport__title span {
  font-weight: 300;
}

.Pidport .Pidport__desc {
  width: 460px;
  margin-bottom: 5rem;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .Pidport .Pidport__desc {
    width: 100%;
  }
}

.Pidport .Pidport__img {
  position: relative;
  left: 10rem;
  margin-top: -14rem;
}

@media screen and (max-width: 768px) {
  .Pidport .Pidport__img {
    width: 90%;
    margin: -4rem auto 0;
    left: -20px;
  }
}

.Pidport .Pidport__img img {
  width: 115%;
  max-width: initial;
}

.Pidport .Pidport__list {
  margin-bottom: 6rem;
}

.Pidport .Pidport__list li {
  display: flex;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .Pidport .Pidport__list li {
    flex-direction: column;
    align-items: center;
  }
}

.Pidport .Pidport__list .img {
  width: 138px;
  height: 115px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .Pidport .Pidport__list .img {
    margin-bottom: 2rem;
    transform: scale(1.1);
  }
}

.Pidport .Pidport__list .img .aidiagnosis {
  width: 108px;
}

.Pidport .Pidport__list .img .telepathology {
  width: 106px;
}

.Pidport .Pidport__list .img .imagecenter {
  width: 106px;
}

@media screen and (max-width: 768px) {
  .Pidport .Pidport__list .img .imagecenter {
    width: 92px;
    height: 107px;
    margin-left: 1rem;
  }
}

.Pidport .Pidport__list .txt {
  width: 333px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .Pidport .Pidport__list .txt {
    width: 100%;
  }
}

.Pidport .Pidport__list .txt span {
  display: block;
  margin-bottom: 0.8rem;
  color: #1298f7;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .Pidport .Pidport__list .txt span {
    font-size: 1.8rem;
  }
}

.Pidport .Pidport__list .txt h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 2.1rem;
}

.Pidport .Pidport__list .txt p {
  font-size: 1.3rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .Pidport .Pidport__list .txt p {
    margin-bottom: 3rem;
  }
}

.Pidport a.c-btn {
  display: table;
  width: 240px;
  margin-left: 14rem;
}

@media screen and (max-width: 768px) {
  .Pidport a.c-btn {
    width: 80%;
    text-align: center;
    margin: 6rem auto;
  }
}

.Pidport a.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .Pidport a.pc {
    display: none;
  }
}

.Pidport a.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .Pidport a.sp {
    display: block;
  }
}

.Product {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .Product {
    margin-top: 6rem;
  }
}

.Product .Product__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .Product .Product__list {
    flex-direction: column;
  }
}

.Product .Product__list li {
  display: block;
  /*width: calc((100% / 2) - 29px);*/
  width: calc((100% / 3) - 20px);
}

@media screen and (max-width: 768px) {
  .Product .Product__list li {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

.Product .Product__list li a {
  display: block;
}

@media screen and (max-width: 768px) {
  .Product .Product__list li:last-child {
    margin-bottom: 0;
  }
}

.PubliAward {
  margin-top: 10rem;
  padding: 5rem 0 2.5rem;
  background: #f5f7ff;
}

@media screen and (max-width: 768px) {
  .PubliAward {
    margin-top: 5rem;
  }
}

.PubliAward .PubliAward__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.PubliAward .PubliAward__list li {
  display: block;
  width: 23%;
  margin-right: 2.65%;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .PubliAward .PubliAward__list li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 2rem;
  }
}

.PubliAward .PubliAward__list li:nth-child(4) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .PubliAward .PubliAward__list li:nth-child(4) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px) {
  .PubliAward .PubliAward__list li:nth-child(2n) {
    margin-right: 0;
  }
}

.PubliAward .PubliAward__list li a {
  display: block;
}

.TopTeam {
  overflow: hidden;
  margin-top: 15rem;
  padding-bottom: 3rem;
}

@media screen and (max-width: 960px) {
  .TopTeam {
    overflow: hidden;
    margin-top: 10rem;
  }
}

.TopTeam .TopTeam__content {
  display: flex;
  justify-content: space-between;
  padding-top: 8rem;
}

@media screen and (max-width: 768px) {
  .TopTeam .TopTeam__content {
    padding-top: 5rem;
    flex-direction: column;
  }
}

.TopTeam .TopTeam__list {
  margin-bottom: 3rem;
}

.TopTeam .TopTeam__list li {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .TopTeam .TopTeam__list li {
    margin-bottom: 3rem;
  }
}

.TopTeam .TopTeam__data {
  width: calc(100% / 2);
}

@media screen and (max-width: 768px) {
  .TopTeam .TopTeam__data {
    width: 100%;
  }
}

.TopTeam .TopTeam__data .img {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .TopTeam .TopTeam__data .img {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 320px) {
  .TopTeam .TopTeam__data .img {
    height: 80px;
  }
}

.TopTeam .TopTeam__data .img .spin-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.TopTeam .TopTeam__data .img .shape {
  position: absolute;
  overflow: hidden;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: border-radius 1s ease-out;
  border-radius: 49% 55% 60% 49% / 55% 44% 66% 49%;
}

.TopTeam .TopTeam__data .img .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120%;
  height: 120%;
  position: absolute;
  left: -10%;
  top: -10%;
  background-size: 100%;
  background-position: center center;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  z-index: 2;
}

.TopTeam .TopTeam__data .img .photo.osamuiizuka {
  background-image: url("../img/team_osamuiizuka.jpg");
}

.TopTeam .TopTeam__data .img .photo.masayukitsuneki {
  background-image: url("../img/top_team_masayukitsuneki.jpg");
}

.TopTeam .TopTeam__data .img .photo.katsumasaniki {
  background-image: url("../img/top_team_katsumasaniki.jpg");
}

.TopTeam .TopTeam__data .img .photo.shigeonakano {
  background-image: url("../img/top_team_shigeonakano.jpg");
}

.TopTeam .TopTeam__data .status {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 270px;
  height: 100%;
  padding-left: 2rem;
  text-align: left;
}

.TopTeam .TopTeam__data .status .position {
  margin-right: auto;
  margin-bottom: 0.4rem;
  color: #1298f7;
  font-size: 1.3rem;
  line-height: 1;
}

.TopTeam .TopTeam__data .status .name {
  color: #091e42;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .TopTeam .TopTeam__data .status .name {
    font-size: 2.1rem;
  }
}

.TopTeam .TopTeam__img {
  position: relative;
  margin-right: -200px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 0.3);
  height: 578px;
}

@media screen and (max-width: 768px) {
  .TopTeam .TopTeam__img {
    right: 0;
    width: 100%;
    height: auto;
    margin: 8rem auto 3rem;
    transform: scale(1.3);
  }
}

.TopTeam a.c-btn {
  display: table;
  width: 240px;
  margin-left: 14rem;
}

@media screen and (max-width: 768px) {
  .TopTeam a.c-btn {
    width: 80%;
    text-align: center;
    margin: 6rem auto;
  }
}

.TopTeam a.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .TopTeam a.pc {
    display: none;
  }
}

.TopTeam a.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .TopTeam a.sp {
    display: block;
  }
}

.Office {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .Office {
    overflow: hidden;
    margin-top: 0;
  }
}

.Office .Office__wrap {
  overflow: hidden;
  position: relative;
  height: 858px;
  background: url("../img/office_bg.jpg") center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .Office .Office__wrap {
    height: 75vh;
  }
}

.Office .Office__wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.Office .l-content {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .Office .l-content.Office__content {
    padding: 0;
  }
}

.Office .Office__title {
  padding-top: 15rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .Office .Office__title {
    padding: 10rem 5vw 0;
  }
}

.Office .Office__box {
  position: relative;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .Office .Office__box {
    margin: -5rem auto 0;
  }
}

.Office .Office__box:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  content: "";
  width: 924px;
  height: 509px;
  margin: auto;
  background: url("../img/office_map.png") no-repeat;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .Office .Office__box:before {
    width: 100%;
    height: 100%;
    background: url("../img/office_map.png") no-repeat center;
  }
}

@media screen and (max-width: 600px) {
  .Office .Office__box:before {
    background: url("../img/office_map.png") no-repeat center right -210px;
  }
}

@media screen and (max-width: 320px) {
  .Office .Office__box:before {
    background: url("../img/office_map.png") no-repeat center right -243px;
  }
}

.Office .Office__list-name {
  display: flex;
  justify-content: space-around;
  width: 70%;
  margin: auto;
  padding-top: 9rem;
}

@media screen and (max-width: 768px) {
  .Office .Office__list-name {
    width: 90%;
  }
}

.Office .Office__list-name li h3 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .Office .Office__list-name li h3 {
    font-size: 2.3rem;
  }
}

.Office .Office__list-name li h3:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
}

.Office .box {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}

.Office .box.edge {
  width: 50px;
  height: 50px;
}

.Office .box span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.Office .box .circle {
  z-index: 3;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  background: #1298f7;
  border-radius: 50%;
}

.Office .Office__list-area {
  padding-top: 35rem;
}

.Office .Office__list-area li {
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
}

.Office .Office__list-area .fukuoka {
  position: absolute;
  top: 0;
  right: 150px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .Office .Office__list-area .fukuoka {
    right: 150px;
  }
}

@media screen and (max-width: 600px) {
  .Office .Office__list-area .fukuoka {
    right: 240px;
  }
}

@media screen and (max-width: 375px) {
  .Office .Office__list-area .fukuoka {
    right: 280px;
  }
}

@media screen and (max-width: 320px) {
  .Office .Office__list-area .fukuoka {
    right: 265px;
  }
}

.Office .Office__list-area .tokyo {
  position: absolute;
  top: -10px;
  right: 100px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .Office .Office__list-area .tokyo {
    right: 100px;
  }
}

@media screen and (max-width: 600px) {
  .Office .Office__list-area .tokyo {
    right: 190px;
  }
}

@media screen and (max-width: 375px) {
  .Office .Office__list-area .tokyo {
    right: 230px;
  }
}

@media screen and (max-width: 320px) {
  .Office .Office__list-area .tokyo {
    right: 220px;
  }
}

.Office .Office__list-area .us {
  position: absolute;
  top: -30px;
  right: -390px;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .Office .Office__list-area .us {
    right: -390px;
  }
}

@media screen and (max-width: 600px) {
  .Office .Office__list-area .us {
    right: -300px;
  }
}

@media screen and (max-width: 375px) {
  .Office .Office__list-area .us {
    right: -260px;
  }
}

@media screen and (max-width: 320px) {
  .Office .Office__list-area .us {
    right: -270px;
  }
}

.Office .address {
  display: flex;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .Office .address {
    display: block;
  }
}

.Office .address dt,
.Office .address dd {
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .Office .address dt span {
    display: none;
  }
}

.Office .address a:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 1px;
  left: 3px;
  width: 9px;
  height: 9px;
  background: url("../img/icon_blank.svg");
}

.TopNews {
  margin-top: 10rem;
}

.TopNews__heading {
  display: flex;
  justify-content: space-between;
}

.TopNews__link {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .TopNews__link.pc {
    display: none;
  }
}

.TopNews__link.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .TopNews__link.sp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.TopNews__link.Previous i {
  margin-left: 0;
  margin-right: 0.5rem;
  transform: rotate(-180deg);
}

.TopNews__link a {
  display: flex;
}

@media screen and (max-width: 768px) {
  .TopNews__link {
    margin: 2rem auto 6rem;
  }
}

.TopNews__link i {
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.TopNews__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .TopNews__list {
    flex-direction: column;
  }
}

.TopNews__list.news:after {
  content: "";
  display: block;
  width: 30%;
}

.TopNews__list.news li {
  margin-bottom: 6rem;
}

.TopNews__list li {
  width: calc((100% / 3) - 35px);
  list-style-type: none;
}

@media screen and (max-width: 1180px) {
  .TopNews__list li {
    width: calc((100% / 3) - 15px);
  }
}

@media screen and (max-width: 768px) {
  .TopNews__list li {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.TopNews__list li a {
  display: block;
}

.TopNews__list li a:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.TopNews__thumb {
  overflow: hidden;
  width: 325px;
  height: 184px;
  margin-bottom: 1.8rem;
}

@media screen and (max-width: 1180px) {
  .TopNews__thumb {
    width: 100%;
  }
}

.TopNews__thumb img {
  max-width: initial;
  width: 325px;
  height: 184px;
  object-fit: cover;
  margin: auto;
  transition-duration: 0.5s;
}

@media screen and (max-width: 960px) {
  .TopNews__thumb img {
    width: 100%;
  }
}

.TopNews__data .heading {
  margin-bottom: 1rem;
  color: #7e8795;
  font-size: 1rem;
  line-height: 1;
}

.TopNews__data .heading .categories a {
  display: inline;
  pointer-events: auto;
}

.TopNews__data .title {
  color: #091e42;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .TopNews__data .title {
    font-size: 1.6rem;
    text-align: left;
  }
}

.TopNews__data .desc {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #6b7789;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.AboutMission {
  position: relative;
  margin-bottom: 14rem;
}

@media screen and (max-width: 768px) {
  .AboutMission {
    overflow: hidden;
    margin-bottom: 10rem;
  }
}

.AboutMission .AboutMission__content {
  position: relative;
  z-index: 3;
  display: flex;
}

@media screen and (max-width: 768px) {
  .AboutMission .AboutMission__content {
    display: block;
    width: 100%;
  }
}

.AboutMission .AboutMission__title {
  width: 380px;
  color: #091e42;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .AboutMission .AboutMission__title {
    margin-bottom: 2rem;
  }
}

.AboutMission .AboutMission__desc {
  width: calc(100% - 380px);
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .AboutMission .AboutMission__desc {
    width: 100%;
    font-size: 1.7rem;
  }
}

.AboutValue {
  position: relative;
}

@media screen and (max-width: 768px) {
  .AboutValue {
    overflow: hidden;
  }
}

.AboutValue .AboutValue__content {
  position: relative;
  z-index: 3;
  display: flex;
}

@media screen and (max-width: 768px) {
  .AboutValue .AboutValue__content {
    display: block;
    width: 100%;
  }
}

.AboutValue .AboutValue__title {
  width: 380px;
  color: #091e42;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .AboutValue .AboutValue__title {
    margin-bottom: 2rem;
  }
}

.AboutValue .AboutValue__list {
  width: calc(100% - 380px);
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .AboutValue .AboutValue__list {
    width: 100%;
  }
}

.AboutValue .AboutValue__list li {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .AboutValue .AboutValue__list li {
    margin-bottom: 2.8rem;
    font-size: 1.3rem;
  }
}

.AboutValue .AboutValue__list li:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 2px;
  margin-right: 2rem;
  background: #1298f7;
}

.AboutTeam {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .AboutTeam {
    overflow: hidden;
  }
}

.AboutTeam .AboutTeam__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.AboutTeam .AboutTeam__list:after {
  content: "";
  display: block;
  width: 30%;
}

.AboutTeam .AboutTeam__list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .AboutTeam .AboutTeam__list li {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .AboutTeam .AboutTeam__list li.Executive {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 8rem;
  }
}

.AboutTeam .AboutTeam__list li.Executive .img:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .AboutTeam .AboutTeam__list li.Executive .img {
    width: 190px;
    height: 190px;
  }
}

.AboutTeam .AboutTeam__list li.Executive .status {
  align-items: center;
  margin-top: 2.5rem;
  margin-left: 0;
}

.AboutTeam .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 768px) {
  .AboutTeam .img {
    width: 94px;
    height: 94px;
  }
}

.AboutTeam .img.js-Animation .spin-container {
  animation: spin 12s linear infinite;
}

.AboutTeam .img.js-Animation .shape {
  animation: morph2 18s ease-in-out infinite both alternate;
}

.AboutTeam .img.js-Animation .photo {
  animation: spin 12s linear infinite reverse;
}

.AboutTeam .img .spin-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.AboutTeam .img .shape {
  position: absolute;
  overflow: hidden;
  z-index: 5;
  width: 100%;
  height: 100%;
  transition: border-radius 1s ease-out;
  border-radius: 47% 53% 40% 58% / 60% 45% 55% 41%;
}

.AboutTeam .img .photo {
  opacity: 1;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110%;
  height: 110%;
  position: absolute;
  left: -5%;
  top: -5%;
  background-image: url("../img/top_team_osamuiizuka.jpg");
  background-size: 100%;
  background-position: center center;
  text-align: center;
  text-transform: uppercase;
}

.AboutTeam .img .photo.osamuiizuka {
  background-image: url("../img/team_osamuiizuka.jpg");
}

.AboutTeam .img .photo.masayukitsuneki {
  background-image: url("../img/top_team_masayukitsuneki.jpg");
}

.AboutTeam .img .photo.katsumasaniki {
  background-image: url("../img/top_team_katsumasaniki.jpg");
}

.AboutTeam .img .photo.shigeonakano {
  background-image: url("../img/top_team_shigeonakano.jpg");
}

.AboutTeam .img .photo.fhadi {
  background-image: url("../img/about_team_fhadi.jpg");
}

.AboutTeam .img .photo.tateishi {
  background-image: url("../img/about_team_tateishi.jpg");
}

.AboutTeam .img .photo.michael {
  background-image: url("../img/about_team_michael.jpg");
}

.AboutTeam .img .photo.adam {
  background-image: url("../img/about_team_adam.jpg");
}

.AboutTeam .img .photo.morrison {
  background-image: url("../img/about_team_morrison.jpg");
}

.AboutTeam .img .photo.carlos {
  background-image: url("../img/about_team_carlos.jpg");
}

.AboutTeam .img .photo.viet {
  background-image: url("../img/about_team_viet.jpg");
}

.AboutTeam .img .photo.meng {
  background-image: url("../img/about_team_meng.jpg");
}

.AboutTeam .img .photo.hiro {
  background-image: url("../img/about_team_hiro.jpg");
}

.AboutTeam .img .photo.saito {
  background-image: url("../img/about_team_saito.jpg");
}

.AboutTeam .img .photo.kajio {
  background-image: url("../img/about_team_kajio.jpg");
}

.AboutTeam .img .photo.matsufuji {
  background-image: url("../img/about_team_matsufuji.jpg");
}

.AboutTeam .img .photo.jasmine {
  background-image: url("../img/about_team_jasmine.jpg");
}

.AboutTeam .img .photo.daiki {
  background-image: url("../img/about_team_daiki.jpg");
}

.AboutTeam .img .photo.kaneda {
  background-image: url("../img/about_team_kaneda.jpg");
}

.AboutTeam .img .photo.sayakaIizuka {
  background-image: url("../img/about_team_sayakaIizuka.jpg");
}

.AboutTeam .img .photo.saigusa {
  background-image: url("../img/about_team_saigusa.jpg");
}

.AboutTeam .img .photo.murakami {
  background-image: url("../img/about_team_murakami.jpg");
}

.AboutTeam .img .photo.yamazaki {
  background-image: url("../img/about_team_yamasaki.jpg");
}

.AboutTeam .img .photo.leyona {
  background-image: url("../img/about_team_leyona.jpg");
}

.AboutTeam .img .photo.yoshida {
  background-image: url("../img/about_team_yoshida.jpg");
}

.AboutTeam .img .photo.Iwakawa {
  background-image: url("../img/about_team_Iwakawa.jpg");
}

.AboutTeam .img .photo.ryoko {
  background-image: url("../img/about_team_ryoko.jpg");
}

.AboutTeam .img .photo.andyou {
  background-image: url("../img/about_team_andyou.jpg");
}

.AboutTeam .status {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: auto;
  margin-top: 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .AboutTeam .status {
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-left: 2rem;
    margin-left: 2rem;
  }
}

.AboutTeam .status .position {
  margin-bottom: 0.4rem;
  color: #1298f7;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}

@media screen and (max-width: 320px) {
  .AboutTeam .status .position {
    font-size: 1.1rem;
  }
}

.AboutTeam .status .name {
  color: #091e42;
  font-size: 2.4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .AboutTeam .status .name {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 320px) {
  .AboutTeam .status .name {
    font-size: 1.5rem;
  }
}

.AboutTeam .status .name.link {
  display: flex;
  align-items: center;
}

.AboutTeam .status .name.link a {
  display: flex;
  align-items: center;
}

.AboutTeam .status .name.link a:hover i {
  position: relative;
  right: -4px;
}

.AboutTeam .status .name.link i {
  position: relative;
  right: 0;
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
  transition: 0.2s all ease-in;
}

@media screen and (max-width: 768px) {
  .AboutTeam .link-andyou {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.AboutTeam .link-andyou .img {
  left: 40px;
}

@media screen and (max-width: 768px) {
  .AboutTeam .link-andyou .img {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .AboutTeam .link-andyou .status .name {
    font-size: 1.6rem;
  }
}

.AboutTeam .link-andyou:hover .status span {
  color: #1298f7;
}

.AboutTeam .link-andyou:hover .status i {
  position: relative;
  right: -4px;
}

.AboutTeam .comment {
  /* opacity: 0; */
  display: none;
  position: absolute;
  top: 270px;
  left: 0;
  z-index: 7;
  padding: 3rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 34px rgba(0, 0, 0, 0.1);
  transition: 0.2s all ease-in;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .AboutTeam .comment {
    /* opacity: 1; */
    display: block;
    top: 0px;
    position: relative;
    top: auto;
    left: auto;
    margin: 2rem auto 0;
    padding: 2rem;
  }
  .AboutTeam .comment.active {
    top: 0px !important;
  }
}

.AboutTeam .comment p {
  font-size: 1.4rem;
  color: #061939;
}

.AboutTeam .comment.active {
  top: 280px;
  /* opacity: 1; */
  display: block !important;
}

.Company {
  margin-top: 12rem;
}

.Company .Company__img {
  height: 413px;
  background: url("../img/office_bg.jpg") no-repeat top 60% center;
  background-size: cover;
}

.Company .Company__table {
  display: table;
  width: 100%;
  margin: 5rem auto 0;
}

.Company .Company__table tr {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}

@media screen and (max-width: 768px) {
  .Company .Company__table tr {
    display: block;
    width: 100%;
  }
}

.Company .Company__table th {
  padding: 3rem 0;
  font-weight: 600;
  width: calc(100% / 3);
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .Company .Company__table th {
    display: block;
    width: 100%;
    padding: 2rem 0 0;
  }
}

.Company .Company__table td {
  padding: 3rem 0;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .Company .Company__table td {
    padding: 0 0 2rem;
    line-height: 1.6;
  }
}

.Company .Company__table th,
.Company .Company__table td {
  font-size: 1.7rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .Company .Company__table th,
  .Company .Company__table td {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .Company .Company__table th,
  .Company .Company__table td {
    font-size: 1.2rem;
  }
}

.Company .link {
  color: #0076ff;
}

@media screen and (max-width: 600px) {
  .Company .link {
    display: block;
  }
}

.Company .link:after {
  display: inline-block;
  content: "";
  position: relative;
  top: 1px;
  left: 3px;
  width: 13px;
  height: 13px;
  background: url("../img/icon_blank.svg") no-repeat;
  background-size: 100%;
}

.RecruitMsg {
  margin-bottom: 4rem;
}

.RecruitBnr {
  position: relative;
}

.RecruitBnr a {
  position: relative;
  display: block;
}

.RecruitBnr a:hover .RecruitBnr__btn {
  position: absolute;
  top: auto;
  bottom: -21px;
}

@media screen and (max-width: 768px) {
  .RecruitBnr a:hover .RecruitBnr__btn {
    position: relative;
    bottom: auto;
  }
}

.RecruitBnr .RecruitBnr__img {
  position: relative;
  z-index: 3;
  display: flex;
}

@media screen and (max-width: 768px) {
  .RecruitBnr .RecruitBnr__img {
    display: block;
    width: 100%;
  }
}

.RecruitBnr .RecruitBnr__btn {
  position: absolute;
  top: auto;
  right: 30px;
  bottom: -25px;
  z-index: 3;
  width: 300px;
  text-align: center;
  justify-content: center;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .RecruitBnr .RecruitBnr__btn {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 2rem auto 3rem;
  }
}

.RecruitBnr .RecruitBnr__btn:hover {
  position: absolute;
  top: auto;
  bottom: -21px;
}

@media screen and (max-width: 768px) {
  .RecruitBnr .RecruitBnr__btn:hover {
    position: relative;
    bottom: auto;
  }
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  user-select: none;
}

.custom-select-trigger {
  position: relative;
  display: block;
  width: 202px;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  color: #091e42;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #c7ced6;
}

.custom-select-trigger:hover {
  color: #091e42;
}

.custom-select-trigger.opened:after {
  margin-top: 3px;
  transform: rotate(-180deg) translateY(-50%);
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
  background: url("../img/icon_select_bottom.svg") no-repeat center;
}

.custom-select {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 202px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: translateY(0);
}

.custom-select.opened {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(10px);
  background: #fff;
  border: 1px solid #c7ced6;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
}

.custom-select a {
  display: block;
  width: 100%;
  padding: 0 22px;
  font-size: 1.4rem;
  color: #091e42;
  line-height: 47px;
  cursor: pointer;
}

.custom-select a.selected {
  background: #f9f9f9;
  pointer-events: none;
}

.custom-select a:hover {
  color: #1298f7;
}

.News {
  margin-top: 4rem;
}

.NewsDetail {
  width: 768px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .NewsDetail {
    width: 100%;
  }
}

.NewsDetail .NewsDetail__data {
  display: flex;
  align-items: center;
}

.NewsDetail .heading time,
.NewsDetail .heading .border,
.NewsDetail .heading .categories {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .NewsDetail .heading time,
  .NewsDetail .heading .border,
  .NewsDetail .heading .categories {
    font-size: 1.1rem;
  }
}

.NewsDetail .heading .border {
  padding: 0 1rem;
}

.NewsDetail .NewsDetail__sns.head {
  margin-left: auto;
}

.NewsDetail .NewsDetail__sns.bottom {
  display: table;
  margin: auto;
}

.NewsDetail .NewsDetail__sns.bottom ul li {
  margin-left: 0;
}

.NewsDetail .NewsDetail__sns.bottom ul li a {
  padding: 0 1rem;
}

.NewsDetail .NewsDetail__sns ul {
  display: flex;
}

.NewsDetail .NewsDetail__sns ul li {
  justify-content: flex-end;
  margin-left: 1rem;
}

.NewsDetail .NewsDetail__sns svg {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .NewsDetail .NewsDetail__sns svg {
    width: 31px;
    height: 31px;
  }
}

.NewsDetail .NewsDetail__sns #icon_sns_twitter {
  fill: #0bb8ee;
}

.NewsDetail .NewsDetail__sns #icon_sns_facebook {
  fill: #226fe0;
}

.NewsDetail .NewsDetail__title {
  font-size: 3.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .NewsDetail .NewsDetail__title {
    font-size: 2.1rem;
  }
}

.NewsDetail .NewsDetail__content {
  padding: 3rem 0;
}

.NewsDetail .NewsDetail__content p {
  margin: 0 auto 3rem;
}

.NewsDetail .NewsDetail__content p img {
  display: block;
  height: auto;
  margin: 3rem auto;
}

.NewsDetail .NewsDetail__content p a {
  word-break: break-word;
  color: #0076ff;
  line-height: 1.4;
  font-size: 1.2rem;
}

.NewsDetail .NewsDetail__content .post_thumbnail img {
  display: block;
  height: auto;
  margin: 0 auto 3rem;
}

@media screen and (max-width: 768px) {
  .NewsDetail .NewsDetail__content .post_thumbnail img {
    height: auto;
  }
}

.NewsDetail .c-desc {
  margin-bottom: 5rem;
}

.NewsDetail .link {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .NewsDetail .link .TopNews__link {
    margin: 2rem 0 6rem;
  }
}

.pagination {
  margin: 6rem auto 0;
}

ul.page-numbers {
  display: flex;
  justify-content: center;
}

ul.page-numbers li {
  display: flex;
  padding: 0 1rem;
}

ul.page-numbers li a,
ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 55px;
}

ul.page-numbers li a.current,
ul.page-numbers li span.current {
  background: #1257f7;
  color: #fff;
}

ul.page-numbers li a.dots,
ul.page-numbers li span.dots {
  pointer-events: none;
}

ul.page-numbers li a.dots:hover,
ul.page-numbers li span.dots:hover {
  color: #091e42;
}

ul.page-numbers li a {
  position: relative;
  top: 0;
  color: #cecece;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in;
}

ul.page-numbers li a:hover {
  top: 2px;
  color: #fff;
  background: #1257f7;
  box-shadow: 0 0 10px rgba(18, 87, 247, 0.1);
}

.Contact {
  margin-top: -5rem;
  margin-bottom: 13rem;
}

@media screen and (max-width: 768px) {
  .Contact {
    margin-bottom: 6rem;
  }
}

.Contact__desc {
  margin-bottom: 4.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Contact__desc {
    text-align: left;
  }
}

.Contact__content {
  width: 765px;
  margin: auto;
  padding: 4rem 0 0;
}

@media screen and (max-width: 768px) {
  .Contact__content {
    width: 100%;
    padding: 0 5vw;
  }
}

.Contact__content a[class*="btn"].Contact__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
}

.Contact__content a[class*="btn"].Contact__btn input {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  height: 66px;
  text-align: center;
}

.Contact__content a[class*="btn"].Contact__btn br {
  display: none;
}

.form-control {
  padding: 0.95rem 1rem;
  background: #fff;
  border: 1px solid #c7ced6;
  border-radius: 4px;
}

.bg-secondary {
  background-color: #c3c3c3 !important;
}

/* ==============
// c-form
================= */
.c-form__box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .c-form__box {
    display: block;
    width: 100%;
    margin-bottom: 1.6rem;
  }
}

.c-form__box .title {
  display: flex;
  width: calc(100% / 3.5);
  color: #091e42;
}

@media screen and (max-width: 768px) {
  .c-form__box .title {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.c-form__box .title label {
  padding: 1.4rem 0 0;
  font-size: 1.6rem;
}

.c-form__box .cont {
  display: flex;
  width: 100%;
  padding-right: 6rem;
}

@media screen and (max-width: 768px) {
  .c-form__box .cont {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

.c-form__box .cont > span {
  width: 100%;
}

.c-form__box .cont span[role="alert"] {
  display: block;
  font-size: 1.1rem;
}

.c-form__box .cont input,
.c-form__box .cont textarea {
  width: 100%;
}

.c-form__box .cont input:hover,
.c-form__box .cont input:focus,
.c-form__box .cont textarea:hover,
.c-form__box .cont textarea:focus {
  color: #091e42;
}

.c-form__box label,
.c-form__box input {
  display: flex;
  flex-direction: column;
}

.screen-reader-response {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 12px;
}

.screen-reader-response li {
  font-size: 1.2rem;
}

.wpcf7-response-output {
  display: block;
  text-align: center;
  color: rgba(46, 156, 3, 0.98);
}

.wpcf7-response-output.wpcf7-validation-errors {
  color: #ff0069;
}

div[role="alert"] {
  font-size: 12px;
}

.wpcf7 > .screen-reader-response {
  display: none;
}

.c-form a[class*="btn"].c-btn,
.c-form button.c-btn {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  color: white;
}

.c-form a[class*="btn"].c-btn:hover,
.c-form button.c-btn:hover {
  text-decoration: none;
}

.c-form input[type="submit"] {
  width: 100%;
  border-radius: 100px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .c-form input[type="submit"] {
    font-size: 19px;
  }
}

.c-form .wpcf7-not-valid-tip {
  color: #ff0069;
}

.c-form .error {
  padding-top: 5px;
  font-size: 12px;
  color: #ff0069;
}

.c-form .wpcf7-mail-sent-ok {
  color: rgba(46, 156, 3, 0.98);
  text-align: center;
}

.c-form .screen-reader-response {
  color: rgba(46, 156, 3, 0.98);
}

.c-form .screen-reader-response ul {
  display: none;
}

.c-form a.c-btn:not([href]):not([tabindex]) {
  color: #fff;
}

.c-form .form-group {
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 768px) {
  .c-form .form-group {
    margin-bottom: 0;
  }
}

.c-form input[readonly],
.c-form textarea[readonly] {
  background-color: transparent;
}

.c-form small {
  margin-top: 5px;
  color: #3a3a3a;
  font-size: 13px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-form label {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #646464;
}

.c-form label.c-form__title {
  line-height: 1;
  color: #082a55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 768px) {
  .c-form label.c-form__title {
    font-size: 15px;
  }
}

.c-form kbd {
  position: relative;
  top: -3px;
  margin-left: 15px;
  background: #1298f7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-form .badge {
  width: 70px;
  border-radius: 2px;
  color: #fff;
  padding: 0.4em;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-form .badge {
    width: 55px;
    font-size: 10px;
  }
}

.c-form input[type="checkbox"],
.c-form input[type="radio"] {
  display: none;
}

.c-form input[type="checkbox"]:checked + .label-checkbox,
.c-form input[type="checkbox"]:checked + .label-radio,
.c-form input[type="radio"]:checked + .label-checkbox,
.c-form input[type="radio"]:checked + .label-radio {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.c-form input[type="checkbox"]:checked + .label-checkbox:before,
.c-form input[type="checkbox"]:checked + .label-radio:before,
.c-form input[type="radio"]:checked + .label-checkbox:before,
.c-form input[type="radio"]:checked + .label-radio:before {
  opacity: 1;
}

.c-form input[type="checkbox"]:checked + .label-checkbox:after,
.c-form input[type="checkbox"]:checked + .label-radio:after,
.c-form input[type="radio"]:checked + .label-checkbox:after,
.c-form input[type="radio"]:checked + .label-radio:after {
  border: 1px solid #1298f7;
}

.c-form .label-checkbox {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 0.45em 2.4em;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  color: #646464;
  font-size: 20px;
  font-weight: normal;
  transition: background-color 0.2s linear;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .c-form .label-checkbox {
    padding: 0.9em 2.4em 0.9em 3em;
    font-size: 15px;
  }
}

.c-form .label-checkbox.label-checkbox--default {
  padding: 0.35em 2.4em 0.45em 1.8em;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-form .label-checkbox.label-checkbox--default:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.c-form .label-checkbox.label-checkbox--default:before {
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 5px;
}

.c-form .label-checkbox:hover:after {
  border-color: #b0b0b0;
}

.c-form .label-checkbox:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  margin: auto;
  border: 1px solid #bbb;
  border-radius: 3px;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}

.c-form .label-checkbox:before {
  opacity: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 9px;
  height: 13px;
  margin: auto;
  border-radius: 2px;
  border-right: 4px solid #1298f7;
  border-bottom: 4px solid #1298f7;
  transform: rotate(45deg);
  transition: opacity 0.2s linear;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 20px;
}

.c-form .label-radio {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 0.45em 2.4em;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  color: #646464;
  font-size: 20px;
  font-weight: normal;
  transition: background-color 0.2s linear;
  vertical-align: middle;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .c-form .label-radio {
    padding: 0.9em 2.4em 0.9em 3em;
    font-size: 15px;
  }
}

.c-form .label-radio:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  margin: auto;
  border: 1px solid #bbb;
  border-radius: 10px;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
}

.c-form .label-radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 47%;
  left: 18px;
  display: block;
  margin-top: -5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #1298f7;
  content: "";
  opacity: 0;
}

.Privacy {
  margin-top: -5rem;
  margin-bottom: 13rem;
}

@media screen and (max-width: 768px) {
  .Privacy {
    margin-bottom: 6rem;
  }
}

.HeroPrivacy .Privacy__title {
  color: #091e42;
}

.Privacy .Privacy__desc {
  margin-bottom: 6rem;
  text-align: left;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .Privacy .Privacy__desc {
    font-size: 1.3rem;
    text-align: left;
  }
}

.Privacy .box {
  margin-bottom: 3.6rem;
}

.Privacy .box dt,
.Privacy .box dd {
  font-size: 1.5rem;
  line-height: 1.7;
}

.Privacy .box dt {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .Privacy .box dd {
    font-size: 1.3rem;
  }
}

.Privacy .box dd ul {
  margin-top: 2rem;
  padding-left: 2rem;
}

.Privacy .box dd ul li {
  list-style-type: circle;
}

.Privacy address p {
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .Privacy address p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 375px) {
  .Privacy address p {
    font-size: 1.1rem;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop:before,
  .Hero:before {
    content: none !important;
    display: none !important;
  }
  *::-ms-backdrop,
  .js-FVmovie {
    width: 100% !important;
  }
  *::-ms-backdrop,
  .c-wave-wrap-1 .no-wave {
    background: url("../img/hero_wave_bg.png") repeat-x !important;
    background-size: 100% !important;
  }
  *::-ms-backdrop,
  .c-wave-wrap-1 .wave1 {
    background: url("../img/hero_wave_bg.png") repeat-x !important;
    background-size: 100% !important;
  }
  *::-ms-backdrop,
  .c-LowerHero::before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block !important;
    content: "" !important;
    width: 100% !important;
    height: 118px !important;
    background: url("../img/lower_hero_mask.png") no-repeat center bottom !important;
    background-size: 100% 100% !important;
  }
  *::-ms-backdrop,
  .RecruitBnr .RecruitBnr__img {
    display: block !important;
  }
}

@media all and (-ms-high-contrast: none) {
  html,
  body {
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif !important;
  }
  .Hero:before {
    content: none !important;
    display: none !important;
  }
  .Hero .Hero__title {
    font-size: 4.3rem !important;
  }
  .Pidport .Pidport__list li {
    width: 460px;
  }
  .Pidport .Pidport__img {
    left: 15rem;
  }
  .TopTeam .TopTeam__list li {
    display: block;
    width: 526px;
  }
  .TopTeam .TopTeam__data .img {
    display: inline-block;
    width: 170px;
    height: 170px;
  }
  .TopTeam .TopTeam__data .status {
    display: inline-block;
    position: relative;
    top: -60px;
  }
  .c-wave-wrap-1.re {
    top: -12px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 960px) {
  .Pidport .Pidport__list li {
    width: 100%;
  }
}

/* Edge のみ適用される */
@supports (-ms-ime-align: auto) {
  .Hero .Hero__title {
    font-size: 4.3rem !important;
  }
}

.contact__body > p {
  margin-bottom: 0.257rem !important;
}

.contact__body > p:last-child {
  margin-bottom: 3rem !important;
}
