@charset "UTF-8";
/* --------------------------------------------------------
 共通
----------------------------------------------------------- */
/* --------------------------------------------------------
 共通
----------------------------------------------------------- */
body {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: #e9edec;
  color: #333;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

img {
  display: block;
  margin: 0 auto;
}

header {
  height: 60px;
  background: #004ea2;
  position: relative;
}
@media (max-width: 768px) {
  header {
    height: 11.1vw;
  }
}
header .inner {
  width: 1040px;
  margin: 0 auto;
}
@media (max-width: 1174px) {
  header .inner {
    width: 88vw;
  }
}
@media (max-width: 768px) {
  header .inner {
    width: 93vw;
  }
}
header .inner a {
  max-width: 173px;
  height: 60px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  header .inner a {
    max-width: 231px;
    height: 11.1vw;
  }
}
header img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  header img {
    width: 30.8vw;
  }
}

h1 {
  position: relative;
  z-index: 1;
}

h2 {
  padding: 79px 0 82px;
  /* padding: calc(79/1179*100vw) 0 calc(82/1179*100vw); */
}
@media (max-width: 768px) {
  h2 {
    width: 94.8vw;
    margin: 0 auto;
    padding: 7.3333333333vw 0;
  }
}

.white {
  background: #fff;
}

.decoration {
  position: absolute;
  z-index: 2;
}

.btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.btn:hover {
  filter: hue-rotate(180deg);
}
@media (max-width: 768px) {
  .btn {
    width: 80.9333333333vw;
  }
}

footer {
  background: #002f7b;
  border-top: 7px solid #000;
  padding-bottom: 139px;
  box-shadow: 0px -2px 8px 9px #999;
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 11.6vw;
  }
}
footer .sns {
  background: #004882;
  padding: 40px 0 32px;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  gap: 0 5.7675996607vw;
}
@media (max-width: 768px) {
  footer .sns {
    padding: 5.2vw 0 4.5333333333vw;
  }
}
footer .sns li {
  width: 3.9016115352vw;
  max-width: 46px;
}
@media (max-width: 768px) {
  footer .sns li {
    width: 7.0666666667vw;
    max-width: 53px;
  }
}
footer .copyright {
  text-align: center;
  color: #fff;
  padding: 22px 0;
  background: #004ea2;
}
@media (max-width: 768px) {
  footer .copyright {
    font-size: 2vw;
    padding: 2.9333333333vw 0;
  }
}

.under .top_back_btn {
  position: absolute;
  width: 12.7226463104vw;
  max-width: 150px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .under .top_back_btn {
    width: 34.9333333333vw;
    max-width: 222px;
    margin-top: 10.6666666667vw;
    margin-left: 2vw;
  }
}

.under footer {
  box-shadow: none;
}
@media (max-width: 768px) {
  .under footer {
    box-shadow: 0px -2px 8px 1px #999;
  }
}

/* --------------------------------------------------------
 トップページ
----------------------------------------------------------- */
/*-------------------------------------------*/
/* トップページ
/*-------------------------------------------*/
.top .homemain {
  overflow: hidden;
}
.top .fv {
  margin-top: -2%;
}
@media (max-width: 768px) {
  .top .fv {
    margin: 2.5% 1.0666666667vw 0 1.8666666667vw;
  }
}
.top .lead {
  width: 90.4156064461vw;
  margin: -1% auto 0;
  padding-right: 0.5%;
  padding-bottom: 54px;
}
@media (max-width: 768px) {
  .top .lead {
    width: 94.9333333333vw;
    margin: 0 2.4vw 0;
    padding-bottom: 4.9333333333vw;
    padding-right: 0;
  }
}
.top .homecontents {
  overflow: hidden;
}
.top .homettl {
  padding: 79px 0 82px;
  background: #FFF;
}
@media (max-width: 768px) {
  .top .homettl {
    width: 100%;
    margin: 0 auto;
    padding: 7.3333333333vw 0;
  }
}
@media (max-width: 768px) {
  .top .homettl img {
    width: 94.8vw;
    margin: 0 auto;
    display: block;
  }
}
.top .example {
  padding: 46px 0;
  width: 90.4156064461vw;
  max-width: 1066px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .top .example {
    margin: 0 1.8666666667vw;
    width: 97.3333333333vw;
    padding: 3.6vw 0 9.2vw;
  }
}
.top .example .btn {
  bottom: 9%;
}
@media (max-width: 768px) {
  .top .example .btn {
    bottom: 6%;
  }
}
.top .example .decoration {
  position: absolute;
}
@media (max-width: 768px) {
  .top .example .decoration {
    display: none;
  }
}
.top .example .decoration1 {
  right: -6%;
  top: -3.5%;
  width: 38.0831212892vw;
  max-width: 449px;
}
.top .example .decoration2 {
  right: 1%;
  top: -5%;
  width: 28.5835453774vw;
  max-width: 337px;
}
.top .example .decoration3 {
  right: -1.5%;
  top: -10%;
  width: 35.2841391009vw;
  max-width: 416px;
}
.top .example .decoration4 {
  right: -2.2%;
  top: -14%;
  width: 38.5072094996vw;
  max-width: 454px;
}
.top .example .decoration5 {
  right: -0.6%;
  top: -2.2%;
  width: 37.4893977947vw;
  max-width: 442px;
}
.top .example .decoration6 {
  right: -3.4%;
  top: -9%;
  width: 39.5250212044vw;
  max-width: 466px;
}
.top .closing {
  padding: 127px 0 127px;
}
@media (max-width: 768px) {
  .top .closing {
    margin: 0 auto;
    width: 79.2vw;
    padding: 3.3333333333vw 0 12vw;
  }
}
.top .closing a.btn-archive img {
  margin-top: 5.0890585242vw;
}
@media (max-width: 768px) {
  .top .closing a.btn-archive img {
    margin-top: 8vw;
  }
}
.top .closing .change-log {
  margin: auto;
  padding: 3.3927056828vw 0 0;
  width: 90.4156064461vw;
  max-width: 1066px;
  font-size: 12px;
}
.top #contents-list .box {
  padding: 0.8481764207vw 0;
}
.top #contents-list .box:nth-child(2) {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .top #contents-list .example {
    height: auto;
  }
}
.top #contents-list .example div {
  margin: auto;
  padding: 0 0 0 5.5131467345vw;
  width: 88.0407124682vw;
  max-width: 1038px;
  height: 18.4902459712vw;
  max-height: 218px;
  border-radius: 5px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .top #contents-list .example div {
    padding-left: 0;
    width: auto;
    height: 100vw;
  }
}
.top #contents-list .example .gp1 {
  background-image: linear-gradient(90deg, rgb(70, 150, 245), rgb(50, 215, 240));
}
.top #contents-list .example .gp2 {
  background-image: linear-gradient(90deg, rgb(130, 140, 255), rgb(200, 145, 240));
}
.top #contents-list .example .gp3 {
  background-image: linear-gradient(90deg, rgb(220, 145, 240), rgb(255, 190, 185));
}
.top #contents-list .example h2 {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .top #contents-list .example h2 {
    margin-bottom: 5.3333333333vw;
    padding: 4vw 0;
    height: auto;
    align-items: center;
  }
}
.top #contents-list .example h2 img {
  margin: 0;
}
@media (max-width: 768px) {
  .top #contents-list .example h2 img {
    margin: 0 auto 2.6666666667vw;
    transform: scale(1.8);
  }
}
.top #contents-list .example h2 img:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .top #contents-list .example h2 img:last-child {
    margin: 0 auto;
  }
}
.top #contents-list .example .decoration {
  display: block;
}
@media (max-width: 768px) {
  .top #contents-list .example .decoration {
    max-width: initial;
    transform: scale(1.4);
    position: static;
  }
}
@media (max-width: 768px) {
  .top #contents-list .example7 h2 {
    padding-top: 5.3333333333vw;
  }
}
.top #contents-list .example7 h2 img:nth-child(1) {
  margin-bottom: 2.5445292621vw;
  width: 32.8244274809vw;
  max-width: 387px;
}
@media (max-width: 768px) {
  .top #contents-list .example7 h2 img:nth-child(1) {
    margin-bottom: 5.3333333333vw;
  }
}
.top #contents-list .example7 h2 img:nth-child(2) {
  width: 34.181509754vw;
  max-width: 403px;
}
.top #contents-list .example7 .decoration7 {
  width: 40.5428329092vw;
  max-width: 478px;
  top: 7%;
  right: -2%;
}
.top #contents-list .example8 h2 img {
  width: 28.6683630195vw;
  max-width: 338px;
}
.top #contents-list .example8 .decoration8 {
  width: 37.1501272265vw;
  max-width: 438px;
  top: -8%;
  right: -2%;
}
.top #contents-list .example9 h2 img {
  width: 37.5742154368vw;
  max-width: 443px;
}
.top #contents-list .example9 .decoration9 {
  width: 37.1501272265vw;
  max-width: 438px;
  top: -8%;
  right: -2%;
}
.top .utilization {
  margin: 40px auto;
}
.top #utilization {
  margin: auto;
  padding: 10% 5%;
  width: 84.8176420696vw;
  background-color: #ffffff;
  background-image: url("../images/top/border.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 101% auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .top #utilization {
    width: 96vw;
    border-radius: 1.3333333333vw;
  }
}
.top #utilization div {
  margin: auto;
  width: auto;
}
.top #utilization div h2 {
  margin: auto auto 4.2408821035vw;
  padding: 0;
  width: 36.8956743003vw;
  text-align: center;
  font-size: 0;
}
@media (max-width: 768px) {
  .top #utilization div h2 {
    width: 87vw;
  }
}
.top #utilization div p {
  margin: auto;
  width: 61.3231552163vw;
}
@media (max-width: 768px) {
  .top #utilization div p {
    width: 83.2vw;
  }
}
.top #utilization div p img {
  width: 100%;
}

/* --------------------------------------------------------
 下層共通
----------------------------------------------------------- */
/*-------------------------------------------*/
/* 下層ページ
/*-------------------------------------------*/
.under .fv {
  max-width: 1191px;
  margin: 25px auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .under .fv {
    margin: 20px auto 0;
  }
}
.under .fv h1 {
  width: 88.2103477523vw;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .under .fv h1 {
    width: 98.4vw;
    margin: 0 2.4vw 0 2vw;
  }
}
.under .under_sns {
  position: absolute;
  right: 0;
  bottom: -56px;
  gap: 0 min(1.6963528414vw, 30px);
}
@media (max-width: 768px) {
  .under .under_sns {
    bottom: -15.7333333333vw;
  }
}
.under .under_sns li {
  width: 2.3748939779vw;
  max-width: 40px;
}
@media (max-width: 768px) {
  .under .under_sns li {
    width: 6.6666666667vw;
    max-width: none;
  }
}
.under main {
  padding-bottom: 78px;
  border-bottom: 20px solid #fff;
}
@media (max-width: 768px) {
  .under main {
    border-bottom: 4vw solid #fff;
    padding-bottom: 20vw;
  }
}
.under main .breadcrumb {
  max-width: 1039px;
  margin: 20px auto 0;
  overflow: hidden;
}
@media (max-width: 1174px) {
  .under main .breadcrumb {
    width: 88vw;
  }
}
@media (max-width: 768px) {
  .under main .breadcrumb {
    width: 96.5vw;
    margin: 20px 0 0 3.5vw;
  }
}
.under main .breadcrumb li {
  font-size: 14px;
  font-weight: bold;
  color: #646464;
}
@media (max-width: 480px) {
  .under main .breadcrumb li {
    font-size: 11px;
    white-space: nowrap;
  }
}
.under main .breadcrumb li a {
  padding-bottom: 5px;
  border-bottom: 2px solid #646464;
}
.under main .breadcrumb li + li::before {
  content: ">";
  margin-left: 14px;
  margin-right: 14px;
}
.under .lead {
  margin: -40px auto 0;
  position: relative;
  z-index: 1;
  width: 75.0636132316vw;
  max-width: 885px;
}
@media (max-width: 768px) {
  .under .lead {
    margin: -8vw auto 0;
    width: 90.4vw;
  }
}
.under .lead .btn {
  width: 18.235793045vw;
  max-width: 215px;
  bottom: -8%;
}
@media (max-width: 768px) {
  .under .lead .btn {
    width: 80.9333333333vw;
    max-width: 607px;
    bottom: -4%;
  }
}
.under .lead .btn:hover {
  filter: hue-rotate(90deg);
}

.example1 .decoration1 {
  right: -2.5%;
  top: -3%;
  width: 50.5513146735vw;
  max-width: 596px;
}
@media (max-width: 768px) {
  .example1 .decoration1 {
    width: 74.9333333333vw;
    max-width: 562px;
    right: 6.5%;
    top: 27%;
  }
}

.example2 .decoration1 {
  right: 8.5%;
  top: -13%;
  width: 39.1009329941vw;
  max-width: 461px;
}
@media (max-width: 768px) {
  .example2 .decoration1 {
    width: 53.2vw;
    max-width: 399px;
    right: 25.5%;
    top: 27%;
  }
}

.example3 .decoration1 {
  right: 4.5%;
  top: -17%;
  width: 41.5606446141vw;
  max-width: 490px;
}
@media (max-width: 768px) {
  .example3 .decoration1 {
    width: 63.6vw;
    max-width: 477px;
    right: 17.5%;
    top: 20%;
  }
}

.example4 .decoration1 {
  right: 1.5%;
  top: -5%;
  width: 45.7167090755vw;
  max-width: 539px;
}
@media (max-width: 768px) {
  .example4 .decoration1 {
    width: 64.2666666667vw;
    max-width: 482px;
    right: 15.5%;
    top: 27%;
  }
}

.example5 .decoration1 {
  right: 1.5%;
  top: -5%;
  width: 49.2790500424vw;
  max-width: 581px;
}
@media (max-width: 768px) {
  .example5 .decoration1 {
    width: 77.4666666667vw;
    max-width: 482px;
    right: 10.5%;
    top: 27%;
  }
}

.example6 .decoration1 {
  right: 2.5%;
  top: -10%;
  width: 49.1942324003vw;
  max-width: 580px;
}
@media (max-width: 768px) {
  .example6 .decoration1 {
    width: 84vw;
    max-width: 630px;
    right: 8.5%;
    top: 24%;
  }
}

.commentary main {
  padding-bottom: 88px;
}
@media (max-width: 768px) {
  .commentary main {
    padding-bottom: 20vw;
  }
}
@media (max-width: 768px) {
  .commentary .lead {
    margin: -8vw auto 0 -8%;
  }
}
.commentary .flame {
  width: 75.0636132316vw;
  max-width: 885px;
  margin: 0 auto;
}
.commentary .lead_under {
  position: relative;
  margin-top: -72px;
  margin-left: 16%;
  z-index: 1;
  width: 69.8049194232vw;
  max-width: 823px;
}
@media (max-width: 768px) {
  .commentary .lead_under {
    width: 85.4666666667vw;
    max-width: 641px;
    margin-left: -3%;
    margin-top: -9.6vw;
  }
}
.commentary .lead_under .btn:hover {
  filter: hue-rotate(90deg);
}
.commentary .btn {
  max-width: 215px;
  bottom: -15px;
}
@media (max-width: 768px) {
  .commentary .btn {
    width: 62.1333333333vw;
    max-width: 466px;
    bottom: -2.9333333333vw;
  }
}

.commentary1 .decoration2 {
  right: -6%;
  top: -60%;
  width: 44.7837150127vw;
  max-width: 528px;
}
@media (max-width: 768px) {
  .commentary1 .decoration2 {
    width: 77.7333333333vw;
    max-width: 583px;
    right: 5%;
    top: -10%;
  }
}

.commentary2 .decoration2 {
  right: -4.5%;
  top: -78%;
  width: 45.0381679389vw;
  max-width: 531px;
}
@media (max-width: 768px) {
  .commentary2 .decoration2 {
    width: 71.3333333333vw;
    max-width: 535px;
    right: 7.5%;
    top: -7%;
  }
}

.commentary3 .decoration2 {
  right: -6.5%;
  top: -81%;
  width: 32.6547921968vw;
  max-width: 385px;
}
@media (max-width: 768px) {
  .commentary3 .decoration2 {
    width: 51.4666666667vw;
    max-width: 386px;
    right: 16.5%;
    top: -4%;
  }
}

.commentary4 .decoration2 {
  right: -4%;
  top: -53%;
  width: 40.9669211196vw;
  max-width: 483px;
}
@media (max-width: 768px) {
  .commentary4 .decoration2 {
    width: 64.4vw;
    max-width: 483px;
    right: 14%;
    top: -14%;
  }
}

.commentary5 .decoration2 {
  right: -9%;
  top: -48%;
  width: 36.4715860899vw;
  max-width: 430px;
}
@media (max-width: 768px) {
  .commentary5 .decoration2 {
    width: 63.3333333333vw;
    max-width: 483px;
    right: 13%;
    top: -11.5%;
  }
}

.commentary6 .decoration2 {
  right: -5%;
  top: -58%;
  width: 37.3197625106vw;
  max-width: 440px;
}
@media (max-width: 768px) {
  .commentary6 .decoration2 {
    width: 58.6666666667vw;
    max-width: 440px;
    right: 16%;
    top: -16%;
  }
}

/*-------------------------------------------*/
/* archive
/*-------------------------------------------*/
.archive main {
  padding-bottom: 0;
  position: relative;
}
.archive main::after {
  content: "";
  width: 100%;
  height: 25px;
  background-image: linear-gradient(180deg, rgba(172, 172, 172, 0), rgb(172, 172, 172));
  position: absolute;
  bottom: -20px;
}
.archive main .breadcrumb {
  margin: 0;
  width: 100%;
  max-width: initial;
  height: 80px;
  background-color: #ffffff;
  font-size: 0;
}
.archive main .breadcrumb ul li {
  font-size: 0;
}
.archive main .fv {
  display: none;
}
.archive main .fv h1 {
  font-size: 0;
}
.archive main #archive-list {
  padding: 0 0 15px;
}
.archive main #archive-list .box {
  padding: 50px 0 55px;
}
@media (max-width: 768px) {
  .archive main #archive-list .box {
    padding: 0;
  }
}
.archive main #archive-list .box:nth-child(2n) {
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .archive main #archive-list .box:nth-child(2n) {
    background-color: transparent;
  }
}
.archive main #archive-list .flex {
  margin: auto;
  max-width: 1038px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .archive main #archive-list .flex {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .archive main #archive-list .example {
    padding: 4vw 0 10.6666666667vw;
  }
  .archive main #archive-list .example:nth-child(2n) {
    background-color: #ffffff;
  }
}
.archive main #archive-list .example div {
  padding: 0 0 0 55px;
  width: 490px;
  height: 218px;
  border-radius: 5px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.5);
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .archive main #archive-list .example div {
    margin: auto 2.6666666667vw;
    padding-left: 0;
    width: auto;
    height: 97.3333333333vw;
    height: 80vw;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
    flex-direction: column;
  }
}
.archive main #archive-list .example div h2 {
  text-align: left;
}
@media (max-width: 768px) {
  .archive main #archive-list .example div h2 {
    margin-bottom: 5.3333333333vw;
    padding: 4vw 0;
    text-align: center;
  }
}
.archive main #archive-list .example div h2 img {
  margin: 0 0 1.5em;
}
@media (max-width: 768px) {
  .archive main #archive-list .example div h2 img {
    margin: 0 auto 0.5em;
    transform: scale(0.8);
  }
}
.archive main #archive-list .example div h2 img:last-child {
  margin: 0;
}
@media (max-width: 768px) {
  .archive main #archive-list .example div h2 img:last-child {
    margin: 0 auto;
  }
}
.archive main #archive-list .example div .btn {
  bottom: -40px;
  z-index: 1;
}
@media (max-width: 768px) {
  .archive main #archive-list .example div .btn {
    bottom: -6vw;
  }
}
.archive main #archive-list .example1 div {
  background-image: linear-gradient(90deg, rgb(70, 150, 245), rgb(50, 215, 240));
}
.archive main #archive-list .example2 div {
  background-image: linear-gradient(90deg, rgb(130, 140, 255), rgb(200, 145, 240));
}
.archive main #archive-list .example3 div {
  background-image: linear-gradient(90deg, rgb(220, 145, 240), rgb(255, 190, 185));
}
.archive main #archive-list .example4 div {
  background-image: linear-gradient(90deg, rgb(70, 150, 245), rgb(50, 215, 240));
}
.archive main #archive-list .example5 div {
  background-image: linear-gradient(90deg, rgb(130, 140, 255), rgb(200, 145, 240));
}
.archive main #archive-list .example6 div {
  background-image: linear-gradient(90deg, rgb(220, 145, 240), rgb(255, 190, 185));
}
.archive main #archive-list .example7 div {
  background-image: linear-gradient(90deg, rgb(70, 150, 245), rgb(50, 215, 240));
}
.archive main #archive-list .example8 div {
  background-image: linear-gradient(90deg, rgb(130, 140, 255), rgb(200, 145, 240));
}
.archive main #archive-list .example9 div {
  background-image: linear-gradient(90deg, rgb(220, 145, 240), rgb(255, 190, 185));
}
.archive main #archive-list .decoration {
  z-index: 0;
}
@media (max-width: 768px) {
  .archive main #archive-list .decoration {
    max-width: initial;
    transform: scale(1.4);
    position: static;
  }
}
.archive main #archive-list .decoration1 {
  width: 204px;
  height: 138px;
  top: -75px;
  right: -20px;
}
.archive main #archive-list .decoration2 {
  width: 153px;
  height: 150px;
  top: -38px;
  right: 18px;
}
.archive main #archive-list .decoration3 {
  width: 189px;
  height: 158px;
  top: 20px;
  right: -35px;
}
.archive main #archive-list .decoration4 {
  width: 207px;
  height: 168px;
  top: -52px;
  right: 10px;
}
.archive main #archive-list .decoration5 {
  width: 202px;
  height: 141px;
  top: 35px;
  right: -30px;
}
.archive main #archive-list .decoration6 {
  width: 213px;
  height: 158px;
  top: 10px;
  right: -3px;
}
.archive main #archive-list .decoration7 {
  width: 226px;
  height: 138px;
  top: -62px;
  right: -20px;
}
.archive main #archive-list .decoration8 {
  width: 206px;
  height: 159px;
  top: 20px;
  right: -40px;
}
.archive main #archive-list .decoration9 {
  width: 203px;
  height: 159px;
  top: -18px;
  right: -63px;
}
.archive main #text-001 {
  padding: 130px 0;
  background-color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  .archive main #text-001 {
    padding: 16vw 0;
  }
}
.archive main #text-001 span {
  margin: auto auto 1.5em;
  max-width: 1038px;
  display: flex;
  justify-content: center;
}
.archive main #text-001 span:last-child {
  margin-bottom: 0;
}
.archive main #text-001 span:nth-child(1) img:nth-child(1) {
  margin-right: 0.8em;
}
.archive main #text-001 span img {
  margin: 0;
  display: inline;
}
@media (max-width: 768px) {
  .archive main #text-001 span {
    display: inline;
  }
  .archive main #text-001 span img {
    margin-bottom: 0.5em;
    transform: scale(0.9);
  }
}

/*-------------------------------------------*/
/* body.example
/*-------------------------------------------*/
body.example .fv h1 {
  margin: auto;
  padding: 0 0 0 6.7307692308%;
  width: 88.2103477523vw;
  max-width: 1040px;
  height: 33.9270568278vw;
  max-height: 400px;
  border: 2px solid #8C8C8C;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  body.example .fv h1 {
    margin: auto 2.6666666667vw;
    padding: 6.6666666667vw 0 0;
    width: auto;
    height: 80vw;
    border: 0;
    border-radius: 0.6666666667vw;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
  }
}
body.example .fv h1 img {
  margin: 0 0 3.3653846154%;
}
body.example .text {
  padding: 4.8076923077% 0 6.7307692308%;
  background-color: #ffffff;
  border: 2px solid #8C8C8C;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 768px) {
  body.example .text {
    padding: 13.3333333333vw 0 10.6666666667vw;
    border-width: 0.4vw;
    border-radius: 0.6666666667vw;
  }
}
body.example .lead span {
  margin-bottom: 2.8846153846%;
  display: block;
}
body.example .lead span:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.example .lead span {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
body.example .lead span img {
  height: auto;
  display: inline;
}
@media (max-width: 768px) {
  body.example .lead span img {
    margin-bottom: 6.6666666667vw;
    display: block;
  }
}
body.example h1.gp1 {
  background-image: linear-gradient(90deg, rgb(70, 150, 245), rgb(50, 215, 240));
}
body.example h1.gp2 {
  background-image: linear-gradient(90deg, rgb(130, 140, 255), rgb(200, 145, 240));
}
body.example h1.gp3 {
  background-image: linear-gradient(90deg, rgb(220, 145, 240), rgb(255, 190, 185));
}
body.example.commentary .lead .text {
  padding-bottom: 10.1781170483vw;
}
@media (max-width: 768px) {
  body.example.commentary .lead .text {
    padding-bottom: 33.3333333333vw;
  }
}
body.example.commentary .lead .text h3 {
  margin: auto auto 1.6963528414vw;
  width: 67.0059372349vw;
  max-width: 790px;
}
@media (max-width: 768px) {
  body.example.commentary .lead .text h3 {
    margin-bottom: 2.6666666667vw;
    width: 82.4vw;
  }
}
body.example.commentary .lead .text span {
  margin: auto;
  width: 63.6132315522vw;
  max-width: 750px;
  text-align: left;
}
@media (max-width: 768px) {
  body.example.commentary .lead .text span {
    width: auto;
    max-width: initial;
    text-align: center;
  }
}
body.example.commentary .lead .text span img {
  margin-left: 0;
}
@media (max-width: 768px) {
  body.example.commentary .lead .text span img {
    margin: auto;
  }
}
body.example.commentary .lead_under .text {
  padding-bottom: 8.481764207vw;
  width: 65.3095843936vw;
  max-width: 770px;
  box-shadow: 10px 10px 0 0 #8C8C8C;
  position: relative;
}
@media (max-width: 768px) {
  body.example.commentary .lead_under .text {
    padding-top: 33.3333333333vw;
    padding-bottom: 10.6666666667vw;
    width: 85.3333333333vw;
    box-shadow: 0.4vw 1.3333333333vw 0 0 #8C8C8C;
  }
}
body.example.commentary .lead_under .text div {
  margin: auto;
  width: 85.7142857143%;
  max-width: 660px;
}
body.example.commentary .lead_under .text h4 {
  margin: auto auto 6.7854113656vw;
  padding: 0.6785411366vw 0;
  width: 100%;
  background-color: #004EA2;
  border-radius: 4px;
}
@media (max-width: 768px) {
  body.example.commentary .lead_under .text h4 {
    padding: 1.3333333333vw 0;
    border-radius: 0.6666666667vw;
  }
}
body.example.commentary .lead_under .text h4 img {
  margin: auto;
  width: 19.6776929601vw;
  max-width: 232px;
}
@media (max-width: 768px) {
  body.example.commentary .lead_under .text h4 img {
    width: 30.9333333333vw;
  }
}
body.example.commentary .lead_under .text span {
  text-align: left;
}
body.example.commentary .lead_under .text span img {
  margin-right: 0;
  margin-left: 0;
}

/*-------------------------------------------*/
/* body.example7
/*-------------------------------------------*/
body.example7 h1 img:nth-child(1) {
  width: 43.3418150975vw;
  max-width: 511px;
  height: 3.1382527566vw;
  max-height: 37px;
}
@media (max-width: 768px) {
  body.example7 h1 img:nth-child(1) {
    width: 61.32vw;
    height: 4.44vw;
  }
}
body.example7 h1 img:nth-child(2) {
  width: 44.9533502969vw;
  max-width: 530px;
  height: 3.3927056828vw;
  max-height: 40px;
}
@media (max-width: 768px) {
  body.example7 h1 img:nth-child(2) {
    width: 63.6vw;
    height: 4.8vw;
  }
}
body.example7 .decoration1 {
  width: 41.8999151824vw;
  max-width: 494px;
  top: 7%;
  right: 0;
}
@media (max-width: 768px) {
  body.example7 .decoration1 {
    margin: auto;
    width: 79.04vw;
    max-width: initial;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
body.example7 .lead span img {
  width: 67.9389312977vw;
  max-width: 801px;
}
@media (max-width: 768px) {
  body.example7 .lead span img {
    width: 80.2666666667vw;
  }
}
body.example7.commentary .decoration2 {
  width: 35.8778625954vw;
  max-width: 423px;
  top: -68%;
  right: 0;
}
@media (max-width: 768px) {
  body.example7.commentary .decoration2 {
    width: 67.68vw;
    max-width: initial;
    top: -21%;
    right: 0;
    left: 0;
  }
}
body.example7.commentary .lead span img {
  width: 60.1357082273vw !important;
  max-width: 709px !important;
}
@media (max-width: 768px) {
  body.example7.commentary .lead span img {
    width: 81.0666666667vw !important;
    max-width: initial !important;
    transform: scale(1);
  }
}

/*-------------------------------------------*/
/* body.example8
/*-------------------------------------------*/
body.example8 h1 img {
  width: 37.7438507209vw;
  max-width: 445px;
}
@media (max-width: 768px) {
  body.example8 h1 img {
    width: 61.32vw;
  }
}
body.example8 .decoration1 {
  width: 45.9711620017vw;
  max-width: 542px;
  top: -3%;
  right: 0;
}
@media (max-width: 768px) {
  body.example8 .decoration1 {
    margin: auto;
    width: 79.04vw;
    max-width: initial;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
body.example8 .lead span img {
  width: 65.7336726039vw;
  max-width: 775px;
}
@media (max-width: 768px) {
  body.example8 .lead span img {
    width: 82.8vw;
  }
}
body.example8.commentary .lead span img {
  width: 52.7565733673vw;
  max-width: 622px;
}
@media (max-width: 768px) {
  body.example8.commentary .lead span img {
    width: 81.0666666667vw;
    max-width: initial;
    transform: scale(1);
  }
}
body.example8.commentary .decoration2 {
  width: 31.721798134vw;
  max-width: 374px;
  top: -71%;
  right: -10%;
}
@media (max-width: 768px) {
  body.example8.commentary .decoration2 {
    width: 59.84vw;
    max-width: initial;
    top: -21%;
    right: -13%;
    left: 0;
  }
}

/*-------------------------------------------*/
/* body.example9
/*-------------------------------------------*/
body.example9 h1 img {
  width: 45.4622561493vw;
  max-width: 536px;
}
@media (max-width: 768px) {
  body.example9 h1 img {
    width: 64.32vw;
  }
}
body.example9 .decoration1 {
  width: 41.9847328244vw;
  max-width: 495px;
  top: -6%;
  right: 0;
}
@media (max-width: 768px) {
  body.example9 .decoration1 {
    margin: auto;
    width: 79.2vw;
    max-width: initial;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
body.example9 .lead span img {
  width: 58.3545377439vw;
  max-width: 688px;
}
@media (max-width: 768px) {
  body.example9 .lead span img {
    width: 82.6666666667vw;
  }
}
body.example9.commentary .lead span img {
  width: 42.4088210348vw;
  max-width: 500px;
}
@media (max-width: 768px) {
  body.example9.commentary .lead span img {
    width: 82.1333333333vw;
    max-width: initial;
    transform: scale(1);
  }
}
body.example9.commentary .lead_under span img {
  width: 49.3638676845vw;
  max-width: 582px;
}
@media (max-width: 768px) {
  body.example9.commentary .lead_under span img {
    width: 76.9333333333vw;
    max-width: initial;
  }
}
body.example9.commentary .decoration2 {
  width: 47.8371501272vw;
  max-width: 564px;
  top: -63%;
  right: -10%;
}
@media (max-width: 768px) {
  body.example9.commentary .decoration2 {
    width: 90.24vw;
    max-width: initial;
    top: -17%;
    right: 0;
    left: 0;
  }
}/*# sourceMappingURL=style.css.map */