@charset "UTF-8";
html {
  overflow-y: scroll;
  line-height: 1;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a {
  background: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
}

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

li {
  list-style: none;
}

summary {
  display: list-item;
}

hr {
  height: 0;
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

/* Address styling not present in Safari and Chrome */
dfn {
  font-style: italic;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 0.75rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input, button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  -webkit-appearance: button;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* text */
input::-ms-clear {
  visibility: hidden;
}

/* password */
input::-ms-reveal {
  visibility: hidden;
}

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

/* text color */
select::-ms-value {
  color: inherit;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* br
------------------------------------------------- */
@media screen and (min-width: 64em) {
  .pc_none {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .tab_none {
    display: none;
  }
}

.sp_none {
  display: none;
}
@media screen and (min-width: 48em) {
  .sp_none {
    display: inline-block;
  }
}

.xs_none {
  display: none;
}
@media screen and (min-width: 23.4375em) {
  .xs_none {
    display: inline-block;
  }
}

@media screen and (min-width: 23.4375em) {
  .xs_only {
    display: none;
  }
}

/* body
------------------------------------------------- */
body {
  overflow-x: hidden;
  position: relative;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 60px;
}
@media screen and (min-width: 48em) {
  body {
    margin-top: 0;
  }
}

/* noscript
------------------------------------------------- */
.noscript {
  padding: 10px 0;
  background: #fff;
  font-weight: 600;
  text-align: center;
}

/* header
------------------------------------------------- */
.site_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
@media screen and (min-width: 48em) {
  .site_header {
    position: absolute;
    background: transparent;
  }
}
.site_header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
  max-width: 1040px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 10px 0;
  min-height: 60px;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 48em) {
  .site_header .header_inner {
    padding: 15px 0;
  }
}
.site_header .site_id {
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 48em) {
  .site_header .site_id {
    max-width: 123px;
    width: 11.8%;
  }
}
.site_header .site_id a {
  display: block;
}
.site_header .site_id a:hover, .site_header .site_id a:focus {
  opacity: 0.8;
}
.site_header .site_id a img {
  display: block;
  height: 40px;
  width: auto;
}
@media screen and (min-width: 48em) {
  .site_header .site_id a img {
    width: 100%;
    height: auto;
  }
}
.site_header.is_fixed {
  background: #fff;
  position: fixed;
  -webkit-animation: header_fadein;
          animation: header_fadein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.site_header.is_fixed .global_nav a {
  color: #20589A;
  text-shadow: none;
}
.site_header.is_fixed .global_nav a:hover, .site_header.is_fixed .global_nav a:focus {
  color: #F3FC00;
}

@-webkit-keyframes header_fadein {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header_fadein {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* global nav
------------------------------------------------- */
/* hamburger button */
.nav_toggle {
  display: block;
  position: absolute;
  top: 0;
  right: -2.5%;
  z-index: 999;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #F6FF00;
}
@media screen and (min-width: 48em) {
  .nav_toggle {
    display: none;
  }
}
.nav_toggle span {
  display: block;
  position: absolute;
  top: 50%;
  width: 46%;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #20589A;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav_toggle span:nth-of-type(1) {
  margin-top: -12px;
}
.nav_toggle span:nth-of-type(3) {
  margin-top: 12px;
}

/* global nav */
.global_nav {
  display: block;
  background: #fff;
  position: absolute;
  top: 60px;
  width: 100vw;
  left: -2.6%;
  height: calc(100vh - 60px);
  padding: 45px 0;
  -webkit-transform: translateX(-103%);
          transform: translateX(-103%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 999;
}
@media screen and (min-width: 48em) {
  .global_nav {
    padding: 0;
    width: auto;
    height: auto;
    position: static;
    z-index: 10;
    -webkit-transform: none;
            transform: none;
    background: transparent;
  }
}
.global_nav ul {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .global_nav ul {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.global_nav li {
  margin-bottom: 30px;
}
@media screen and (min-width: 48em) {
  .global_nav li {
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .global_nav li:not(:last-of-type) {
    margin-right: 50px;
  }
}
.global_nav li.nav_contact {
  display: none;
}
@media screen and (min-width: 48em) {
  .global_nav li.nav_contact {
    display: block;
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .global_nav li.nav_privacy {
    display: none;
  }
}
.global_nav a {
  display: block;
  text-align: center;
  color: #0055B9;
}
@media screen and (min-width: 48em) {
  .global_nav a {
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  }
}
.global_nav a:hover, .global_nav a:focus {
  color: #F3FC00;
}
.global_nav .contact_area_icon {
  width: 2.3rem;
}
@media screen and (min-width: 48em) {
  .global_nav .contact_area_item {
    display: none;
  }
}
.global_nav .contact_area_item a {
  padding: 15px 30px;
}
.global_nav .contact_area_tel a {
  font-size: 1.9rem;
}
.global_nav .contact_area_contact a {
  font-size: 1.7rem;
}
.global_nav .contact_area_contact a:hover, .global_nav .contact_area_contact a:focus {
  color: #0055B9;
}

/* nav open */
.site_header.nav_open .site_id {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.site_header.nav_open .nav_toggle {
  visibility: visible;
  position: fixed;
  right: 0;
  opacity: 1;
  z-index: 999;
}
.site_header.nav_open .nav_toggle span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  margin-top: 0;
}
.site_header.nav_open .nav_toggle span:nth-of-type(2) {
  opacity: 0;
}
.site_header.nav_open .nav_toggle span:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-135deg);
          transform: translateX(-50%) rotate(-135deg);
  margin-top: 0;
}
.site_header.nav_open .global_nav {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* main title
------------------------------------------------- */
@-webkit-keyframes frameInImg {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes frameInImg {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.page_title_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(/img/common/mv_bg.svg) no-repeat bottom left;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4.8rem;
  height: 31vh;
}
@media screen and (min-width: 48em) {
  .page_title_box {
    height: 31vw;
    max-height: 405px;
    margin-bottom: 9.6rem;
  }
}

.page_title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-animation: frameInImg_img cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s forwards;
          animation: frameInImg_img cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s forwards;
  opacity: 0;
  font-size: 2.4rem;
}
@media screen and (min-width: 48em) {
  .page_title {
    font-size: 3.8rem;
  }
}

.page_title_bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: frameInImg cubic-bezier(0.645, 0.045, 0.355, 1) 1s forwards;
          animation: frameInImg cubic-bezier(0.645, 0.045, 0.355, 1) 1s forwards;
  height: 100%;
}
.page_title_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;object-position: left bottom;";
  height: 100%;
  -o-object-position: left bottom;
     object-position: left bottom;
}

/* one column layout
------------------------------------------------- */
main {
  margin: 0 auto;
}

/* breadcrumb
------------------------------------------------- */
.breadcrumb {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 48em) {
  .breadcrumb {
    margin-bottom: 55px;
  }
}
.breadcrumb li {
  display: inline-block;
  letter-spacing: normal;
}
.breadcrumb li:not(:last-of-type) {
  margin-right: 5px;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "＞";
}
.breadcrumb li:last-of-type {
  cursor: text;
}
.breadcrumb li:last-of-type a {
  cursor: default;
  pointer-events: none;
  color: #000;
}
.breadcrumb li a {
  color: #0055B9;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.breadcrumb li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0055B9;
  bottom: -2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.breadcrumb li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* page_content
------------------------------------------------- */
.contents {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto;
}
.contents:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (min-width: 48em) {
  .contents:not(:last-child) {
    margin-bottom: 13rem;
  }
}

.sub_content {
  margin-top: 8rem;
}
@media screen and (min-width: 48em) {
  .sub_content {
    width: 74%;
  }
}

.bg_color {
  background: #0055B9;
  position: relative;
  color: #fff;
  margin-bottom: 20%;
  padding: 50px 0;
}
@media screen and (min-width: 48em) {
  .bg_color {
    margin-bottom: 15%;
    padding: 100px 0 0;
  }
}
.bg_color .contents {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.bg_color .contents_head_title {
  color: #fff;
}

.bg_color_01:before {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: -50px;
  -webkit-transform: translateY(-50%) rotate(-8deg);
          transform: translateY(-50%) rotate(-8deg);
  content: "";
  width: 50%;
  padding-top: 10%;
  background: #F3FC00;
}
.bg_color_01:after {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 15%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(8deg);
          transform: translate(-50%, 50%) rotate(8deg);
  background: #0055B9;
}

.bg_color_02:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 70%;
  padding-top: 23%;
  -webkit-transform: translateY(35%) rotate(-19deg);
          transform: translateY(35%) rotate(-19deg);
  bottom: 0;
  left: -6%;
  background: #0055B9;
}
.bg_color_02:after {
  z-index: -2;
  content: "";
  position: absolute;
  background: #DCF3FE;
  width: 66%;
  right: -3%;
  bottom: 0;
  padding-top: 23%;
  -webkit-transform: translateY(15%) rotate(8deg);
          transform: translateY(15%) rotate(8deg);
}

.bg_color_03:before {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 15%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-8deg);
          transform: translate(-50%, 50%) rotate(-8deg);
  background: #0055B9;
}
.bg_color_03:after {
  z-index: -2;
  content: "";
  position: absolute;
  top: 100%;
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(8deg);
          transform: translateY(-50%) rotate(8deg);
  content: "";
  width: 50%;
  padding-top: 10%;
  background: #F3FC00;
}

.bg_color_04 {
  margin-top: 15%;
}
.bg_color_04:before, .bg_color_04:after {
  content: "";
  background: #0055B9;
  position: absolute;
  width: 120%;
  padding-top: 15%;
  left: 50%;
}
.bg_color_04:before {
  top: 0;
  -webkit-transform: rotate(6deg) translateX(-50%);
          transform: rotate(6deg) translateX(-50%);
}
.bg_color_04:after {
  bottom: 0;
  -webkit-transform: rotate(-4.5deg) translateX(-50%);
          transform: rotate(-4.5deg) translateX(-50%);
}

.bg_color_05:before {
  content: "";
  position: absolute;
  width: 150%;
  padding-top: 15%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(-8deg);
          transform: translate(-50%, 50%) rotate(-8deg);
  background: #0055B9;
}
.bg_color_05:after {
  z-index: -2;
  content: "";
  position: absolute;
  top: 100%;
  right: -50px;
  -webkit-transform: translateY(-50%) rotate(8deg);
          transform: translateY(-50%) rotate(8deg);
  content: "";
  width: 50%;
  padding-top: 10%;
  background: #DCF3FE;
}

.contents_lead_title {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 5.4rem;
}
.contents_lead_title .inner {
  position: relative;
  display: inline-block;
}
.contents_lead_title .inner:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background: #F3FC00;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.contents_lead {
  line-height: 2.5;
}
@media screen and (min-width: 48em) {
  .contents_lead {
    text-align: center;
  }
}
.contents_lead p:not(:last-child) {
  margin-bottom: 5rem;
}

.contents_head {
  margin-bottom: 9rem;
}
@media screen and (min-width: 48em) {
  .contents_head {
    margin-bottom: 10.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contents_head_text {
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 48em) {
  .contents_head_text {
    margin-bottom: 0;
    width: 50%;
  }
}

.contents_head_title {
  margin-bottom: 20px;
  color: #0055B9;
}

.contents_head_img {
  width: 90%;
  margin: 0 auto;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  overflow: hidden;
  outline: 1px solid transparent;
}
@media screen and (min-width: 48em) {
  .contents_head_img {
    margin: 0;
    width: 43.5%;
  }
}
.contents_head_img img {
  -webkit-transform: skewX(10deg) scale(1.15);
          transform: skewX(10deg) scale(1.15);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  outline: 1px solid transparent;
}

.section_lead {
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .section_lead {
    text-align: center;
  }
}

.contents_item:not(:last-child) {
  margin-bottom: 11rem;
}

.contents_item_text {
  margin-bottom: 2rem;
}

.clm_content:last-child .clm_content_item {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .clm_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.clm_content_item {
  position: relative;
  margin-bottom: 11rem;
}
@media screen and (min-width: 48em) {
  .clm_content_item {
    width: 49%;
  }
}
.clm_content_item:before {
  content: "";
  width: 100%;
  padding-top: 64.7%;
  display: block;
  margin-bottom: 2rem;
}

.clm_content_title {
  color: #0055B9;
  font-size: 1.8rem;
  margin-bottom: 1.1rem;
}

.clm_content_img {
  position: absolute;
  top: 0;
  left: 0;
}

.clm_small_text {
  margin-top: 2rem;
  font-size: 1.5rem;
}

.clm_blue_text {
  color: #0055B9;
}

/* to top
----------------------------------- */
.to_top {
  position: fixed;
  z-index: 90;
  width: 8rem;
  height: 7rem;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width: 48em) {
  .to_top {
    right: 31px;
    bottom: 50px;
    width: 10rem;
    height: 8.6rem;
  }
}
.to_top a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.to_top .to_top_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* footer_contact
----------------------------------- */
@media screen and (min-width: 48em) {
  .footer_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  .footer_contact {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 48em) {
  .footer_contact .contact_area_item {
    width: 50%;
  }
}

/* footer
------------------------------------------------- */
.site_footer {
  margin-top: 180px;
}

.footer_content {
  display: none;
}
@media screen and (min-width: 64em) {
  .footer_content {
    width: 95%;
    max-width: 1040px;
    margin: 0 auto 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer_logo {
  max-width: 123px;
}
@media screen and (min-width: 48em) {
  .footer_logo {
    width: 11.8%;
  }
}
.footer_logo a {
  display: block;
}
.footer_logo a:hover, .footer_logo a:focus {
  opacity: 0.8;
}

.footer_nav {
  display: none;
}
@media screen and (min-width: 48em) {
  .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    -webkit-box-align: right;
        -ms-flex-align: right;
            align-items: right;
  }
}
.footer_nav li:not(:last-of-type) {
  margin-right: 30px;
}
.footer_nav a {
  color: #0055B9;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.footer_nav a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0055B9;
  bottom: -2px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.footer_nav a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* copyright
------------------------------------------------- */
.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding: 1em 0;
  color: #0055B9;
}
@media screen and (min-width: 64em) {
  .copyright {
    background: #0055B9;
    color: #fff;
  }
}
.copyright a {
  color: #0055B9;
}
@media screen and (min-width: 64em) {
  .copyright a {
    color: #fff;
  }
}

/* text link
------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.underline:hover {
  text-decoration: underline;
}
a.color:hover {
  color: #3498db;
}

@media screen and (min-width: 48em) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}

/* img
------------------------------------------------- */
img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -ms-transition: 　none;
}

/* form
------------------------------------------------- */
input[type=text], input[type=tel], input[type=email], textarea {
  background: #000;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #F9F9F9;
  border: 2px solid #F9F9F9;
  padding: 1.2rem 2.2rem;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
  -webkit-box-shadow: 0 0 3px rgba(0, 85, 185, 0.5);
          box-shadow: 0 0 3px rgba(0, 85, 185, 0.5);
}

textarea {
  height: 150px;
  resize: vertical;
  display: block;
}
@media screen and (min-width: 48em) {
  textarea {
    height: 200px;
  }
}

input::-webkit-input-placeholder {
  color: #B2B2B2;
}

input::-moz-placeholder {
  color: #B2B2B2;
}

input::-ms-input-placeholder {
  color: #B2B2B2;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}

.contact_form {
  margin-bottom: 2rem;
}

.form_item:not(:last-child) {
  margin-bottom: 3.8rem;
}

.form_required {
  background: #0055B9;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 1rem;
  margin-left: 0.7rem;
}

.form_radio input, .form_checkbox input {
  position: absolute;
  border: none;
  width: 1px;
  height: 1px;
  padding: 0;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}
.form_radio input:focus + span:before, .form_checkbox input:focus + span:before {
  -webkit-box-shadow: 0 0 3px #0055B9;
          box-shadow: 0 0 3px #0055B9;
}

.form_checkbox {
  display: inline-block;
}

.form_radio:not(:last-of-type) {
  margin-right: 50px;
}
.form_radio input:checked + span:before {
  border-color: #0055B9;
}
.form_radio input:checked + span:after {
  opacity: 1;
}
.form_radio span {
  position: relative;
  padding-left: 1.5em;
}
.form_radio span:before {
  position: absolute;
  content: "";
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  border: 2px solid #B2B2B2;
  top: 0.25rem;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form_radio span:after {
  content: "";
  position: absolute;
  top: 0.65rem;
  background: #0055B9;
  width: 1.1rem;
  height: 1.1rem;
  left: 0.95rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form_checkbox input:checked + span:after {
  opacity: 1;
}
.form_checkbox span {
  padding-left: 2em;
  position: relative;
}
.form_checkbox span:before {
  content: "";
  border: 1px solid #000;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.form_checkbox span:after {
  content: "";
  width: 2.2rem;
  height: 1.1rem;
  border-left: 2px solid #0055B9;
  border-bottom: 2px solid #0055B9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form_title {
  margin-bottom: 8px;
}
.confirm .form_title {
  font-weight: 700;
}

.form_data_zip {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form_data_zip input {
  max-width: 90%;
  width: auto;
  margin-left: 1%;
}

.form_privacy {
  margin-bottom: 8rem;
}

/* title
------------------------------------------------- */
.title_main {
  text-align: center;
  font-size: 2.6rem;
  padding-top: 1.5em;
  margin-bottom: 44px;
}

.title_main_inner {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  line-height: 1.2;
}
.title_main_inner:before {
  content: "";
  width: 1.9230769231em;
  height: 1.9230769231em;
  background: center;
  background-size: contain;
  position: absolute;
  -webkit-transform: translate(-100%, -75%);
          transform: translate(-100%, -75%);
  left: 0;
  top: 0;
}

.title_main_green {
  color: #0055B9;
}
.title_main_green .title_main_inner:before {
  background-image: url(/img/common/icon_plus_green.svg);
}

.title_main_yellow {
  color: #fff;
}
.title_main_yellow .title_main_inner:before {
  background-image: url(/img/common/icon_plus_yellow.svg);
}

.title_main_en {
  font-size: 0.6923076923em;
  display: block;
  margin-top: 0.25em;
}

.title_sub {
  font-size: 1.8rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 3rem;
}

.title_secondary {
  padding-left: 4rem;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.title_secondary:before {
  content: "";
  height: 100%;
  -webkit-transform: translateY(-50%) skewX(-12deg);
          transform: translateY(-50%) skewX(-12deg);
  width: 1.8rem;
  position: absolute;
  left: 0;
  top: 50%;
  background: #F3FC00;
}

/* btn
------------------------------------------------- */
.button_center {
  text-align: center;
  margin-top: 8rem;
}

.button_main {
  color: #0055B9;
  border: 3px solid #0055B9;
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  max-width: 300px;
  padding: 1em;
  background: #fff;
  margin: 0 40px;
  width: calc(100% - 80px);
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  will-change: padding-left, color;
}
.button_main + .button_main {
  margin-top: 1em;
}
@media screen and (min-width: 48em) {
  .button_main + .button_main {
    margin-top: 0;
  }
}
.button_main:before {
  content: "";
  height: 2px;
  width: 40px;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  background: #0055B9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
.button_main:hover, .button_main:focus {
  background: #0055B9;
  padding-left: 0.6rem;
  color: #fff;
}
.button_main:hover:before, .button_main:focus:before {
  left: -40px;
}

/* list
----------------------------------- */
.horizontal_list li {
  display: inline;
}
.horizontal_list li:not(:last-of-type):after {
  content: "／";
}

/* table
------------------------------------------------- */
@media screen and (min-width: 48em) {
  .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.table_title {
  background: #EBEDEF;
  padding: 1.2rem 2.2rem;
}

.table_data {
  padding: 1.2rem 2.2rem;
}

.table_item {
  width: 100%;
}
.table_item:not(:last-of-type) {
  margin-bottom: 1.4rem;
}

@media screen and (min-width: 48em) {
  .table_item_half {
    width: 49.8%;
  }
}

/* お問い合わせボタン
----------------------------------- */
.contact_area_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem 0;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .contact_area_item a:hover .contact_area_inner, .contact_area_item a:focus .contact_area_inner {
    -webkit-transform: translate3d(-1em, 0, 0);
            transform: translate3d(-1em, 0, 0);
  }
  .contact_area_item a:hover .contact_area_arrow, .contact_area_item a:focus .contact_area_arrow {
    opacity: 1;
    right: -2em;
  }
}

.contact_area_inner {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  will-change: transform;
}

.contact_area_arrow {
  position: absolute;
  width: 1.1em;
  right: 0;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  will-change: right, opacity;
}

.contact_area_icon {
  width: 4rem;
  vertical-align: middle;
  margin-right: 15px;
}

.contact_area_tel a {
  font-size: 3rem;
  background: #0055B9;
  color: #fff;
}

.contact_area_contact a {
  font-size: 1.5em;
  color: #0055B9;
  background: #F3FC00;
}

/* スクロールに合わせてアニメーションする画像
----------------------------------- */
@-webkit-keyframes frameInImg_bg {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes frameInImg_bg {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@-webkit-keyframes frameInImg_img {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes frameInImg_img {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.animation_img {
  position: relative;
  overflow: hidden;
}
.animation_img:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 1;
}
.animation_img.enable_js img {
  position: relative;
  z-index: 0;
  opacity: 0;
  will-change: opacity;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation_img.enable_js .animation_img_text {
  opacity: 0;
}
.animation_img.is_active img {
  -webkit-animation: frameInImg_img cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
          animation: frameInImg_img cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation_img.is_active .animation_img_text {
  -webkit-animation: frameInImg_img cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s 0.6s;
          animation: frameInImg_img cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation_img.is_active .animation_img_text {
  opacity: 1;
}
.animation_img.is_active:before {
  -webkit-animation: frameInImg_bg cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
          animation: frameInImg_bg cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation_img.color_blue:before {
  background: #0055B9;
}
.animation_img.color_white:before {
  background: #fff;
}
.animation_img.color_yellow:before {
  background: #F3FC00;
}

/* ギャラリー
----------------------------------- */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery_item {
  width: 49%;
}
@media screen and (min-width: 48em) {
  .gallery_item {
    width: 32.6%;
  }
}
.gallery_item:nth-of-type(2) ~ .gallery_item {
  margin-top: 50px;
}
@media screen and (min-width: 48em) {
  .gallery_item:nth-of-type(2) ~ .gallery_item {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .gallery_item:nth-of-type(3) ~ .gallery_item {
    margin-top: 50px;
  }
}
.gallery_item:nth-of-type(odd) {
  margin-right: 2%;
}
@media screen and (min-width: 48em) {
  .gallery_item:nth-of-type(odd) {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .gallery_item:not(:nth-of-type(3n)) {
    margin-right: 1.1%;
  }
}

.gallery_img {
  margin-bottom: 8px;
}

.gallery_title {
  padding-left: 8px;
  border-left: 2px solid #000000;
}
.bg_color .gallery_title {
  border-left-color: #fff;
}

.mini_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mini_gallery_item {
  width: 49%;
}
@media screen and (min-width: 48em) {
  .mini_gallery_item {
    width: 23.5%;
  }
}
.mini_gallery_item:nth-of-type(2) ~ .mini_gallery_item {
  margin-top: 1%;
}
@media screen and (min-width: 48em) {
  .mini_gallery_item:nth-of-type(2) ~ .mini_gallery_item {
    margin-top: 0;
  }
}

.transform_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2% 0;
}
@media screen and (min-width: 48em) {
  .transform_gallery {
    padding: 1% 0;
  }
}

.transform_gallery_item {
  overflow: hidden;
  width: 49%;
}
@media screen and (min-width: 48em) {
  .transform_gallery_item {
    width: 24.6%;
  }
}
.transform_gallery_item:nth-of-type(odd) {
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}
.transform_gallery_item:nth-of-type(odd) img {
  -webkit-transform: scale(1.1) skewY(5deg);
          transform: scale(1.1) skewY(5deg);
}
.transform_gallery_item:nth-of-type(even) {
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
.transform_gallery_item:nth-of-type(even) img {
  -webkit-transform: scale(1.1) skewY(-5deg);
          transform: scale(1.1) skewY(-5deg);
}
.transform_gallery_item:nth-of-type(2) ~ .transform_gallery_item {
  margin-top: 2%;
}
@media screen and (min-width: 48em) {
  .transform_gallery_item:nth-of-type(2) ~ .transform_gallery_item {
    margin-top: 0;
  }
}

.iframe_wrapper {
  position: relative;
}
.iframe_wrapper:before {
  content: "";
  padding-top: 48.6%;
  width: 100%;
  display: block;
}
.iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* home - トップページ
------------------------------------------------- */
.mv_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mv_wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #20589A;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 999;
  -webkit-animation: frameInImg_bg cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s forwards;
          animation: frameInImg_bg cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s forwards;
}

.mv_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-height: 60vh;
  opacity: 0;
  width: 100%;
  -webkit-animation: frameInImg_img cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s 1.2s forwards;
          animation: frameInImg_img cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s 1.2s forwards;
}
@media screen and (min-width: 48em) {
  .mv_contents {
    min-height: 61vw;
  }
}

.mv_bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: frameInImg_img cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s 2s forwards;
          animation: frameInImg_img cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s 2s forwards;
}
.mv_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  font-family: "object-fit: cover;object-position: bottom center;";
  height: 100%;
}

.mv_inner {
  max-width: 1040px;
  width: 95%;
}

.mv_title_main {
  max-width: 800px;
  width: 85%;
}

.mv_title_sub {
  font-weight: 700;
  background: url(/img/index/mv_title_sub_bg.svg) no-repeat center center;
  background-size: contain;
  text-align: center;
  width: 20em;
  max-width: 100%;
  margin-left: auto;
  margin-right: 10%;
  font-size: 1.8rem;
  padding: 10px 5px;
  margin-top: -15px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .mv_title_sub {
    margin-top: -45px;
    font-size: 2.5rem;
    padding: 15px 50px;
  }
}

.index .contents_lead_area {
  width: 100%;
  max-width: 100%;
}
.index .contents_lead_title {
  display: block;
  width: 95%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 48em) {
  .index .contents_lead_title {
    padding: 0 70px;
  }
}
@media screen and (min-width: 48em) {
  .index .contents_lead_title:before {
    content: "";
    background: url(/img/index/lead_decoration_left.svg) no-repeat center center;
    background-size: contain;
    width: 284px;
    height: 320px;
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
}
.index .contents_lead {
  width: 95%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5.4rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  .index .contents_lead {
    margin-bottom: 11.3rem;
    padding: 0 65px;
  }
}
@media screen and (min-width: 64em) {
  .index .contents_lead {
    padding: 0 70px;
  }
}
@media screen and (min-width: 48em) {
  .index .contents_lead:before {
    content: "";
    background: url(/img/index/lead_decoration_right.svg) no-repeat center center;
    background-size: contain;
    width: 216px;
    height: 209px;
    position: absolute;
    left: 100%;
    -webkit-transform: translateX(-65px);
            transform: translateX(-65px);
  }
}
@media screen and (min-width: 64em) {
  .index .contents_lead:before {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
}
.index .top_title_point {
  position: relative;
  z-index: 2;
}
.index .top_title_point:after {
  position: absolute;
  width: 80%;
  background: #F3FC00;
  height: 45%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  content: "";
}
.index .gallery_area {
  overflow: hidden;
}
.index .gallery_area_item {
  position: relative;
  float: left;
  width: 34.5%;
}
@media screen and (min-width: 48em) {
  .index .gallery_area_item {
    width: 34.8%;
  }
}
.index .gallery_area_item:after {
  content: "";
  padding-top: 60%;
  width: 100%;
  display: block;
}
.index .gallery_area_item img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index .gallery_area_item:not(:first-of-type) {
  margin-left: -1.8%;
}
@media screen and (min-width: 48em) {
  .index .gallery_area_item:not(:first-of-type) {
    margin-left: -2.21%;
  }
}
.index .gallery_area_item:nth-of-type(2) {
  z-index: 1;
}
.index .gallery_area_item:nth-of-type(3) {
  z-index: 2;
}

@media screen and (min-width: 48em) {
  .reasons_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.reasons_list_item {
  color: #fff;
}
.reasons_list_item:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media screen and (min-width: 48em) {
  .reasons_list_item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .reasons_list_item {
    width: 32.6%;
  }
}

.reasons_list_thumb {
  margin-bottom: 3rem;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
  outline: 1px solid transparent;
}
@media screen and (min-width: 64em) {
  .reasons_list_thumb {
    margin-bottom: 2rem;
  }
}
.reasons_list_thumb img {
  -webkit-transform: scale(1.1) skewY(4deg);
          transform: scale(1.1) skewY(4deg);
  outline: 1px solid transparent;
}

.reasons_list_title {
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 48em) {
  .works_summary_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.works_summary_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .works_summary_item {
    width: calc((100% - 8px) / 2);
  }
}
.works_summary_item:hover .works_summary_img img, .works_summary_item:focus .works_summary_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 48em) {
  .works_summary_item:nth-of-type(odd) {
    margin-right: 8px;
  }
}
.works_summary_item:nth-of-type(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.works_summary_item:nth-of-type(odd) .works_summary_content:after {
  border-right: 24px solid #DCF3FE;
  right: 100%;
}
.works_summary_item:nth-of-type(even) .works_summary_content:after {
  border-left: 24px solid #DCF3FE;
  left: 100%;
}
@media screen and (min-width: 48em) {
  .works_summary_item:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 48em) {
  .works_summary_item:nth-of-type(2) .works_summary_content:after {
    border-right: 24px solid #DCF3FE;
    border-left: none;
    left: auto;
    right: 100%;
  }
}
@media screen and (min-width: 48em) {
  .works_summary_item:nth-of-type(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 48em) {
  .works_summary_item:nth-of-type(3) .works_summary_content:after {
    border-left: 24px solid #DCF3FE;
    border-right: none;
    right: auto;
    left: 100%;
  }
}
.works_summary_item:not(:last-of-type) {
  margin-bottom: 8px;
}
@media screen and (min-width: 48em) {
  .works_summary_item:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}

.works_summary_content {
  background: #DCF3FE;
  width: calc((100% - 8px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .works_summary_content {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.works_summary_content:after {
  content: "";
  position: absolute;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.works_summary_content .text_small {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em) {
  .works_summary_content .text_small {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.works_summary_img {
  width: calc((100% - 8px) / 2);
  overflow: hidden;
}
.works_summary_img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.recruit_summary {
  margin-bottom: 12.6rem;
}
.recruit_summary .bg_color {
  margin-bottom: 11.6rem;
}
.recruit_summary .section_lead {
  width: 95%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.recruit_summary_list {
  overflow: hidden;
}
.recruit_summary_list:after {
  content: "";
  clear: both;
}

@-webkit-keyframes frameIn_textBg {
  0% {
    -webkit-transform: skewX(-12deg) translateX(-115%);
            transform: skewX(-12deg) translateX(-115%);
  }
  100% {
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg);
  }
}

@keyframes frameIn_textBg {
  0% {
    -webkit-transform: skewX(-12deg) translateX(-115%);
            transform: skewX(-12deg) translateX(-115%);
  }
  100% {
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg);
  }
}
@-webkit-keyframes frameIn_text {
  0% {
    -webkit-transform: translateX(-115%);
            transform: translateX(-115%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes frameIn_text {
  0% {
    -webkit-transform: translateX(-115%);
            transform: translateX(-115%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 48em) {
  .recruit_summary_item {
    float: left;
  }
}
.recruit_summary_item:first-child {
  display: none;
}
@media screen and (min-width: 48em) {
  .recruit_summary_item:first-child {
    display: block;
    width: 54.6%;
  }
}
@media screen and (min-width: 48em) {
  .recruit_summary_item:nth-child(2) {
    z-index: 1;
    width: 50%;
    margin-left: -4.8%;
  }
}
.recruit_summary_item.is_active .animation_img_text .inner {
  -webkit-animation: frameIn_text cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s 1.9s;
          animation: frameIn_text cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s 1.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block;
}
.recruit_summary_item.is_active .animation_img_text:after {
  -webkit-animation: frameIn_textBg cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s 0.8s;
          animation: frameIn_textBg cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.recruit_summary_item .animation_img_text {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  z-index: 2;
  color: #000;
  padding: 8px 3% 8px 5%;
  font-size: 2rem;
}
.recruit_summary_item .animation_img_text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  background: #F3FC00;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (min-width: 64em) {
  .recruit_summary_item .animation_img_text {
    font-size: 2.6rem;
  }
}

.news_item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (min-width: 48em) {
  .news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news_date {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em) {
  .news_date {
    width: 5.5em;
    max-width: 10%;
    margin-right: 5%;
  }
}

@media screen and (min-width: 48em) {
  .news_content {
    width: 88%;
  }
}

.news_title {
  margin-bottom: 0.5em;
  font-weight: 700;
}

.news_text {
  font-size: 1.4rem;
}
.news_text a {
  position: relative;
  color: #0055B9;
}
.news_text a:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  background: #0055B9;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_text a:hover:after, .news_text a:focus:after {
  width: 100%;
}
.news_text p:not(:last-of-type) {
  margin-bottom: 0.5em;
}

.recruit .contents_lead_title {
  position: relative;
}
.recruit .contents_lead_title:before {
  content: "";
  width: 247px;
  height: 294px;
  position: absolute;
  top: 0;
  right: 100%;
  background: url(/img/recruit/lead_bg_01.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
.recruit .contents_lead {
  position: relative;
}
.recruit .contents_lead:before, .recruit .contents_lead:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: 100%;
}
.recruit .contents_lead:before {
  width: 216px;
  height: 209px;
  background-image: url(/img/recruit/lead_bg_02.svg);
  top: 0;
  z-index: -1;
}
.recruit .contents_lead:after {
  width: 191px;
  height: 200px;
  background-image: url(/img/recruit/lead_bg_03.svg);
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: -2;
}

.voice_list {
  position: relative;
  padding-bottom: 60px;
}
.voice_list:before, .voice_list:after {
  content: "";
  position: absolute;
}
@media screen and (min-width: 48em) {
  .voice_list:before, .voice_list:after {
    content: none;
  }
}
.voice_list:before {
  width: 172px;
  height: 118px;
  background: url(/img/recruit/voice_bg_02.svg) no-repeat;
  background-size: contain;
  top: 48%;
  right: 0;
  z-index: -1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.voice_list:after {
  background: url(/img/recruit/voice_bg_01.svg) no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 110px;
  height: 110px;
}

.voice_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  color: #000;
  padding: 7% 5%;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .voice_item {
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  .voice_item:not(:last-child) {
    margin-bottom: 10rem;
  }
}
.voice_item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  left: 0;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
}
@media screen and (min-width: 48em) {
  .voice_item:after {
    content: "";
    -webkit-transform: none;
            transform: none;
    position: static;
    background: transparent;
    width: 36.5%;
  }
}
.voice_item:nth-child(odd) {
  padding-bottom: 14%;
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(odd) {
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(odd):before {
    content: "";
    position: absolute;
    background: url(/img/recruit/voice_bg_01.svg) no-repeat;
    background-size: contain;
    top: 60%;
    left: 0;
    z-index: -2;
    width: 110px;
    height: 110px;
  }
}
.voice_item:nth-child(odd):after {
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(odd) .voice_img {
    left: 0;
    -webkit-transform: skewX(-7deg);
            transform: skewX(-7deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    outline: 1px solid transparent;
  }
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(odd) .voice_img img {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
    outline: 1px solid transparent;
  }
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(odd) .voice_content {
    padding-left: 14%;
  }
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(odd) .voice_content:after {
    -webkit-transform: skewX(-7deg);
            transform: skewX(-7deg);
  }
}
.aos-animate .voice_item:nth-child(odd) .voice_content {
  -webkit-animation: fadeIn_voice cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
          animation: fadeIn_voice cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
}
.aos-animate .voice_item:nth-child(odd) .voice_content:after {
  -webkit-animation: fedeIn_voiceBg_odd cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
          animation: fedeIn_voiceBg_odd cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
}
.voice_item:nth-child(even) {
  padding-top: 20%;
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(even) {
    padding-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(even):before {
    content: "";
    position: absolute;
    width: 172px;
    height: 118px;
    background: url(/img/recruit/voice_bg_02.svg) no-repeat;
    background-size: contain;
    top: 60%;
    right: 0;
    z-index: -1;
  }
}
.voice_item:nth-child(even):after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  bottom: 0;
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(even) .voice_img {
    right: 0;
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    outline: 1px solid transparent;
  }
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(even) .voice_img img {
    -webkit-transform: skewX(-7deg);
            transform: skewX(-7deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    outline: 1px solid transparent;
  }
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(even) .voice_content {
    padding-right: 14%;
  }
}
@media screen and (min-width: 48em) {
  .voice_item:nth-child(even) .voice_content:after {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
}
.aos-animate .voice_item:nth-child(even) .voice_content {
  -webkit-animation: fadeIn_voice cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
          animation: fadeIn_voice cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
}
.aos-animate .voice_item:nth-child(even) .voice_content:after {
  -webkit-animation: fedeIn_voiceBg_even cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
          animation: fedeIn_voiceBg_even cubic-bezier(0.645, 0.045, 0.355, 1) 1.2s;
}

.voice_title {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.voice_img {
  margin-bottom: 12px;
}
@media screen and (min-width: 48em) {
  .voice_img {
    z-index: 2;
    position: absolute;
    margin-bottom: 0;
    width: 48%;
    overflow: hidden;
  }
}
@media screen and (min-width: 48em) {
  .voice_img img {
    width: 105%;
  }
}

.voice_text {
  margin-bottom: 10px;
}

@-webkit-keyframes fadeIn_voice {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  50% {
    color: rgba(0, 0, 0, 0);
  }
  75% {
    color: black;
  }
  100% {
    color: black;
  }
}

@keyframes fadeIn_voice {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  50% {
    color: rgba(0, 0, 0, 0);
  }
  75% {
    color: black;
  }
  100% {
    color: black;
  }
}
@-webkit-keyframes fedeIn_voiceBg_odd {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: skewX(-7deg);
            transform: skewX(-7deg);
  }
}
@keyframes fedeIn_voiceBg_odd {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: skewX(-7deg);
            transform: skewX(-7deg);
  }
}
@-webkit-keyframes fedeIn_voiceBg_even {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
}
@keyframes fedeIn_voiceBg_even {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
}
@media screen and (min-width: 48em) {
  .voice_content {
    position: relative;
    z-index: 2;
    width: 63.5%;
    margin-top: 32px;
    padding: 5% 4%;
  }
}
@media screen and (min-width: 48em) {
  .voice_content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

.requirements_item {
  border-bottom: 1px solid #ECEAEA;
  padding: 4rem 0;
}
@media screen and (min-width: 48em) {
  .requirements_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.requirements_title {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 48em) {
  .requirements_title {
    margin-bottom: 0;
    padding: 0 22px;
    width: 23%;
  }
}

@media screen and (min-width: 48em) {
  .requirements_data {
    width: 77%;
  }
}

.privacy_title {
  color: #0055B9;
  font-size: 1.9rem;
  margin-bottom: 0.5em;
}

.privacy_item:not(:last-child) {
  margin-bottom: 5rem;
}

.privacy_content {
  line-height: 2.5;
}
.privacy_content ol {
  margin-top: 0.5em;
  margin-left: 40px;
  margin: 0.5em 0 1em 40px;
}
@media screen and (min-width: 48em) {
  .privacy_content ol {
    margin-left: 65px;
  }
}
.privacy_content ol li {
  list-style: decimal;
  margin-left: 1em;
}
.privacy_content > ol {
  margin: 0;
}
.privacy_content address {
  font-style: normal;
}
.privacy_content p:not(:last-child) {
  margin-bottom: 4rem;
}
.privacy_content .address_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privacy_content .address_title {
  width: 3.5em;
}
.privacy_content .address_title:after {
  content: "：";
}
.privacy_content .address_data {
  display: inline-block;
}

.service .contents_lead {
  position: relative;
}
.service .contents_lead:before, .service .contents_lead:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.service .contents_lead:before {
  background-image: url(/img/service/lead_bg_01.svg);
  width: 164px;
  height: 168px;
  top: 0;
  right: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service .contents_lead:after {
  background-image: url(/img/service/lead_bg_02.svg);
  width: 216px;
  height: 209px;
  bottom: 0;
  left: 100%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.service .bg_color:last-child {
  margin-bottom: 20%;
}

.company .contents_lead {
  position: relative;
}
.company .contents_lead:before {
  content: "";
  width: 247px;
  height: 294px;
  position: absolute;
  top: 0;
  right: 100%;
  background: url(/img/recruit/lead_bg_01.svg) no-repeat;
  background-size: contain;
  z-index: -1;
}
.company .contents_lead:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: 100%;
  width: 216px;
  height: 209px;
  background-image: url(/img/recruit/lead_bg_02.svg);
  top: 0;
  z-index: -1;
}
.company .greeting_text p:not(:last-of-type) {
  margin-bottom: 5rem;
}
.company .greeting_signature {
  text-align: right;
  margin-top: 6rem;
}
.company .contents_activity .section_lead {
  margin-bottom: 5rem;
}

.company_img {
  max-width: 718px;
  margin: 70px auto 0;
}

.company_button {
  margin-top: 4rem;
}

@media print {
  /* IE zoom
  ------------------------------------------------- */
  /* for IE6 or older */
  * html body {
    zoom: 0.7;
  }

  /* for IE7 */
  * + html body {
    zoom: 1;
  }
}
/*# sourceMappingURL=style.css.map */