@charset "UTF-8";
/*@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.001s !important;
    animation-duration: 0.001s !important;
  }
}*/

*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-width: 0;
  border-style: solid;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  vertical-align: inherit;
  text-decoration: inherit;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
address,
th,
td,
label,
li {
  max-height: 100%;
}

button,
[type='button'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='reset'],
[type='search'],
[type='submit'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea {
  min-height: 1.5em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 62.5%/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "YuGothic", "游ゴシック", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: default;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-sizing: normal;
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

body {
  position: relative;
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

.ta_left {
  text-align: left;
}

.ta_center {
  text-align: center;
}

.ta_right {
  text-align: right;
}

.v_stack {
  display: flex;
  flex-direction: column;
}

.h_stack {
  display: flex;
}

.spacer {
  flex: 1;
  border: 0;
  background: transparent;
}

#header {
  background-image: url("../img/header_sample.png");
  background-repeat: no-repeat;
  background-size: 65%;
  background-position: 50% 90%;
  width: 100%;
  margin: 0px auto;
  padding: 80px 0 128px;
  border-radius: 48px;
  position: relative;
}

#header::before {
  content: '';
  background-image: url("../img/wave_bule.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 11%;
  min-height: 144px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  #header {
    background-size: 85%;
  }
}

@media screen and (max-width: 767px) {
  #header {
    background-size: contain;
  }
}

@media screen and (max-width: 640px) {
  #header {
    margin: 0 auto 64px;
    background-size: 120%;
  }
}

#header .header_box {
  padding: 0 96px 64px;
}

@media screen and (max-width: 870px) {
  #header .header_box {
    padding: 0 64px 64px;
  }
}

@media screen and (max-width: 540px) {
  #header .header_box {
    padding: 0 32px 32px;
  }
}

@media screen and (max-width: 425px) {
  #header .header_box {
    padding: 0 16px 16px;
  }
}

#header .header_box .header_title {
  display: none;
}

#header .header_box .title_img {
  margin: 96px auto;
  max-width: 544px;
}

@media screen and (max-width: 1024px) {
  #header .header_box .title_img {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  #header .header_box .title_img {
    margin: 64px auto;
  }
}

@media screen and (max-width: 425px) {
  #header .header_box .title_img {
    width: 100%;
  }
}

#header .header_box .title_img img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  #header .header_box .img {
    width: 75%;
  }
}

@media screen and (max-width: 425px) {
  #header .header_box .img {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  #header .header_box .img img {
    width: 100%;
  }
}

#header .header_box .top_btn {
  margin: 0 auto 96px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  padding: 12px;
  box-shadow: 0px 0px 6px rgba(75, 36, 206, 0.16);
  width: 544px;
}

@media screen and (max-width: 767px) {
  #header .header_box .top_btn {
    width: 92%;
  }
}

@media screen and (max-width: 425px) {
  #header .header_box .top_btn {
    justify-content: center;
    width: 100%;
    margin: 0 auto 32px;
  }
}

#header .header_box .top_btn .logo {
  margin-right: 48px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  #header .header_box .top_btn .logo {
    width: calc(50% - 30px);
    margin-left: 15px;
  }
}

@media screen and (max-width: 500px) {
  #header .header_box .top_btn .logo {
    margin-right: 15px;
  }
}

#header .header_box .top_btn .logo img {
  width: 100%;
  vertical-align: bottom;
}

#header .header_box .top_btn .ui_btn {
  padding: 12px 36px;
}

@media screen and (max-width: 641px) {
  #header .header_box .top_btn .ui_btn {
    padding: 12px;
  }
}

@media screen and (max-width: 425px) {
  #header .header_box .top_btn .ui_btn {
    padding: 6px;
  }
}

#header .header_box .top_btn .ui_btn::after {
  display: none;
}

#header .hero_img {
  position: absolute;
  top: 64px;
  right: -160px;
  bottom: 3%;
  width: 31.428%;
}

@media screen and (max-width: 1280px) {
  #header .hero_img {
    right: -6%;
  }
}

@media screen and (max-width: 870px) {
  #header .hero_img {
    width: 40%;
    right: -10%;
  }
}

@media screen and (max-width: 670px) {
  #header .hero_img {
    width: 37.142%;
    top: 192px;
  }
}

@media screen and (max-width: 425px) {
  #header .hero_img {
    width: 45%;
    right: -12%;
  }
}

#header .hero_img img {
  display: block;
  width: 100%;
}

#footer {
  background-color: #1D3655;
}

#footer .container {
  padding: 24px;
}

#footer .container .title {
  text-align: center;
  padding: 24px 0;
}

#footer .container .title img {
  width: 120px;
  display: block;
  margin: 0 auto;
}

#footer .container .title a {
  text-decoration: none;
}

#footer .container .sitemap {
  width: 70%;
  display: flex;
  text-align: center;
  justify-content: space-around;
  margin: 24px auto;
}

#footer .container .sitemap li {
  list-style: none;
}

#footer .container .sitemap li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

#footer .container p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #footer .container {
    padding: 24px;
  }
  #footer .container .sitemap {
    flex-wrap: wrap;
    margin: 16px auto;
    font-size: 14px;
  }
  #footer .container .copyright {
    font-size: 12px;
  }
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 500;
  background-color: #fff;
}

#nav .container {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #nav .container {
    height: 64px;
  }
}

#nav .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav .container .title img {
  width: 220px;
  padding-left: 32px;
}

@media screen and (max-width: 640px) {
  #nav .container .title img {
    width: 160px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 470px) {
  #nav .container .title img {
    width: 120px;
  }
}

#nav .container .menu {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  width: 50%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1370px) {
  #nav .container .menu {
    width: 66.666%;
  }
}

@media screen and (max-width: 1000px) {
  #nav .container .menu {
    width: 100%;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1000px) {
  #nav .container .menu .pc_only {
    display: none;
  }
}

#nav .container .menu li a {
  color: inherit;
  text-decoration: none;
}

#nav .container .menu .btns {
  margin-right: 4%;
}

#nav .container .menu .btns .contact_btn {
  background: linear-gradient(90deg, #F28F52, #E86569);
  color: #fff;
  font-size: 18px;
  border-radius: 9999px;
  padding: 10px 16px;
  text-decoration: none;
}

#nav .container .menu .btns .contact_btn.web {
  background: linear-gradient(90deg, #5194EA, #445AAA);
  margin-right: 24px;
}

#nav .container .menu .btns .contact_btn.web .mobile {
  display: none;
}

@media screen and (max-width: 640px) {
  #nav .container .menu .btns .contact_btn.web {
    margin-right: 8px;
  }
  #nav .container .menu .btns .contact_btn.web .pc {
    display: none;
  }
  #nav .container .menu .btns .contact_btn.web .mobile {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  #nav .container .menu .btns .contact_btn {
    height: auto;
    padding: 8px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 640px) {
  #nav .container .menu .btns .contact_btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  #nav .container .menu .btns .contact_btn {
    font-size: 12px;
    padding: 8px 4px;
  }
}

#root {
  font-size: 16px;
  color: #313131;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
}

.head_title {
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
}

.head_title h3 {
  font-size: 30px;
}

.head_title h4 {
  font-size: 12px;
  color: #647FF6;
  font-family: "Poppins", sans-serif;
}

.head_title hr {
  width: 40px;
  border: 1px solid #A4C8F6;
  margin: 4px auto 8px;
}

.ui_btn {
  display: inline-block;
  background: linear-gradient(90deg, #F28F52, #E86569);
  border-radius: 9999px;
  font-size: 18px;
  font-weight: 600;
  padding: 16px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.ui_btn:hover {
  transform: scale(1.025);
}

.ui_btn:active {
  transform: translateY(4px);
}

.ui_btn::after {
  content: '';
  display: inline-block;
  margin-left: 16px;
  background-image: url("../img/button_arrow.svg");
  width: 24px;
  height: 11.36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#news {
  position: relative;
  z-index: 1;
  padding: 0 4%;
  margin: -128px auto 0;
}

#news .news_box {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  background-color: #F1F6FD;
  border-radius: 32px;
  padding: 32px;
}

@media screen and (max-width: 425px) {
  #news .news_box {
    padding: 16px;
  }
}

#news .news_box .info dl {
  border-top: 1px solid #D6E4F9;
  padding: 16px;
  display: flex;
}

@media screen and (max-width: 767px) {
  #news .news_box .info dl {
    flex-direction: column;
  }
}

#news .news_box .info dl dt {
  width: 21.212%;
  opacity: .7;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #news .news_box .info dl dt {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  #news .news_box .info dl dt {
    font-size: 14px;
  }
}

#news .news_box .info dl dd {
  width: 75.757%;
  margin-left: 32px;
  font-size: 18px;
}

#news .news_box .info dl dd a {
  color: #647FF6;
}

@media screen and (max-width: 767px) {
  #news .news_box .info dl dd {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  #news .news_box .info dl dd {
    font-size: 16px;
  }
}

#news .news_box .info:last-child dl {
  border-bottom: 1px solid #D6E4F9;
}

#service {
  width: 92%;
  max-width: 1280px;
  margin: 64px auto;
}

#service .service_box {
  display: flex;
  width: 100%;
  align-items: center;
}

@media screen and (max-width: 850px) {
  #service .service_box {
    flex-direction: column;
  }
}

#service .service_box figure {
  width: 50%;
  margin-right: 32px;
}

@media screen and (max-width: 850px) {
  #service .service_box figure {
    margin-right: 0;
    margin-bottom: 32px;
    width: 80%;
  }
}

@media screen and (max-width: 520px) {
  #service .service_box figure {
    width: 100%;
  }
}

#service .service_box figure img {
  width: 100%;
}

#service .service_box .text {
  width: 50%;
}

@media screen and (max-width: 850px) {
  #service .service_box .text {
    width: 80%;
    text-align: center;
  }
}

@media screen and (max-width: 520px) {
  #service .service_box .text {
    width: 100%;
  }
}

#service .service_box .text h3 {
  font-size: 30px;
  margin-bottom: 32px;
  font-weight: 700;
}

#service .service_box .text h3::before {
  content: '';
  background-image: url("../img/logo_color.svg");
  display: inline-block;
  margin-right: 16px;
  width: 180px;
  height: 36px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#service .service_box .text p {
  font-size: 18px;
  margin-bottom: 32px;
}

#service .service_box .text .btn {
  text-align: right;
  max-width: 448px;
}

@media screen and (max-width: 520px) {
  #service .service_box .text .btn {
    text-align: center;
  }
}

#service .service_box .text .btn a {
  width: 256px;
  text-align: center;
}

#company {
  background-color: #F1F6FD;
  padding: 64px 4%;
}

#company .company_box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#company .company_box dl {
  display: flex;
  border-top: 1px solid #D6E4F9;
  padding: 16px;
}

@media screen and (max-width: 767px) {
  #company .company_box dl {
    flex-direction: column;
  }
}

#company .company_box dl:last-child {
  border-bottom: 1px solid #D6E4F9;
}

#company .company_box dl dt {
  width: 21.212%;
  opacity: .7;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  #company .company_box dl dt {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  #company .company_box dl dt {
    font-size: 14px;
  }
}

#company .company_box dl dd {
  width: 75.757%;
  margin-left: 32px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #company .company_box dl dd {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
}

@media screen and (max-width: 425px) {
  #company .company_box dl dd {
    font-size: 16px;
  }
}

#company img {
  width: 326px;
  display: block;
  margin: 48px auto 0;
}

#inquiry {
  margin: 64px auto;
  width: 92%;
  max-width: 1280px;
  text-align: center;
}

#inquiry figure {
  width: 96px;
  margin: 0 auto 32px;
}

#inquiry figure img {
  width: 100%;
}

#inquiry h4 {
  font-size: 24px;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  #inquiry h4 {
    font-size: 18px;
  }
}

#inquiry .ui_btn {
  width: 256px;
}

#inquiry .ui_btn::after {
  display: none;
}
