@charset "UTF-8";
/**
* reset_area
* ------------>
*/
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

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

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

* {
  padding: 0;
  margin: 0;
}

/* # =================================================================
         # General elements
         # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  font-size: 60%;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
         # Forms
         # ================================================================= */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

/* Remove the default button styling in all browsers */
button,
input[type="text"],
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
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;
  max-width: 100%;
}

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

/* # =================================================================
         # Specify media element style
         # ================================================================= */
img {
  border-style: none;
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
         # 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;
}

/*  
    *    *****  EOF ress.css *****
    */
a {
  text-decoration: none;
  color: inherit;
}

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

img {
  width: 100%;
}

/**
  * EOF reset_area
  * <------------
  */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

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

@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
  html[data-fontsize=large] {
    font-size: 75%;
  }
  body {
    font-size: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  body[data-colortype=a] {
    background: #ebecf1;
    color: #000000;
  }
  body[data-colortype=b] {
    background: #0000ff;
    color: #ffff00;
  }
  body[data-colortype=c] {
    background: #000000;
    color: #ffffff;
  }
  body[data-colortype=d] {
    background: #ffff00;
    color: #000000;
  }
  section {
    position: relative;
    overflow: hidden;
  }
  .section-heading {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 70px;
  }
  .header {
    width: 100%;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
  }
  .header.is--bg {
    background: rgba(255, 255, 255, 0.9);
  }
  .header-wrapper {
    width: 100%;
    height: 100%;
    padding: 23px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header .corp-logo {
    /*width: 193px;*/
    width: 213px;
    display: inline-block;
    font-size: 0;
    /*padding: 15px 20px;*/
    padding: 10px;
    margin-bottom: -10px;
  }
  .header .corp-logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-menuarea {
    width: calc(100% - 193px);
    text-align: right;
    /*padding: 15px 0;*/
    height: 100%;
    margin-bottom: -3px;
  }
  .header .link-menu {
    display: inline-block;
    padding: 11px 28px 7px 0;
    border-right: 1px solid #b3b3b3;
    margin-right: 15px;
  }
  .header .link-menu-list {
    display: inline-block;
    margin-right: 30px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .header .link-menu-list:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .header .link-menu__link {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.03em;
  }
  .header .switch {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
  }
  .header .switch__txt {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 5px;
    line-height: 1;
  }
  .header .switch--color .switch-container {
    width: 100%;
    font-size: 0;
  }
  .header .switch--color .switch-container .switch__btn {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: middle;
    border-radius: 3px;
    margin-bottom: -1px;
    margin-right: 3px;
    position: relative;
  }
  .header .switch--color .switch-container .switch__btn[data-colortype=a] {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #000000;
  }
  .header .switch--color .switch-container .switch__btn[data-colortype=b] {
    background: #0000ff;
    color: #ffffff;
  }
  .header .switch--color .switch-container .switch__btn[data-colortype=c] {
    background: #000000;
    color: #ffffff;
  }
  .header .switch--color .switch-container .switch__btn[data-colortype=d] {
    background: #ffff00;
    color: #000000;
  }
  .header .switch--color .switch-container .switch__btn:last-child {
    margin-right: 0;
  }
  .header .switch--color .switch-container .switch__btn span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header .switch--font .switch-container {
    width: 100%;
    font-size: 0;
  }
  .header .switch--font .switch-container .switch__btn {
    display: inline-block;
    width: 45px;
    height: 23px;
    text-align: center;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    margin-bottom: -1px;
    line-height: 23px;
    background: #dddddd;
    color: #000000;
  }
  .header .switch--font .switch-container .switch__btn.active {
    background: #6f6f6f;
    color: #ffffff;
  }
  .header .switch--font .switch-container .switch__btn[data-fontsize=default] {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .header .switch--font .switch-container .switch__btn[data-fontsize=large] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  body[data-colortype=b] .corp-logo, body[data-colortype=c] .corp-logo, body[data-colortype=d] .corp-logo {
    background: #ffffff;
  }
  body[data-colortype=a] header.is--bg {
    background: rgba(255, 255, 255, 0.9);
  }
  body[data-colortype=b] header.is--bg {
    background: rgba(0, 0, 255, 0.9);
  }
  body[data-colortype=c] header.is--bg {
    background: rgba(0, 0, 0, 0.9);
  }
  body[data-colortype=d] header.is--bg {
    background: rgba(255, 255, 0, 0.9);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .header-wrapper {
    padding: 0 10px;
  }
  .header .corp-logo {
    padding: 15px 10px;
  }
  .header .link-menu {
    margin-right: 0px;
    padding: 10px 0 7px 0;
  }
  .header .link-menu-list {
    margin-right: 10px;
  }
  .header .link-menu__link {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 769px) {
  .kv {
    width: 100%;
    padding-bottom: 191px;
  }
  .kv-object {
    max-width: 1440px;
    margin: 353px auto 0;
    position: relative;
  }
  .kv-text-space {
    padding-left: 104px;
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    position: relative;
  }
  .kv-text__maincatch {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    font-size: 4.8rem;
    letter-spacing: 0.16em;
  }
  .kv-text__desc {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 35 / 18;
    letter-spacing: 0.15em;
    margin-top: 10px;
  }
  .kv-text__catch-en {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: 0;
    margin-top: 13px;
  }
  .kv-text__catch-en .logo-typo {
    font-size: 0;
    display: inline-block;
    width: 157px;
    height: 23px;
    vertical-align: middle;
  }
  .kv-bg__circle {
    display: none;
  }
  .kv-bg__arrows {
    display: inline-block;
    max-width: 594px;
    position: absolute;
    top: -204px;
    right: 80px;
    z-index: -1;
  }
  body[data-colortype=a] .kv-bg__circle {
    display: block;
    width: 100vw;
    height: 100vw;
    background-image: radial-gradient(#ffffff 0%, transparent 70%);
    position: absolute;
    top: -156%;
    left: -30%;
    z-index: -1;
  }
  body[data-colortype=a] .kv-text__catch-en .logo-typo {
    background: url(/img/top/logo_typo.png) no-repeat;
    background-size: contain;
  }
  body[data-colortype=b] .kv-text__catch-en .logo-typo {
    background: url(/img/top/logo_typo2.png) no-repeat;
    background-size: contain;
  }
  body[data-colortype=c] .kv-text__catch-en .logo-typo {
    background: url(/img/top/logo_typo3.png) no-repeat;
    background-size: contain;
  }
  body[data-colortype=d] .kv-text__catch-en .logo-typo {
    background: url(/img/top/logo_typo.png) no-repeat;
    background-size: contain;
  }
  .content {
    width: 100%;
  }
  .content-wrapper {
    max-width: 1205px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .content__heading {
    width: 100%;
    margin: 0 auto 70px;
  }
  .content-container {
    width: 100%;
    margin: 0 auto 246px;
    position: relative;
  }
  .content__bg-arrow {
    display: block;
    width: 370px;
    height: 374px;
    background: url(/img/top/contents_bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 19px;
    top: 172px;
    z-index: -1;
  }
  .content__photo {
    display: block;
    width: 814px;
    background: #c8c8c8;
    min-height: 534px;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15), -6px -6px 20px rgba(255, 255, 255, 0.9);
            box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15), -6px -6px 20px rgba(255, 255, 255, 0.9);
  }
  .content__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-description {
    display: block;
    width: 616px;
    background: #ebecf1;
    padding: 55px 42px;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: 0;
    bottom: -95px;
  }
  .content__desc-title {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    color: inherit;
    margin-bottom: 25px;
  }
  .content__desc-title--small {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    color: inherit;
    letter-spacing: 0.06em;
    margin-bottom: 5px;
  }
  .content__desc-about {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    font-size: 1.9rem;
    color: inherit;
    letter-spacing: 0.12em;
  }
  body[data-colortype=a] .content-description {
    color: #787878;
  }
  body[data-colortype=b] .content-description {
    background: #0000ff;
    border: 1px solid #ffffff;
  }
  body[data-colortype=c] .content-description {
    background: #000000;
    border: 1px solid #ffffff;
  }
  body[data-colortype=d] .content-description {
    background: #fff000;
    border: 1px solid #000000;
  }
  .about {
    width: 100%;
    padding-top: 60px;
  }
  .about-wrapper {
    max-width: 1205px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 115px;
  }
  .about-mainbg {
    width: 844px;
    height: 842px;
    background: url(/img/top/about_bg_a.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: -58px;
    z-index: -1;
  }
  .about-subbg {
    width: 496px;
    height: 83px;
    background: #ebecf1;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15), -6px -6px 20px rgba(255, 255, 255, 0.9);
            box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15), -6px -6px 20px rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    right: -72px;
  }
  .about__heading {
    max-width: 869px;
    margin: 0 auto;
  }
  .about__description {
    max-width: 775px;
    margin: 98px auto 0;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.15em;
    line-height: 2.5;
  }
  .about-btn {
    max-width: 775px;
    margin: 53px auto 0;
  }
  .about-link {
    display: block;
    width: 270px;
    height: 58px;
    border-radius: 7px;
    line-height: 58px;
    text-align: center;
    position: relative;
    -webkit-transition: background .4s ease-in-out, border-color .4s ease-in-out, color .4s ease-in-out;
    transition: background .4s ease-in-out, border-color .4s ease-in-out, color .4s ease-in-out;
  }
  .about .link-message,
  .news-btn .link-message {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
  .about .link-arrows,
  .news-btn .link-arrows {
    display: inline-block;
    padding: 0 0 0 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 32px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about .link-arrows::before, .about .link-arrows::after,
  .news .link-arrows::before, .news .link-arrows::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .about .link-arrows::before,
  .news .link-arrows::before {
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
  }
  .about .link-arrows::after,
  .news .link-arrows::after {
    left: 8px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body[data-colortype=a] .about-link {
    background: #4183f2;
    color: #ffffff;
  }
  body[data-colortype=a] .about-link:hover {
    color: #4183f2;
    background: #ffffff;
  }
  body[data-colortype=a] .about-link:hover .link-arrows::before {
    background: #4183f2;
  }
  body[data-colortype=a] .about-link:hover .link-arrows::after {
    border-color: #4183f2;
  }
  body[data-colortype=a] .link-arrows::before {
    background: #ffffff;
  }
  body[data-colortype=a] .link-arrows::after {
    border-color: #ffffff;
  }
  body[data-colortype=b] .about-link {
    background: #ffff00;
    color: #0000ff;
  }
  body[data-colortype=b] .about-link:hover {
    color: #ffff00;
    background: #0000ff;
  }
  body[data-colortype=b] .about-link:hover .link-arrows::before {
    background: #ffff00;
  }
  body[data-colortype=b] .about-link:hover .link-arrows::after {
    border-color: #ffff00;
  }
  body[data-colortype=b] .link-arrows::before {
    background: #0000ff;
  }
  body[data-colortype=b] .link-arrows::after {
    border-color: #0000ff;
  }
  body[data-colortype=c] .about-link {
    background: #ffffff;
    color: #000000;
  }
  body[data-colortype=c] .about-link:hover {
    color: #ffffff;
    background: #000000;
  }
  body[data-colortype=c] .about-link:hover .link-arrows::before {
    background: #ffffff;
  }
  body[data-colortype=c] .about-link:hover .link-arrows::after {
    border-color: #ffffff;
  }
  body[data-colortype=c] .link-arrows::before {
    background: #000000;
  }
  body[data-colortype=c] .link-arrows::after {
    border-color: #000000;
  }
  body[data-colortype=d] .about-link {
    background: #000;
    color: #ffff00;
  }
  body[data-colortype=d] .about-link:hover {
    color: #000;
    background: #ffff00;
  }
  body[data-colortype=d] .about-link:hover .link-arrows::before {
    background: #000;
  }
  body[data-colortype=d] .about-link:hover .link-arrows::after {
    border-color: #000;
  }
  body[data-colortype=d] .link-arrows::before {
    background: #ffff00;
  }
  body[data-colortype=d] .link-arrows::after {
    border-color: #ffff00;
  }
  .news {
    width: 100%;
    overflow: hidden;
  }
  .news-wrapper {
    max-width: 1124px;
    padding: 107px 50px 87px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .news__heading {
    width: 100%;
    margin-bottom: 50px;
  }
  .news-container {
    width: 100%;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
  }
  .news-list {
    width: 100%;
    border-bottom: 1px solid #acacac;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 36px 0;
  }
  .news-list:last-child {
    border-bottom: none;
  }
  .news-list__date {
    width: 16%;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
  }
  .news-list__desc {
    width: 84%;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.15em;
  }
  .news-bg {
    display: block;
    position: absolute;
    z-index: 0;
    background: url(/img/top/footer_bg.png) no-repeat;
    background-size: contain;
  }
  .news-bg--r {
    width: 349px;
    height: 357px;
    top: 0;
    right: 0;
  }
  .news-bg--l {
    width: 605px;
    height: 622px;
    bottom: -300px;
    left: -310px;
  }
  .news-btn{

  }
  .news-btn .about-link{
    margin: 0 auto;
  }
  .news-btn .link-message{
    
  }
  body[data-colortype=a] .news {
    background: #f6f7f9;
    -webkit-box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
  }
  body[data-colortype=a] .news-list__desc a {
    color: #4183f2;
  }
  body[data-colortype=b] .news {
    background: #0000ff;
  }
  body[data-colortype=b] .news-list__desc a {
    text-decoration: underline;
  }
  body[data-colortype=c] .news {
    background: #000000;
  }
  body[data-colortype=c] .news-list__desc a {
    text-decoration: underline;
  }
  body[data-colortype=d] .news {
    background: #fff000;
  }
  body[data-colortype=d] .news-list__desc a {
    text-decoration: underline;
  }
  .footer {
    width: 100%;
  }
  .footer .contact {
    width: 100%;
    text-align: center;
    -webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;
    opacity: 1;
  }
  .footer .contact-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    padding: 159px 0;
  }
  .footer .contact__heading {
    letter-spacing: 0.04em;
  }
  .footer .contact__txt {
    margin-top: 20px;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }
  .footer .contact:hover {
    opacity: 0.7;
  }
  .footer-bottom {
    width: 100%;
    padding: 55px 0;
    text-align: center;
  }
  .footer-bottom .copyright {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    font-size: 1rem;
    color: inherit;
    letter-spacing: 0.04em;
  }
  .pagetop {
    width: 92px;
    height: 92px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
  .pagetop a {
    width: 100%;
    height: 100%;
  }
  body[data-colortype=a] .contact {
    color: #ffffff;
    background: #232630;
  }
  body[data-colortype=a] .footer-bottom {
    background: #000000;
    color: #ffffff;
  }
  body[data-colortype=b] .contact, body[data-colortype=b] .footer-bottom {
    background: #0000ff;
  }
  body[data-colortype=b] .footer-bottom {
    border-top: 1px solid #ffffff;
  }
  body[data-colortype=c] .contact, body[data-colortype=c] .footer-bottom {
    background: #000000;
  }
  body[data-colortype=c] .footer-bottom {
    border-top: 1px solid #ffffff;
  }
  body[data-colortype=d] .contact, body[data-colortype=d] .footer-bottom {
    background: #fff000;
  }
  body[data-colortype=d] .footer-bottom {
    border-top: 1px solid #000000;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
  html[data-fontsize=large] {
    font-size: 75%;
  }
  body {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  body[data-colortype=a] {
    background: #ebecf1;
    color: #000000;
  }
  body[data-colortype=b] {
    background: #0000ff;
    color: #ffff00;
  }
  body[data-colortype=c] {
    background: #000000;
    color: #ffffff;
  }
  body[data-colortype=d] {
    background: #ffff00;
    color: #000000;
  }
  section {
    position: relative;
    overflow: hidden;
  }
  .section-heading {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 8.66667vw;
  }
  .header {
    width: 100%;
    height: 12.8vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
  }
  .header.is--bg {
    background: rgba(255, 255, 255, 0.9);
  }
  .header-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  .header .corp-logo {
    width: 24.8vw;
    width: 34.8vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    margin-left: 4vw;
  }
  .header .corp-logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
  }
  .header .nav-btn {
    width: 6.66667vw;
    height: 2.8vw;
    position: absolute;
    top: 50%;
    left: 88vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .nav-btn::before, .header .nav-btn::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0.53333vw;
    background: #000000;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .header .nav-btn::before {
    top: 0;
    left: 0;
  }
  .header .nav-btn::after {
    bottom: 0;
    left: 0;
  }
  .header .nav-btn.active::before {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .header .nav-btn.active::after {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .header .nav-btn.active::before {
    top: 50%;
  }
  .header .nav-btn.active::after {
    top: 50%;
  }
  .header-menuarea {
    width: 100%;
  }
  .header .link-menu {
    display: inline-block;
    /*padding: 11px 28px 7px 0;
        border-right: 1px solid #b3b3b3;
        margin-right: 15px;*/
    width: 100%;
    height: 100vh;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    padding-top: 24.66667vw;
    -webkit-transition: left .4s ease-in-out;
    transition: left .4s ease-in-out;
  }
  .header .link-menu.active {
    left: 0;
  }
  .header .link-menu-list {
    display: inline-block;
    width: 100%;
    padding-left: 4vw;
    margin-bottom: 8vw;
  }
  .header .link-menu__link {
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5.33333vw;
    width: 100%;
    position: relative;
    letter-spacing: 0.03em;
  }
  .header .link-menu__link .arrow {
    display: block;
    width: 4.66667vw;
    height: 4.66667vw;
    background: url(/img/common/header_menu_arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .switch {
    display: inline-block;
    display: none;
    padding: 0 15px;
    text-align: center;
  }
  .header .switch__txt {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 7px;
    line-height: 1;
  }
  .header .switch--color .switch-container {
    width: 100%;
    font-size: 0;
  }
  .header .switch--color .switch-container .switch__btn {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    vertical-align: middle;
    border-radius: 3px;
    margin-bottom: 11px;
    margin-right: 3px;
  }
  .header .switch--color .switch-container .switch__btn[data-colortype=a] {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #000000;
  }
  .header .switch--color .switch-container .switch__btn[data-colortype=b] {
    background: #0000ff;
    color: #ffffff;
  }
  .header .switch--color .switch-container .switch__btn[data-colortype=c] {
    background: #000000;
    color: #ffffff;
  }
  .header .switch--color .switch-container .switch__btn[data-colortype=d] {
    background: #ffff00;
    color: #000000;
  }
  .header .switch--color .switch-container .switch__btn:last-child {
    margin-right: 0;
  }
  .header .switch--font .switch-container {
    width: 100%;
    font-size: 0;
  }
  .header .switch--font .switch-container .switch__btn {
    display: inline-block;
    width: 45px;
    height: 23px;
    text-align: center;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
    margin-bottom: 11px;
    line-height: 23px;
  }
  .header .switch--font .switch-container .switch__btn[data-fontsize=default] {
    background: #6f6f6f;
    color: #ffffff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .header .switch--font .switch-container .switch__btn[data-fontsize=large] {
    background: #dddddd;
    color: #000000;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  body[data-colortype=b] .corp-logo, body[data-colortype=c] .corp-logo, body[data-colortype=d] .corp-logo {
    background: #ffffff;
  }
  .kv {
    width: 100%;
    padding-bottom: 21.86667vw;
  }
  .kv-object {
    max-width: 92vw;
    margin: 35.6vw auto 0;
    position: relative;
  }
  .kv-text-space {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
    position: relative;
  }
  .kv-text__maincatch {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 7.06667vw;
    letter-spacing: 0.1em;
  }
  .kv-text__desc {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 1.91;
    letter-spacing: 0.15em;
    margin-top: 2.66667vw;
  }
  .kv-text__catch-en {
    font-family: 'Josefin Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 5.73333vw;
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 2.66667vw;
  }
  .kv-text__catch-en .logo-typo {
    font-size: 0;
    display: inline-block;
    width: 20.93333vw;
    height: 3.06667vw;
    vertical-align: middle;
    background: url(/img/top/logo_typo.png) no-repeat;
    background-size: contain;
  }
  .kv-bg__circle {
    width: 200vw;
    height: 200vw;
    background-image: radial-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 70%);
    position: absolute;
    top: -70%;
    left: -100%;
    z-index: -1;
  }
  .kv-bg__arrows {
    display: inline-block;
    max-width: 89.33333vw;
    position: absolute;
    top: -17vw;
    right: -43vw;
    z-index: -1;
  }
  .content {
    width: 100%;
  }
  .content-wrapper {
    max-width: 92vw;
    margin: 0 auto;
  }
  .content__heading {
    width: 100%;
    margin: 0 auto 10vw;
  }
  .content-container {
    width: 100%;
    margin: 0 auto 62.8vw;
    position: relative;
  }
  .content__bg-arrow {
    display: block;
    width: 29.33333vw;
    height: 29.33333vw;
    background: url(/img/top/contents_bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -4vw;
    top: 9.33333vw;
    z-index: -1;
  }
  .content__photo {
    display: block;
    width: 69.33333vw;
    background: #c8c8c8;
    min-height: 45.46667vw;
    -webkit-box-shadow: 0.8vw 0.8vw 1.33333vw rgba(0, 0, 0, 0.15), -0.8vw -0.8vw 2.66667vw rgba(255, 255, 255, 0.9);
            box-shadow: 0.8vw 0.8vw 1.33333vw rgba(0, 0, 0, 0.15), -0.8vw -0.8vw 2.66667vw rgba(255, 255, 255, 0.9);
  }
  .content__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-description {
    display: block;
    width: 78.4vw;
    background: #ebecf1;
    padding: 7.33333vw 6.66667vw;
    -webkit-box-shadow: 0.8vw 0.8vw 1.33333vw rgba(0, 0, 0, 0.15);
            box-shadow: 0.8vw 0.8vw 1.33333vw rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 50%;
    top: 41.86667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .content__desc-title {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 0.06em;
    color: inherit;
    margin-bottom: 2.66667vw;
  }
  .content__desc-title--small {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.2vw;
    color: inherit;
    letter-spacing: 0.06em;
    margin-bottom: 0.8vw;
  }
  .content__desc-about {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.73333vw;
    color: inherit;
    letter-spacing: 0.12em;
  }
  body[data-colortype=a] .content-description {
    color: #787878;
  }
  body[data-colortype=b] .content-description {
    background: #0000ff;
    border: 1px solid #ffffff;
  }
  body[data-colortype=c] .content-description {
    background: #000000;
    border: 1px solid #ffffff;
  }
  body[data-colortype=d] .content-description {
    background: #fff000;
    border: 1px solid #000000;
  }
  .about {
    width: 100%;
    padding-top: 9.33333vw;
  }
  .about-wrapper {
    max-width: 92vw;
    margin: 0 auto;
    position: relative;
    padding-bottom: 9.46667vw;
  }
  .about-mainbg {
    width: 113vw;
    height: 113vw;
    background: url(/img/top/about_bg_a.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -17.33333vw;
    top: -6.66667vw;
    z-index: -1;
  }
  .about-subbg {
    display: none;
    width: 496px;
    height: 83px;
    background: #ebecf1;
    -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15), -6px -6px 20px rgba(255, 255, 255, 0.9);
            box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.15), -6px -6px 20px rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    right: -72px;
  }
  .about__heading {
    max-width: 58.13333vw;
    margin: 0 auto;
  }
  .about__description {
    width: 100%;
    margin: 12vw auto 0;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.73333vw;
    letter-spacing: 0.15em;
    line-height: 1.78;
    padding-left: 20vw;
  }
  .about-btn {
    width: 100%;
    padding-left: 20vw;
    margin: 6.4vw auto 0;
  }
  .about-link {
    display: block;
    width: 54.66667vw;
    height: 11.73333vw;
    border-radius: 7px;
    line-height: 11.73333vw;
    text-align: center;
    position: relative;
  }
  .about .link-message,
  .news .link-message {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.73333vw;
    letter-spacing: 0.2em;
  }
  .about .link-arrows,
  .news .link-arrows {
    display: inline-block;
    padding: 0 0 0 0;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    position: absolute;
    top: 50%;
    right: 6.66667vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about .link-arrows::before, .about .link-arrows::after,
  .news .link-arrows::before, .news .link-arrows::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .about .link-arrows::before,
  .news .link-arrows::before {
    left: 0;
    width: 4vw;
    height: 0.53333vw;
    background: #fff;
  }
  .about .link-arrows::after,
  .news .link-arrows::after {
    left: 1.6vw;
    width: 2.4vw;
    height: 2.4vw;
    border-top: 0.53333vw solid #fff;
    border-right: 0.53333vw solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body[data-colortype=a] .about-link {
    background: #4183f2;
    color: #ffffff;
  }
  body[data-colortype=a] .link-arrows::before {
    background: #ffffff;
  }
  body[data-colortype=a] .link-arrows::after {
    border-color: #ffffff;
  }
  body[data-colortype=b] .cabout-link {
    background: #ffff00;
    color: #0000ff;
  }
  body[data-colortype=b] .link-arrows::before {
    background: #0000ff;
  }
  body[data-colortype=b] .link-arrows::after {
    border-color: #0000ff;
  }
  body[data-colortype=c] .about-link {
    background: #ffffff;
    color: #000000;
  }
  body[data-colortype=c] .link-arrows::before {
    background: #000000;
  }
  body[data-colortype=c] .link-arrows::after {
    border-color: #000000;
  }
  body[data-colortype=d] .about-link {
    background: #000;
    color: #ffff00;
  }
  body[data-colortype=d] .link-arrows::before {
    background: #ffff00;
  }
  body[data-colortype=d] .link-arrows::after {
    border-color: #ffff00;
  }
  .news {
    width: 100%;
  }
  .news-wrapper {
    max-width: 92vw;
    padding: 14.13333vw 0 13.33333vw;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .news__heading {
    width: 100%;
    margin-bottom: 7.73333vw;
  }
  .news-container {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
  }
  .news-list {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #acacac;
    padding: 5.73333vw 0;
  }
  .news-list:last-child {
    border-bottom: none;
  }
  .news-list__date {
    width: 100%;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 0.15em;
    margin-bottom: 2.13333vw;
  }
  .news-list__desc {
    width: 100%;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.73333vw;
    line-height: 1.71;
    letter-spacing: 0.15em;
  }
  .news-bg {
    display: block;
    position: absolute;
    z-index: 0;
    background: url(/img/top/footer_bg.png) no-repeat;
    background-size: contain;
  }
  .news-bg--r {
    width: 31.6vw;
    height: 32.53333vw;
    top: 6.66667vw;
    right: 0;
  }
  .news-bg--l {
    width: 31.6vw;
    height: 32.53333vw;
    bottom: 0;
    left: -13.33333vw;
  }
  body[data-colortype=a] .news {
    background: #f6f7f9;
    -webkit-box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.1);
  }
  body[data-colortype=a] .news-list__desc a {
    color: #4183f2;
  }
  body[data-colortype=b] .news {
    background: #0000ff;
  }
  body[data-colortype=b] .news-list__desc a {
    text-decoration: underline;
  }
  body[data-colortype=c] .news {
    background: #000000;
  }
  body[data-colortype=c] .news-list__desc a {
    text-decoration: underline;
  }
  body[data-colortype=d] .news {
    background: #fff000;
  }
  body[data-colortype=d] .news-list__desc a {
    text-decoration: underline;
  }
  .footer {
    width: 100%;
  }
  .footer .contact {
    width: 100%;
    text-align: center;
  }
  .footer .contact-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    padding: 18vw 0;
  }
  .footer .contact__heading {
    letter-spacing: 0.04em;
  }
  .footer .contact__txt {
    width: 89%;
    margin: 4vw auto 0;
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 3.46667vw;
    letter-spacing: 0.2em;
  }
  .footer-bottom {
    width: 100%;
    padding: 6.13333vw 0;
    text-align: center;
  }
  .footer-bottom .copyright {
    font-family: tbudgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.66667vw;
    color: inherit;
    letter-spacing: 0.04em;
  }
  .pagetop {
    width: 14.66667vw;
    height: 14.66667vw;
    position: fixed;
    bottom: 3.33333vw;
    right: 2.66667vw;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
  }
  .pagetop:hover {
    opacity: 0.7;
  }
  .pagetop a {
    width: 100%;
    height: 100%;
  }
  body[data-colortype=a] .contact {
    color: #ffffff;
    background: #232630;
  }
  body[data-colortype=a] .footer-bottom {
    background: #000000;
    color: #ffffff;
  }
  body[data-colortype=b] .contact, body[data-colortype=b] .footer-bottom {
    background: #0000ff;
  }
  body[data-colortype=b] .footer-bottom {
    border-top: 1px solid #ffffff;
  }
  body[data-colortype=c] .contact, body[data-colortype=c] .footer-bottom {
    background: #000000;
  }
  body[data-colortype=c] .footer-bottom {
    border-top: 1px solid #ffffff;
  }
  body[data-colortype=d] .contact, body[data-colortype=d] .footer-bottom {
    background: #fff000;
  }
  body[data-colortype=d] .footer-bottom {
    border-top: 1px solid #000000;
  }
}
/*# sourceMappingURL=index.css.map */