@charset "UTF-8";
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

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

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
* Base
*/
:root {
  --base-color: #FF5577;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  color: #171717;
  letter-spacing: 0.04em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 1.6rem;
  }
}

a,
button {
  color: #171717;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.2s;
}
a:hover,
button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

ul li,
ol li {
  list-style-type: none;
}

em,
i,
dfn {
  font-style: normal;
}

/*
* Layout
*/
main {
  overflow: hidden;
}

.l-inner {
  max-width: 960px;
  margin: 0 auto;
}

.l-section {
  margin: 190px 10px 0;
}

.l-row {
  display: flex;
}

@media (max-width: 767px) {
  .l-inner {
    margin: 0 20px;
  }
  .l-section {
    margin: 60px 0 0;
  }
  .l-row {
    flex-direction: column;
  }
}
.l-header {
  padding: 15px 38px;
}
.l-header__logo {
  width: 250px;
}
@media (max-width: 767px) {
  .l-header {
    padding: 5px 10px;
  }
  .l-header__logo {
    width: 180px;
  }
}

.l-footer {
  background: #404044;
  padding: 66px 10px 57px;
  margin-top: 30px;
}
.l-footer__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 15px 0;
  padding: 0 0 29px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
.l-footer__logo {
  width: 480px;
}
.l-footer__address {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
}
.l-footer__corp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 66px;
  padding: 20px 0 0;
}
.l-footer__corp-logo {
  width: 253px;
  margin-left: -16px;
}
.l-footer__corp-list {
  display: flex;
  gap: 43px;
}
.l-footer__corp-list li a {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  color: #fff;
}
.l-footer__copyright {
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 40px 0;
  }
  .l-footer__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 0 20px;
  }
  .l-footer__logo {
    width: 250px;
  }
  .l-footer__address {
    font-size: 1.1rem;
  }
  .l-footer__corp {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .l-footer__corp-logo {
    width: 150px;
    margin-left: -5px;
  }
  .l-footer__corp-list {
    gap: 20px;
  }
  .l-footer__corp-list li a {
    font-size: 1.1rem;
  }
  .l-footer__copyright {
    font-size: 1rem;
    margin: 30px auto 0;
  }
}

/*
* Contents
*/
.c-headline {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 50px;
}
.c-headline strong {
  display: block;
  font-family: "Jockey One", sans-serif;
  font-size: 5.9rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: var(--base-color);
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  .c-headline {
    font-size: 2rem;
    margin: 0 0 30px;
  }
  .c-headline strong {
    font-size: 4rem;
  }
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 470px;
  background: var(--base-color) url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22.4 8.45"><path fill="%23fff" stroke-width="0px" d="m15.58,8.45c.21-.55.45-1.07.7-1.54.26-.49.54-.95.86-1.38H0v-2.62h17.15c-.3-.43-.58-.87-.83-1.34-.26-.49-.49-1.01-.7-1.57h2.43c1.32,1.56,2.77,2.74,4.35,3.55v1.38c-1.58.77-3.03,1.94-4.35,3.52h-2.46Z"/></svg>') no-repeat right 57px center;
  background-size: 22px 9px;
  border-radius: 3px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.8;
  margin: 0 auto;
  padding: 19px 0;
}
@media (max-width: 767px) {
  .c-btn {
    width: 100%;
    background-position: right 20px center;
    font-size: 1.8rem;
    padding: 14px 0;
  }
}

.c-table-wrap {
  margin: 25px -5px 0;
}

.c-table {
  table-layout: fixed;
  border-spacing: 5px;
  width: 100%;
}
.c-table th {
  width: 24.712041884%;
  padding: 20px 0;
  background: var(--base-color);
  border-radius: 3px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #fff;
}
.c-table td {
  padding: 20px 5.208333333%;
  background: #EFEFF5;
  border-radius: 3px;
  line-height: 1.6;
}
.c-table td .l-row {
  gap: 10px 22px;
  flex-wrap: wrap;
}
.c-table td dl {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-table td dl dt {
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  padding: 4px 4px 3px;
  border: solid 2px var(--base-color);
  border-radius: 4px;
  color: var(--base-color);
}
@media (max-width: 767px) {
  .c-table th {
    width: 100px;
    font-size: 1.6rem;
  }
  .c-table td {
    padding: 15px 20px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .c-table td .l-row {
    gap: 10px;
  }
  .c-table td dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .c-table td dl dt {
    font-size: 1.4rem;
  }
}

/*
* ページ
*/
.hero {
  position: relative;
  height: 617px;
  background: url(../images/bg_hero.webp) center center;
  background-size: cover;
  margin: 0 0 150px;
}
.is-no-webp .hero {
  background-image: url(../images/bg_hero.png);
}
.hero__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 510px;
  height: 300px;
  background: #fff;
  border-radius: 21px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hero__headline img {
  width: 350px;
}
@media (max-width: 767px) {
  .hero {
    height: 400px;
    margin: 0 0 100px;
  }
  .hero__headline {
    width: auto;
    height: 220px;
    margin: auto 20px;
    padding: 30px;
  }
  .hero__headline img {
    width: auto;
    height: 100%;
  }
}

.vision {
  padding: 0 10px;
}
.vision__headline {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 85px;
}
.vision__headline span {
  display: block;
  font-size: 4rem;
}
.vision__headline strong {
  font-size: 4.6rem;
}
.vision__image {
  width: 587px;
  margin: 0 auto 77px;
  text-align: center;
}
.vision__copy {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  margin: 0 0 85px;
}
.vision__item {
  background: #EFEFF5;
  padding: 36px 50px 40px;
}
.vision__item + .vision__item {
  margin-top: 26px;
}
.vision__item-headline {
  display: flex;
  gap: 15px;
  font-size: 2.9rem;
  line-height: 1.7;
  margin: 0 0 25px;
}
.vision__item-headline::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10px 0 0;
}
.vision__item-headline._dx_program::before {
  background-image: url(../images/icon_human.svg);
  background-size: 25px 27px;
}
.vision__item-headline._innovation::before {
  background-image: url(../images/icon_flag.svg);
  background-size: 25px 31px;
}
.vision__item dl + dl {
  margin-top: 25px;
}
.vision__item dl dt {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.vision__item dl dd {
  font-size: 1.7rem;
  line-height: 1.8;
}
.vision__what {
  margin: 80px 0 0;
  padding: 55px 100px 50px;
  font-weight: 500;
  line-height: 1.9;
  border: solid 1px var(--base-color);
  position: relative;
}
.vision__what::before, .vision__what::after {
  content: "";
  display: block;
  width: 34px;
  height: 32px;
  background: #fff;
  position: absolute;
}
.vision__what::before {
  border-top: solid 1px var(--base-color);
  border-right: solid 1px var(--base-color);
  left: -1px;
  bottom: -1px;
}
.vision__what::after {
  border-bottom: solid 1px var(--base-color);
  border-left: solid 1px var(--base-color);
  right: -1px;
  top: -1px;
}
.vision__what-inner::before, .vision__what-inner::after {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.vision__what-inner::before {
  border-right: solid 1px var(--base-color);
  left: -29px;
  top: -29px;
}
.vision__what-inner::after {
  border-left: solid 1px var(--base-color);
  right: -29px;
  bottom: -29px;
}
.vision__what-headline {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 0 0 23px;
}
@media (max-width: 767px) {
  .vision {
    padding: 0;
  }
  .vision__headline {
    font-size: 2rem;
    margin: 0 0 20px;
  }
  .vision__headline span {
    font-size: 1.8rem;
  }
  .vision__headline strong {
    font-size: 2.3rem;
  }
  .vision__image {
    width: 100%;
    margin: 0 0 20px;
  }
  .vision__copy {
    font-size: 1.8rem;
    margin: 0 0 40px;
  }
  .vision__item {
    padding: 20px 20px;
  }
  .vision__item-headline {
    font-size: 2rem;
  }
  .vision__item-headline::before {
    margin: 2px 0 0;
  }
  .vision__item dl dt {
    font-size: 1.8rem;
  }
  .vision__item dl dd {
    font-size: 1.6rem;
  }
  .vision__what {
    padding: 40px 20px;
    margin: 40px 0 0;
  }
  .vision__what::before, .vision__what::after {
    width: 20px;
    height: 20px;
  }
  .vision__what-inner::before, .vision__what-inner::after {
    width: 30px;
    height: 30px;
  }
  .vision__what-inner::before {
    left: -15px;
    top: -15px;
  }
  .vision__what-inner::after {
    right: -15px;
    bottom: -15px;
  }
  .vision__what-headline {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}

.facility__images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 0;
}
.facility__image {
  width: 32.29166666%;
}
.facility__image:nth-child(-n+2) {
  width: 48.9583333%;
}
@media (max-width: 767px) {
  .facility__image {
    width: 48.507462696%;
  }
  .facility__image:nth-child(-n+2) {
    width: 100%;
  }
}

.access__map {
  width: 100%;
  height: 277px;
  overflow: hidden;
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.news__list li + li {
  margin-top: 20px;
}
.news__link {
  display: flex;
  gap: 23px;
  line-height: 1.6;
  padding: 28px 74px 27px 53px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11.99 19.76"><path fill="%23ff5577" stroke-width="0px" d="m11.67,10.65L2.88,19.44c-.42.42-1.11.42-1.54,0l-1.03-1.03c-.42-.42-.42-1.11,0-1.53l6.97-7L.32,2.88c-.42-.42-.42-1.11,0-1.53L1.34.32C1.77-.11,2.46-.11,2.88.32l8.79,8.79c.42.42.42,1.11,0,1.54Z"/></svg>') no-repeat right 30px center;
  background-size: 12px 20px;
  border: solid 1px var(--base-color);
  border-radius: 2px;
  font-weight: 500;
  position: relative;
}
.news__date {
  color: var(--base-color);
  font-weight: 500;
}
@media (max-width: 767px) {
  .news__link {
    flex-direction: column;
    gap: 15px;
    padding: 15px 40px 15px 20px;
    background-position: right 15px center;
    background-size: 8px 14px;
  }
}

.partner {
  text-align: center;
  margin: 140px 0 0;
}
.partner__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 98px;
}
.partner__list li {
  width: 188px;
}
@media (max-width: 767px) {
  .partner {
    margin: 70px 0 0;
  }
  .partner__list {
    gap: 30px;
  }
  .partner__list li {
    width: 120px;
  }
}

.contact {
  margin: 115px 30px 0;
}
.contact__conts {
  padding: 50px 0 90px;
  background: #EFEFF5;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2;
  position: relative;
}
.contact__conts .c-headline {
  margin: 0 0 34px;
}
.contact__conts::before, .contact__conts::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
}
.contact__conts::before {
  background: url(../images/bg_contact_01.webp) repeat right top;
  background-size: contain;
  right: calc(100% + 30px);
}
.is-no-webp .contact__conts::before {
  background-image: url(../images/bg_contact_01.png);
}
.contact__conts::after {
  background: url(../images/bg_contact_02.webp) repeat left top;
  background-size: contain;
  left: calc(100% + 30px);
}
.is-no-webp .contact__conts::after {
  background-image: url(../images/bg_contact_02.png);
}
.contact__btn {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .contact {
    margin: 60px 0 0;
  }
  .contact__conts {
    padding: 30px 20px;
  }
}