@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

/*
    font-family: "Noto Sans JP", serif;
*/
/* automatic size vw */
/* automatic size vh */
/* text clamp */
/* anime In order */
/*
    Line height auto
*/
/* automatic width vw */
/* automatic height vw */
/*
    Button
*/
a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  transition: 0.3s ease-in-out;
}
a.button.download {
  height: 55px;
  border-radius: 5px;
  background-color: #fff;
  color: #005EAD;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 1440px) {
  a.button.download {
    height: 3.8194444444vw;
    border-radius: 0.3472222222vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  a.button.download {
    height: 12.2666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
a.button.download:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background-image: url("../images/icon_download.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  a.button.download:after {
    width: 1.8055555556vw;
    height: 1.8055555556vw;
    right: 1.3888888889vw;
  }
}
@media screen and (max-width: 768px) {
  a.button.download:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    right: 4vw;
  }
}
a.button:hover {
  opacity: 0.6;
}

button {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

.anime {
  opacity: 0;
}
.anime.animated {
  animation: slideTitle 1s ease-in-out 0s forwards;
}

.anime_xslide {
  transform: translate(-110%, 0);
}
.anime_xslide.animated {
  animation: xslideTitle 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}

.anime_xslide2 {
  transform: translate(110%, 0);
}
.anime_xslide2.animated {
  animation: xslideTitle2 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s forwards;
}

.anime_maskTitle {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.anime_maskTitle > img {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.anime_maskTitle > .anime_masking {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.anime_maskTitle > .anime_masking:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1F1F1F;
  transform: translate(-100%, 0);
  transition: 0.8s ease-in-out;
  transition-delay: 0.5s;
}
.anime_maskTitle.animated > img {
  opacity: 0.3;
}
.anime_maskTitle.animated > .anime_masking:before {
  transform: translate(0, 0);
}

#promise .anime_maskTitle > .anime_masking {
  -webkit-mask-image: url("../images/ttl_section_promise.svg");
          mask-image: url("../images/ttl_section_promise.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

#core .anime_maskTitle > .anime_masking {
  -webkit-mask-image: url("../images/ttl_section_core.svg");
          mask-image: url("../images/ttl_section_core.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

#future .anime_maskTitle > .anime_masking {
  -webkit-mask-image: url("../images/ttl_section_future.svg");
          mask-image: url("../images/ttl_section_future.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

#tool .anime_maskTitle > .anime_masking {
  -webkit-mask-image: url("../images/ttl_section_tool.svg");
          mask-image: url("../images/ttl_section_tool.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

.anime_maskTitle2 {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.anime_maskTitle2 > img {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.anime_maskTitle2 > .anime_masking {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.anime_maskTitle2 > .anime_masking:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: translate(-100%, 0);
  transition: 0.8s ease-in-out;
  transition-delay: 0.5s;
}
.anime_maskTitle2.animated > img {
  opacity: 0.3;
}
.anime_maskTitle2.animated > .anime_masking:before {
  transform: translate(0, 0);
}

#action .anime_maskTitle2 > .anime_masking {
  -webkit-mask-image: url("../images/ttl_section_action.svg");
          mask-image: url("../images/ttl_section_action.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

#live .anime_maskTitle2 > .anime_masking {
  -webkit-mask-image: url("../images/ttl_section_live.svg");
          mask-image: url("../images/ttl_section_live.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

#guideline .anime_maskTitle2 > .anime_masking {
  -webkit-mask-image: url("../images/ttl_section_guideline.svg");
          mask-image: url("../images/ttl_section_guideline.svg");
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideTitle {
  0% {
    opacity: 0;
    transform: translate(0, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes xslideTitle {
  0% {
    transform: translate(-110%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes xslideTitle2 {
  0% {
    transform: translate(110%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes xslideMask {
  0% {
    transform: translate(-105%, 0);
    opacity: 1;
  }
  50% {
    transform: translate(0%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(105%, 0);
    opacity: 0;
  }
}
@keyframes animeloading {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-100%, -100%);
  }
}
/*
    common
*/
html,
body {
  width: 100%;
  height: auto;
  font-size: 100%;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  color: #1F1F1F;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  letter-spacing: 0;
}
html.hidden,
body.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}

ul,
ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease-in-out;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

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

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

@media print {
  img {
    display: none;
  }
}
/*
    loader
*/
.container_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container_loading > .container_loading_inner {
  line-height: 0;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 960px;
}
@media screen and (max-width: 1440px) {
  .container_loading > .container_loading_inner {
    width: 720px;
  }
}
@media screen and (max-width: 1260px) {
  .container_loading > .container_loading_inner {
    width: 680px;
  }
}
@media screen and (max-width: 1024px) {
  .container_loading > .container_loading_inner {
    width: 512px;
  }
}
@media screen and (max-width: 800px) {
  .container_loading > .container_loading_inner {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .container_loading > .container_loading_inner {
    width: 100%;
  }
}
.container_loading > .container_loading_inner > video {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.container_loading > .container_loading_inner:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 5px solid #fff; /* 黒線を隠す白枠 */
  pointer-events: none; /* クリックを邪魔しない */
}

.container_opening_anime {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

/*
    header
*/
header#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
header#header .inner {
  padding: 35px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  header#header .inner {
    padding: 2.4305555556vw 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  header#header .inner {
    padding: 5.3333333333vw;
  }
}
header#header .inner .logo {
  display: block;
  width: 193px;
}
@media screen and (max-width: 1440px) {
  header#header .inner .logo {
    width: 13.4027777778vw;
  }
}
@media screen and (max-width: 768px) {
  header#header .inner .logo {
    width: 34.1333333333vw;
  }
}
header#header .inner .logo img {
  width: 100%;
}

/*
    footer
*/
footer#footer > .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 120px;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner {
    padding: 2.4305555556vw 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  footer#footer > .inner {
    display: block;
    padding: 9.3333333333vw 0;
  }
}
footer#footer > .inner > .container_footer_copyright {
  font-size: 10px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner > .container_footer_copyright {
    font-size: 0.6944444444vw;
  }
}
@media screen and (max-width: 768px) {
  footer#footer > .inner > .container_footer_copyright {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
footer#footer > .inner > .container_footer_logo {
  width: 117px;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner > .container_footer_logo {
    width: 8.125vw;
  }
}
@media screen and (max-width: 768px) {
  footer#footer > .inner > .container_footer_logo {
    margin: 4.8vw auto 0;
    width: 29.3333333333vw;
  }
}

/*
    Navigation
*/
/*
    Style
*/
#main {
  overflow: hidden;
  padding-top: 150px;
}
@media screen and (max-width: 1440px) {
  #main {
    padding-top: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 21.3333333333vw;
  }
}

.container_fv {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 160px;
}
@media screen and (max-width: 1440px) {
  .container_fv {
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (max-width: 768px) {
  .container_fv {
    display: block;
    margin-bottom: 26.6666666667vw;
  }
}
.container_fv > .container_fv_left {
  width: 64.2361111111%;
}
@media screen and (max-width: 768px) {
  .container_fv > .container_fv_left {
    width: 88.5333333333vw;
  }
}
.container_fv > .container_fv_right {
  width: 31.5972222222%;
  padding: 0 145px 115px 0;
}
@media screen and (max-width: 1440px) {
  .container_fv > .container_fv_right {
    padding: 0 10.0694444444vw 7.9861111111vw 0;
  }
}
@media screen and (max-width: 768px) {
  .container_fv > .container_fv_right {
    margin-top: 6.6666666667vw;
    width: 88.5333333333vw;
    text-align: right;
    padding: 0;
  }
}
.container_fv > .container_fv_right img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .container_fv > .container_fv_right img {
    width: 56.8vw;
  }
}

#promise {
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  #promise {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #promise {
    margin-bottom: 21.3333333333vw;
  }
}
#promise > .ttl_section_h2 {
  border-bottom: 1px solid #1F1F1F;
  padding: 0 0 25px;
}
@media screen and (max-width: 1440px) {
  #promise > .ttl_section_h2 {
    padding: 0 0 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  #promise > .ttl_section_h2 {
    padding: 0 0 4.8vw;
  }
}
#promise > .ttl_section_h2 > span {
  margin: 0 auto;
  width: 1000px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #promise > .ttl_section_h2 > span {
    width: 69.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  #promise > .ttl_section_h2 > span {
    width: 100%;
    padding-left: 5.3333333333vw;
  }
}
#promise > .ttl_section_h2 > span img {
  width: 249px;
}
@media screen and (max-width: 1440px) {
  #promise > .ttl_section_h2 > span img {
    width: 17.2916666667vw;
  }
}
@media screen and (max-width: 768px) {
  #promise > .ttl_section_h2 > span img {
    width: 53.0666666667vw;
  }
}
#promise > .inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#promise > .inner > .container_promise_ttl {
  width: calc(283px + (100% - 1440px) * 0.5);
  border-right: 1px solid #1F1F1F;
  padding: 100px 40px 0 0;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  #promise > .inner > .container_promise_ttl {
    width: 20.1388888889%;
    padding: 6.9444444444vw 2.7777777778vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #promise > .inner > .container_promise_ttl {
    width: 16.5333333333vw;
    padding: 13.3333333333vw 0 0 0;
    text-align: center;
  }
}
#promise > .inner > .container_promise_ttl > .container_promise_ttl_inner {
  overflow: hidden;
  display: inline-block;
}
#promise > .inner > .container_promise_ttl > .container_promise_ttl_inner > span {
  display: inline-block;
}
#promise > .inner > .container_promise_ttl img {
  width: 31px;
}
@media screen and (max-width: 1440px) {
  #promise > .inner > .container_promise_ttl img {
    width: 2.1527777778vw;
  }
}
@media screen and (max-width: 768px) {
  #promise > .inner > .container_promise_ttl img {
    width: 6.6666666667vw;
  }
}
#promise > .inner .container_promise_content {
  width: calc(1157px + (100% - 1440px) * 0.5);
  padding: 100px 0 0 50px;
  display: flex;
}
@media screen and (max-width: 1440px) {
  #promise > .inner .container_promise_content {
    width: 79.8611111111%;
    padding: 6.9444444444vw 0 0 3.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  #promise > .inner .container_promise_content {
    display: block;
    width: 83.4666666667vw;
    padding: 13.3333333333vw 0 0 5.3333333333vw;
  }
}
#promise > .inner .container_promise_content > .container_promise_content_txt {
  width: 420px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.7;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #promise > .inner .container_promise_content > .container_promise_content_txt {
    width: 29.1666666667vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  #promise > .inner .container_promise_content > .container_promise_content_txt {
    margin-top: -0.5em;
    width: 100%;
    font-size: 15px;
    font-size: 3.8167938931vw;
    line-height: 2.4;
  }
}
#promise > .inner .container_promise_content > .container_promise_content_image {
  width: calc(100% - 420px);
}
@media screen and (max-width: 1440px) {
  #promise > .inner .container_promise_content > .container_promise_content_image {
    width: 47.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #promise > .inner .container_promise_content > .container_promise_content_image {
    margin-top: 13.3333333333vw;
    width: 100%;
  }
}

#core {
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  #core {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #core {
    margin-bottom: 21.3333333333vw;
  }
}
#core > .ttl_section_h2 {
  border-bottom: 1px solid #1F1F1F;
  padding: 0 0 25px;
}
@media screen and (max-width: 1440px) {
  #core > .ttl_section_h2 {
    padding: 0 0 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  #core > .ttl_section_h2 {
    padding: 0 0 5.3333333333vw;
  }
}
#core > .ttl_section_h2 > span {
  margin: 0 auto;
  width: 1000px;
  display: block;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  #core > .ttl_section_h2 > span {
    width: 69.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  #core > .ttl_section_h2 > span {
    width: 100%;
    padding-right: 5.3333333333vw;
  }
}
#core > .ttl_section_h2 > span img {
  width: 191px;
}
@media screen and (max-width: 1440px) {
  #core > .ttl_section_h2 > span img {
    width: 13.2638888889vw;
  }
}
@media screen and (max-width: 768px) {
  #core > .ttl_section_h2 > span img {
    width: 40.8vw;
  }
}
#core > .inner {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
#core > .inner > .container_core_ttl {
  width: calc(283px + (100% - 1440px) * 0.5);
  border-left: 1px solid #1F1F1F;
  padding: 100px 0 0 40px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #core > .inner > .container_core_ttl {
    width: 20.1388888889%;
    padding: 6.9444444444vw 0 0 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #core > .inner > .container_core_ttl {
    width: 16.5333333333vw;
    padding: 13.3333333333vw 0 0;
    text-align: center;
  }
}
#core > .inner > .container_core_ttl > .container_core_ttl_inner {
  overflow: hidden;
  display: inline-block;
}
#core > .inner > .container_core_ttl > .container_core_ttl_inner > span {
  display: inline-block;
}
#core > .inner > .container_core_ttl img {
  width: 30px;
}
@media screen and (max-width: 1440px) {
  #core > .inner > .container_core_ttl img {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #core > .inner > .container_core_ttl img {
    width: 6.6666666667vw;
  }
}
#core > .inner .container_core_content {
  width: calc(1157px + (100% - 1440px) * 0.5);
  padding: 100px 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1440px) {
  #core > .inner .container_core_content {
    width: 79.8611111111%;
    padding: 6.9444444444vw 2.0833333333vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #core > .inner .container_core_content {
    width: 83.2vw;
    padding: 13.3333333333vw 0 0 0;
    flex-direction: column-reverse;
  }
}
#core > .inner .container_core_content > .container_core_content_images {
  width: calc(100% - 605px);
  line-height: 0;
  display: flex;
  flex-direction: column;
  gap: 28px 0;
}
@media screen and (max-width: 1440px) {
  #core > .inner .container_core_content > .container_core_content_images {
    width: 34.375vw;
    gap: 1.9444444444vw 0;
  }
}
@media screen and (max-width: 768px) {
  #core > .inner .container_core_content > .container_core_content_images {
    margin-top: 10.6666666667vw;
    width: 78.1333333333vw;
    gap: 5.3333333333vw 0;
  }
}
#core > .inner .container_core_content > .container_core_content_txt {
  margin-top: -1em;
  width: 605px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  line-height: 2.8;
  padding: 0 0 0 80px;
}
@media screen and (max-width: 1440px) {
  #core > .inner .container_core_content > .container_core_content_txt {
    width: 42.3611111111vw;
    font-size: 1.25vw;
    padding: 0 0 0 5.5555555556vw;
  }
}
@media screen and (max-width: 768px) {
  #core > .inner .container_core_content > .container_core_content_txt {
    width: 100%;
    padding: 0 0 0 5.3333333333vw;
    font-size: 15px;
    font-size: 3.8167938931vw;
  }
}
#core > .inner .container_core_content > .container_core_content_illust {
  margin: 100px 65px 0 0;
  width: 826px;
}
@media screen and (max-width: 1440px) {
  #core > .inner .container_core_content > .container_core_content_illust {
    margin: 6.9444444444vw 4.5138888889vw 0 0;
    width: 57.3611111111vw;
  }
}
@media screen and (max-width: 768px) {
  #core > .inner .container_core_content > .container_core_content_illust {
    display: none;
  }
}
#core .container_core_content_illust2 {
  display: none;
}
@media screen and (max-width: 768px) {
  #core .container_core_content_illust2 {
    display: block;
    margin: 13.3333333333vw auto 0;
    width: 89.6vw;
  }
}

#service {
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  #service {
    margin-bottom: 10.4166666667vw;
  }
}
#service > .ttl_section_h2 {
  border-bottom: 1px solid #1F1F1F;
  padding: 0 0 25px;
}
@media screen and (max-width: 1440px) {
  #service > .ttl_section_h2 {
    padding: 0 0 1.7361111111vw;
  }
}
#service > .ttl_section_h2 > span {
  margin: 0 auto;
  width: 1000px;
  display: block;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  #service > .ttl_section_h2 > span {
    width: 69.4444444444vw;
  }
}
#service > .ttl_section_h2 > span img {
  width: 199px;
}
@media screen and (max-width: 1440px) {
  #service > .ttl_section_h2 > span img {
    width: 13.8194444444vw;
  }
}
#service > .inner > .container_service_lower {
  border-top: 1px solid #1F1F1F;
  display: flex;
  justify-content: center;
}
#service > .inner > .container_service_lower > .container_service_lower_ttl {
  width: 85px;
  padding: 100px 40px 0 0;
  text-align: right;
  border-right: 1px solid #1F1F1F;
}
@media screen and (max-width: 1440px) {
  #service > .inner > .container_service_lower > .container_service_lower_ttl {
    width: 5.9027777778vw;
    padding: 6.9444444444vw 2.7777777778vw 0 0;
  }
}
#service > .inner > .container_service_lower > .container_service_lower_ttl > .container_service_lower_ttl_inner {
  overflow: hidden;
  display: inline-block;
}
#service > .inner > .container_service_lower > .container_service_lower_ttl > .container_service_lower_ttl_inner > span {
  display: inline-block;
}
#service > .inner > .container_service_lower > .container_service_lower_ttl img {
  width: 25px;
}
@media screen and (max-width: 1440px) {
  #service > .inner > .container_service_lower > .container_service_lower_ttl img {
    width: 1.7361111111vw;
  }
}
#service > .inner > .container_service_lower > .container_service_lower_content {
  width: 945px;
  padding: 100px 0 0 50px;
}
@media screen and (max-width: 1440px) {
  #service > .inner > .container_service_lower > .container_service_lower_content {
    width: 65.625vw;
    padding: 6.9444444444vw 0 0 3.4722222222vw;
  }
}
#service > .inner > .container_service_lower > .container_service_lower_content > p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.7;
}
@media screen and (max-width: 1440px) {
  #service > .inner > .container_service_lower > .container_service_lower_content > p {
    font-size: 1.25vw;
  }
}
#service > .inner > .container_service_lower > .container_service_lower_content > p.ttl {
  font-size: 30px;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  #service > .inner > .container_service_lower > .container_service_lower_content > p.ttl {
    font-size: 2.0833333333vw;
    margin-bottom: 2.7777777778vw;
  }
}
#service > .inner > .container_service_lower > .container_service_lower_content > .image {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  #service > .inner > .container_service_lower > .container_service_lower_content > .image {
    margin-top: 3.4722222222vw;
  }
}

#action {
  background-color: #005EAD;
  padding: 110px 0 150px;
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  #action {
    padding: 13.3333333333vw 0 16vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #action {
    padding: 13.3333333333vw 0 16vw;
    margin-bottom: 21.3333333333vw;
  }
}
#action > .ttl_section_h2 {
  border-bottom: 1px solid #fff;
  padding: 0 0 25px;
}
@media screen and (max-width: 1440px) {
  #action > .ttl_section_h2 {
    padding: 0 0 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  #action > .ttl_section_h2 {
    padding: 0 0 4.8vw;
  }
}
#action > .ttl_section_h2 > span {
  margin: 0 auto;
  width: 1000px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #action > .ttl_section_h2 > span {
    width: 69.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  #action > .ttl_section_h2 > span {
    width: 100%;
    padding-left: 5.3333333333vw;
  }
}
#action > .ttl_section_h2 > span img {
  width: 222px;
}
@media screen and (max-width: 1440px) {
  #action > .ttl_section_h2 > span img {
    width: 15.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #action > .ttl_section_h2 > span img {
    width: 47.4666666667vw;
  }
}
#action > .inner > .container_action_upper {
  margin: 0 auto;
  width: 1170px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  #action > .inner > .container_action_upper {
    width: 81.25vw;
  }
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_upper {
    width: 100%;
  }
}
#action > .inner > .container_action_upper > .container_action_upper_left {
  width: 155px;
  text-align: right;
  border-right: 1px solid #fff;
  padding: 100px 40px 0 0;
}
@media screen and (max-width: 1440px) {
  #action > .inner > .container_action_upper > .container_action_upper_left {
    width: 10.7638888889vw;
    padding: 6.9444444444vw 2.7777777778vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_upper > .container_action_upper_left {
    width: 16.5333333333vw;
    padding: 13.3333333333vw 0 0 0;
    text-align: center;
  }
}
#action > .inner > .container_action_upper > .container_action_upper_left > .container_action_upper_left_inner {
  overflow: hidden;
  display: inline-block;
}
#action > .inner > .container_action_upper > .container_action_upper_left > .container_action_upper_left_inner > span {
  display: inline-block;
}
#action > .inner > .container_action_upper > .container_action_upper_left img {
  width: 31px;
}
@media screen and (max-width: 1440px) {
  #action > .inner > .container_action_upper > .container_action_upper_left img {
    width: 2.1527777778vw;
  }
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_upper > .container_action_upper_left img {
    width: 6.6666666667vw;
  }
}
#action > .inner > .container_action_upper > .container_action_upper_right {
  width: 1015px;
  padding: 15px 0 0 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #action > .inner > .container_action_upper > .container_action_upper_right {
    width: 70.4861111111vw;
    padding: 1.0416666667vw 0 0 3.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_upper > .container_action_upper_right {
    display: block;
    width: 83.2vw;
    padding: 10.6666666667vw 0 0 2.1333333333vw;
  }
}
#action > .inner > .container_action_upper > .container_action_upper_right > .container_action_upper_right_txt {
  width: 34.7826086957%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.01em;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #action > .inner > .container_action_upper > .container_action_upper_right > .container_action_upper_right_txt {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_upper > .container_action_upper_right > .container_action_upper_right_txt {
    width: 100%;
    padding-left: 3.2vw;
    font-size: 22px;
    font-size: 5.5979643766vw;
  }
}
#action > .inner > .container_action_upper > .container_action_upper_right > .container_action_upper_right_image {
  width: 65.2173913043%;
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_upper > .container_action_upper_right > .container_action_upper_right_image {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}
#action > .inner > .container_action_lower {
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_lower {
    align-items: flex-start;
  }
}
#action > .inner > .container_action_lower > .container_action_lower_ttl {
  border-left: 1px solid #fff;
  width: 80px;
  padding: 100px 0 0 40px;
}
@media screen and (max-width: 1440px) {
  #action > .inner > .container_action_lower > .container_action_lower_ttl {
    width: 5.5555555556vw;
    padding: 6.9444444444vw 0 0 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_lower > .container_action_lower_ttl {
    width: 16.5333333333vw;
    padding: 13.3333333333vw 0 0 0;
    text-align: center;
  }
}
#action > .inner > .container_action_lower > .container_action_lower_ttl > .container_action_lower_ttl_inner {
  overflow: hidden;
  display: inline-block;
}
#action > .inner > .container_action_lower > .container_action_lower_ttl > .container_action_lower_ttl_inner > span {
  display: inline-block;
}
#action > .inner > .container_action_lower > .container_action_lower_ttl img {
  width: 31px;
}
@media screen and (max-width: 1440px) {
  #action > .inner > .container_action_lower > .container_action_lower_ttl img {
    width: 2.1527777778vw;
  }
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_lower > .container_action_lower_ttl img {
    width: 6.6666666667vw;
  }
}
#action > .inner > .container_action_lower > .container_action_lower_content {
  width: 940px;
  padding: 100px 50px 0 0;
}
@media screen and (max-width: 1440px) {
  #action > .inner > .container_action_lower > .container_action_lower_content {
    width: 65.2777777778vw;
    padding: 6.9444444444vw 3.4722222222vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_lower > .container_action_lower_content {
    width: 83.2vw;
    padding: 10.6666666667vw 0 0 5.3333333333vw;
  }
}
#action > .inner > .container_action_lower > .container_action_lower_content > p {
  margin-top: -0.5em;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1440px) {
  #action > .inner > .container_action_lower > .container_action_lower_content > p {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_lower > .container_action_lower_content > p {
    text-align: left;
    font-size: 22px;
    font-size: 5.5979643766vw;
  }
}
#action > .inner > .container_action_lower > .container_action_lower_content > .image {
  margin-top: 65px;
}
@media screen and (max-width: 1440px) {
  #action > .inner > .container_action_lower > .container_action_lower_content > .image {
    margin-top: 4.5138888889vw;
  }
}
@media screen and (max-width: 768px) {
  #action > .inner > .container_action_lower > .container_action_lower_content > .image {
    margin: 10.6666666667vw -16.5333333333vw 0 -5.3333333333vw;
  }
}

#future {
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  #future {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #future {
    margin-bottom: 21.3333333333vw;
  }
}
#future > .ttl_section_h2 {
  border-bottom: 1px solid #1F1F1F;
  padding: 0 0 25px;
}
@media screen and (max-width: 1440px) {
  #future > .ttl_section_h2 {
    padding: 0 0 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  #future > .ttl_section_h2 {
    padding: 0 0 4.8vw;
  }
}
#future > .ttl_section_h2 > span {
  margin: 0 auto;
  width: 1000px;
  display: block;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  #future > .ttl_section_h2 > span {
    width: 69.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  #future > .ttl_section_h2 > span {
    width: 100%;
    padding-right: 5.3333333333vw;
  }
}
#future > .ttl_section_h2 > span img {
  width: 109px;
}
@media screen and (max-width: 1440px) {
  #future > .ttl_section_h2 > span img {
    width: 7.5694444444vw;
  }
}
@media screen and (max-width: 768px) {
  #future > .ttl_section_h2 > span img {
    width: 23.2vw;
  }
}
#future > .inner {
  margin: 0 auto;
  width: 1140px;
  padding: 0 60px 0 0;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1440px) {
  #future > .inner {
    width: 79.1666666667vw;
    padding: 0 4.1666666667vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #future > .inner {
    width: 100%;
    padding: 0;
  }
}
#future > .inner > .container_future_ttl {
  width: 6.8480300188%;
  border-left: 1px solid #1F1F1F;
  padding: 100px 0 0 40px;
}
@media screen and (max-width: 1440px) {
  #future > .inner > .container_future_ttl {
    padding: 6.9444444444vw 0 0 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #future > .inner > .container_future_ttl {
    width: 16.8vw;
    padding: 13.3333333333vw 0 0;
    text-align: center;
  }
}
#future > .inner > .container_future_ttl > .container_future_ttl_inner {
  overflow: hidden;
  display: inline-block;
}
#future > .inner > .container_future_ttl > .container_future_ttl_inner > span {
  display: inline-block;
}
#future > .inner > .container_future_ttl img {
  width: 31px;
}
@media screen and (max-width: 1440px) {
  #future > .inner > .container_future_ttl img {
    width: 2.1527777778vw;
  }
}
@media screen and (max-width: 768px) {
  #future > .inner > .container_future_ttl img {
    width: 6.9333333333vw;
  }
}
#future > .inner > .container_future_content {
  width: 877px;
  padding: 90px 50px 0 0;
}
@media screen and (max-width: 1440px) {
  #future > .inner > .container_future_content {
    width: 60.9027777778vw;
    padding: 6.25vw 3.4722222222vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #future > .inner > .container_future_content {
    width: 83.4666666667vw;
    padding: 12vw 0 0 5.3333333333vw;
  }
}
#future > .inner > .container_future_content > p {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.7;
}
@media screen and (max-width: 1440px) {
  #future > .inner > .container_future_content > p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  #future > .inner > .container_future_content > p {
    font-size: 15px;
    font-size: 3.8167938931vw;
    line-height: 2.4;
  }
}
#future > .inner > .container_future_content > p.logo {
  margin-top: 50px;
  width: 228px;
  line-height: 0;
}
@media screen and (max-width: 1440px) {
  #future > .inner > .container_future_content > p.logo {
    margin-top: 3.4722222222vw;
    width: 15.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #future > .inner > .container_future_content > p.logo {
    margin-top: 10.6666666667vw;
    width: 60.8vw;
  }
}
#future > .inner > .container_future_content > p.logo img {
  width: 100%;
}
#future > .inner > .container_future_content > .image {
  margin-top: 55px;
  width: 811px;
}
@media screen and (max-width: 1440px) {
  #future > .inner > .container_future_content > .image {
    margin-top: 3.8194444444vw;
    width: 56.3194444444vw;
  }
}
#future > .container_future_image {
  display: none;
}
@media screen and (max-width: 768px) {
  #future > .container_future_image {
    display: block;
    margin-top: 10.6666666667vw;
  }
}

#live {
  background-color: #005EAD;
  padding: 150px 0;
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  #live {
    padding: 10.4166666667vw 0;
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #live {
    padding: 13.3333333333vw 0 16vw;
    margin-bottom: 21.3333333333vw;
  }
}
#live > .ttl_section_h2 {
  border-bottom: 1px solid #fff;
  padding: 0 0 25px;
}
@media screen and (max-width: 1440px) {
  #live > .ttl_section_h2 {
    padding: 0 0 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .ttl_section_h2 {
    padding: 0 0 5.3333333333vw;
  }
}
#live > .ttl_section_h2 > span {
  margin: 0 auto;
  width: 1000px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #live > .ttl_section_h2 > span {
    width: 69.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .ttl_section_h2 > span {
    width: 100%;
    padding-left: 5.3333333333vw;
  }
}
#live > .ttl_section_h2 > span img {
  width: 181px;
}
@media screen and (max-width: 1440px) {
  #live > .ttl_section_h2 > span img {
    width: 12.5694444444vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .ttl_section_h2 > span img {
    width: 38.6666666667vw;
  }
}
#live > .inner {
  margin: 0 auto;
  width: 1140px;
  padding: 0 0 0 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  #live > .inner {
    width: 79.1666666667vw;
    padding: 0 0 0 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .inner {
    width: 100%;
    padding: 0;
  }
}
#live > .inner > .container_live_ttl {
  width: 6.8480300188%;
  border-right: 1px solid #fff;
  padding: 100px 0 0 0;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #live > .inner > .container_live_ttl {
    padding: 6.9444444444vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #live > .inner > .container_live_ttl {
    padding: 13.3333333333vw 0 0;
    width: 16.5333333333vw;
    text-align: center;
  }
}
#live > .inner > .container_live_ttl > .container_live_ttl_inner {
  overflow: hidden;
  display: inline-block;
}
#live > .inner > .container_live_ttl > .container_live_ttl_inner > span {
  display: inline-block;
}
#live > .inner > .container_live_ttl img {
  width: 27px;
}
@media screen and (max-width: 1440px) {
  #live > .inner > .container_live_ttl img {
    width: 1.875vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .inner > .container_live_ttl img {
    width: 5.8666666667vw;
  }
}
#live > .inner > .container_live_content {
  width: 93.1519699812%;
  padding: 100px 0 0 50px;
}
@media screen and (max-width: 1440px) {
  #live > .inner > .container_live_content {
    padding: 6.9444444444vw 0 0 3.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .inner > .container_live_content {
    width: 83.4666666667vw;
    padding: 13.3333333333vw 0 0 0;
  }
}
#live > .inner > .container_live_content > p {
  margin-top: -0.5em;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.7;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  #live > .inner > .container_live_content > p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .inner > .container_live_content > p {
    font-size: 15px;
    font-size: 3.8167938931vw;
    line-height: 2.4;
    padding-left: 5.3333333333vw;
  }
}
#live > .inner > .container_live_content .container_live_contents {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  #live > .inner > .container_live_content .container_live_contents {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .inner > .container_live_content .container_live_contents {
    margin-top: 10.6666666667vw;
    flex-wrap: wrap;
    gap: 10.6666666667vw 0;
    padding-left: 5.3333333333vw;
  }
}
#live > .inner > .container_live_content .content_live_image {
  width: 48.57%;
}
@media screen and (max-width: 768px) {
  #live > .inner > .container_live_content .content_live_image {
    width: 100%;
  }
}
#live > .inner > .container_live_content .content_live_image > .content_live_image_thumbnail {
  line-height: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  #live > .inner > .container_live_content .content_live_image > .content_live_image_thumbnail {
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .inner > .container_live_content .content_live_image > .content_live_image_thumbnail {
    margin-bottom: 4.8vw;
  }
}
#live > .inner > .container_live_content .content_live_image > .content_live_image_desc > p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  #live > .inner > .container_live_content .content_live_image > .content_live_image_desc > p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .inner > .container_live_content .content_live_image > .content_live_image_desc > p {
    font-size: 15px;
    font-size: 3.8167938931vw;
  }
}
#live > .inner > .container_live_content .content_live_image > .content_live_image_desc > p.ttl {
  margin: 0 auto 25px;
}
@media screen and (max-width: 1440px) {
  #live > .inner > .container_live_content .content_live_image > .content_live_image_desc > p.ttl {
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .inner > .container_live_content .content_live_image > .content_live_image_desc > p.ttl {
    margin-bottom: 3.7333333333vw;
  }
}
#live > .inner > .container_live_content .content_live_image:nth-of-type(1) > .content_live_image_desc > p.ttl {
  width: 270px;
}
@media screen and (max-width: 1440px) {
  #live > .inner > .container_live_content .content_live_image:nth-of-type(1) > .content_live_image_desc > p.ttl {
    width: 18.75vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .inner > .container_live_content .content_live_image:nth-of-type(1) > .content_live_image_desc > p.ttl {
    width: 56.8vw;
  }
}
#live > .inner > .container_live_content .content_live_image:nth-of-type(2) > .content_live_image_desc > p.ttl {
  width: 273px;
}
@media screen and (max-width: 1440px) {
  #live > .inner > .container_live_content .content_live_image:nth-of-type(2) > .content_live_image_desc > p.ttl {
    width: 18.9583333333vw;
  }
}
@media screen and (max-width: 768px) {
  #live > .inner > .container_live_content .content_live_image:nth-of-type(2) > .content_live_image_desc > p.ttl {
    width: 57.3333333333vw;
  }
}

#tool {
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  #tool {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #tool {
    margin-bottom: 21.3333333333vw;
  }
}
#tool > .ttl_section_h2 {
  border-bottom: 1px solid #1F1F1F;
  padding: 0 0 25px;
}
@media screen and (max-width: 1440px) {
  #tool > .ttl_section_h2 {
    padding: 0 0 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  #tool > .ttl_section_h2 {
    padding: 0 0 5.3333333333vw;
  }
}
#tool > .ttl_section_h2 > span {
  margin: 0 auto;
  width: 1000px;
  display: block;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  #tool > .ttl_section_h2 > span {
    width: 69.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  #tool > .ttl_section_h2 > span {
    width: 100%;
    padding: 0 5.3333333333vw 0 0;
  }
}
#tool > .ttl_section_h2 > span img {
  width: 230px;
}
@media screen and (max-width: 1440px) {
  #tool > .ttl_section_h2 > span img {
    width: 15.9722222222vw;
  }
}
@media screen and (max-width: 768px) {
  #tool > .ttl_section_h2 > span img {
    width: 49.8666666667vw;
  }
}
#tool > .inner {
  margin: 0 auto;
  width: 1140px;
  padding: 0 60px 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1440px) {
  #tool > .inner {
    width: 79.1666666667vw;
    padding: 0 4.1666666667vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #tool > .inner {
    width: 100%;
    padding: 0;
  }
}
#tool > .inner > .container_tool_ttl {
  width: 6.8480300188%;
  border-left: 1px solid #1F1F1F;
  padding: 100px 0 0 40px;
}
@media screen and (max-width: 1440px) {
  #tool > .inner > .container_tool_ttl {
    padding: 6.9444444444vw 0 0 2.7777777778vw;
  }
}
@media screen and (max-width: 768px) {
  #tool > .inner > .container_tool_ttl {
    width: 16.5333333333vw;
    padding: 13.3333333333vw 0 0 0;
  }
}
#tool > .inner > .container_tool_ttl > .container_tool_ttl_inner {
  overflow: hidden;
  display: inline-block;
}
#tool > .inner > .container_tool_ttl > .container_tool_ttl_inner > span {
  display: inline-block;
}
#tool > .inner > .container_tool_ttl img {
  width: 30px;
}
@media screen and (max-width: 1440px) {
  #tool > .inner > .container_tool_ttl img {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #tool > .inner > .container_tool_ttl img {
    width: 6.6666666667vw;
  }
}
#tool > .inner .container_tool_content {
  width: 88.6491557223%;
  padding: 100px 0 0;
}
@media screen and (max-width: 1440px) {
  #tool > .inner .container_tool_content {
    padding: 6.9444444444vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #tool > .inner .container_tool_content {
    width: 83.4666666667vw;
    padding: 13.3333333333vw 5.3333333333vw 0 0;
  }
}
#tool > .inner .container_tool_content > p {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1440px) {
  #tool > .inner .container_tool_content > p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  #tool > .inner .container_tool_content > p {
    font-size: 15px;
    font-size: 3.8167938931vw;
    line-height: 2.4;
    padding-left: 5.3333333333vw;
    margin-top: -0.5em;
  }
}
#tool > .inner ul.content_tool_items {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px 29px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #tool > .inner ul.content_tool_items {
    margin-top: 4.5138888889vw;
    gap: 1.9444444444vw 2.0138888889vw;
  }
}
@media screen and (max-width: 768px) {
  #tool > .inner ul.content_tool_items {
    gap: 5.3333333333vw 0;
    margin-top: 10.6666666667vw;
  }
}
#tool > .inner ul.content_tool_items > .content_tool_item {
  max-width: 458px;
}
@media screen and (max-width: 1440px) {
  #tool > .inner ul.content_tool_items > .content_tool_item {
    max-width: 31.8055555556vw;
  }
}
@media screen and (max-width: 768px) {
  #tool > .inner ul.content_tool_items > .content_tool_item {
    max-width: 100%;
  }
}

#guideline {
  background-color: #005EAD;
  padding: 110px 0 150px;
}
@media screen and (max-width: 1440px) {
  #guideline {
    padding: 7.6388888889vw 0 10.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #guideline {
    padding: 13.3333333333vw 0 16vw;
  }
}
#guideline > .ttl_section_h2 {
  border-bottom: 1px solid #fff;
  padding: 0 0 25px;
}
@media screen and (max-width: 1440px) {
  #guideline > .ttl_section_h2 {
    padding: 0 0 1.7361111111vw;
  }
}
@media screen and (max-width: 768px) {
  #guideline > .ttl_section_h2 {
    padding: 0 0 5.3333333333vw;
  }
}
#guideline > .ttl_section_h2 > span {
  margin: 0 auto;
  width: 1000px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #guideline > .ttl_section_h2 > span {
    width: 69.4444444444vw;
  }
}
@media screen and (max-width: 768px) {
  #guideline > .ttl_section_h2 > span {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
#guideline > .ttl_section_h2 > span img {
  width: 268px;
}
@media screen and (max-width: 1440px) {
  #guideline > .ttl_section_h2 > span img {
    width: 18.6111111111vw;
  }
}
@media screen and (max-width: 768px) {
  #guideline > .ttl_section_h2 > span img {
    width: 57.8666666667vw;
  }
}
#guideline > .inner {
  margin: 0 auto;
  width: 1140px;
  padding: 0 0 0 60px;
  display: flex;
}
@media screen and (max-width: 1440px) {
  #guideline > .inner {
    width: 79.1666666667vw;
    padding: 0 0 0 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #guideline > .inner {
    width: 100%;
    padding: 0;
  }
}
#guideline > .inner > .container_guideline_ttl {
  width: 6.8480300188%;
  border-right: 1px solid #fff;
  padding: 100px 40px 0 0;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #guideline > .inner > .container_guideline_ttl {
    padding: 6.9444444444vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  #guideline > .inner > .container_guideline_ttl {
    width: 16.5333333333vw;
    padding: 13.3333333333vw 0 0;
    text-align: center;
  }
}
#guideline > .inner > .container_guideline_ttl > .container_guideline_ttl_inner {
  overflow: hidden;
  display: inline-block;
}
#guideline > .inner > .container_guideline_ttl > .container_guideline_ttl_inner > span {
  display: inline-block;
}
#guideline > .inner > .container_guideline_ttl img {
  width: 30px;
}
@media screen and (max-width: 1440px) {
  #guideline > .inner > .container_guideline_ttl img {
    width: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  #guideline > .inner > .container_guideline_ttl img {
    width: 6.6666666667vw;
  }
}
#guideline > .inner > .container_guideline_content {
  width: 93.1519699812%;
  padding: 100px 0 0 50px;
}
@media screen and (max-width: 1440px) {
  #guideline > .inner > .container_guideline_content {
    padding: 6.9444444444vw 0 0 3.4722222222vw;
  }
}
@media screen and (max-width: 768px) {
  #guideline > .inner > .container_guideline_content {
    width: 83.4666666667vw;
    padding: 13.3333333333vw 0 0 5.3333333333vw;
  }
}
#guideline > .inner > .container_guideline_content ul.content_guideline_items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #guideline > .inner > .container_guideline_content ul.content_guideline_items {
    flex-wrap: wrap;
    gap: 4.8vw;
  }
}
#guideline > .inner > .container_guideline_content ul.content_guideline_items > .content_guideline_item {
  width: 48.5714285714%;
}
@media screen and (max-width: 768px) {
  #guideline > .inner > .container_guideline_content ul.content_guideline_items > .content_guideline_item {
    width: 100%;
  }
}
#guideline > .inner .content_guideline_link {
  max-width: 330px;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  #guideline > .inner .content_guideline_link {
    margin-top: 3.4722222222vw;
    max-width: 22.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  #guideline > .inner .content_guideline_link {
    margin-top: 5.3333333333vw;
    max-width: 72.8vw;
  }
}/*# sourceMappingURL=style.css.map */