@charset "UTF-8";
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, ol, ul, 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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ======================================================================
 common
====================================================================== */
html {
  font-size: 0.6666666667vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.3255813953vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.8rem;
  color: inherit;
}

select::-ms-expand {
  display: none;
}

label {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #333;
}

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

.inner {
  width: calc(100% - 50rem);
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}
.trans {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .trans {
    transition: none;
  }
}

.trans:hover,
.trans:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .trans:hover,
.trans:hover img {
    opacity: 1;
  }
}

/* ======================================================================
 header
====================================================================== */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 2rem;
  }
}
.header_logo {
  width: 23rem;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 13.5rem;
  }
}
@media screen and (max-width: 768px) {
  .header_box {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 8, 113, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.header_box_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header_box_menu {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
}
.header_box_menu_link {
  letter-spacing: 0.1rem;
  font-size: 2rem;
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .header_box_menu_link {
    color: #FFF;
    display: block;
    text-align: center;
    margin-right: 0;
    padding: 2.5rem 0;
  }
}
.header_box_menu_link:after {
  content: "";
  transition: all 0.2s ease-in-out;
  display: block;
  background: #230871;
  width: 0;
  height: 1px;
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .header_box_menu_link:after {
    display: none;
  }
}
.header_box_menu_link:hover:after, .header_box_menu_link.active:after {
  width: 100%;
}
.header_box_menu_contact {
  background: #230871;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1rem;
  font-size: 2rem;
  width: 22rem;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .header_box_menu_contact {
    width: 100%;
    background: #FFF;
    color: #230871;
    height: 7rem;
    margin-top: 3rem;
  }
}
.header_close {
  width: 3rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 1;
}
.header_btn {
  width: 3rem;
}

#particles-js {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ======================================================================
 footer
====================================================================== */
.footer_contact {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .footer_contact {
    padding: 7rem 0;
  }
}
.footer_contact_ttl {
  text-align: center;
  color: #230871;
}
.footer_contact_ttl_en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 2rem;
}
.footer_contact_ttl_ja {
  font-size: 3.6rem;
  margin-top: 1rem;
}
.footer_contact_catch {
  text-align: center;
  font-size: 3rem;
  line-height: 4.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .footer_contact_catch {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.footer_contact_list {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .footer_contact_list {
    display: block;
  }
}
.footer_contact_list_box {
  background: #230871;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 30.6rem;
  height: 30.6rem;
}
@media screen and (max-width: 768px) {
  .footer_contact_list_box {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: auto;
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact_list_box:not(:last-child) {
    margin-bottom: 4%;
  }
}
.footer_contact_list_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .footer_contact_list_ttl {
    margin-bottom: 2rem;
  }
}
.footer_contact_list_ttl_free {
  border: 1px solid #FFF;
  padding: 0.5rem;
  margin-right: 0.5rem;
}
.footer_contact_list_img {
  width: 9.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer_contact_list_img {
    width: 30%;
    margin: 0;
    text-align: center;
  }
  .footer_contact_list_img img {
    width: 80%;
  }
}
.footer_contact_list_txt {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .footer_contact_list_txt {
    margin-top: 0;
    width: 65%;
    text-align: left;
  }
}
.footer_contact_list_num {
  font-size: 3.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .footer_contact_list_num {
    font-size: 3rem;
    margin-top: 0;
  }
}
.footer_contact_list_time {
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .footer_contact_list_time {
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer_contact_list_desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer_menu {
  border-top: 1px solid #333;
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .footer_menu {
    padding: 4rem 4% 3rem;
  }
}
.footer_menu_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_menu_top {
    display: block;
  }
}
.footer_menu_top_logo {
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .footer_menu_top_logo {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
.footer_menu_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .footer_menu_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 3rem;
  }
}
.footer_menu_list_link {
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .footer_menu_list_link {
    margin-left: 0;
    width: 50%;
    padding: 1rem 0;
  }
}
.footer_menu_list_link:after {
  content: "";
  transition: all 0.2s ease-in-out;
  display: block;
  background: #230871;
  width: 0;
  height: 1px;
  margin-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .footer_menu_list_link:after {
    display: none;
  }
}
.footer_menu_list_link:hover:after {
  width: 100%;
}
.footer_menu_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.1rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .footer_menu_btm {
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
  }
}
.footer_menu_btm_copy {
  color: #230871;
}
@media screen and (max-width: 768px) {
  .footer_menu_btm_copy {
    text-align: center;
    margin-top: 3rem;
  }
}

/* ======================================================================
 top
====================================================================== */
.top_ttl._nv {
  color: #230871;
}
.top_ttl._wh {
  color: #FFF;
}
.top_ttl_en {
  position: relative;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.top_ttl_en:before {
  content: "";
  position: absolute;
  background: #CCC;
  left: -1.5rem;
  top: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
}
.top_ttl_ja {
  font-size: 3.6rem;
  line-height: 5.4rem;
}
.top_btn {
  background: #230871;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 35rem;
  height: 7rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .top_btn {
    width: 100%;
  }
}
.top_btn._wh {
  border: 1px solid #FFF;
}
.top_kv {
  position: relative;
  padding: 2rem 5rem 0;
}
@media screen and (max-width: 768px) {
  .top_kv {
    padding: 4rem 2rem 2rem;
  }
}
.top_kv:after {
  content: "";
  display: block;
  background: #230871;
  position: absolute;
  z-index: 1;
  bottom: -5rem;
  right: 0;
  width: 140rem;
  height: 50rem;
}
@media screen and (max-width: 768px) {
  .top_kv:after {
    width: 100%;
    height: 10rem;
    bottom: -3rem;
  }
}
.top_kv_ttl {
  color: #230871;
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .top_kv_ttl {
    padding: 0;
  }
}
.top_kv_ttl_copy {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .top_kv_ttl_copy {
    text-align: center;
    line-height: 1.3;
  }
}
.top_kv_ttl_main {
  font-size: 8rem;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .top_kv_ttl_main {
    text-align: center;
    font-size: 5.6rem;
    line-height: 1.3;
    margin: 1rem 0 2rem 2rem;
  }
}
.top_kv_ttl_main span {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .top_kv_ttl_main span {
    font-size: 3rem;
  }
}
.top_kv_en {
  text-align: right;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .top_kv_en {
    margin-top: 5rem;
  }
}
.top_kv_en img {
  width: 53.5rem;
}
@media screen and (max-width: 768px) {
  .top_kv_en img {
    width: 100%;
  }
}
.top_kv_slider {
  position: relative;
  z-index: 2;
}
.top_kv_slider_box {
  display: flex;
  justify-content: space-between;
}
.top_kv_slider_box img {
  width: 33.33%;
}
.top_about {
  padding: 14rem 15rem 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .top_about {
    padding: 10rem 0 0;
    display: block;
  }
}
.top_about_desc {
  order: 2;
  width: 61rem;
  margin: 0 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .top_about_desc {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 4rem 7rem;
  }
}
.top_about_desc .top_btn {
  float: right;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top_about_desc .top_btn {
    float: none;
  }
}
.top_about_img {
  width: 54rem;
}
@media screen and (max-width: 768px) {
  .top_about_img {
    width: 100%;
  }
}
.top_about_txt {
  font-size: 2.4rem;
  line-height: 4.2rem;
  margin-top: 3rem;
}
.top_service {
  position: relative;
  padding: 12rem 5rem 22rem;
}
@media screen and (max-width: 768px) {
  .top_service {
    padding: 7rem 4rem 10rem;
  }
}
.top_service:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #230871;
  z-index: 1;
  width: 100%;
  height: 38rem;
}
.top_service .top_ttl {
  position: absolute;
  z-index: 2;
  top: 8rem;
  left: 15rem;
}
@media screen and (max-width: 768px) {
  .top_service .top_ttl {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 5rem;
  }
}
.top_service_list {
  position: relative;
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top_service_list {
    display: block;
  }
}
.top_service_list_box {
  width: 43.3rem;
}
@media screen and (max-width: 768px) {
  .top_service_list_box {
    width: 100%;
    display: block;
  }
}
.top_service_list_box:not(:last-child) {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .top_service_list_box:not(:last-child) {
    margin: 0 0 7rem 0;
  }
}
.top_service_list_box:nth-child(1) {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  .top_service_list_box:nth-child(1) {
    margin-top: 0;
  }
}
.top_service_list_box:nth-child(2) {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .top_service_list_box:nth-child(2) {
    margin-top: 0;
  }
}
.top_service_list_ttl {
  color: #230871;
  text-align: center;
  font-size: 3.6rem;
  margin-top: 4rem;
}
.top_service_list_txt {
  font-size: 2.4rem;
  line-height: 4.2rem;
  margin: 3rem 0;
}
.top_works {
  position: relative;
}
.top_works .top_ttl {
  position: absolute;
  top: 8rem;
  right: 5rem;
}
@media screen and (max-width: 768px) {
  .top_works .top_ttl {
    position: static;
    padding: 0 4rem 5rem;
  }
}
.top_works_list {
  box-sizing: border-box;
  background: #F3F3F3;
  display: flex;
  padding: 7rem 7rem 7rem 14rem;
  width: 125rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .top_works_list {
    width: 100%;
    padding: 5rem 4rem;
    display: block;
  }
}
.top_works_list_box {
  width: 31.9rem;
}
@media screen and (max-width: 768px) {
  .top_works_list_box {
    width: 100%;
    display: block;
  }
}
.top_works_list_box:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .top_works_list_box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
.top_works_list_box:nth-child(2) {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .top_works_list_box:nth-child(2) {
    margin-top: 0;
  }
}
.top_works_list_box:nth-child(3) {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .top_works_list_box:nth-child(3) {
    margin-top: 0;
  }
}
.top_works_list_ttl {
  text-align: center;
  color: #230871;
  font-size: 2.2rem;
  line-height: 4.2rem;
  margin-top: 2rem;
}
.top_works_list_txt {
  font-size: 2.2rem;
  line-height: 4.2rem;
  margin-top: 1.5rem;
}
.top_news {
  padding: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  .top_news .top_ttl {
    padding: 0 2rem;
  }
}
.top_news_bg {
  background: #230871;
  margin-top: 3rem;
  padding-bottom: 7rem;
}
.top_news_list {
  padding: 7rem 0;
}
@media screen and (max-width: 768px) {
  .top_news_list {
    padding: 3rem 0;
  }
}
.top_news_list_box {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 2.2rem;
  line-height: 1.3;
  border-bottom: 1px solid #5A4695;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .top_news_list_box {
    font-size: 1.8rem;
    display: block;
    padding: 2rem 0;
  }
}
.top_news_list_cate {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  font-size: 1.4rem;
  width: 10rem;
  height: 3.8rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .top_news_list_cate {
    height: 3rem;
    margin: 1rem 0;
  }
}
.top_news_list_ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_news_list_ttl {
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
}

/* ======================================================================
 under
====================================================================== */
.under_kv {
  background-color: rgba(243, 243, 243, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #230871;
  width: 100%;
  height: 20rem;
}
.under_kv_en {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}
.under_kv_ja {
  font-size: 3rem;
  margin-top: 1rem;
}

/* ======================================================================
 sitemap
====================================================================== */
.sitemap {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .sitemap {
    padding: 5rem 0;
  }
}
.sitemap .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sitemap .inner {
    display: block;
  }
}
.sitemap_list {
  width: 40%;
  margin: 0 5%;
}
@media screen and (max-width: 768px) {
  .sitemap_list {
    width: 100%;
    margin: 0 0 4rem;
    padding-left: 4%;
  }
}
.sitemap_list_box:not(:last-child) {
  margin-bottom: 4rem;
}
.sitemap_list_box_link {
  display: block;
  position: relative;
  color: #230871;
  font-size: 2rem;
}
.sitemap_list_box_link:before {
  content: "";
  position: absolute;
  background: #230871;
  left: -1.5rem;
  top: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
}
.sitemap_sublist {
  margin-left: 2rem;
}
.sitemap_sublist_box_link {
  display: block;
  position: relative;
  color: #230871;
  font-size: 1.6rem;
  margin-top: 2rem;
  line-height: 1.5;
}
.sitemap_sublist_box_link:before {
  content: "";
  position: absolute;
  background: #230871;
  left: -2rem;
  top: 1.25rem;
  width: 1rem;
  height: 1px;
}

/* ======================================================================
 privacy
====================================================================== */
.privacy {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding: 5rem 0;
  }
}
.privacy_txt {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
@media screen and (max-width: 768px) {
  .privacy_list {
    padding-left: 4%;
  }
}
.privacy_list_box {
  margin-top: 5rem;
}
.privacy_list_ttl {
  position: relative;
  color: #230871;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.privacy_list_ttl:before {
  content: "";
  position: absolute;
  background: #230871;
  left: -1.5rem;
  top: 0.75rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
}
.privacy_numlist_box {
  list-style-type: decimal;
  font-size: 1.4rem;
  margin-left: 2rem;
}

/* ======================================================================
 contact
====================================================================== */
.contact {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 5rem 0;
  }
}
.contact_box_txt {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact_box_txt {
    line-height: 1.5;
  }
}
.contact_flow {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .contact_flow {
    margin-top: 3rem;
  }
}
.contact_flow_box {
  position: relative;
}
.contact_flow_box:not(:last-child) {
  margin-right: 11rem;
}
@media screen and (max-width: 768px) {
  .contact_flow_box:not(:last-child) {
    margin-right: 6rem;
  }
}
.contact_flow_box:not(:last-child):after {
  content: "";
  display: block;
  background: #230871;
  position: absolute;
  right: -9rem;
  top: 2.75rem;
  width: 7rem;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .contact_flow_box:not(:last-child):after {
    width: 4rem;
    right: -5rem;
  }
}
.contact_flow_num {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #230871;
  text-align: center;
  background: #FFF;
  color: #230871;
  font-size: 2rem;
  width: 5rem;
  height: 5rem;
}
.contact_flow_num._active {
  background: #230871;
  color: #FFF;
}
.contact_flow_txt {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
.contact_form_list {
  margin: 8rem auto 0;
  width: 87rem;
}
@media screen and (max-width: 768px) {
  .contact_form_list {
    width: 100%;
    margin: 5rem auto 0;
  }
}
.contact_form_list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact_form_list_box {
    display: block;
  }
}
.contact_form_list_box:not(:last-child) {
  margin-bottom: 3rem;
}
.contact_form_list_ttl {
  position: relative;
  width: 25rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact_form_list_ttl {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.contact_form_list_ttl span {
  background: #230871;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  font-size: 1.2rem;
  width: 4rem;
  height: 2.4rem;
  right: 0;
  top: 50%;
  margin-top: -1.2rem;
}
.contact_form_list_input {
  width: 60rem;
}
@media screen and (max-width: 768px) {
  .contact_form_list_input {
    width: 100%;
  }
}
.contact_form_list_input input, .contact_form_list_input textarea {
  width: 100%;
  border: 1px solid #230871;
  padding: 0.5rem 1rem;
}
.contact_form_list_input textarea {
  height: 20rem;
}
.contact_form_privacy {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .contact_form_privacy {
    margin-top: 3rem;
  }
}
.contact_form_privacy_box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
}
.contact_form_privacy a {
  text-decoration: underline;
}
.contact_form_check {
  display: none;
}
.contact_form_check + span {
  border: 1px solid #230871;
  background: #FFF;
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
}
.contact_form_check:checked + span {
  background: #230871 url(../img/check.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
}
.contact_form_btn {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .contact_form_btn {
    display: block;
    margin-top: 3rem;
  }
}
.contact_form_btn_submit {
  cursor: pointer;
  border: none;
  border: 1px solid #230871;
  background: #230871;
  color: #FFF;
  font-size: 1.8rem;
  width: 40rem;
  height: 9rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .contact_form_btn_submit {
    width: 100%;
    margin: 1rem 0;
  }
}
.contact_form_btn_back {
  cursor: pointer;
  border: none;
  border: 1px solid #230871;
  background: #FFF;
  color: #230871;
  font-size: 1.8rem;
  width: 40rem;
  height: 9rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .contact_form_btn_back {
    width: 100%;
    margin: 1rem 0;
  }
}

/* ======================================================================
 works
====================================================================== */
.works {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 5rem 0;
  }
}
.works_list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .works_list {
    display: block;
  }
}
.works_list_box {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .works_list_box {
    width: 100%;
    display: block;
  }
}
.works_list_box:not(:nth-child(3n)) {
  margin-right: 4rem;
}
@media screen and (max-width: 768px) {
  .works_list_box:not(:nth-child(3n)) {
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
.works_list_box:nth-child(3n-1) {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .works_list_box:nth-child(3n-1) {
    margin-top: 0;
  }
}
.works_list_box:nth-child(3n) {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .works_list_box:nth-child(3n) {
    margin-top: 0;
  }
}
.works_list_ttl {
  text-align: center;
  color: #230871;
  font-size: 2.2rem;
  line-height: 4.2rem;
  margin-top: 2rem;
}
.works_list_txt {
  font-size: 2.2rem;
  line-height: 4.2rem;
  margin-top: 1.5rem;
}
.works_pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
}
.works_pager_num {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #230871;
  text-align: center;
  background: #FFF;
  color: #230871;
  font-size: 2rem;
  width: 5rem;
  height: 5rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .works_pager_num {
    margin: 0 0.5rem;
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}
.works_pager_num._active {
  background: #230871;
  color: #FFF;
}
.works_pager_np {
  color: #230871;
  font-size: 2rem;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .works_pager_np {
    font-size: 1.6rem;
    margin: 0 1rem;
  }
}
.works_detail {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .works_detail {
    padding: 5rem 0;
  }
}
.works_detail_catch {
  color: #230871;
  text-align: center;
  font-size: 2rem;
  line-height: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .works_detail_catch {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 5rem;
  }
}
.works_detail_img {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .works_detail_img {
    margin-bottom: 3rem;
  }
}
.works_detail_ttl {
  position: relative;
  color: #230871;
  font-size: 2rem;
  line-height: 4rem;
  margin: 0 0 3rem 2rem;
}
@media screen and (max-width: 768px) {
  .works_detail_ttl {
    font-size: 1.8rem;
    line-height: 1.7;
    margin: 0 0 2rem 2rem;
  }
}
.works_detail_ttl:before {
  content: "";
  position: absolute;
  background: #230871;
  left: -1.5rem;
  top: 1.75rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .works_detail_ttl:before {
    top: 1.25rem;
  }
}
.works_detail_txt {
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .works_detail_txt {
    margin-bottom: 3rem;
  }
}
.works_detail .top_btn {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .works_detail .top_btn {
    width: 92%;
    margin-top: 5rem;
  }
}

/* ======================================================================
 service
====================================================================== */
.service_bg {
  background: #230871;
  padding: 8rem 5rem;
}
@media screen and (max-width: 768px) {
  .service_bg {
    padding: 5rem 0;
  }
}
.service_bg .top_service_list_ttl {
  color: #FFF;
}
.service_bg .top_service_list_txt {
  color: #FFF;
}
.service_sec_ttl {
  text-align: center;
  color: #230871;
  font-size: 2.6rem;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .service_sec_ttl {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}
.service_sec_ttl._w {
  color: #FFF;
}
.service_sec_txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-top: 3rem;
}
.service_sec_txt._w {
  color: #FFF;
}
.service_sec01 {
  box-sizing: border-box;
  background: url(../img/service_bg.png) no-repeat center top;
  background-size: 100%;
  padding: 8rem 0;
  height: 102rem;
}
@media screen and (max-width: 768px) {
  .service_sec01 {
    background-size: auto 100%;
    padding: 5rem 0 7rem;
    height: auto;
  }
}
.service_sec01_img {
  margin: 5rem auto 0;
  width: 46rem;
}
@media screen and (max-width: 768px) {
  .service_sec01_img {
    width: 100%;
  }
}
.service_sec02 {
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .service_sec02 {
    padding-bottom: 15%;
  }
}
.service_sec02_img {
  margin: -20rem auto 8rem;
  width: 83rem;
}
@media screen and (max-width: 768px) {
  .service_sec02_img {
    width: 100%;
    margin: -5rem auto 5rem;
  }
}
.service_sec02_list {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .service_sec02_list {
    flex-wrap: wrap;
    margin-top: 3rem;
  }
}
.service_sec02_list_box {
  background: #FFF;
  box-sizing: border-box;
  width: 22.7rem;
  border: 1px solid #230871;
  padding: 5rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .service_sec02_list_box {
    width: 49%;
    padding: 7% 4%;
    margin-top: 2%;
  }
}
.service_sec02_list_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #230871;
  height: 6rem;
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .service_sec02_list_ttl {
    height: auto;
  }
}
.service_sec02_list_img {
  margin: 3rem auto 4rem;
  width: 15.5rem;
}
.service_sec02_list_txt {
  position: relative;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.service_sec02_list_txt._dot {
  margin-left: 2rem;
}
.service_sec02_list_txt._dot:before {
  content: "";
  position: absolute;
  background: #230871;
  left: -1.5rem;
  top: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .service_sec02_list_txt._dot:before {
    top: 1.25rem;
  }
}
.service_sec03_map {
  margin: 5rem 0;
}
.service_sec03_list {
  display: flex;
  justify-content: space-between;
  color: #FFF;
  line-height: 1.3;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .service_sec03_list {
    display: block;
  }
}
.service_sec03_list_box {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .service_sec03_list_box {
    width: 100%;
  }
}
.service_sec03_list_area {
  font-size: 2.4rem;
  border-bottom: 1px solid #FFF;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.service_sec03_list_table {
  width: 100%;
  margin-bottom: 5rem;
  font-size: 1.4rem;
}
.service_sec03_list_ttl {
  box-sizing: border-box;
  width: 34%;
  padding: 2% 2% 2% 0;
  vertical-align: top;
  word-break: break-all;
}
.service_sec03_list_txt {
  box-sizing: border-box;
  padding: 2% 0 2% 2%;
  width: 66%;
  word-break: break-all;
}
.service_sec04 {
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .service_sec04 {
    padding: 5rem 0 0;
  }
}
.service_sec04_logo {
  margin-bottom: 5rem;
}

/* ======================================================================
 about
====================================================================== */
.about_sec_ttl {
  text-align: center;
  color: #230871;
  font-size: 2.6rem;
  line-height: 5rem;
  margin-bottom: 4rem;
}
.about_sec_txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .about_sec_txt {
    text-align: left;
  }
}
.about_sec_txt._name {
  text-align: right;
}
.about_sec01 {
  padding: 7rem 0 0;
}
.about_sec01_img {
  margin-top: 7rem;
}
.about_sec02 {
  padding: 8rem 0 5rem;
}
.about_sec02_ttl {
  text-align: center;
  color: #230871;
}
.about_sec02_ttl_en {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.about_sec02_ttl_ja {
  font-size: 5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .about_sec02_ttl_ja {
    line-height: 1.3;
  }
}
.about_sec03 {
  background: #230871;
  color: #FFF;
  padding: 8rem 0;
}
.about_sec03 .about_sec02_ttl {
  color: #FFF;
}
.about_sec03_ttl_en {
  font-size: 3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .about_sec03_ttl_en {
    line-height: 1.3;
  }
}
.about_sec03_list {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .about_sec03_list {
    display: block;
  }
}
.about_sec03_list_box {
  position: relative;
  border: 1px solid #FFF;
  width: 31.3rem;
  min-height: 55rem;
}
@media screen and (max-width: 768px) {
  .about_sec03_list_box {
    width: 100%;
    min-height: auto;
  }
  .about_sec03_list_box:not(:last-child) {
    margin-bottom: 4%;
  }
}
.about_sec03_list_ttl {
  text-align: center;
  font-size: 2rem;
  padding: 5rem 2rem 4rem;
}
@media screen and (max-width: 768px) {
  .about_sec03_list_ttl {
    padding: 7% 4%;
  }
}
.about_sec03_list_txt {
  position: relative;
  font-size: 1.6rem;
  line-height: 3.2rem;
  margin: 0 2rem 0 4rem;
}
.about_sec03_list_txt:before {
  content: "";
  position: absolute;
  background: #FFF;
  left: -1.5rem;
  top: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .about_sec03_list_txt:before {
    top: 1.25rem;
  }
}
.about_sec03_list_img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .about_sec03_list_img {
    position: static;
    margin-top: 4%;
  }
}
.about_sec04 {
  padding: 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .about_sec04 .top_ttl {
    margin-left: 4%;
  }
}
.about_sec04_list {
  margin: 5rem auto 0;
  width: 80rem;
}
@media screen and (max-width: 768px) {
  .about_sec04_list {
    width: 100%;
  }
}
.about_sec04_list_box {
  color: #230871;
  border-bottom: 1px solid #E2DEEC;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .about_sec04_list_box {
    justify-content: space-between;
    line-height: 1.3;
  }
}
.about_sec04_list_date {
  text-align: right;
  width: 10rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .about_sec04_list_date {
    width: 30%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .about_sec04_list_desc {
    width: 66%;
  }
}
.about_sec05 {
  padding: 10rem 0 15rem;
}
@media screen and (max-width: 768px) {
  .about_sec05 .top_ttl {
    margin-left: 4%;
  }
}
.about_sec05_cap {
  color: #230871;
  font-size: 1.4rem;
  margin: 1rem 0 5rem;
}
.about_sec05_img {
  margin: 2rem auto 0;
  width: 62rem;
}
@media screen and (max-width: 768px) {
  .about_sec05_img {
    width: 100%;
  }
}

/* ======================================================================
 news
====================================================================== */
.news {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 3rem 0 5rem;
  }
}
.news_list_box {
  display: flex;
  align-items: center;
  color: #230871;
  font-size: 2.2rem;
  line-height: 1.3;
  border-bottom: 1px solid #E2DEEC;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .news_list_box {
    font-size: 1.8rem;
    display: block;
    padding: 2rem 0;
  }
}
.news_list_cate {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #230871;
  font-size: 1.4rem;
  width: 10rem;
  height: 3.8rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .news_list_cate {
    height: 3rem;
    margin: 1rem 0;
  }
}
.news_list_ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news_list_ttl {
    -webkit-line-clamp: 2;
    line-height: 1.5;
  }
}
.news_detail_head {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #230871;
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 3rem;
}
.news_detail_head .news_list_cate {
  margin-left: 2rem;
}/*# sourceMappingURL=style.css.map */