@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=DM+Sans:wght@300;400&family=M+PLUS+1p:wght@800&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1200px;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    min-width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

input[type=text], input[type=password], input[type=checkbox], input[type=email], input[type=radio], input[type=submit], input[type=button],
select, textarea {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  border: none;
  outline: 0;
}

button:focus {
  outline: none;
}
button:focus-visible {
  outline: none;
}
button:hover {
  outline: none;
}

textarea {
  resize: vertical;
}

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

a {
  text-decoration: none;
}

.is-pc-only {
  display: inline-block !important;
}
.is-pc-only_block {
  display: block !important;
}

.is-sp-only {
  display: none !important;
}
.is-sp-only_block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-pc-only {
    display: none !important;
  }
  .is-pc-only_block {
    display: none !important;
  }
  .is-sp-only {
    display: inline-block !important;
  }
  .is-sp-only_block {
    display: block !important;
  }
}
/*----------------------------------------------------------------------------
	wrapper
----------------------------------------------------------------------------*/
.wrapper {
  position: relative;
  overflow: hidden;
}

.inner {
  max-width: 1200px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}

/*----------------------------------------------------------------------------
	c-parts
----------------------------------------------------------------------------*/
.c-opacity {
  transition: opacity 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .c-opacity:hover {
    opacity: 0.65;
  }
}

/*----------------------------------------------------------------------------
	header
----------------------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.4s ease;
}
.header.is-active {
  z-index: 99;
  opacity: 1;
}
.header.is-active.is-none {
  opacity: 0;
  z-index: -1;
}
.header .field {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .field {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header .field {
    -moz-column-gap: 0.533vw;
         column-gap: 0.533vw;
  }
}
.header_box {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .header_box {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .header_box {
    padding-top: 2.667vw;
    padding-right: 2.667vw;
    padding-bottom: 5.333vw;
    padding-left: 2.667vw;
  }
}
.header_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 100%;
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .header_box::before {
    content: none;
  }
}
.header_box::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  bottom: -95px;
  width: 130px;
  height: 74px;
  margin-left: calc(50% - 15px);
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_box::after {
    margin-left: 0;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .header_box::after {
    bottom: 2vw;
    left: 50%;
    width: 2.933vw;
    height: 1.867vw;
    margin-left: 0;
    transform: translate(-50%, 0);
  }
}
.header_box:nth-child(1) {
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .header_box:nth-child(1) {
    padding-right: 2.667vw;
    background-color: #0055a6;
  }
}
.header_box:nth-child(1)::before {
  right: 0;
  background-color: #0055a6;
}
.header_box:nth-child(1)::after {
  left: -100px;
  background-image: url(../images/common/header_arr-01.png);
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_box:nth-child(1)::after {
    left: calc(50% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .header_box:nth-child(1)::after {
    left: 50%;
    background-image: url(../images/index/sp/arr_down.png);
  }
}
.header_box:nth-child(2) {
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .header_box:nth-child(2) {
    padding-left: 2.667vw;
    background-color: #e76110;
  }
}
.header_box:nth-child(2)::before {
  left: 0;
  background-color: #e76110;
}
.header_box:nth-child(2)::after {
  left: 0;
  background-image: url(../images/common/header_arr-02.png);
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .header_box:nth-child(2)::after {
    left: calc(50% + 25px);
  }
}
@media screen and (max-width: 767px) {
  .header_box:nth-child(2)::after {
    left: 50%;
    background-image: url(../images/index/sp/arr_down.png);
  }
}
.header_logo {
  display: grid;
  place-items: center;
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header_logo {
    height: 8.8vw;
    border-radius: 1.333vw;
  }
}
.header_box:nth-child(1) .header_logo img {
  width: 363px;
}
@media screen and (max-width: 767px) {
  .header_box:nth-child(1) .header_logo img {
    width: 39.733vw;
  }
}
.header_box:nth-child(2) .header_logo img {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .header_box:nth-child(2) .header_logo img {
    width: 37.733vw;
  }
}

/*----------------------------------------------------------------------------
	section
----------------------------------------------------------------------------*/
.section_title {
  display: grid;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.section_title strong {
  font-family: "DM Sans", sans-serif;
  font-size: 53px;
  font-size: 5.3rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: transparent;
  background-image: linear-gradient(-23deg, rgb(0, 85, 166) 0%, rgb(10, 188, 214) 88%);
  -webkit-background-clip: text;
          background-clip: text;
}
@media screen and (max-width: 767px) {
  .section_title strong {
    font-size: 7.067vw;
  }
}
.section_title span {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #232323;
  letter-spacing: 0.12em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .section_title span {
    font-size: 2.933vw;
    margin-top: 1.333vw;
  }
}
.section_link {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  transition: opacity 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.section_link::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .section_link:hover {
    opacity: 0.65;
  }
}
.section_link span {
  display: inline-block;
}

/*----------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------*/
.footer .inner {
  max-width: 100%;
}
.footer_logo {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-column-gap: 42px;
       column-gap: 42px;
  padding-top: 42px;
  padding-bottom: 38px;
  margin-left: -20px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    -moz-column-gap: 5.6vw;
         column-gap: 5.6vw;
    padding-top: 6.667vw;
    padding-bottom: 5.067vw;
    margin-left: -2.667vw;
  }
}
.footer_logo_list {
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  align-items: center;
}
.footer_logo_list-item:nth-child(1) {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .footer_logo_list-item:nth-child(1) {
    margin-right: 0.8vw;
  }
}
.footer_logo_list-item:nth-child(1) img {
  width: 34px;
}
@media screen and (max-width: 767px) {
  .footer_logo_list-item:nth-child(1) img {
    width: 4.533vw;
  }
}
.footer_logo_list-item.group-01 img {
  width: 234px;
}
@media screen and (max-width: 767px) {
  .footer_logo_list-item.group-01 img {
    width: 31.2vw;
  }
}
.footer_logo_list-item.group-02 img {
  width: 218px;
}
@media screen and (max-width: 767px) {
  .footer_logo_list-item.group-02 img {
    width: 29.067vw;
  }
}
.footer_copyright {
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: center;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .footer_copyright {
    padding-top: 1.6vw;
    padding-bottom: 3.333vw;
  }
}
.footer_copyright span {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .footer_copyright span {
    font-size: 1.867vw;
  }
}
/*# sourceMappingURL=common.css.map */