@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[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;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased; /* Macで滑らかに表示 */
  -moz-osx-font-smoothing: grayscale; /* Macで文字のにじみを防ぐ */
}

body {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  font-smooth: never;
}
@media (max-width: 1400px) and (min-width: 768px) {
  body {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 3.5897435897vw;
  }
}

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

a {
  color: #2354A2;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  a:hover {
    text-decoration: none;
    transition: all 0.3s ease 0s;
  }
}

* {
  box-sizing: border-box;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

dl {
  margin: 0;
  padding: 0;
}
dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0 0 0 1em;
  padding: 0;
}

.t-center {
  text-align: center;
}

.spHdn {
  display: block !important;
}

.pcHdn {
  display: none !important;
}

@media (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
  }
  body.is-fixed {
    overflow: hidden;
  }
  .spHdn {
    display: none !important;
  }
  .pcHdn {
    display: block !important;
  }
}
#pagetop {
  position: relative;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #2354A2;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 767.98px) {
  #pagetop {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    bottom: 70px;
    right: 10px;
  }
}
#pagetop:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: solid 2px #FFF;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -6px;
}
#pagetop.show {
  opacity: 1;
  visibility: visible;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-down {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-down.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

#page {
  padding-top: 70px;
}
@media (max-width: 767.98px) {
  #page {
    padding-top: 55px;
  }
}

section {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  section {
    padding: 30px 0;
  }
}
section > .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
section > .inner.pd {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  section > .inner.pd {
    padding: 0 20px;
    margin-bottom: 30px !important;
  }
}
section > .inner.pd.mb {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  section > .inner.pd.mb {
    margin-bottom: 30px;
  }
}
section > .inner.fullpd {
  max-width: initial;
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  section > .inner.fullpd {
    padding: 0 20px;
  }
}
section.pd {
  padding-top: 3.5714285714vw;
  padding-bottom: 3.5714285714vw;
}
@media (max-width: 767.98px) {
  section.pd {
    padding: 30px 0;
  }
}
section.full {
  padding: 0;
}
section.full > .inner {
  max-width: initial;
}
section.lrn {
  padding-left: 0;
  padding-right: 0;
}

.contbox {
  display: block;
  max-width: 1200px;
  margin: auto;
  padding: 4.0714285714vw 0;
}
@media (min-width: 1400px) {
  .contbox {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .contbox {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
}
.contbox.reverse {
  flex-direction: row-reverse;
}
.contbox .clm {
  display: flex;
  /*右側へ要素を広げる（2カラム）*/
}
@media (max-width: 767.98px) {
  .contbox .clm {
    width: 100%;
    padding: 0 20px;
  }
}

.bgWrap01 {
  background: url("../images/bg_assignment02.jpg") no-repeat center top/contain, linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 calc(100% - 500px), #FFF 100%);
}
@media (max-width: 767.98px) {
  .bgWrap01 {
    background: #F2F2F2;
  }
}

.hdg_ttl01 {
  position: relative;
  display: block;
  padding: 0 3.9285714286vw;
  text-align: center;
  margin: 0 auto 3.5714285714vw;
}
@media (min-width: 1400px) {
  .hdg_ttl01 {
    margin: 0 auto 50px;
    padding: 0 50px;
  }
}
@media (max-width: 767.98px) {
  .hdg_ttl01 {
    margin-bottom: 40px;
    padding: 0;
  }
}
.hdg_ttl01 > span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #2354A2;
  background-image: repeating-linear-gradient(90deg, #2354A2, #2354A2 2px, transparent 2px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .hdg_ttl01 > span {
    font-size: 2.2857142857vw;
  }
}
@media (max-width: 767.98px) {
  .hdg_ttl01 > span {
    font-size: 6.4102564103vw;
  }
}

.hdg_ttl02 {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 34px;
  margin: 0 auto 3.5714285714vw;
  background: #2354A2;
  line-height: 1;
}
@media (min-width: 1400px) {
  .hdg_ttl02 {
    margin: 0 auto 50px;
  }
}
@media (max-width: 767.98px) {
  .hdg_ttl02 {
    padding: 0 20px;
    margin: 0 auto 30px;
  }
}
.hdg_ttl02 > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
}
.hdg_ttl02 > span span:first-of-type {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .hdg_ttl02 > span span:first-of-type {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 767.98px) {
  .hdg_ttl02 > span span:first-of-type {
    font-size: 4.1025641026vw;
  }
}
.hdg_ttl02 > span span:last-of-type {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-left: 0.4em;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .hdg_ttl02 > span span:last-of-type {
    font-size: 2vw;
  }
}
@media (max-width: 767.98px) {
  .hdg_ttl02 > span span:last-of-type {
    font-size: 5.641025641vw;
  }
}
.hdg_ttl02:before, .hdg_ttl02:after {
  position: absolute;
  content: "";
  width: calc(50vw - 135px);
  max-width: 465px;
  height: 2px;
  background: #FFF;
  top: 50%;
}
.hdg_ttl02:before {
  right: 270px;
}
.hdg_ttl02:after {
  left: 270px;
}

.hdg_ttl03 {
  margin: 0 auto 3.5714285714vw;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #393939;
  text-align: center;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .hdg_ttl03 {
    font-size: 1.8571428571vw;
  }
}
@media (max-width: 767.98px) {
  .hdg_ttl03 {
    font-size: 4.358974359vw;
  }
}
@media (min-width: 1400px) {
  .hdg_ttl03 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .hdg_ttl03 {
    line-height: 1.4;
    margin-bottom: 30px;
  }
}

.hdg_ttl04 {
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.41;
  color: #2354A2;
}

.boxStyle {
  position: relative;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
  background: #fff;
  margin-top: 8px;
}
.boxStyle .title {
  color: #2354A2;
  font-weight: 500;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.boxStyle .txt > p {
  margin-bottom: 10px;
}
.boxStyle .box {
  padding: 20px 40px;
  border-radius: 11px;
  background: #eff2f7;
  border: 1px solid #a3a3a3;
}
@media (max-width: 767.98px) {
  .boxStyle .box {
    padding: 20px;
  }
}
.boxStyle .ph.comment > p {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .boxStyle .ph.comment > p {
    font-size: 1.2142857143vw;
  }
}
@media (max-width: 767.98px) {
  .boxStyle .ph.comment > p {
    font-size: 3.5897435897vw;
  }
}
.boxStyle:before {
  position: absolute;
  content: "";
  left: 15px;
  top: -8px;
}

nav.sectionMenu {
  margin-top: 10px;
  margin-bottom: 4.2857142857%;
}
nav.sectionMenu ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0;
}
nav.sectionMenu ul li {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #2354A2;
}
@media (max-width: 1400px) and (min-width: 768px) {
  nav.sectionMenu ul li {
    font-size: 1vw;
  }
}
@media (max-width: 767.98px) {
  nav.sectionMenu ul li {
    font-size: 3.5897435897vw;
  }
}
nav.sectionMenu ul li::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 2px #2354A2;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  bottom: -8px;
  left: 50%;
  margin-left: -1px;
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  nav.sectionMenu ul li:hover::after {
    bottom: -11px;
    transition: all 0.3s ease 0s;
  }
}

.btns {
  display: flex;
  gap: 2px;
  width: 100%;
  border-bottom: solid 3px #FFF;
}
@media (max-width: 767.98px) {
  .btns {
    display: none;
  }
}
.btns .btn {
  width: 100%;
}
.btns .btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
  .btns .btn > a {
    height: 60px;
  }
}
.btns .btn > a span {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .btns .btn > a span {
    font-size: 1.7142857143vw;
  }
}
@media (max-width: 767.98px) {
  .btns .btn > a span {
    font-size: 4.1025641026vw;
  }
}
@media (max-width: 767.98px) {
  .btns .btn > a span {
    line-height: 1.3;
  }
}
.btns .btn.no01 {
  display: none;
}
@media (min-width: 768px) {
  .btns .btn.no01:hover {
    background: rgba(221, 189, 55, 0.9);
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 767.98px) {
  .btns .btn.no01 {
    display: block;
  }
  .btns .btn.no01 > a {
    background: rgb(221, 189, 55);
  }
}
.btns .btn.no02 > a {
  background: rgb(221, 189, 55);
}
@media (min-width: 768px) {
  .btns .btn.no02 > a:hover {
    background: rgba(221, 189, 55, 0.9);
    transition: all 0.3s ease 0s;
  }
}
.btns .btn.no03 > a {
  background: rgba(239, 174, 0, 0.9);
}
@media (min-width: 768px) {
  .btns .btn.no03 > a:hover {
    background: rgb(239, 174, 0);
    transition: all 0.3s ease 0s;
  }
}
.btns.footer {
  border-bottom: solid 2px #C2CCDD;
}
@media (max-width: 767.98px) {
  .btns.footer {
    position: fixed;
    display: flex;
    bottom: 0;
    z-index: 200;
    border-bottom: none;
    border-top: solid 2px #FFF;
    background: #FFF;
  }
}

ul.listStyle01 {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em;
  line-height: 1.8;
}
ul.listStyle01.nobtm {
  margin-bottom: 0;
}
ul.listStyle01 li {
  position: relative;
  padding-left: 1em;
}
ul.listStyle01 li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #000;
  left: 0.25em;
  top: 0.8em;
}

#KV {
  width: 100%;
  height: 32.1428571429vw;
  max-height: 450px;
  background: url("../images/bg_kv-pc.jpg") no-repeat center center/cover;
}
@media (max-width: 767.98px) {
  #KV {
    height: initial;
    max-height: initial;
    background: url("../images/bg_kv-sp.jpg") no-repeat center bottom/cover;
  }
}
#KV > .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 1.0714285714vw;
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  #KV > .inner {
    padding-top: 35px;
  }
}
@media (max-width: 767.98px) {
  #KV > .inner {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
#KV > .inner:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 2.5vw;
  max-height: 35px;
  left: -100vw;
  top: 1px;
  background: #2354A2;
}
#KV > .inner .tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 2.5vw;
  max-height: 35px;
  top: 1px;
  left: -30px;
  background: #2354A2;
  transform: skewX(-30deg);
}
@media (max-width: 767.98px) {
  #KV > .inner .tag {
    height: 30px;
  }
}
#KV > .inner .tag .for {
  display: flex;
  align-items: center;
  padding: 0 30px 0 45px;
  height: 100%;
}
@media (max-width: 767.98px) {
  #KV > .inner .tag .for {
    padding: 0 25px 0 45px;
  }
}
#KV > .inner .tag .for span {
  display: block;
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  transform: skewX(30deg);
}
@media (max-width: 1400px) and (min-width: 768px) {
  #KV > .inner .tag .for span {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 767.98px) {
  #KV > .inner .tag .for span {
    font-size: 2.8205128205vw;
  }
}
@media (max-width: 767.98px) {
  #KV > .inner .tag .for span {
    margin-left: 10px;
  }
}
#KV > .inner .tag .for:nth-child(2) {
  background: #FFF;
  padding-left: 25px;
}
#KV > .inner .tag .for:nth-child(2) span {
  color: #2354A2;
}
#KV > .inner .flx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 0 0 15px;
  align-content: space-around;
  height: calc(100% - 2.5vw);
}
@media (min-width: 1400px) {
  #KV > .inner .flx {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  #KV > .inner .flx {
    padding: 0 30px;
    grid-template-columns: 1fr;
  }
}
#KV > .inner .flx > div.l {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
@media (max-width: 767.98px) {
  #KV > .inner .flx > div.l {
    display: block;
  }
}
#KV > .inner .flx > div.r {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 10px;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  #KV > .inner .flx > div.r {
    padding-right: 0;
  }
}
#KV > .inner .flx .copy {
  width: 100%;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(-15px);
  transition: opacity 1.2s ease, transform 1.2s ease;
  margin-top: 35px;
}
@media (max-width: 767.98px) {
  #KV > .inner .flx .copy {
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
#KV > .inner .flx .copy.fade-down {
  opacity: 1;
  transform: translateY(0);
}
#KV > .inner .flx .copy span {
  display: block;
  font-size: 55px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  margin: 0;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #KV > .inner .flx .copy span {
    font-size: 3.9285714286vw;
  }
}
@media (max-width: 767.98px) {
  #KV > .inner .flx .copy span {
    font-size: 8.2051282051vw;
  }
}
#KV > .inner .flx .copyNote {
  margin: 0 0 0.7142857143vw;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  #KV > .inner .flx .copyNote {
    margin-bottom: 20px;
  }
}
#KV > .inner .flx .copyNote span {
  display: block;
  color: #FFF;
  font-size: 24px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1400px) and (min-width: 768px) {
  #KV > .inner .flx .copyNote span {
    font-size: 1.7142857143vw;
  }
}
@media (max-width: 767.98px) {
  #KV > .inner .flx .copyNote span {
    font-size: 5.3846153846vw;
  }
}
@media (max-width: 767.98px) {
  #KV > .inner .flx .copyNote span {
    display: inline;
  }
}
#KV > .inner .flx .link {
  width: 100%;
  margin-bottom: 25px;
}
#KV > .inner .flx .link > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 3.4285714286vw;
  max-height: 48px;
  margin: 0 auto;
  border-radius: 24px;
  background: #DDBD37;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767.98px) {
  #KV > .inner .flx .link > a {
    width: 250px;
    height: 38px;
    border-radius: 19px;
    max-height: initial;
    margin-bottom: 20px;
  }
}
#KV > .inner .flx .link > a span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #KV > .inner .flx .link > a span {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 767.98px) {
  #KV > .inner .flx .link > a span {
    font-size: 3.8461538462vw;
  }
}
#KV > .inner .flx .link > a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border: solid 2px #FFF;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
  top: 50%;
  right: 20px;
  margin-top: -3px;
}

#banners {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: #FFF;
  white-space: nowrap;
}
#banners .bannerWrap {
  display: flex;
  align-items: center;
  gap: 50px;
  height: 60px;
  will-change: transform;
}
@media (max-width: 767.98px) {
  #banners .bannerWrap {
    height: 45px;
  }
}
#banners .bannerWrap .item {
  min-width: 200px;
  height: 40px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #banners .bannerWrap .item {
    min-width: 100px;
    height: 30px;
  }
}

#news {
  position: static;
  background: #000;
  color: #FFF;
  padding: 0 15px;
}
#news .swiper {
  width: 100%;
  max-width: 1200px;
  height: 50px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #news .swiper {
    height: 60px;
  }
}
#news .swiper-slide {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
#news .item {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #news .item {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 767.98px) {
  #news .item {
    font-size: 3.0769230769vw;
  }
}
@media (max-width: 767.98px) {
  #news .item {
    flex-wrap: wrap;
    width: 100%;
  }
}
#news .item .date {
  width: 9em;
  letter-spacing: 0.05em;
}
#news .item .category {
  margin: 0;
  width: 100px;
  height: 18px;
  line-height: 18px;
  margin-right: 20px;
  font-size: 10px;
  background: #D8EFEE;
  color: #000;
  text-align: center;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #news .item .category {
    font-size: 0.8571428571vw;
  }
}
@media (max-width: 767.98px) {
  #news .item .category {
    font-size: 2.5641025641vw;
  }
}
#news .item .title {
  flex: 1;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  #news .item .title {
    width: 100%;
    display: inline-flex;
  }
}
#news .item .title a {
  color: #FFF;
}
@media (max-width: 767.98px) {
  #news .item .title a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

#ASSIGNMENT {
  padding-top: 4.2857142857%;
}
@media (min-width: 1400px) {
  #ASSIGNMENT {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  #ASSIGNMENT {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
#ASSIGNMENT .hdg_ttl01 {
  padding: 0;
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .hdg_ttl01 {
    width: 100%;
    padding-top: 20.6666666667vw;
    text-align: left;
    margin-bottom: 0;
  }
}
#ASSIGNMENT .hdg_ttl01 > p:first-of-type {
  font-size: 23px;
  color: #393939;
  font-weight: 500;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #ASSIGNMENT .hdg_ttl01 > p:first-of-type {
    font-size: 1.6428571429vw;
  }
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .hdg_ttl01 > p:first-of-type {
    font-size: 5.1282051282vw;
  }
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .hdg_ttl01 > p:first-of-type {
    margin-bottom: 0.25em;
  }
}
#ASSIGNMENT .hdg_ttl01 > p:first-of-type > span {
  color: #2354A2;
}
#ASSIGNMENT .hdg_ttl01 > p:last-of-type {
  font-size: 33px;
  color: #393939;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #ASSIGNMENT .hdg_ttl01 > p:last-of-type {
    font-size: 2.3571428571vw;
  }
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .hdg_ttl01 > p:last-of-type {
    font-size: 6.6666666667vw;
  }
}
#ASSIGNMENT .contbox {
  position: relative;
  padding: 0 0 65px;
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox {
    padding: 0 20px;
  }
}
#ASSIGNMENT .contbox .taskGroup {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 30.3333333333% auto 30.3333333333%;
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox .taskGroup {
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  #ASSIGNMENT .contbox .taskGroup:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images/bg_assignment01.png") no-repeat center center;
    background-position: center top 20px;
    background-size: 93.3333333333vw 93.3333333333vw;
    left: 0;
    top: 0;
    z-index: -1;
  }
}
#ASSIGNMENT .contbox .taskGroup > .item {
  position: relative;
  background: #fff;
  filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.1));
  border-radius: 15px;
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox .taskGroup > .item {
    margin-bottom: 30px;
  }
}
#ASSIGNMENT .contbox .taskGroup > .item:before {
  position: absolute;
  content: "";
  background: url("../images/icon_mark01.svg") no-repeat left top/contain;
  width: 1.1428571429vw;
  max-width: 16px;
  height: 0.9285714286vw;
  max-height: 13px;
  left: 10px;
  top: 0;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox .taskGroup > .item:before {
    width: 16px;
    height: 13px;
  }
}
#ASSIGNMENT .contbox .taskGroup > .item .ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 15px 15px 0 0;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgb(230, 236, 247) 4px, rgb(230, 236, 247) 25px);
}
#ASSIGNMENT .contbox .taskGroup > .item .ttl > span {
  font-size: 14px;
  color: #393939;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #ASSIGNMENT .contbox .taskGroup > .item .ttl > span {
    font-size: 1vw;
  }
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox .taskGroup > .item .ttl > span {
    font-size: 3.5897435897vw;
  }
}
#ASSIGNMENT .contbox .taskGroup > .item .ttl:after {
  position: absolute;
  content: "";
  width: 72px;
  height: 72px;
  right: 0;
  top: -9px;
}
#ASSIGNMENT .contbox .taskGroup > .item:nth-child(1) .ttl:after {
  background: url("../images/img_assignment02.png") no-repeat left top/contain;
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox .taskGroup > .item:nth-child(1) {
    order: 2;
  }
}
#ASSIGNMENT .contbox .taskGroup > .item:nth-child(2) {
  position: relative;
  background: none;
  filter: none;
  text-align: center;
}
#ASSIGNMENT .contbox .taskGroup > .item:nth-child(2):before {
  display: none;
}
#ASSIGNMENT .contbox .taskGroup > .item:nth-child(2):after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/bg_assignment01.png") no-repeat center center;
  background-size: 26.0714285714vw 27.5714285714vw;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (min-width: 1400px) {
  #ASSIGNMENT .contbox .taskGroup > .item:nth-child(2):after {
    background-size: 365px 386px;
  }
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox .taskGroup > .item:nth-child(2):after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox .taskGroup > .item:nth-child(2) {
    order: 1;
  }
  #ASSIGNMENT .contbox .taskGroup > .item:nth-child(2) img {
    position: absolute;
    width: 24vw;
    height: 24.4vw;
    right: 9.3333333333vw;
    top: 20px;
  }
}
#ASSIGNMENT .contbox .taskGroup > .item:nth-child(3):before {
  background: url("../images/icon_mark02.svg") no-repeat left top/contain;
}
#ASSIGNMENT .contbox .taskGroup > .item:nth-child(3) .ttl:after {
  background: url("../images/img_assignment03.png") no-repeat left top/contain;
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox .taskGroup > .item:nth-child(3) {
    order: 3;
  }
}
#ASSIGNMENT .contbox .taskGroup > .item .list {
  list-style: none;
  margin: 0 2.8571428571vw;
}
@media (min-width: 1400px) {
  #ASSIGNMENT .contbox .taskGroup > .item .list {
    margin: 0 40px;
  }
}
#ASSIGNMENT .contbox .taskGroup > .item .list li {
  padding: 1.0714285714vw 0;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 1400px) {
  #ASSIGNMENT .contbox .taskGroup > .item .list li {
    padding: 15px 0;
  }
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox .taskGroup > .item .list li {
    padding: 10px 0;
  }
}
#ASSIGNMENT .contbox .taskGroup > .item .list li:not(:last-of-type) {
  background-image: repeating-linear-gradient(90deg, #2354A2, #2354A2 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
#ASSIGNMENT .contbox .taskGroup > .item .list span {
  font-size: 16px;
  color: #393939;
  font-weight: 500;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #ASSIGNMENT .contbox .taskGroup > .item .list span {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox .taskGroup > .item .list span {
    font-size: 3.5897435897vw;
  }
}
#ASSIGNMENT .contbox .taskGroup > .item .list span.color {
  color: #2354A2;
}
#ASSIGNMENT .contbox .taskGroup > .item .list span.big {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #ASSIGNMENT .contbox .taskGroup > .item .list span.big {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 767.98px) {
  #ASSIGNMENT .contbox .taskGroup > .item .list span.big {
    font-size: 4.1025641026vw;
  }
}

#USEIMAGE {
  position: relative;
  padding: 0 2.1428571429vw;
  background: #FFF;
  border-radius: 0 12.8571428571vw 0 12.8571428571vw;
  background: url("../images/bg_space.jpg") no-repeat center center/cover;
  overflow: hidden;
}
@media (min-width: 1400px) {
  #USEIMAGE {
    padding: 0 15px;
    border-radius: 0 180px 0 180px;
  }
}
@media (max-width: 767.98px) {
  #USEIMAGE {
    padding: 0 20px;
  }
}
#USEIMAGE:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
  border-top: 30px solid #F2F2F2;
  border-bottom: 0;
  top: 0;
  left: 50%;
  margin-left: -28px;
  z-index: 2;
}
#USEIMAGE:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(15, 55, 144, 0.41);
  left: 0;
  top: 0;
  z-index: 1;
}
#USEIMAGE .contbox {
  position: relative;
  padding: 50px 0 60px;
  z-index: 2;
}
#USEIMAGE .contbox .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 405px;
  height: 55px;
  margin: 0 auto 30px;
  border: solid 2px #FFF;
}
@media (max-width: 767.98px) {
  #USEIMAGE .contbox .ttl {
    margin: 0 auto 30px;
    width: 250px;
    height: 40px;
  }
}
#USEIMAGE .contbox .ttl > span {
  display: block;
  font-size: 23px;
  color: #FFF;
  letter-spacing: 1px;
  font-weight: 600;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #USEIMAGE .contbox .ttl > span {
    font-size: 1.6428571429vw;
  }
}
@media (max-width: 767.98px) {
  #USEIMAGE .contbox .ttl > span {
    font-size: 4.358974359vw;
  }
}
#USEIMAGE .contbox > p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #USEIMAGE .contbox > p {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 767.98px) {
  #USEIMAGE .contbox > p {
    font-size: 4.358974359vw;
  }
}
@media (max-width: 767.98px) {
  #USEIMAGE .contbox > p {
    margin-bottom: 50px;
  }
}
#USEIMAGE .contbox .clm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.1428571429vw;
}
@media (max-width: 767.98px) {
  #USEIMAGE .contbox .clm {
    display: block;
    padding: 0;
  }
}
#USEIMAGE .contbox .clm .item .logo img {
  display: block;
  width: 100%;
  height: 2.7142857143vw;
  margin: 0 auto 25px;
}
@media (min-width: 1400px) {
  #USEIMAGE .contbox .clm .item .logo img {
    height: 38px;
  }
}
#USEIMAGE .contbox .clm .item .ph img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  #USEIMAGE .contbox .clm .item:first-of-type {
    margin-bottom: 50px;
  }
}
#USEIMAGE .contbox .clm .item:first-of-type .logo img {
  max-width: 325px;
}
@media (max-width: 767.98px) {
  #USEIMAGE .contbox .clm .item:first-of-type .logo img {
    max-width: initial;
    height: 20px;
  }
}
#USEIMAGE .contbox .clm .item:first-of-type .ph img {
  max-width: 489px;
}
#USEIMAGE .contbox .clm .item:last-of-type .logo img {
  max-width: 560px;
}
@media (max-width: 767.98px) {
  #USEIMAGE .contbox .clm .item:last-of-type .logo img {
    max-width: initial;
    height: 25px;
  }
}
#USEIMAGE .contbox .clm .item:last-of-type .ph img {
  max-width: 485px;
}

#SERVICE {
  padding-bottom: 5.7142857143vw;
  background: #F2F2F2;
  border-radius: 0 0 0 12.8571428571vw;
}
@media (min-width: 1400px) {
  #SERVICE {
    padding-bottom: 80px;
    border-radius: 0 0 0 180px;
  }
}
#SERVICE .hdg_ttl01 > span {
  padding: 0 30px 10px;
}
#SERVICE .serviceBlock {
  padding: 0;
}
@media (max-width: 767.98px) {
  #SERVICE .serviceBlock {
    padding: 30px 20px 0;
  }
}
#SERVICE .serviceBlock .wrap {
  max-width: 980px;
  border-radius: 30px;
  background: #FFF;
  margin: 0 auto 4.2857142857vw;
  overflow: hidden;
}
@media (min-width: 1400px) {
  #SERVICE .serviceBlock .wrap {
    margin: 0 auto 60px;
  }
}
@media (max-width: 767.98px) {
  #SERVICE .serviceBlock .wrap {
    padding: 0 auto;
    margin-bottom: 50px;
  }
}
#SERVICE .serviceBlock .wrap > div {
  display: grid;
  width: 100%;
  grid-template-columns: 24vw auto;
}
@media (min-width: 1400px) {
  #SERVICE .serviceBlock .wrap > div {
    grid-template-columns: 336px auto;
  }
}
@media (max-width: 767.98px) {
  #SERVICE .serviceBlock .wrap > div {
    display: block;
  }
}
#SERVICE .serviceBlock .wrap > div > .ph {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 15px;
  background: url("../images/bg_space.jpg") no-repeat center center/cover;
}
@media (max-width: 767.98px) {
  #SERVICE .serviceBlock .wrap > div > .ph {
    margin-bottom: 20px;
  }
}
#SERVICE .serviceBlock .wrap > div > .ph img {
  display: block;
  width: 100%;
  margin: auto;
}
#SERVICE .serviceBlock .wrap > div > .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.7857142857vw 2.8571428571vw 1.7857142857vw 2.8571428571vw;
}
@media (min-width: 1400px) {
  #SERVICE .serviceBlock .wrap > div > .cont {
    padding: 25px 40px;
  }
}
@media (max-width: 767.98px) {
  #SERVICE .serviceBlock .wrap > div > .cont {
    padding: 0 20px 20px;
  }
}
#SERVICE .serviceBlock .wrap > div > .cont p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 3.5714285714vw;
  margin-bottom: 1.5em;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #SERVICE .serviceBlock .wrap > div > .cont p {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 767.98px) {
  #SERVICE .serviceBlock .wrap > div > .cont p {
    font-size: 3.5897435897vw;
  }
}
#SERVICE .serviceBlock .wrap > div > .cont p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #SERVICE .serviceBlock .wrap > div > .cont p {
    line-height: 1.6;
    text-align: left;
  }
}
#SERVICE .serviceBlock .wrap.item01 > div > .ph img {
  max-width: 314px;
}
#SERVICE .serviceBlock .wrap.item02 > div > .ph img {
  max-width: 302px;
}
#SERVICE .serviceBlock .wrap.item02 > div > .cont p {
  margin-bottom: 1.5em;
}
#SERVICE .serviceBlock .wrap.item03 > div > .ph img {
  max-width: 253px;
}
#SERVICE .serviceBlock .wrap.item04 > div > .ph {
  padding: 0;
}
#SERVICE .serviceBlock .wrap.item04 > div > .ph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#EVIDENCE {
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  #EVIDENCE {
    padding-bottom: 30px;
  }
}
#EVIDENCE p {
  text-align: center;
  margin-bottom: 3.5714285714vw;
}
@media (min-width: 1400px) {
  #EVIDENCE p {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  #EVIDENCE p {
    margin-bottom: 30px;
    text-align: left;
  }
}
#EVIDENCE .clm {
  display: grid;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  #EVIDENCE .clm {
    display: block;
    padding: 0;
  }
}
#EVIDENCE .clm.item2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 5.7142857143vw;
}
@media (min-width: 1400px) {
  #EVIDENCE .clm.item2 {
    gap: 80px;
  }
}
#EVIDENCE .clm.item3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 5.7142857143vw;
}
@media (min-width: 1400px) {
  #EVIDENCE .clm.item3 {
    gap: 80px;
  }
}
#EVIDENCE .item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  #EVIDENCE .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#EVIDENCE .item .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5714285714vw;
  margin-bottom: 20px;
  border-radius: 4px;
  background: #2354A2;
}
@media (min-width: 1400px) {
  #EVIDENCE .item .ttl {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  #EVIDENCE .item .ttl {
    height: 35px;
    margin-bottom: 10px;
  }
}
#EVIDENCE .item .ttl span {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  padding: 0 10px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #EVIDENCE .item .ttl span {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 767.98px) {
  #EVIDENCE .item .ttl span {
    font-size: 4.6153846154vw;
  }
}
#EVIDENCE .item .ph {
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  #EVIDENCE .item .ph {
    margin-bottom: 10px;
  }
}
#EVIDENCE .item .ph img {
  width: 100%;
  height: 22.4285714286vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) {
  #EVIDENCE .item .ph img {
    height: 314px;
  }
}
@media (max-width: 767.98px) {
  #EVIDENCE .item .ph img {
    height: 200px;
  }
}
#EVIDENCE .cont {
  flex-grow: 1;
  padding: 1.7857142857vw 1.4285714286vw;
  border-radius: 4px;
  background: #F2F2F2;
  line-height: 2;
}
@media (min-width: 1400px) {
  #EVIDENCE .cont {
    padding: 25px 20px;
  }
}
@media (max-width: 767.98px) {
  #EVIDENCE .cont {
    padding: 20px;
  }
}
#EVIDENCE .cont.double {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 0;
}
@media (max-width: 767.98px) {
  #EVIDENCE .cont.double {
    grid-template-columns: 1fr;
  }
}
#EVIDENCE .cont .listStyle01 {
  margin-bottom: 0;
}
#EVIDENCE .cont .listStyle01 li {
  margin-bottom: 0.1em;
}
#EVIDENCE .cont .listStyle01 li.no {
  margin-left: -1em;
}
#EVIDENCE .cont .listStyle01 li.no::before {
  display: none;
}

#SERVICEFLOW {
  padding-bottom: 1px;
  background: #F2F2F2;
}
#SERVICEFLOW .inner.center {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .inner.center {
    margin-bottom: 30px;
    text-align: left;
    padding: 0 20px;
  }
}
#SERVICEFLOW .boxStyle {
  max-width: 775px;
  padding: 0;
  margin: 0 auto 150px;
  box-shadow: none;
  background: none;
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle {
    margin: 0 auto 50px;
  }
}
#SERVICEFLOW .boxStyle .box {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-radius: 22px;
  background: #FFF;
  border: 2px solid #E8E8E8;
}
#SERVICEFLOW .boxStyle .box:not(:last-of-type) {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle .box {
    display: block;
    padding: 26px 0 20px;
  }
}
#SERVICEFLOW .boxStyle .box .l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: center;
  width: 110px;
  margin-right: 30px;
  border-right: solid 2px #E8E8E8;
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle .box .l {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    width: 110px;
    margin-right: 0;
    top: 11px;
    left: 0;
    border-right: none;
    text-align: center;
  }
}
#SERVICEFLOW .boxStyle .box .l > span {
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  color: #2354A2;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle .box .l > span {
    display: inline;
  }
}
#SERVICEFLOW .boxStyle .box .l > span:first-of-type {
  font-size: 20px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #SERVICEFLOW .boxStyle .box .l > span:first-of-type {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle .box .l > span:first-of-type {
    font-size: 5.1282051282vw;
  }
}
#SERVICEFLOW .boxStyle .box .l > span:last-of-type {
  font-size: 43px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #SERVICEFLOW .boxStyle .box .l > span:last-of-type {
    font-size: 3.0714285714vw;
  }
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle .box .l > span:last-of-type {
    font-size: 11.0256410256vw;
  }
}
#SERVICEFLOW .boxStyle .box .r {
  flex: 1;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle .box .r {
    padding-right: 20px;
  }
}
#SERVICEFLOW .boxStyle .box .r > .item {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle .box .r > .item {
    align-items: flex-start;
    padding: 0;
  }
}
#SERVICEFLOW .boxStyle .box .r > .item .icon {
  width: 92px;
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle .box .r > .item .icon {
    width: 75px;
    margin-left: 20px;
    margin-top: 70px;
  }
}
#SERVICEFLOW .boxStyle .box .r > .item .txt {
  flex: 1;
}
#SERVICEFLOW .boxStyle .box .r > .item .txt .ttl {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #SERVICEFLOW .boxStyle .box .r > .item .txt .ttl {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle .box .r > .item .txt .ttl {
    font-size: 4.6153846154vw;
  }
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle .box .r > .item .txt .ttl {
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
}
#SERVICEFLOW .boxStyle .box .r > .item .txt > p {
  font-size: 16px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #SERVICEFLOW .boxStyle .box .r > .item .txt > p {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 767.98px) {
  #SERVICEFLOW .boxStyle .box .r > .item .txt > p {
    font-size: 4.1025641026vw;
  }
}

/* 英語サイト */
body.en #news .swiper {
  height: 60px;
}
body.en #news .item .date {
  width: 12em;
}
@media (max-width: 767.98px) {
  body.en #ASSIGNMENT .hdg_ttl01 > p:first-of-type {
    line-height: 1.2;
    margin-bottom: 0.5em;
    color: #2354A2;
  }
  body.en #ASSIGNMENT .hdg_ttl01 > p:last-of-type {
    line-height: 1.3;
  }
}
body.en #KV > .inner .flx .copy {
  line-height: 1.2;
  margin-top: 0;
}

#gblHeader {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  background: #000;
  border-bottom: solid 1px rgba(35, 84, 162, 0.59);
  z-index: 100;
}
@media (max-width: 767.98px) {
  #gblHeader {
    height: 55px;
  }
}
#gblHeader .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
}
#gblHeader .inner .logo {
  margin-left: 15px;
  z-index: 300;
}
#gblHeader .inner .logo a {
  display: flex;
  align-items: center;
}
#gblHeader .inner .logo a img {
  width: 18.4285714286vw;
  max-width: 258px;
  vertical-align: baseline;
}
@media (max-width: 767.98px) {
  #gblHeader .inner .logo a img {
    width: 160px;
  }
}

/*----------------------------
  * グローバルメニュー
  *----------------------------*/
#gblNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
#gblNav .menu ul {
  display: flex;
  gap: 15px;
  list-style: none;
}
#gblNav .menu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  transition: all 0.3s ease 0s;
}
#gblNav .menu ul li a > span {
  font-weight: 500;
  color: #FFF;
  line-height: 1;
}
#gblNav .menu ul li.same {
  padding: 0 5px;
  border-bottom: solid 3px #000;
  margin-right: 0.7142857143vw;
}
#gblNav .menu ul li.same.active {
  border-bottom: solid 3px #FFF;
}
@media (min-width: 768px) {
  #gblNav .menu ul li.same:hover {
    border-bottom: solid 3px #2354A2;
  }
}
#gblNav .menu ul li.bl {
  border: 1px solid #FFF;
  border-radius: 5px;
  background: url("../images/ico_link-w.svg") no-repeat right 15px top 11px/contain;
  background-size: 15px 15px;
}
#gblNav .menu ul li.bl a {
  display: block;
  width: 100%;
  padding: 0 40px 0 20px;
}
#gblNav .menu ul li.bl a > span {
  font-size: 14px;
  color: #FFF;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #gblNav .menu ul li.bl a > span {
    font-size: 1vw;
  }
}
@media (max-width: 767.98px) {
  #gblNav .menu ul li.bl a > span {
    font-size: 3.5897435897vw;
  }
}
@media (min-width: 768px) {
  #gblNav .menu ul li.bl:hover {
    background: url("../images/ico_link-b.svg") no-repeat right 15px top 11px/contain #FFF;
    background-size: 15px 15px;
  }
  #gblNav .menu ul li.bl:hover a > span {
    color: #000;
  }
}
#gblNav .menu ul li.lang > span {
  display: inline-block;
  padding: 0 2px;
  color: #FFF;
}
#gblNav .menu ul li.lang > span a {
  color: #bbbbbb;
}
#gblNav .menu ul li.lang > span.active a {
  color: #FFF;
  font-weight: 600;
}
@media (min-width: 768px) {
  #gblNav .menu ul li.lang > span:hover a {
    color: #2354A2;
    font-weight: 600;
  }
}

#headBtns {
  width: 14.3571428571vw;
  max-width: 201px;
  margin-left: 20px;
  border-bottom: none;
  gap: 1px;
}
@media (min-width: 1400px) {
  #headBtns {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  #headBtns {
    display: none;
  }
}
#headBtns .btn > a {
  height: 70px;
}
#headBtns .btn > a > span {
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #headBtns .btn > a > span {
    font-size: 1vw;
  }
}
@media (max-width: 767.98px) {
  #headBtns .btn > a > span {
    font-size: 3.5897435897vw;
  }
}
#headBtns .btn:nth-child(1) > a {
  background: #DDBD37;
}
@media (min-width: 768px) {
  #headBtns .btn:nth-child(1) > a:hover {
    background: rgba(221, 189, 55, 0.9);
    transition: all 0.3s ease 0s;
  }
}
#headBtns .btn:nth-child(2) > a {
  background: #EFAE00;
}
@media (min-width: 768px) {
  #headBtns .btn:nth-child(2) > a:hover {
    background: rgba(239, 174, 0, 0.9);
    transition: all 0.3s ease 0s;
  }
}

#spBtn {
  display: none !important;
}

#gblHeader .snsNavi {
  display: none !important;
}

@media (max-width: 767.98px) {
  /*----------------------------
   * グローバルメニュー
   *----------------------------*/
  #gblNav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #gblNav .menu {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
  }
  /*----------------------------
  * メニュー開閉ボタン
  *----------------------------*/
}
@media (max-width: 767.98px) and (min-width: 768px) {
  #gblNav .menu li a:hover {
    color: #FFF;
  }
}
@media (max-width: 767.98px) {
  #gblNav .menu li.ec a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: solid 2px #FFF;
  }
  #gblNav {
    position: fixed;
    display: flex;
    flex-direction: column-reverse;
    width: 80%;
    height: 100%;
    padding: 0 30px 80px;
    top: 0;
    left: 100%;
    z-index: 102;
    background: #000;
    transition: all 0.5s;
    font-size: 1.6rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 70px;
  }
  #gblNav.is-active {
    left: 20%;
    background: #000;
    z-index: 200;
  }
  #gblNav .menu {
    display: block;
    height: 100%;
  }
  #gblNav .menu ul {
    display: block;
    gap: 10px;
    margin: 0;
  }
  #gblNav .menu ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #gblNav .menu ul li a {
    color: #FFF;
  }
  #gblNav .menu ul li a > span {
    display: block;
    color: #FFF;
  }
  #gblNav .menu ul li.same.active {
    border-bottom: solid 3px #FFF;
  }
  #gblNav .menu ul li.bl {
    width: 100%;
    margin-top: 10px;
    background: url("../images/ico_link-w.svg") no-repeat right 15px top 11px/contain;
    background-size: 15px 15px;
    margin: 10px 0 0;
  }
  #gblNav .menu ul li.bl a {
    display: block;
    width: 100%;
    padding: 0 40px 0 10px;
  }
  #gblNav .menu ul li.bl a > span {
    font-size: 14px;
    color: #FFF;
  }
}
@media (max-width: 767.98px) and (max-width: 1400px) and (min-width: 768px) {
  #gblNav .menu ul li.bl a > span {
    font-size: 1vw;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  #gblNav .menu ul li.bl a > span {
    font-size: 3.5897435897vw;
  }
}
@media (max-width: 767.98px) {
  #gblNav .menu ul li.lang {
    width: 100%;
    justify-content: end;
    margin: 0;
  }
  #gblNav .menu ul li.lang > span {
    color: #FFF;
  }
  #gblNav .menu ul li.lang > span a {
    color: #FFF;
  }
  #gblNav .menu ul li.lang > span.active a {
    color: #FFF;
    font-weight: 600;
  }
  #gblNav .spmenut {
    width: 100%;
    margin-bottom: 15px;
  }
  #gblNav .spmenut > a,
  #gblNav .spmenut > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 0;
    background: #2354A2;
    border-radius: 5px;
    color: #FFF;
  }
  #gblNav .spmenut > a > span,
  #gblNav .spmenut > span > span {
    color: #FFF;
  }
  #gblNav .spmenut.link > a::after,
  #gblNav .spmenut.link > span::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: solid 2px #FFF;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    top: 13px;
    right: 15px;
  }
  #gblNav .spmenu {
    width: 100%;
    margin-bottom: 20px;
  }
  #gblNav .spmenu ul {
    list-style: none;
    margin: 0 10px;
  }
  #gblNav .spmenu ul li {
    position: relative;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 1em;
  }
}
@media (max-width: 767.98px) and (max-width: 1400px) and (min-width: 768px) {
  #gblNav .spmenu ul li {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  #gblNav .spmenu ul li {
    font-size: 3.8461538462vw;
  }
}
@media (max-width: 767.98px) {
  #gblNav .spmenu ul li::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: solid 2px #FFF;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    top: 10px;
    right: 0;
    margin-left: -1px;
    transition: all 0.3s ease 0s;
  }
  #gblNav .spmenu ul li a {
    color: #FFF;
  }
  #gblNav .logomenu {
    width: 150px;
    margin-top: 80px;
    margin-bottom: 30px;
    padding-right: 15px;
  }
  #spBtn {
    position: fixed;
    display: flex !important;
    justify-content: end;
    align-items: center;
    top: 0;
    right: 0;
    z-index: 104;
    width: 50%;
    height: 54px;
    padding-right: 15px;
  }
  #spBtn > span:first-of-type {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
  #spBtn > span:first-of-type > span {
    position: relative;
    transition: all 300ms 0s ease;
  }
  #spBtn > span:first-of-type > span:nth-child(1) {
    display: block;
    width: 15px;
    height: 2px;
    top: 0;
    left: 0;
    background: #FFF;
  }
  #spBtn > span:first-of-type > span:nth-child(2) {
    display: block;
    width: 15px;
    height: 2px;
    top: 3px;
    left: 0px;
    background: #FFF;
  }
  #spBtn > span:first-of-type > span:nth-child(3) {
    display: block;
    width: 15px;
    height: 2px;
    top: 7px;
    left: 0px;
    background: #FFF;
  }
  #spBtn > span:last-of-type {
    display: inline-block;
    width: auto;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #FFF;
  }
  #spBtn .lang {
    margin-right: 1em;
  }
  #spBtn .lang span, #spBtn .lang a {
    color: #FFF;
  }
  #spBtn .lang span.active {
    position: relative;
  }
  #spBtn .lang span.active:after {
    position: absolute;
    content: "";
    width: 1.2em;
    border: solid 1px #FFF;
    left: 0;
    bottom: -2px;
  }
  #menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 101;
    opacity: 0;
    transition: opacity 0.5s;
  }
  body.is-fixed #spBtn > span:first-of-type > span:nth-child(1) {
    width: 17px;
    top: 5px;
    left: -3px;
    transform: translateY(0) rotate(45deg);
    background: #FFF;
  }
  body.is-fixed #spBtn > span:first-of-type > span:nth-child(2) {
    display: none;
  }
  body.is-fixed #spBtn > span:first-of-type > span:nth-child(3) {
    width: 17px;
    top: 4px;
    left: -3px;
    transform: translateY(0) rotate(-45deg);
    background: #FFF;
  }
  body.is-fixed #spBtn > span:last-of-type {
    color: #FFF;
  }
  body.is-fixed #menu-bg {
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
  }
}
/* 英語サイト */
body.en * {
  word-break: auto-phrase;
}
@media (max-width: 767.98px) {
  body.en #KV > .inner {
    padding-top: 50px;
  }
  body.en #KV > .inner .tag {
    left: -10px;
  }
  body.en #KV > .inner .tag .for {
    padding: 0 10px 0 15px;
  }
  body.en #KV > .inner .tag .for:nth-child(2) {
    padding-left: 10px;
  }
  body.en #KV > .inner .tag .for span {
    margin-left: 0;
  }
}
body.en #gblNav .menu ul li.same {
  margin-right: 0;
}
body.en #gblNav .menu ul li.same a {
  display: flex;
  align-items: center;
  margin-right: 0;
  height: 100%;
}
body.en #gblNav .menu ul li.same a > span {
  font-size: 1.0714285714vw;
}
body.en #gblNav .menu ul li.lang a {
  margin-right: 0;
}
@media (min-width: 1400px) {
  body.en #gblNav .menu ul li.bl a > span {
    font-size: 1.3rem;
  }
  body.en #gblNav .menu ul li.bl.bl01 {
    width: 190px;
  }
  body.en #gblNav .menu ul li.bl.bl02 {
    width: 150px;
  }
  body.en #gblNav .menu ul li.same a > span {
    font-size: 1.5rem;
  }
  body.en #gblNav .menu ul li.same.same01 {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  body.en #EVIDENCE .item .ttl {
    min-height: 45px;
  }
}
@media (max-width: 767.98px) {
  body.en #USEIMAGE .contbox .ttl {
    width: 100%;
  }
}

#gblFooter {
  width: 100%;
  padding: 50px 0;
  background: #0B1922;
  color: #E8F0F7;
  font-size: 14px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #gblFooter {
    font-size: 1vw;
  }
}
@media (max-width: 767.98px) {
  #gblFooter {
    font-size: 3.0769230769vw;
  }
}
@media (max-width: 767.98px) {
  #gblFooter {
    padding: 50px 0 75px;
  }
}
#gblFooter .inner {
  display: flex;
  justify-content: center;
  margin: 0 auto 75px;
}
@media (max-width: 767.98px) {
  #gblFooter .inner {
    display: block;
    margin: 0 auto 20px;
  }
}
#gblFooter .inner > div {
  width: 50%;
  padding: 0 50px 25px;
}
@media (max-width: 767.98px) {
  #gblFooter .inner > div {
    width: auto;
    width: 100%;
    padding: 0 25px 25px;
  }
}
#gblFooter .inner > div ul {
  list-style: none;
}
#gblFooter .inner > div ul li a {
  color: #E8F0F7;
}
@media (min-width: 768px) {
  #gblFooter .inner > div ul li a:hover {
    color: #00A99D;
  }
}
#gblFooter .inner > div.l {
  display: flex;
  gap: 4.1666666667vw;
  border-right: solid 1px #FFF;
}
@media (min-width: 1400px) {
  #gblFooter .inner > div.l {
    gap: 50px;
  }
}
@media (max-width: 767.98px) {
  #gblFooter .inner > div.l {
    flex-wrap: wrap;
    gap: 0;
  }
}
#gblFooter .inner > div.l .logo {
  width: 30%;
}
@media (max-width: 767.98px) {
  #gblFooter .inner > div.l .logo {
    width: 100%;
    margin-bottom: 30px;
    max-width: initial;
    min-width: initial;
  }
}
#gblFooter .inner > div.l .logo img {
  max-width: 150px;
  min-width: 100px;
}
#gblFooter .inner > div.l .menu01 {
  width: 25%;
}
@media (max-width: 767.98px) {
  #gblFooter .inner > div.l .menu01 {
    width: 40%;
  }
}
#gblFooter .inner > div.l .menu02 {
  width: 45%;
}
@media (max-width: 767.98px) {
  #gblFooter .inner > div.l .menu02 {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  #gblFooter .inner > div.l ul {
    margin: 0;
  }
}
#gblFooter .inner > div.r .menu03 .companyName {
  font-size: 16px;
  margin-bottom: 8px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #gblFooter .inner > div.r .menu03 .companyName {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 767.98px) {
  #gblFooter .inner > div.r .menu03 .companyName {
    font-size: 4.1025641026vw;
  }
}
#gblFooter .inner > div.r .menu03 .address {
  font-size: 14px;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #gblFooter .inner > div.r .menu03 .address {
    font-size: 1vw;
  }
}
@media (max-width: 767.98px) {
  #gblFooter .inner > div.r .menu03 .address {
    font-size: 3.0769230769vw;
  }
}
@media (max-width: 767.98px) {
  #gblFooter .inner > div.r .menu03 .address {
    display: flex;
  }
}
#gblFooter .inner > div.r .menu03 .address > div {
  display: inline;
}
#gblFooter .inner > div.r .menu03 .address > div:first-of-type {
  width: 8em;
}
#gblFooter .inner > div.r .menu03 .address > div:last-of-type {
  flex: 1;
}
#gblFooter .inner > div.r .menu03 .address > div br {
  display: none;
}
#gblFooter .copyright {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1rem;
}
@media (max-width: 1400px) and (min-width: 768px) {
  #gblFooter .copyright {
    font-size: 0.8571428571vw;
  }
}
@media (max-width: 767.98px) {
  #gblFooter .copyright {
    font-size: 3.0769230769vw;
  }
}