/* libs
========================================================================== */
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?gjo3jl");
  src: url("/fonts/icomoon.eot?gjo3jl#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?gjo3jl") format("truetype"), url("/fonts/icomoon.woff?gjo3jl") format("woff"), url("/fonts/icomoon.svg?gjo3jl#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-globe:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-external-link:before {
  content: "\e903";
}

.icon-arrow-up:before {
  content: "\e904";
}

.icon-download:before {
  content: "\e901";
}

.icon-file-pdf:before {
  content: "\eadf";
}

/* base
========================================================================== */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
/* Document
========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
  outline-width: 0;
}

/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

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

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

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

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

/* reset
========================================================================== */
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
}

*:focus {
  outline: none;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-feature-settings: "palt" 1;
  font-family: "Clarimo UD PE Regular", "UD ShinGo Std TC R", Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 0;
  color: #222222;
  width: 100%;
  background: #eaeff4;
}
@media screen and (min-width: 980px) {
  body {
    font-size: 1.4em;
    min-width: 980px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 500;
}

a {
  box-sizing: border-box;
}

i {
  font-style: italic;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

main {
  position: relative;
}

.wrapper {
  z-index: 0;
  transition: 0.5s;
  max-width: 1536px;
  margin: 0 auto;
  background: #fff;
}

.link-invalid {
  opacity: 0.3;
  pointer-events: none;
}

/* module
========================================================================== */
.wrapper-overflow {
  overflow-x: auto;
}

.drawer-content {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #255b8f;
  z-index: 10;
  padding-top: 100px;
  overflow-y: auto;
  transition: ease 0.5s;
  transform: translateY(-100%);
}
@media screen and (min-width: 980px) {
  .drawer-content {
    display: none;
  }
}

.js-nav-visible .wrapper-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s linear;
}
.js-nav-visible .drawer-content {
  transform: translateY(0%);
}

.drawer-nav {
  margin: 0 20px;
}
.drawer-nav li {
  list-style: none;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.drawer-nav a,
.drawer-nav .button-award {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  padding: 19px 5px 18px;
  box-sizing: border-box;
  transition: all 0.2s;
}
.drawer-nav .award-nav,
.drawer-nav .icn-arrow-down {
  display: none;
}
.drawer-nav .sub {
  margin-left: 30px;
}
.drawer-nav .sns-share-list {
  margin-top: 10px;
}

.drawer-language a {
  display: flex;
  align-items: center;
  width: 110px;
  height: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 1.4rem;
  color: white;
  letter-spacing: 0.1rem;
  text-decoration: none;
  background: #333;
  padding: 0 7px;
  margin: 0 auto;
  border-radius: 40px;
  box-sizing: border-box;
  transition: transform 0.3s linear;
}
@media screen and (max-width: 979px) and (orientation: portrait) {
  .drawer-language a {
    position: absolute;
    right: 30px;
    bottom: 78px;
  }
}
.drawer-language .icon {
  font-size: 3rem;
  margin-right: 5px;
}

.box-line {
  border-bottom: 1px solid #dce5ec;
}

.box-content {
  box-sizing: border-box;
  margin: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .box-content {
    margin: 40px 20px 50px;
  }
}
@media screen and (min-width: 980px) {
  .box-content {
    max-width: 1120px;
    margin: 0 auto;
  }
}

.box-title {
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #255b8f;
}
@media screen and (min-width: 980px) {
  .box-title {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}

.box-caption {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .box-caption {
    text-align: center;
  }
}

.box-text {
  letter-spacing: 0.05rem;
  line-height: 2;
  margin: 30px 0 0;
}
.sns {
  padding-top: 50px;
  background-color: #fff;
}

.sns-inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .sns-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 40px 20px 0;
  }
}
@media screen and (min-width: 980px) {
  .sns-inner {
    display: flex;
    justify-content: space-between;
    width: 980px;
    padding: 90px 0 0;
  }
}

.sns-content {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .sns-content {
    width: 48%;
  }
}
@media screen and (min-width: 980px) {
  .sns-content {
    width: 460px;
  }
}

.sns-twitter {
  border: 1px solid #dce5ec;
  margin-bottom: 22px;
}

.twitter-timeline {
  height: 300px !important;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .twitter-timeline {
    height: 250px !important;
  }
}
@media screen and (min-width: 980px) {
  .twitter-timeline {
    height: 365px !important;
  }
}

.sns-facebook {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .sns-facebook {
    width: 460px;
    margin: 0;
  }
}

.sns-instagram {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sns-instagram img {
  width: 100%;
}
.sns-instagram li {
  list-style: none;
  margin-bottom: 5px;
}
.sns-instagram li:hover {
  opacity: 0.5;
}
@media screen and (max-width: 979px) {
  .sns-instagram li {
    width: 32%;
    margin-right: 2%;
  }
  .sns-instagram li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  .sns-instagram {
    width: 460px;
  }
  .sns-instagram li {
    width: 150px;
    margin-right: 5px;
  }
  .sns-instagram li:nth-child(3n) {
    margin-right: 0;
  }
}

.sns-share {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 980px) {
  .sns-share {
    width: 980px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 980px) {
  .home .sns-share {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .single .sns-share {
    padding: 20px 0;
  }
}

.sns-share-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns-share-list dd {
  margin: 0 10px;
}
.sns-share-list dd img {
  width: 30px;
  height: 30px;
}
.sns-share-list dd:hover {
  opacity: 0.6;
}
.container {
  margin: 0;
  padding: 0 20px;
}
@media screen and (min-width: 980px) {
  .container {
    padding: 0 80px;
  }
}

.container-page {
  margin: 0 20px;
  padding: 30px 0;
}
@media screen and (min-width: 980px) {
  .container-page {
    width: 980px;
    margin: 0 auto;
    padding: 60px 0 0;
  }
}

.container-divide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .container-divide {
    margin-top: 20px;
  }
}
@media screen and (min-width: 980px) {
  .container-divide {
    margin-top: 50px;
  }
}

.container-button {
  width: 100%;
  padding: 20px 0 50px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .container-button {
    padding: 50px 0 50px;
  }
}

.container-border {
  background-color: #fff;
  border: 1px solid #dce5ec;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: -30px;
  overflow: hidden;
}

.button-basic {
  display: inline-block;
  border: 2px solid #255b8f;
  border-radius: 6px;
  color: #fff;
  background: #255b8f;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 18px 0;
  margin: 10px 15px;
  min-width: 240px;
  transition: 0.15s linear;
}
.button-basic:hover {
  color: #255b8f;
  background: #fff;
}

.button-basic_1 {
  display: inline-block;
  border: 2px solid #255b8f;
  border-radius: 6px;
  color: #255b8f;
  background: #fff;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 18px 0;
  margin: 10px 15px;
  min-width: 240px;
  transition: 0.15s linear;
}
.button-basic_1:hover {
  color: #fff;
  background: #255b8f;
}

.button-basic-large {
  display: inline-block;
  border: 2px solid #255b8f;
  border-radius: 6px;
  color: #255b8f;
  background: #fff;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-decoration: none;
  padding: 12px 18px 10px;
  margin: 0;
  transition: 0.15s linear;
}
.button-basic-large:hover {
  color: #fff;
  background: #255b8f;
}
@media screen and (min-width: 980px) {
  .button-basic-large {
    font-size: 1.6rem;
  }
}

.button-more {
  text-decoration: none;
  font-size: 1.8rem;
  color: #255b8f;
  margin-top: 18px;
  transition: 0.2s;
}
.button-more::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-left: 8px;
  background-image: url(/img/common/arrow_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.2s;
}
.button-more:hover {
  opacity: 0.8;
}
.button-more:hover::after {
  transform: scale(1.2);
}

.button-award-list {
  position: relative;
  display: block;
  border: 2px solid #255b8f;
  border-radius: 6px;
  color: #255b8f;
  background: #fff;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  font-size: 1.6rem;
  text-align: left;
  text-decoration: none;
  padding: 18px 0 17px 18px;
  margin: 15px 0;
  min-width: 190px;
  transition: 0.2s;
}
.button-award-list::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 14px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-left: 8px;
  background-image: url(/img/common/arrow_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.2s;
}
.button-award-list:hover {
  opacity: 0.8;
}
.button-award-list:hover::after {
  transform: scale(1.2);
}
.button-award-pdf {
  position: relative;
  display: block;
  border: 2px solid #255b8f;
  border-radius: 6px;
  color: #fff;
  background: #255b8f;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  font-size: 1.6rem;
  text-align: left;
  text-decoration: none;
  padding: 18px 0 17px 18px;
  margin: 0;
  min-width: 190px;
  transition: 0.15s linear;
}
.button-award-pdf::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 14px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-left: 8px;
  background-image: url(/img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
}
.button-award-pdf:hover {
  opacity: 0.7;
}
.button-download {
  position: relative;
  display: inline-block;
  border: 2px solid #255b8f;
  border-radius: 6px;
  color: #255b8f;
  background: #fff;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  font-size: 1.6rem;
  text-align: left;
  text-decoration: none;
  padding: 10px 0 8px 18px;
  margin: 0;
  min-width: 280px;
  max-width: 320px;
  transition: 0.2s;
}
.button-download::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 14px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 2px;
  margin-left: 8px;
  background-image: url(/img/common/icon_download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  transition: 0.2s;
}
.button-download:hover {
  color: #fff;
  background: #255b8f;
}
.button-download:hover::after {
  animation: bounce 1s;
  background-image: url(/img/common/icon_download_fff.svg);
}

@media screen and (min-width: 980px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-tb {
    display: none;
  }
}

@media screen and (max-width: 979px) {
  .hidden-except-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

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

@media screen and (min-width: 321px) {
  .hidden-except-small {
    display: none;
  }
}

.title-none {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 70px 0 0;
  margin: 0;
}

.title-page {
  display: block;
  box-sizing: border-box;
  width: 100%;
  color: #255b8f;
  background: #dce5ec;
  padding: 120px 20px 65px;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .title-page {
    padding: 150px 80px 85px;
  }
}
.title-page h2 {
  font-size: 2.8rem;
  margin-bottom: 15px;
}
.title-page .title-sub {
  font-size: 1.3rem;
}

.title-content {
  font-size: 2.4rem;
  color: #255b8f;
  padding-bottom: 15px;
}
@media screen and (min-width: 980px) {
  .title-content {
    font-size: 2.8rem;
    padding-bottom: 22px;
  }
}

.text-bold {
  font-family: "Clarimo UD PE DemiBold", "UD ShinGo Std TC DB", Arial, sans-serif;
}

.text-small {
  font-size: 1.2rem;
}
@media screen and (min-width: 980px) {
  .text-small {
    font-size: 1.3rem;
  }
}

.text-link {
  position: relative;
}
.text-link:after {
  position: absolute;
  top: -8px;
  right: -18px;
  content: "\e903";
  font-family: "icomoon", sans-serif;
}

.text-lead {
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: justify;
}
.text-lead br {
  display: block;
  content: "";
  margin: 10px 0;
}

.background {
  background-color: #e0e8ee;
}

.background-light {
  background-color: #eaeff4;
}

.background-exlight {
  background-color: #f5f7f9;
}

.bg-color-1 {
  background-color: #f6f8fa;
}

.bg-color-2 {
  background-color: #e5ecf1;
}

.pagetop {
  display: none;
}
@media screen and (min-width: 768px) {
  .pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 40px;
    border: 1px solid #333;
    z-index: 5;
    opacity: 0.6;
  }
  .pagetop a {
    display: block;
    padding: 0.85rem 0.95rem;
    font-size: 2rem;
    color: #333;
    text-decoration: none;
  }
  .pagetop:hover {
    opacity: 1;
  }
}

/* ======================================================================= */
/* Animation
========================================================================== */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn-down {
  from {
    opacity: 0;
    transform: translateY(-80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn-side {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.fadein {
  opacity: 0;
  animation: fadeIn 0.5s ease-out 1s 1 normal forwards;
}

.category-nav {
  width: 100%;
  padding: 0;
  background: linear-gradient(180deg, #dce5ec 0%, #dce5ec 50%, #fff 50%, #fff 100%);
  text-align: center;
}
.category-nav ul {
  display: block;
  padding: 18px 20px 13px;
  margin: 0 20px;
  background: #255b8f;
  border-radius: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .category-nav ul {
    border-radius: 50px;
  }
}
@media screen and (min-width: 980px) {
  .category-nav ul {
    margin: 0 80px;
  }
}
.category-nav ul li {
  display: inline-block;
  list-style: none;
  margin: 5px 3% 3px;
  cursor: pointer;
}
.category-nav ul li a {
  display: block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
}
.category-nav ul li a::after {
  content: "";
  width: 0;
  transition: all 0.2s ease;
  border-bottom: 2px solid #fff;
  display: block;
  padding-top: 5px;
}
.category-nav ul li a:hover::after {
  width: 100%;
}
.category-nav ul .current a:after {
  width: 100%;
}

/* layout
========================================================================== */
/* Header
========================================================================== */
.header {
  transition: 0.2s all;
  position: fixed;
  width: 100%;
  max-width: 1536px;
  z-index: 10;
}
.header .header__inner {
  position: relative;
  display: flex;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #dce5ec;
}
@media screen and (max-width: 979px) {
  .header .header__inner {
    height: 60px;
  }
}
@media screen and (min-width: 980px) {
  .header .header__inner {
    height: 70px;
  }
}
@media screen and (max-width: 979px) {
  .header {
    display: flex;
    width: 100%;
    height: 60px;
    padding: 0;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 980px) {
  .header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
}

.header-title {
  position: absolute;
  top: 15px;
}
@media screen and (max-width: 979px) {
  .header-title {
    left: 15px;
  }
  .header-title img {
    height: 30px;
  }
}
@media screen and (min-width: 980px) {
  .header-title {
    left: 20px;
  }
  .header-title img {
    height: 40px;
  }
}

.header-menu-trigger,
.header-menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.header-menu-trigger {
  display: block;
  position: fixed;
  top: 24px;
  right: 20px;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 100;
}
@media screen and (min-width: 980px) {
  .header-menu-trigger {
    display: none;
  }
}
.header-menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
}
.header-menu-trigger span:nth-of-type(1) {
  top: -3px;
}
.header-menu-trigger span:nth-of-type(2) {
  top: 5px;
}
.header-menu-trigger span:nth-of-type(3) {
  bottom: 6px;
}

.header-menu-active {
  padding: 10px 0 3px 3px;
}

.header-menu-active span {
  background-color: #255b8f;
}

.header-menu-active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.header-menu-active span:nth-of-type(2) {
  opacity: 0;
}

.header-menu-active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

@media screen and (max-width: 979px) {
  .header-content {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .header-content {
    position: absolute;
    top: 0;
    right: 75px;
    flex-grow: 1;
  }
}

@media screen and (min-width: 980px) {
  .header-nav {
    display: flex;
    justify-content: space-around;
    margin: 0;
    font-family: "Clarimo UD PE Regular", "UD ShinGo Std TC R", Arial, sans-serif;
    font-size: 1.4rem;
  }
  .header-nav li {
    list-style: none;
    position: relative;
  }
  .header-nav a {
    display: block;
    height: 70px;
    text-align: left;
    text-decoration: none;
    color: #222222;
    box-sizing: border-box;
    transition: all 0.25s;
    position: relative;
    cursor: pointer;
  }
  .header-nav a:after {
    transition: all 0.25s;
    position: absolute;
    content: "";
    z-index: -1;
  }
  .header-nav a:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
  .header-nav a:hover {
    opacity: 0.8;
    color: #255b8f;
  }
  .header-nav a:hover:after {
    height: 100%;
  }
  .header-nav .btn {
    padding: 30px 0;
    margin: 0 20px;
  }
  .header-nav .button-award {
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    height: 70px;
    padding: 30px 0 0 15px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    color: #222222;
    box-sizing: border-box;
    transition: all 0.25s;
    white-space: nowrap;
    cursor: pointer;
  }
  .header-nav .button-award:after {
    transition: all 0.25s;
    position: absolute;
    content: "";
    z-index: -1;
  }
  .header-nav .button-award:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
  }
  .header-nav .button-award:hover {
    opacity: 0.8;
    color: #255b8f;
  }
  .header-nav .button-award:hover:after {
    height: 100%;
  }
  .header-nav .button-award::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% + 2px);
    left: 2px;
    transform: translateY(-50%) rotate(135deg);
    width: 5px;
    height: 5px;
    border-top: 1px solid #255b8f;
    border-right: 1px solid #255b8f;
    transition: 0.3s;
    transition-delay: 0.1s;
  }
  .header-nav .open::before {
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 980px) {
  .header-nav .award-nav {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    transform: translateY(-5px);
    position: relative;
    width: 110px;
    top: 70px;
    left: 15px;
    list-style: none;
    background-color: #255b88;
    padding-bottom: 3px;
  }
  .header-nav .award-nav li {
    font-size: 1.2rem;
  }
  .header-nav .award-nav li a {
    box-sizing: border-box;
    height: 40px;
    padding: 15px;
    color: #fff;
    text-decoration: none;
  }
  .header-nav .award-nav li a:hover {
    color: #255b8f;
    background-color: #fff;
    opacity: 1;
  }
}
.header-nav .show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s;
  z-index: 2;
}

@media screen and (min-width: 980px) {
  .header-nav-current .button-award,
  .header-nav-current .btn {
    color: #255b8f;
    border-bottom: 3px solid #255b8f;
  }
}

.header-univ {
  position: absolute;
  top: 16px;
  right: 75px;
  width: 30px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-univ .button-lang {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  transition: 0.2s linear;
  background-image: url(/img/common/icon_lang.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (min-width: 980px) {
  .header-univ .button-lang:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 980px) {
  .header-univ {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 10;
  }
}
.header-univ .lang-nav {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform: translateY(-5px);
  position: relative;
  top: 10px;
  right: 35px;
  list-style: none;
  background: #222;
  z-index: 0;
}
.header-univ .lang-nav li {
  font-size: 1.2rem;
  text-align: center;
}
.header-univ .lang-nav li a {
  box-sizing: border-box;
  display: block;
  width: 100px;
  height: 40px;
  padding: 15px;
  color: #fff;
  text-decoration: none;
}
.header-univ .lang-nav li a:hover {
  background-color: #255b8f;
}
.header-univ .lang-nav:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #222;
}
.header-univ .show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  transition: 0.3s;
  z-index: 2;
}

/* Footer
========================================================================== */
.mgh {
  height: 500px;
}

.footer {
  padding: 25px 0;
  font-size: 1.3rem;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 980px) {
  .footer {
    padding: 35px 0;
  }
}

.mb_s {
  margin-bottom: 5px;
}

.mb_m {
  margin-bottom: 30px;
}

.footer-nav dt {
  display: inline-block;
  line-height: 1.5;
  vertical-align: top;
}
.footer-nav dd {
  display: inline-block;
  line-height: 1.5;
  margin-right: 13px;
}
.footer-nav dd:last-child {
  margin: 0;
}
.footer-nav a {
  text-decoration: none;
  color: #222222;
  white-space: nowrap;
}
.footer-nav a:hover {
  opacity: 0.5;
}
.footer-nav .icon {
  margin: 0 10px 0 3px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    overflow: hidden;
    margin: 0 auto;
  }
  .footer-nav dt {
    width: 100%;
    padding-bottom: 10px;
  }
  .footer-nav dd {
    padding-bottom: 20px;
  }
  .footer-nav a {
    display: block;
    margin-bottom: 10px;
  }
  .footer-nav .icon {
    margin: 0 0 0 3px;
  }
}

.footer-nav-policy {
  padding-bottom: 20px;
}
@media screen and (min-width: 980px) {
  .footer-nav-policy {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
.footer-nav-policy a {
  margin: 0 7px;
  text-decoration: none;
  color: #222222;
  white-space: nowrap;
}
.footer-nav-policy a:hover {
  opacity: 0.5;
}

.footer-logo {
  clear: both;
  margin: 15px 0 25px;
}
@media screen and (min-width: 980px) {
  .footer-logo {
    margin: 35px 0 18px;
  }
}

.footer-copyright {
  display: block;
  letter-spacing: normal;
  font-size: 1.2rem;
}

/* page
========================================================================== */
/* Top page
========================================================================== */
#toppage .header .header__inner {
  border-bottom: none;
}
#toppage .top_bg {
  position: fixed;
  top: 60px;
  width: 100%;
  max-width: 1536px;
  height: 100svh;
  min-height: 2075px;
  background-image: url(/archives/2024works/img/top/top_bg.jpg);
  background-position: top right;
  background-repeat: repeat;
  background-size: contain;
}
@media screen and (min-width: 980px) {
  #toppage .top_bg {
    top: 70px;
    background-position: top 70px;
    background-size: cover;
  }
}
#toppage .firstview {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  min-height: 500px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 980px) {
  #toppage .firstview {
    padding-top: 70px;
    height: 42.1875vw;
    max-height: 650px;
    background-color: transparent;
  }
}
#toppage .firstview .logo {
  width: 200px;
}
@media screen and (min-width: 980px) {
  #toppage .firstview .logo {
    width: 15.6vw;
    max-width: 200px;
  }
}
#toppage .top_container {
  width: 100%;
  padding: 55px 20px;
  background-color: rgba(37, 91, 143, 0.9);
  box-sizing: border-box;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #toppage .top_container {
    padding: 90px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 400px;
  }
}
@media screen and (min-width: 768px) {
  #toppage .top_container li {
    width: 30%;
  }
}
#toppage .top_container li .title {
  color: #fff;
  margin-bottom: 50px;
}
#toppage .top_container li .title h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}
#toppage .top_container li .title .title-sub {
  font-size: 1.3rem;
}
#toppage .top_container li a {
  display: block;
  position: relative;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #toppage .top_container li a {
    margin-bottom: 8%;
  }
  #toppage .top_container li a:hover {
    opacity: 0.8;
  }
  #toppage .top_container li a:hover img {
    transform: scale(1.1);
  }
}
#toppage .top_container li a img {
  transition: 0.3s;
  width: 100%;
}
#toppage .top_container li a h3 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  font-size: 1.5rem;
  color: #255b8f;
  padding-right: 28px;
  z-index: 2;
}
#toppage .top_container li a h3::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/archives/2024works/img/common/nav_arrow_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  top: -3px;
  right: 0;
}

#home_archive {
  background-color: #f5f7f9;
}
#home_archive .box-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 15px 0;
  text-align: center;
}
@media screen and (min-width: 980px) {
  #home_archive .box-content {
    width: 100%;
    padding: 80px 60px 0;
  }
}
#home_archive .box-content .box-title {
  margin-bottom: 10px;
}
#home_archive .container-divide {
  justify-content: space-around;
}
#home_archive .archives {
  position: relative;
  width: 45%;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  z-index: 0;
}
#home_archive .archives::before {
  display: block;
  content: "";
  padding-top: 100%;
}
#home_archive .archives a {
  position: absolute;
  top: 0;
  left: 0;
  color: #222222;
  text-decoration: none;
  background: #fff;
}
#home_archive .archives a:hover .archives-image img {
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  #home_archive .archives {
    width: 22.5%;
    margin: 0;
  }
}
#home_archive .archives-image img {
  width: 100%;
}
@media screen and (min-width: 980px) {
  #home_archive .archives-image img {
    transition: 0.3s linear;
  }
}
#home_archive .archives-title {
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  text-align: center;
  padding-top: 9%;
}

/* works detail
========================================================================== */
#works .lower-nav {
  margin-top: -30px;
}
#works .inner {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  #works .inner {
    padding: 70px 0 100px;
  }
}
#works .inner h2 {
  font-size: 2.6rem;
  color: #255b8f;
  margin-bottom: 47px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #works .inner h2 {
    margin-bottom: 67px;
  }
}
#works .inner h3 {
  width: max-content;
  font-size: 2rem;
  padding-bottom: 12px;
  margin: 50px auto;
  border-bottom: 3px solid #255b8f;
}
@media screen and (min-width: 768px) {
  #works .inner h3 {
    margin: 70px auto 60px;
  }
}
#works .inner .col .works_card {
  position: relative;
  padding: 70px 30px 40px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #works .inner .col .works_card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    margin-bottom: 50px;
  }
}
#works .inner .col .works_card .award_icn {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 2rem;
  padding-bottom: 12px;
  margin: 0;
}
#works .inner .col .works_card .works_thumb {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #works .inner .col .works_card .works_thumb {
    margin: 0 50px;
    width: auto;
  }
}
#works .inner .col .works_card .box_txt {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #works .inner .col .works_card .box_txt {
    margin-top: 0;
  }
}
#works .inner .col .gold {
  border: 3px solid #d6b154;
}
#works .inner .col .silver {
  border: 3px solid #a4a4a4;
}
#works .inner .col .bronze {
  border: 3px solid #cd914b;
}
#works .inner .col .bt_gold {
  border-bottom: 3px solid #d6b154;
}
#works .inner .col .bt_silver {
  border-bottom: 3px solid #a4a4a4;
}
#works .inner .col .bt_bronze {
  border-bottom: 3px solid #cd914b;
}
#works .inner .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #works .inner .row {
    gap: 50px;
    justify-content: center;
  }
}
#works .inner .row .works_card {
  position: relative;
  width: calc(50% - 10px);
  border: 2px solid #517ca0;
  padding: 40px 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #works .inner .row .works_card {
    width: calc((100% - 100px) / 3);
  }
}
#works .inner .row .works_card .award_icn {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  #works .inner .row .works_card .award_icn {
    width: 60px;
    height: 60px;
  }
}
#works .inner .row .works_card .works_thumb {
  width: 100%;
  max-width: 144px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #works .inner .row .works_card .works_thumb {
    width: auto;
  }
}
#works .inner .row .works_card .box_txt {
  margin-top: 30px;
  text-align: center;
}
#works .inner .works_card {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #works .inner .works_card .sp-only {
    pointer-events: none;
  }
}
#works .inner .works_card .box_txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #works .inner .works_card .box_txt {
    text-align: left;
  }
}
#works .inner .works_card .box_txt .works_name {
  font-size: 1.6rem;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  margin-bottom: 2rem;
  line-height: 1.2;
  word-break: normal;
}
@media screen and (min-width: 768px) {
  #works .inner .works_card .box_txt .designer_tag {
    display: flex;
  }
}
#works .inner .works_card .box_txt .designer_title {
  font-size: 1.1rem;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.4rem;
  letter-spacing: 0;
  vertical-align: middle;
}
#works .inner .works_card .box_txt .designer_name {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  margin-bottom: 3rem;
  line-height: 1.5;
}
#works .inner .works_card .box_txt .designer_txt {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  word-break: normal;
  text-justify: inter-character;
  margin-bottom: 30px;
}
#works .inner .btn_detail {
  text-decoration: none;
  color: #255b8f;
  position: relative;
  padding-right: 28px;
  transition: 0.3s all;
}
#works .inner .btn_detail::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/archives/2024works/img/common/nav_arrow_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  top: -3px;
  right: 0;
}
#works .inner .btn_detail:hover {
  opacity: 0.6;
}

/* works detail
========================================================================== */
#works_detail .works-intro {
  margin: 50px 20px;
}
@media screen and (min-width: 980px) {
  #works_detail .works-intro {
    display: flex;
    margin: 70px 0 0 80px;
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 980px) {
  #works_detail .works-intro .inner {
    width: 25%;
    margin-right: 10%;
  }
}
#works_detail .works-intro .inner .award {
  display: flex;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
}
#works_detail .works-intro .inner .award h2 {
  display: block;
  margin-right: 30px;
}
#works_detail .works-intro .inner .award h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
}
#works_detail .works-intro .inner .award p {
  font-size: 2rem;
}
#works_detail .works-intro .inner .designer {
  margin: 50px 0 30px;
}
#works_detail .works-intro .inner .designer .title {
  font-size: 1.2rem;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0;
}
#works_detail .works-intro .inner .designer .designer_name {
  font-size: 2rem;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  margin-bottom: 1.5rem;
}
#works_detail .works-intro .inner .designer .designner_country {
  font-size: 1.3rem;
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  margin-bottom: 30px;
}
#works_detail .works-intro .inner .designer .designer_txt {
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: justify;
  word-break: normal;
  text-justify: inter-character;
}
#works_detail .works-intro .works-slide {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) {
  #works_detail .works-intro .works-slide {
    width: 65%;
  }
}
#works_detail .works-intro .works-slide .swiper-container {
  overflow: hidden;
}
#works_detail .works-intro .works-slide .swiper-slide img {
  width: 100%;
  margin-bottom: 20px;
}
#works_detail .works-intro .works-slide .swiper-button-prev,
#works_detail .works-intro .works-slide .swiper-button-next {
  position: absolute;
  top: 100%;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #255b8f;
  border-radius: 100%;
}
#works_detail .works-intro .works-slide .swiper-button-prev:hover,
#works_detail .works-intro .works-slide .swiper-button-next:hover {
  opacity: 0.7;
}
#works_detail .works-intro .works-slide .swiper-button-prev.swiper-button-disabled,
#works_detail .works-intro .works-slide .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
#works_detail .works-intro .works-slide .swiper-button-prev:after,
#works_detail .works-intro .works-slide .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 16px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
#works_detail .works-intro .works-slide .swiper-button-prev,
#works_detail .works-intro .works-slide .swiper-container-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}
#works_detail .works-intro .works-slide .swiper-button-prev:after,
#works_detail .works-intro .works-slide .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
  margin-right: 2px;
}
#works_detail .works-intro .works-slide .swiper-button-next,
#works_detail .works-intro .works-slide .swiper-container-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}
@media screen and (min-width: 980px) {
  #works_detail .works-intro .works-slide .swiper-button-next,
  #works_detail .works-intro .works-slide .swiper-container-rtl .swiper-button-prev {
    right: 30px;
  }
}
#works_detail .works-intro .works-slide .swiper-button-next:after,
#works_detail .works-intro .works-slide .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
  margin-left: 2px;
}
#works_detail .designer-comment {
  border-top: 1px solid #dce5ec;
}
#works_detail .designer-comment ul {
  list-style: none;
}
@media screen and (min-width: 980px) {
  #works_detail .designer-comment ul {
    display: flex;
  }
}
#works_detail .designer-comment ul li {
  display: block;
  padding: 48px 0;
  border-bottom: 1px solid #dce5ec;
}
@media screen and (min-width: 980px) {
  #works_detail .designer-comment ul li {
    width: 50%;
  }
}
#works_detail .designer-comment ul li h4 {
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  font-size: 1.8rem;
  color: #255b8f;
  margin-bottom: 30px;
}
#works_detail .designer-comment ul li p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  word-break: normal;
  text-justify: inter-character;
}
@media screen and (min-width: 980px) {
  #works_detail .designer-comment ul li {
    padding-right: 50px;
  }
  #works_detail .designer-comment ul li:last-child {
    padding-left: 50px;
    padding-right: 0;
    border-left: 1px solid #dce5ec;
  }
}
#works_detail .judge-comment {
  padding-top: 48px;
  border-bottom: 1px solid #dce5ec;
}
#works_detail .judge-comment h4 {
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  font-size: 1.8rem;
  color: #255b8f;
  margin-bottom: 30px;
}
@media screen and (min-width: 980px) {
  #works_detail .judge-comment ul {
    display: flex;
    gap: 50px;
  }
}
#works_detail .judge-comment ul li {
  list-style: none;
  padding-bottom: 48px;
}
#works_detail .judge-comment ul li .judge-name {
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
#works_detail .judge-comment ul li p {
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: justify;
  word-break: normal;
  text-justify: inter-character;
}
@media screen and (min-width: 980px) {
  #works_detail .judge-comment ul li {
    width: 33.3%;
  }
}
#works_detail .works-notes {
  padding: 28px 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
#works_detail .works-notes a {
  text-decoration: none;
  color: #255b8f;
}
@media screen and (min-width: 980px) {
  #works_detail .works-notes {
    text-align: center;
  }
  #works_detail .works-notes span {
    display: inline-block;
    white-space: nowrap;
  }
}
#works_detail .lower-nav {
  font-family: "Clarimo UD PE Medium", "UD ShinGo Std TC M", Arial, sans-serif;
  background-color: #dce5ec;
}
#works_detail .lower-nav .around-nav {
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 980px) {
  #works_detail .lower-nav .around-nav {
    padding: 50px 80px 60px;
  }
}
#works_detail .lower-nav .around-nav a {
  text-decoration: none;
  color: #255b8f;
  transition: 0.3s all;
}
#works_detail .lower-nav .around-nav a:hover {
  opacity: 0.6;
}
#works_detail .lower-nav .around-nav .prev {
  position: relative;
  padding-left: 28px;
}
#works_detail .lower-nav .around-nav .prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/archives/2024works/img/common/nav_arrow_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: 0;
}
#works_detail .lower-nav .around-nav .next {
  position: relative;
  padding-right: 28px;
}
#works_detail .lower-nav .around-nav .next::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/archives/2024works/img/common/nav_arrow_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  top: -3px;
  right: 0;
}
/* works detail
========================================================================== */
#application .inner {
  padding: 50px 20px 10px;
}
@media screen and (min-width: 768px) {
  #application .inner {
    padding: 70px 80px;
  }
}
#application .inner section {
  margin-bottom: 70px;
}
#application .inner section:last-child {
  margin-bottom: 0;
}
#application .inner img {
  width: 100%;
}
#application .inner h2 {
  font-size: 2.6rem;
  color: #255b8f;
  margin-bottom: 47px;
}
@media screen and (min-width: 768px) {
  #application .inner h2 {
    margin-bottom: 57px;
  }
}
#application .inner h3 {
  font-size: 1.8rem;
  color: #255b8f;
  padding-bottom: 20px;
}
#application .inner p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  word-break: normal;
  text-justify: inter-character;
  margin-bottom: 1.6rem;
}/*# sourceMappingURL=common.css.map */