@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: 'DIN-Alternate-Bold';
  src: url("../assets/font/DIN-Alternate-Bold/DIN-Alternate-Bold.woff") format("woff"), url("DIN-Alternate-Bold.woff2") format("woff2"), url("../assets/font/DIN-Alternate-Bold/DIN-Alternate-Bold.svg#DIN-Alternate-Bold") format("svg"), url("../assets/font/DIN-Alternate-Bold/DIN-Alternate-Bold.eot") format("eot"), url("../assets/font/DIN-Alternate-Bold/DIN-Alternate-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/font/DIN-Alternate-Bold/DIN-Alternate-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura';
  src: url("../assets/font/Futura/futura.woff") format("woff"), url("futura.woff2") format("woff2"), url("../assets/font/Futura/futura.svg#futura") format("svg"), url("../assets/font/Futura/futura.eot") format("eot"), url("../assets/font/Futura/futura.eot?#iefix") format("embedded-opentype"), url("../assets/font/Futura/futura.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes zoom__img {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 0;
  }
}

@keyframes zoom__img {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 0;
  }
}

@-webkit-keyframes zoom__txt {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoom__txt {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  88% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes leteralIn {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

@keyframes leteralIn {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

.leteralIn__effect {
  overflow: hidden;
  position: relative;
}

.leteralIn__effect:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.leteralIn:after {
  -webkit-animation-name: leteralIn;
          animation-name: leteralIn;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes br-leteralIn {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}

@keyframes br-leteralIn {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}

@-webkit-keyframes bl-leteralIn {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

@keyframes bl-leteralIn {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}

.b-leteralIn__effect {
  overflow: hidden;
  position: relative;
}

.b-leteralIn__effect:before {
  content: '';
  position: absolute;
  top: -1px;
  left: calc(50% - 120px);
  right: 0;
  bottom: -1px;
  display: block;
  width: calc(50% + 120px);
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(120px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(120px 0%, 100% 0%, 100% 100%, 0% 100%);
}

.b-leteralIn__effect:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: calc(50% - 120px);
  bottom: -1px;
  display: block;
  width: calc(50% + 120px);
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 120px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - 120px) 100%, 0% 100%);
}

.b-leteralIn:before {
  -webkit-animation-name: bl-leteralIn;
          animation-name: bl-leteralIn;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.b-leteralIn:after {
  -webkit-animation-name: br-leteralIn;
          animation-name: br-leteralIn;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn__effect {
  opacity: 0;
}

@-webkit-keyframes bottomIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes bottomIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.bottomIn__effect {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@-webkit-keyframes zoomOut {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomOut {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.footer .footer__img:before, .footer .footer__img:after, .alarm-2 .bg:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #000;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

html {
  font-size: 1rem;
  letter-spacing: .05rem;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 0.8rem;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}

.header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  z-index: 999;
  -webkit-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out;
}

.header.gray {
  background-color: rgba(255, 255, 255, 0.8);
}

.header.contact-gray {
  background-color: rgba(255, 255, 255, 0.8);
}

.header .container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 800px) {
  .header .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .header .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.header .container .header__pc-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 70px;
}

.header .container .header__pc-navi .header__logo a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container .header__pc-navi .header__logo a .logo__img {
  display: block;
  width: 300px;
}

@media only screen and (max-width: 500px) {
  .header .container .header__pc-navi .header__logo a .logo__img {
    width: 200px;
  }
}

@media only screen and (max-width: 350px) {
  .header .container .header__pc-navi .header__logo a .logo__img {
    width: 170px;
  }
}

.header .container .header__pc-navi .header__logo a .company-name {
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .header .container .header__pc-navi .header__logo a .company-name {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 400px) {
  .header .container .header__pc-navi .header__logo a .company-name {
    display: none;
  }
}

.header .container .header__pc-navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .header .container .header__pc-navi ul {
    display: none;
  }
}

.header .container .header__pc-navi ul li {
  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;
}

.header .container .header__pc-navi ul li:not(:first-of-type) a {
  border-left: 1px solid #205396;
}

.header .container .header__pc-navi ul li a {
  color: #205396;
  display: block;
  width: 120px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container .header__pc-navi ul li a:hover {
  color: #3475e0;
}

.header .container .header__pc-navi ul li.h-contact {
  background-color: #205396;
}

.header .container .header__pc-navi ul li.h-contact a {
  color: #fff;
  width: 160px;
  line-height: 70px;
  border-left: none;
}

.header .container .header__pc-navi ul li.h-contact a:hover {
  background-color: #3475e0;
}

.header .container .header__pc-navi .header__hamburger-menu {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .header .container .header__pc-navi .header__hamburger-menu {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .header .container .header__pc-navi .header__hamburger-menu {
    width: 30px;
    height: 30px;
  }
}

.header .container .header__pc-navi .header__hamburger-menu span {
  position: absolute;
  left: calc(50% - 15px);
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background-color: #205396;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media only screen and (max-width: 500px) {
  .header .container .header__pc-navi .header__hamburger-menu span {
    left: calc(50% - 10px);
    width: 20px;
  }
}

.header .container .header__pc-navi .header__hamburger-menu span:nth-child(1) {
  top: 16px;
}

@media only screen and (max-width: 500px) {
  .header .container .header__pc-navi .header__hamburger-menu span:nth-child(1) {
    top: 8px;
  }
}

.header .container .header__pc-navi .header__hamburger-menu span:nth-child(2) {
  top: 26px;
}

@media only screen and (max-width: 500px) {
  .header .container .header__pc-navi .header__hamburger-menu span:nth-child(2) {
    top: 15px;
  }
}

.header .container .header__pc-navi .header__hamburger-menu span:nth-child(3) {
  top: 36px;
}

@media only screen and (max-width: 500px) {
  .header .container .header__pc-navi .header__hamburger-menu span:nth-child(3) {
    top: 22px;
  }
}

.header .container .header__pc-navi .header__hamburger-menu.open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
  top: 15px;
}

@media only screen and (max-width: 500px) {
  .header .container .header__pc-navi .header__hamburger-menu.open span:nth-child(1) {
    top: 7px;
  }
}

.header .container .header__pc-navi .header__hamburger-menu.open span:nth-child(2) {
  opacity: 0;
}

.header .container .header__pc-navi .header__hamburger-menu.open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
  top: 36px;
}

@media only screen and (max-width: 500px) {
  .header .container .header__pc-navi .header__hamburger-menu.open span:nth-child(3) {
    top: 28px;
  }
}

.header__sp-navi {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  position: fixed;
  z-index: 998;
  height: 100vh;
  top: -100vh;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 100px;
  background-color: #78A1D4;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 800px) {
  .header__sp-navi {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .header__sp-navi {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.header__sp-navi.open {
  top: 0;
}

.header__sp-navi nav ul li {
  border-bottom: 1px dotted #205396;
}

.header__sp-navi nav ul li a {
  display: block;
  padding: 10px 0;
}

.header__sp-navi nav ul li a:hover {
  color: #fff;
}

.header__sp-navi nav ul li a span {
  display: block;
}

.fix {
  overflow: hidden;
}

.footer {
  margin-top: 100px;
  border-top: 50px solid #205396;
}

.footer .footer__img {
  position: relative;
  padding: 50px 0;
}

@media only screen and (max-width: 1280px) {
  .footer .footer__img {
    padding-top: 160px;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .footer__img {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.footer .footer__img:before {
  content: '';
  z-index: -2;
  background: url(../assets/img/pic/footer__bg.jpg) center center no-repeat;
  background-size: cover;
}

.footer .footer__img:after {
  content: '';
  z-index: -1;
  background-color: rgba(30, 79, 141, 0.5);
}

.footer .footer__img .footer__logo {
  position: absolute;
  top: 20px;
  right: 60%;
  display: block;
  background-color: #fff;
  text-align: right;
  width: 40%;
  padding: 12px 20px;
}

@media only screen and (max-width: 1280px) {
  .footer .footer__img .footer__logo {
    width: auto;
    left: 0;
    right: calc(100% - 450px);
  }
}

@media only screen and (max-width: 600px) {
  .footer .footer__img .footer__logo {
    position: static;
    margin-bottom: 20px;
    display: inline-block;
  }
}

.footer .footer__img .footer__logo img {
  width: 400px;
}

@media only screen and (max-width: 600px) {
  .footer .footer__img .footer__logo img {
    width: 200px;
  }
}

.footer .footer__img .container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 800px) {
  .footer .footer__img .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .footer__img .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.footer .footer__img .container .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: auto;
}

@media only screen and (max-width: 1280px) {
  .footer .footer__img .container .link {
    display: block;
    width: 100%;
  }
}

.footer .footer__img .container .link .footer-top {
  color: #fff;
  margin-right: 100px;
}

@media only screen and (max-width: 1280px) {
  .footer .footer__img .container .link .footer-top {
    margin-bottom: 30px;
    display: block;
    margin-right: 0;
  }
}

.footer .footer__img .container .link .footer-top:hover {
  color: #3475e0;
}

@media only screen and (max-width: 1280px) {
  .footer .footer__img .container .link ul li {
    display: inline-block;
  }
  .footer .footer__img .container .link ul li:not(:last-of-type) {
    margin-right: 50px;
  }
}

.footer .footer__img .container .link ul li:not(:last-of-type) {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1280px) {
  .footer .footer__img .container .link ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.footer .footer__img .container .link ul li a {
  color: #fff;
}

.footer .footer__img .container .link ul li a:hover {
  color: #3475e0;
}

.footer .copyright {
  background-color: #ededed;
  font-size: 0.8rem;
  text-align: center;
  line-height: 4rem;
}

@media only screen and (max-width: 600px) {
  .footer .copyright {
    font-size: 0.64rem;
  }
}

.top__banner {
  position: relative;
  overflow: hidden;
}

.top__banner:before {
  content: '';
  display: block;
  padding-top: 60%;
}

.top__banner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 800px) {
  .top__banner {
    height: 450px;
  }
}

@media only screen and (max-width: 800px) {
  .top__banner:before {
    position: static;
  }
}

.top__banner img {
  z-index: 1;
  -webkit-animation: zoom__img 15s ease-in-out infinite;
          animation: zoom__img 15s ease-in-out infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.top__banner .top__txt {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: zoom__txt 15s ease-in-out infinite;
          animation: zoom__txt 15s ease-in-out infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.top__banner .top__txt h1 {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  text-shadow: 1.4px 1.4px 2px rgba(51, 51, 51, 0.75);
}

@media only screen and (max-width: 600px) {
  .top__banner .top__txt h1 {
    font-size: 2rem;
  }
}

.top__banner .top__txt h1 span {
  display: block;
}

.top__banner .top__txt h1 span.f-line {
  margin-bottom: 8px;
}

.profile {
  position: relative;
}

.profile:before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  width: 30%;
  height: 100%;
  background-color: #f5f5f6;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 300px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - 300px) 100%, 0% 100%);
}

@media only screen and (max-width: 1280px) {
  .profile:before {
    height: 760px;
  }
}

.profile:after {
  content: '';
  display: block;
  background-color: #205396;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 63%;
  height: 100%;
  -webkit-clip-path: polygon(300px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(300px 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media only screen and (max-width: 1280px) {
  .profile:after {
    height: 760px;
    top: calc(100% - 760px);
  }
}

.profile .container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.profile .container .profile__title {
  font-size: 5rem;
  position: absolute;
  top: 70px;
  right: 60px;
  color: #fff;
  font-weight: normal;
}

@media only screen and (max-width: 600px) {
  .profile .container .profile__title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1280px) {
  .profile .container .profile__title {
    position: static;
    color: #205396;
    text-align: center;
    padding: 80px 0;
  }
}

.profile .container .profile-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1280px) {
  .profile .container .profile-contents {
    display: block;
    position: relative;
    height: 750px;
  }
}

@media only screen and (max-width: 600px) {
  .profile .container .profile-contents {
    height: auto;
  }
  .profile .container .profile-contents:before {
    content: '';
    display: block;
    padding-top: 320%;
  }
}

@media only screen and (max-width: 400px) {
  .profile .container .profile-contents:before {
    content: '';
    display: block;
    padding-top: 350%;
  }
}

@media only screen and (max-width: 350px) {
  .profile .container .profile-contents:before {
    content: '';
    display: block;
    padding-top: 360%;
  }
}

.profile .container .profile-contents .profile__txt {
  width: 36%;
  padding-top: 80px;
  padding-left: 10%;
}

@media only screen and (max-width: 1280px) {
  .profile .container .profile-contents .profile__txt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .profile .container .profile-contents .profile__txt {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.profile .container .profile-contents .profile__txt h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .profile .container .profile-contents .profile__txt h2 {
    font-size: 1.6rem;
  }
}

.profile .container .profile-contents .profile__txt h2 span.f-line, .profile .container .profile-contents .profile__txt h2 span.s-line {
  display: block;
}

.profile .container .profile-contents .profile__txt h2 span.f-line {
  margin-bottom: 10px;
}

.profile .container .profile-contents .profile__txt h2 span.color {
  color: #205396;
}

.profile .container .profile-contents .profile__txt .profile__txt-list .item {
  margin-bottom: 12px;
}

.profile .container .profile-contents .profile__txt .profile__txt-list .item p {
  text-align: left;
}

.profile .container .profile-contents .profile__txt .profile__txt-list .item p:nth-child(1) {
  color: #a6bcd8;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .profile .container .profile-contents .profile__txt .profile__txt-list .item p:nth-child(1) {
    font-size: 1.2rem;
  }
}

.profile .container .profile-contents .profile__img {
  width: 64%;
  padding-top: 270px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .profile .container .profile-contents .profile__img {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 300px;
    right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .profile .container .profile-contents .profile__img {
    top: 450px;
  }
}

@media only screen and (max-width: 600px) {
  .profile .container .profile-contents .profile__img {
    top: 350px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.profile .container .profile-contents .profile__img .profile__img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 600px) {
  .profile .container .profile-contents .profile__img .profile__img-list {
    display: block;
  }
}

.profile .container .profile-contents .profile__img .profile__img-list .item {
  width: 280px;
  position: relative;
  overflow: hidden;
}

.profile .container .profile-contents .profile__img .profile__img-list .item:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.profile .container .profile-contents .profile__img .profile__img-list .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .profile .container .profile-contents .profile__img .profile__img-list .item {
    width: 100%;
  }
}

.profile .container .profile-contents .profile__img .profile__img-list .item:not(:last-of-type) {
  margin-right: 30px;
}

@media only screen and (max-width: 600px) {
  .profile .container .profile-contents .profile__img .profile__img-list .item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.service-01 {
  margin-top: 100px;
  padding-bottom: 80px;
  position: relative;
}

.service-01:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../assets/img/pic/service__bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-01 .container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
  padding-top: 200px;
}

@media only screen and (max-width: 800px) {
  .service-01 .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .service-01 .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media only screen and (max-width: 600px) {
  .service-01 .container {
    padding-top: 140px;
  }
}

.service-01 .container .mark {
  position: absolute;
  z-index: -1;
  top: 240px;
  left: -160px;
  width: 150px;
}

@media only screen and (max-width: 1660px) {
  .service-01 .container .mark {
    top: 180px;
    left: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .service-01 .container .mark {
    left: 5%;
    top: 140px;
  }
}

.service-01 .container .mark img {
  width: 100%;
}

.service-01 .container .service__title {
  text-align: center;
  font-weight: normal;
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
}

.service-01 .container .service__title span {
  display: block;
}

.service-01 .container .service__title span.en {
  color: #205396;
  margin-bottom: 40px;
  position: relative;
  font-family: 'DIN-Alternate-Bold';
  font-size: 5rem;
}

@media only screen and (max-width: 600px) {
  .service-01 .container .service__title span.en {
    font-size: 4rem;
  }
}

.service-01 .container .service__title span.en:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: calc(50% - 70px);
  display: block;
  width: 140px;
  height: 1px;
  background-color: #205396;
}

.service-01 .container .service__title span.ja {
  letter-spacing: .5rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .service-01 .container .service__title span.ja {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 600px) {
  .service-01 .container .service__title {
    top: -30px;
  }
}

.service-01 .container .bg-title-body {
  text-align: center;
}

@media only screen and (max-width: 1660px) {
  .service-01 .container .bg-title-body {
    padding-top: 230px;
  }
}

.service-01 .container .bg-title-body .bg-title {
  background-color: #205396;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  display: inline-block;
  padding: 0 30px;
  font-weight: normal;
  position: relative;
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .service-01 .container .bg-title-body .bg-title {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .service-01 .container .bg-title-body .bg-title {
    padding: 10px 18px;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 350px) {
  .service-01 .container .bg-title-body .bg-title {
    width: 90%;
  }
}

.service-01 .container .bg-title-body .bg-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -14.5px;
  bottom: 0;
  width: 15px;
  height: 100%;
  background-color: #205396;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.service-01 .container .service-01__txt .lead {
  margin-bottom: 40px;
}

.service-01 .container .service-01__txt .lead h1 {
  color: #205396;
  font-size: 2rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .service-01 .container .service-01__txt .lead h1 {
    font-size: 1.6rem;
  }
}

.service-01 .container .service-01__txt .lead p:not(:last-of-type) {
  margin-bottom: 8px;
}

.service-01 .container .service-01__txt .guide {
  text-align: center;
  margin-bottom: 40px;
}

.service-01 .container .service-01__txt .desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

@media only screen and (max-width: 650px) {
  .service-01 .container .service-01__txt .desc-list {
    display: block;
  }
}

.service-01 .container .service-01__txt .desc-list .item {
  width: 48%;
}

@media only screen and (max-width: 650px) {
  .service-01 .container .service-01__txt .desc-list .item {
    width: 100%;
  }
  .service-01 .container .service-01__txt .desc-list .item:first-of-type {
    margin-bottom: 30px;
  }
}

.service-01 .container .service-01__txt .desc-list .item h3 {
  padding: 12px 24px;
  background-color: #fff;
  -webkit-box-shadow: 3px 2px 2px rgba(191, 191, 191, 0.7);
          box-shadow: 3px 2px 2px rgba(191, 191, 191, 0.7);
  font-weight: normal;
}

.service-01 .container .service-01__txt .desc-list .item h3 span {
  display: inline-block;
}

.service-01 .container .service-01__txt .desc-list .item h3 span.color {
  padding-right: 15px;
  margin-right: 15px;
  color: #205396;
  font-size: 1.5rem;
  border-right: 2px solid #205396;
}

@media only screen and (max-width: 600px) {
  .service-01 .container .service-01__txt .desc-list .item h3 span.color {
    font-size: 1.2rem;
  }
}

.service-01 .container .service-01__txt .desc-list .item h3 span:nth-child(2) {
  font-size: 1.2rem;
}

@media only screen and (max-width: 600px) {
  .service-01 .container .service-01__txt .desc-list .item h3 span:nth-child(2) {
    font-size: 0.96rem;
  }
}

.service-01 .container .service-01__txt .desc-list .item .txt {
  margin-top: 20px;
  padding-left: 8%;
  padding-right: 8%;
}

.service-01 .container .service-01__txt .desc-list .item .txt .description {
  position: relative;
}

.service-01 .container .service-01__txt .desc-list .item .txt .description:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -36px;
}

@media only screen and (max-width: 350px) {
  .service-01 .container .service-01__txt .desc-list .item .txt .description:before {
    left: -30px;
  }
}

.service-01 .container .service-01__txt .desc-list .item .txt .description:nth-child(1) {
  margin-bottom: 8px;
}

.service-01 .container .service-01__txt .desc-list .item .txt .description:nth-child(1):before {
  content: '（1）';
}

.service-01 .container .service-01__txt .desc-list .item .txt .description:nth-child(2):before {
  content: '（2）';
}

.service-01 .container .service-01__txt .desc-list .item .txt .note {
  margin-top: 25px;
  margin-bottom: 30px;
}

.service-01 .container .service-01__txt .desc-list .item .txt .add p {
  display: inline-block;
}

.service-01 .container .service-01__txt .desc-list .item .txt .add p:nth-child(1) {
  margin-right: 20px;
}

.service-01 .container .service-01__txt .desc-list .item .txt .add p .underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(0%, #205396));
  background: linear-gradient(transparent 90%, #205396 0%);
  font-weight: bold;
}

.service-01 .container .service-01__txt .msg {
  background-color: #fff;
  padding: 30px 50px;
}

@media only screen and (max-width: 500px) {
  .service-01 .container .service-01__txt .msg {
    padding: 15px 25px;
  }
}

.service-01 .container .service-01__txt .msg p {
  text-align: center;
}

.service-01 .container .service-01__txt .msg p:nth-child(1) {
  margin-bottom: 20px;
}

.service-01 .container .service-01__txt .msg p.point {
  color: #205396;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .service-01 .container .service-01__txt .msg p.point {
    font-size: 1.2rem;
  }
}

.service-01 .container .service-01__txt .msg p:nth-child(2) {
  font-weight: bold;
}

.flow {
  background: url(../assets/img/pic/maintenance-flow__bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  z-index: -3;
}

.flow:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 83, 150, 0.3);
}

.flow:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 200px;
  left: calc(50% - 450px);
  display: inline-block;
  width: 900px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.63);
  -webkit-clip-path: polygon(0 33%, calc(100% - 50px) 33%, calc(100% - 50px) 15%, 100% 50%, calc(100% - 50px) 85%, calc(100% - 50px) 67%, 0 67%);
          clip-path: polygon(0 33%, calc(100% - 50px) 33%, calc(100% - 50px) 15%, 100% 50%, calc(100% - 50px) 85%, calc(100% - 50px) 67%, 0 67%);
}

@media only screen and (max-width: 950px) {
  .flow:after {
    width: 90%;
    left: 5%;
  }
}

@media only screen and (max-width: 700px) {
  .flow:after {
    top: 120px;
    left: calc(50% - 50px);
    width: 100px;
    height: 600px;
    -webkit-clip-path: polygon(33% 0, 67% 0, 67% calc(100% - 50px), 100% calc(100% - 50px), 50% 100%, 0% calc(100% - 50px), 33% calc(100% - 50px), 33% 0);
            clip-path: polygon(33% 0, 67% 0, 67% calc(100% - 50px), 100% calc(100% - 50px), 50% 100%, 0% calc(100% - 50px), 33% calc(100% - 50px), 33% 0);
  }
}

.flow .container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 800px) {
  .flow .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .flow .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.flow .container .flow__title {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 60px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .flow .container .flow__title {
    font-size: 1.2rem;
  }
}

.flow .container .flow__title:before {
  content: '';
  position: absolute;
  top: 17px;
  left: calc(50% - 280px);
  display: block;
  width: 120px;
  height: 1px;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .flow .container .flow__title:before {
    width: 25%;
    top: 11px;
    left: 0;
  }
}

@media only screen and (max-width: 400px) {
  .flow .container .flow__title:before {
    width: 18%;
  }
}

.flow .container .flow__title:after {
  content: '';
  position: absolute;
  top: 17px;
  right: calc(50% - 280px);
  display: block;
  width: 120px;
  height: 1px;
  background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .flow .container .flow__title:after {
    width: 25%;
    top: 11px;
    right: 0;
  }
}

@media only screen and (max-width: 400px) {
  .flow .container .flow__title:after {
    width: 18%;
  }
}

.flow .container .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 700px) {
  .flow .container .flow-list {
    display: block;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.flow .container .flow-list .item {
  background-color: #fff;
  width: 80px;
  height: 300px;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

@media only screen and (max-width: 950px) {
  .flow .container .flow-list .item {
    width: 64px;
    height: 270px;
  }
}

@media only screen and (max-width: 700px) {
  .flow .container .flow-list .item {
    width: 100%;
    height: auto;
    padding: 12px 18px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    display: block;
    text-align: center;
  }
}

.flow .container .flow-list .item:not(:last-of-type) {
  margin-right: 30px;
}

@media only screen and (max-width: 700px) {
  .flow .container .flow-list .item:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.flow .container .flow-list .item p {
  font-weight: bold;
  position: relative;
}

.flow .container .flow-list .item p:before {
  color: #205396;
  font-size: 2rem;
  font-family: 'Futura';
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  position: absolute;
  top: -60px;
  left: 2px;
}

@media only screen and (max-width: 600px) {
  .flow .container .flow-list .item p:before {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 700px) {
  .flow .container .flow-list .item p:before {
    top: -6px;
    left: 5%;
  }
}

@media only screen and (max-width: 600px) {
  .flow .container .flow-list .item p:before {
    top: -3px;
  }
}

.flow .container .flow-list .item:nth-child(1) p:before {
  content: '1';
}

.flow .container .flow-list .item:nth-child(2) p:before {
  content: '2';
}

.flow .container .flow-list .item:nth-child(3) p:before {
  content: '3';
}

.flow .container .flow-list .item:nth-child(4) p:before {
  content: '4';
}

.flow .container .flow-list .item:nth-child(5) p:before {
  content: '5';
}

.flow .container .flow-list .item:nth-child(6) p:before {
  content: '6';
}

.flow .container .flow-list .item:nth-child(7) p:before {
  content: '7';
}

.inspection {
  position: relative;
}

.inspection:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
  top: 230px;
  right: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background-color: #f5f5f6;
}

.inspection:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 59%;
  height: 100%;
  background-color: #205396;
  -webkit-clip-path: polygon(0% 0%, calc(100% - 300px) 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(100% - 300px) 0%, 100% 100%, 0% 100%);
}

.inspection .container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .inspection .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.inspection .container .inspection__title {
  font-weight: normal;
  position: absolute;
  top: 70px;
  left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection__title {
    display: block;
    width: 100%;
    left: 0;
  }
}

.inspection .container .inspection__title span {
  display: inline-block;
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection__title span {
    display: block;
    text-shadow: 1px 1px 0 #205396, -1px 1px 0 #205396, 1px -1px 0 #205396, -1px -1px 0 #205396;
    text-align: center;
  }
}

.inspection .container .inspection__title span.en {
  font-size: 5rem;
  color: #fff;
  margin-right: 230px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .inspection .container .inspection__title span.en {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection__title span.en {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.inspection .container .inspection__title span.en:before {
  content: '';
  display: block;
  position: absolute;
  top: 70px;
  right: -175px;
  width: 120px;
  height: 2px;
  background-color: #fff;
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection__title span.en:before {
    top: 135px;
    right: calc(50% - 40px);
    width: 80px;
    background-color: #205396;
  }
}

@media only screen and (max-width: 600px) {
  .inspection .container .inspection__title span.en:before {
    top: 95px;
  }
}

.inspection .container .inspection__title span.ja {
  font-size: 1.5rem;
  color: #205396;
  padding-top: 25px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .inspection .container .inspection__title span.ja {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection__title span.ja {
    color: #fff;
  }
}

.inspection .container .inspection__title span.ja:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 130px;
  height: 1px;
  background-color: #000;
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection__title span.ja:before {
    bottom: -10px;
    left: calc(50% - 90px);
    width: 180px;
  }
}

@media only screen and (max-width: 600px) {
  .inspection .container .inspection__title span.ja:before {
    width: 120px;
    left: calc(50% - 60px);
  }
}

.inspection .container .inspection-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection-contents {
    display: block;
  }
}

.inspection .container .inspection-contents .inspection__img {
  width: 63%;
  padding-top: 270px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection-contents .inspection__img {
    width: 100%;
    padding-top: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .inspection .container .inspection-contents .inspection__img {
    display: block;
  }
}

.inspection .container .inspection-contents .inspection__img .img-1 {
  width: 360px;
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}

.inspection .container .inspection-contents .inspection__img .img-1:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.inspection .container .inspection-contents .inspection__img .img-1 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection-contents .inspection__img .img-1 {
    margin-right: 50px;
    width: 500px;
  }
}

@media only screen and (max-width: 600px) {
  .inspection .container .inspection-contents .inspection__img .img-1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.inspection .container .inspection-contents .inspection__img .img-2 {
  width: 360px;
  position: relative;
  overflow: hidden;
}

.inspection .container .inspection-contents .inspection__img .img-2:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.inspection .container .inspection-contents .inspection__img .img-2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection-contents .inspection__img .img-2 {
    width: 500px;
  }
}

@media only screen and (max-width: 600px) {
  .inspection .container .inspection-contents .inspection__img .img-2 {
    width: 100%;
  }
}

.inspection .container .inspection-contents .inspection__txt {
  width: 37%;
  padding-top: 270px;
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection-contents .inspection__txt {
    padding-top: 340px;
    margin-right: 0;
    margin-left: auto;
    width: 50%;
  }
}

@media only screen and (max-width: 1100px) {
  .inspection .container .inspection-contents .inspection__txt {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 600px) {
  .inspection .container .inspection-contents .inspection__txt {
    padding-top: 300px;
  }
}

.inspection .container .inspection-contents .inspection__txt .bg-title {
  background-color: #205396;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  display: inline-block;
  padding: 0 30px;
  font-weight: normal;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .inspection .container .inspection-contents .inspection__txt .bg-title {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .inspection .container .inspection-contents .inspection__txt .bg-title {
    padding: 10px 18px;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 1100px) {
  .inspection .container .inspection-contents .inspection__txt .bg-title {
    border: 1px solid #f5f5f6;
  }
}

.inspection .container .inspection-contents .inspection__txt p {
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 440px;
}

@media only screen and (max-width: 1280px) {
  .inspection .container .inspection-contents .inspection__txt p {
    padding-left: 0;
  }
}

.inspection .container .inspection-contents .inspection__txt .list {
  background-color: #ededed;
  padding: 30px;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 400px) {
  .inspection .container .inspection-contents .inspection__txt .list {
    padding: 20px;
    display: block;
  }
}

.inspection .container .inspection-contents .inspection__txt .list li {
  display: inline-block;
  width: 50%;
  padding-left: 40px;
  position: relative;
}

@media only screen and (max-width: 400px) {
  .inspection .container .inspection-contents .inspection__txt .list li {
    width: 100%;
  }
  .inspection .container .inspection-contents .inspection__txt .list li:not(:last-of-type) {
    margin-bottom: 4px;
  }
}

.inspection .container .inspection-contents .inspection__txt .list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 15px;
  height: 15px;
  background-color: #000;
}

.alarm {
  margin-top: 120px;
  padding-bottom: 270px;
}

@media only screen and (max-width: 1280px) {
  .alarm {
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .alarm {
    position: relative;
  }
  .alarm:before {
    content: '';
    position: absolute;
    top: 800px;
    left: 0;
    display: block;
    width: 100%;
    height: 500px;
    background-color: #205396;
  }
}

@media only screen and (max-width: 600px) and (max-width: 450px) {
  .alarm:before {
    top: 700px;
  }
}

@media only screen and (max-width: 600px) and (max-width: 400px) {
  .alarm:before {
    top: 600px;
  }
}

@media only screen and (max-width: 600px) and (max-width: 350px) {
  .alarm:before {
    top: 500px;
  }
}

.alarm .container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .alarm .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 800px) {
  .alarm .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 600px) {
  .alarm .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.alarm .container .alarm__title {
  color: #fff;
  font-weight: normal;
  font-size: 5rem;
  position: absolute;
  z-index: 3;
  bottom: -170px;
  right: 60px;
}

@media only screen and (max-width: 600px) {
  .alarm .container .alarm__title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1280px) {
  .alarm .container .alarm__title {
    position: static;
    text-align: center;
    color: #205396;
    padding: 80px 0;
  }
}

.alarm .container .alarm-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1280px) {
  .alarm .container .alarm-contents {
    display: block;
  }
}

.alarm .container .alarm-contents .alarm__txt {
  position: absolute;
  z-index: 4;
  top: 180px;
  left: 0;
  width: 55%;
  padding: 50px;
  background-color: #f5f5f6;
}

@media only screen and (max-width: 1280px) {
  .alarm .container .alarm-contents .alarm__txt {
    position: static;
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 100px;
  }
}

@media only screen and (max-width: 600px) {
  .alarm .container .alarm-contents .alarm__txt {
    padding: 30px;
    margin-top: 30px;
  }
}

.alarm .container .alarm-contents .alarm__txt .bg-title {
  background-color: #205396;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  display: inline-block;
  padding: 0 30px;
  font-weight: normal;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .alarm .container .alarm-contents .alarm__txt .bg-title {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .alarm .container .alarm-contents .alarm__txt .bg-title {
    padding: 10px 18px;
    line-height: 2rem;
  }
}

.alarm .container .alarm-contents .alarm__txt .txt {
  margin-bottom: 30px;
}

.alarm .container .alarm-contents .alarm__txt .list li {
  display: inline-block;
  width: 200px;
  padding-left: 30px;
  position: relative;
}

.alarm .container .alarm-contents .alarm__txt .list li:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-color: #000;
}

.alarm .container .alarm-contents .alarm__img {
  width: 64%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1280px) {
  .alarm .container .alarm-contents .alarm__img {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .alarm .container .alarm-contents .alarm__img {
    display: block;
  }
}

.alarm .container .alarm-contents .alarm__img .img1 {
  width: 360px;
  position: relative;
  overflow: hidden;
  margin-right: 50px;
  z-index: 5;
}

.alarm .container .alarm-contents .alarm__img .img1:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.alarm .container .alarm-contents .alarm__img .img1 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .alarm .container .alarm-contents .alarm__img .img1 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.alarm .container .alarm-contents .alarm__img .img2 {
  width: 360px;
  position: relative;
  overflow: hidden;
  margin-right: 50px;
  z-index: 5;
}

.alarm .container .alarm-contents .alarm__img .img2:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.alarm .container .alarm-contents .alarm__img .img2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .alarm .container .alarm-contents .alarm__img .img2 {
    width: 100%;
  }
}

.alarm .container .alarm-contents .alarm__img:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -3;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 450px;
  background-color: #205396;
}

@media only screen and (max-width: 1280px) {
  .alarm .container .alarm-contents .alarm__img:before {
    top: 150px;
    height: 450px;
  }
}

@media only screen and (max-width: 1000px) {
  .alarm .container .alarm-contents .alarm__img:before {
    width: calc(100% + 80px);
    left: -40px;
  }
}

@media only screen and (max-width: 800px) {
  .alarm .container .alarm-contents .alarm__img:before {
    width: calc(100% + 40px);
    left: -20px;
  }
}

@media only screen and (max-width: 600px) {
  .alarm .container .alarm-contents .alarm__img:before {
    display: none;
  }
}

.alarm-2 {
  margin-top: 120px;
  padding: 60px 0;
  position: relative;
}

.alarm-2 .bg {
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background: url(../assets/img/pic/hinansetsubi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.alarm-2 .bg:before {
  content: '';
  display: block;
  z-index: -3;
  background-color: rgba(255, 255, 255, 0.6);
}

.alarm-2 .bg:after {
  content: "";
  z-index: -2;
  width: 50%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
}

.alarm-2 .container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 800px) {
  .alarm-2 .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .alarm-2 .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.alarm-2 .container .txt {
  width: 60%;
  margin-left: auto;
  margin-right: 30px;
}

@media only screen and (max-width: 1000px) {
  .alarm-2 .container .txt {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .alarm-2 .container .txt {
    width: 100%;
  }
}

.alarm-2 .container .txt .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
}

@media only screen and (max-width: 1280px) {
  .alarm-2 .container .txt .item {
    display: block;
  }
}

.alarm-2 .container .txt .item:not(:last-of-type) {
  border-bottom: 1px solid #c5c6c7;
}

.alarm-2 .container .txt .item .bg-title-body {
  width: 150px;
}

.alarm-2 .container .txt .item .bg-title-body .bg-title {
  background-color: #205396;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  display: inline-block;
  padding: 0 30px;
  font-weight: normal;
  text-align: center;
  margin-right: 40px;
  padding: 0 10px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .alarm-2 .container .txt .item .bg-title-body .bg-title {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .alarm-2 .container .txt .item .bg-title-body .bg-title {
    padding: 10px 18px;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 1280px) {
  .alarm-2 .container .txt .item .bg-title-body .bg-title {
    margin-bottom: 20px;
  }
}

.alarm-2 .container .txt .item .bg-title-body .bg-title.s-line {
  padding: 12px 10px;
}

.alarm-2 .container .txt .item .bg-title-body .bg-title span {
  display: block;
  line-height: 1.8rem;
}

.alarm-2 .container .txt .item .contents {
  width: calc(100% - 200px);
  padding-right: 50px;
}

@media only screen and (max-width: 1280px) {
  .alarm-2 .container .txt .item .contents {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .alarm-2 .container .txt .item .contents {
    padding-right: 0;
  }
}

.alarm-2 .container .txt .item .contents ul {
  background-color: #f5f5f6;
  padding: 30px 50px;
  margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  .alarm-2 .container .txt .item .contents ul {
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .alarm-2 .container .txt .item .contents ul.s-line li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

.alarm-2 .container .txt .item .contents ul.s-line li:nth-child(odd) {
  width: 150px;
}

@media only screen and (max-width: 1280px) {
  .alarm-2 .container .txt .item .contents ul.s-line li:nth-child(odd) {
    width: 50%;
  }
}

.alarm-2 .container .txt .item .contents ul.s-line li:nth-child(even) {
  width: 230px;
}

@media only screen and (max-width: 1280px) {
  .alarm-2 .container .txt .item .contents ul.s-line li:nth-child(even) {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .alarm-2 .container .txt .item .contents ul.f-line li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

.alarm-2 .container .txt .item .contents ul.f-line li:nth-child(odd) {
  width: 130px;
}

@media only screen and (max-width: 1280px) {
  .alarm-2 .container .txt .item .contents ul.f-line li:nth-child(odd) {
    width: 100%;
  }
}

.alarm-2 .container .txt .item .contents ul.f-line li:nth-child(even) {
  width: 260px;
}

@media only screen and (max-width: 1280px) {
  .alarm-2 .container .txt .item .contents ul.f-line li:nth-child(even) {
    width: 100%;
  }
}

.alarm-2 .container .txt .item .contents ul li {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.alarm-2 .container .txt .item .contents ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-color: #000;
}

.construction {
  margin-top: 80px;
  position: relative;
}

.construction:before {
  content: '';
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 460px;
  background-color: #f5f5f6;
}

@media only screen and (max-width: 600px) {
  .construction:before {
    top: 120px;
  }
}

.construction:after {
  content: '';
  display: block;
  background-color: #205396;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  -webkit-clip-path: polygon(200px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(200px 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media only screen and (max-width: 1280px) {
  .construction:after {
    height: 50%;
    top: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .construction:after {
    height: 72%;
    top: 28%;
  }
}

@media only screen and (max-width: 500px) {
  .construction:after {
    height: 700px;
    top: calc(100% - 700px);
  }
}

.construction .container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 800px) {
  .construction .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .construction .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.construction .container .construction__title {
  font-size: 5rem;
  position: absolute;
  top: 70px;
  right: 60px;
  color: #fff;
  font-weight: normal;
}

@media only screen and (max-width: 600px) {
  .construction .container .construction__title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 1280px) {
  .construction .container .construction__title {
    position: static;
    text-align: center;
    color: #205396;
  }
}

@media only screen and (max-width: 400px) {
  .construction .container .construction__title {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 400px) and (max-width: 600px) {
  .construction .container .construction__title {
    font-size: 2.4rem;
  }
}

.construction .container .construction-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1280px) {
  .construction .container .construction-contents {
    display: block;
  }
}

.construction .container .construction-contents .construction__txt {
  width: 40%;
  padding-top: 150px;
  padding-left: 8%;
  padding-right: 2%;
}

@media only screen and (max-width: 1280px) {
  .construction .container .construction-contents .construction__txt {
    padding-top: 80px;
    width: 100%;
    max-width: 700px;
    margin-right: auto;
  }
}

@media only screen and (max-width: 900px) {
  .construction .container .construction-contents .construction__txt {
    padding-left: 0;
    padding-right: 0;
  }
}

.construction .container .construction-contents .construction__txt h2 {
  font-size: 2rem;
  color: #205396;
  padding-left: 60px;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .construction .container .construction-contents .construction__txt h2 {
    font-size: 1.6rem;
  }
}

.construction .container .construction-contents .construction__txt h2:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #205396;
}

.construction .container .construction-contents .construction__img {
  width: 60%;
  padding-top: 270px;
  padding-bottom: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1280px) {
  .construction .container .construction-contents .construction__img {
    padding-top: 200px;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .construction .container .construction-contents .construction__img {
    display: block;
    padding-top: 100px;
  }
}

@media only screen and (max-width: 500px) {
  .construction .container .construction-contents .construction__img {
    padding-top: 50px;
  }
}

.construction .container .construction-contents .construction__img .img1 {
  width: 360px;
  position: relative;
  overflow: hidden;
  margin-right: 50px;
}

.construction .container .construction-contents .construction__img .img1:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.construction .container .construction-contents .construction__img .img1 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 940px) {
  .construction .container .construction-contents .construction__img .img1 {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .construction .container .construction-contents .construction__img .img1 {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}

.construction .container .construction-contents .construction__img .img2 {
  width: 360px;
  position: relative;
  overflow: hidden;
  margin-right: 50px;
}

.construction .container .construction-contents .construction__img .img2:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.construction .container .construction-contents .construction__img .img2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 940px) {
  .construction .container .construction-contents .construction__img .img2 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .construction .container .construction-contents .construction__img .img2 {
    width: 100%;
  }
}

.service-02 {
  margin-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.service-02:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
  top: 145px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f6;
}

@media only screen and (max-width: 750px) {
  .service-02:before {
    top: 100px;
  }
}

.service-02:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background-color: #205396;
  -webkit-clip-path: polygon(0% 0%, calc(85% - 160px) 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(85% - 160px) 0%, 85% 100%, 0% 100%);
}

@media only screen and (max-width: 1280px) {
  .service-02:after {
    display: none;
  }
}

.service-02 .container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .service-02 .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 750px) and (max-width: 800px) {
  .service-02 .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 750px) and (max-width: 600px) {
  .service-02 .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.service-02 .container .service-02-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 1280px) {
  .service-02 .container .service-02-contents {
    display: block;
  }
}

.service-02 .container .service-02-contents .service-02__img {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .service-02 .container .service-02-contents .service-02__img {
    padding-bottom: 50px;
  }
  .service-02 .container .service-02-contents .service-02__img:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 30px;
    left: 0;
    bottom: 0;
    width: 50%;
    height: calc(100% - 30px);
    background-color: #205396;
    -webkit-clip-path: polygon(0% 0%, calc(85% - 160px) 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(85% - 160px) 0%, 85% 100%, 0% 100%);
  }
}

@media only screen and (max-width: 1280px) and (max-width: 750px) {
  .service-02 .container .service-02-contents .service-02__img:before {
    left: -20px;
  }
}

@media only screen and (max-width: 1280px) and (max-width: 600px) {
  .service-02 .container .service-02-contents .service-02__img:before {
    left: -100px;
    width: 70%;
  }
}

@media only screen and (max-width: 750px) {
  .service-02 .container .service-02-contents .service-02__img {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .service-02 .container .service-02-contents .service-02__img {
    width: 100%;
  }
}

.service-02 .container .service-02-contents .service-02__img .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.service-02 .container .service-02-contents .service-02__img .img:before {
  content: '';
  display: block;
  padding-top: 80%;
}

.service-02 .container .service-02-contents .service-02__img .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-02 .container .service-02-contents .service-02__txt {
  width: 50%;
  padding-top: 120px;
  padding-left: 80px;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .service-02 .container .service-02-contents .service-02__txt {
    width: 60%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .service-02 .container .service-02-contents .service-02__txt {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  .service-02 .container .service-02-contents .service-02__txt {
    padding-top: 0;
    padding-left: 0;
  }
}

.service-02 .container .service-02-contents .service-02__txt .mark {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 150px;
}

@media only screen and (max-width: 750px) {
  .service-02 .container .service-02-contents .service-02__txt .mark {
    position: static;
    width: 150px;
    margin-bottom: 30px;
    margin-left: auto;
  }
}

.service-02 .container .service-02-contents .service-02__txt .mark img {
  width: 100%;
}

.service-02 .container .service-02-contents .service-02__txt .bg-title {
  background-color: #205396;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  display: inline-block;
  padding: 0 30px;
  font-weight: normal;
  margin-bottom: 50px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .service-02-contents .service-02__txt .bg-title {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .service-02 .container .service-02-contents .service-02__txt .bg-title {
    padding: 10px 18px;
    line-height: 2rem;
  }
}

.service-02 .container .service-02-contents .service-02__txt .bg-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -14.5px;
  bottom: 0;
  width: 15px;
  height: 100%;
  background-color: #205396;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.service-02 .container .service-02-contents .service-02__txt .lead {
  margin-bottom: 50px;
}

.service-02 .container .service-02-contents .service-02__txt .lead h1 {
  color: #205396;
  font-size: 2rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .service-02-contents .service-02__txt .lead h1 {
    font-size: 1.6rem;
  }
}

.service-02 .container .service-02-contents .service-02__txt .lead h1 span {
  display: block;
}

.service-02 .container .service-02-contents .service-02__txt .lead p {
  max-width: 600px;
}

.service-02 .container .service-02-contents .service-02__txt .timing .bg-stitle {
  background-color: #205396;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 10px;
  font-weight: normal;
  line-height: 1.7rem;
  padding: 0 10px;
  font-size: 1rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .service-02-contents .service-02__txt .timing .bg-stitle {
    font-size: 0.96rem;
  }
}

@media only screen and (max-width: 600px) {
  .service-02 .container .service-02-contents .service-02__txt .timing .bg-stitle {
    font-size: 0.8rem;
  }
}

.service-02 .container .service-02-contents .service-02__txt .timing .subject {
  font-weight: normal;
  font-size: 1.5rem;
  color: #205396;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .service-02-contents .service-02__txt .timing .subject {
    font-size: 1.2rem;
  }
}

.service-02 .container .service-02-contents .service-02__txt .timing ul {
  max-width: 500px;
}

.service-02 .container .trial {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 1100px) {
  .service-02 .container .trial {
    display: block;
    margin-top: 70px;
  }
}

.service-02 .container .trial .method-1 {
  width: calc(100% / 3);
  border-right: 1px solid #c5c6c7;
  padding: 0 30px;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .service-02 .container .trial .method-1 {
    width: 100%;
    margin-bottom: 50px;
    border-right: none;
  }
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-1 {
    padding-left: 0;
    padding-right: 0;
  }
}

.service-02 .container .trial .method-1 .bg-title {
  background-color: #205396;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 10px;
  font-weight: normal;
  line-height: 1.7rem;
  padding: 0 10px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-1 .bg-title {
    font-size: 0.96rem;
  }
}

@media only screen and (max-width: 1100px) {
  .service-02 .container .trial .method-1 .bg-title {
    margin-bottom: 30px;
  }
}

.service-02 .container .trial .method-1 .method-1__img {
  width: 280px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}

.service-02 .container .trial .method-1 .method-1__img:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.service-02 .container .trial .method-1 .method-1__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-1 .method-1__img {
    width: 80%;
  }
}

.service-02 .container .trial .method-1 h3 {
  color: #205396;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-1 h3 {
    font-size: 0.96rem;
  }
}

.service-02 .container .trial .method-1 .description {
  text-align: left;
  padding: 10px;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 100px;
  background-color: #ededed;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-1 .description {
    width: 100%;
  }
}

.service-02 .container .trial .method-1 p:last-of-type {
  position: relative;
}

.service-02 .container .trial .method-1 p:last-of-type:before {
  content: '';
  position: absolute;
  top: -100px;
  left: calc(50% - 18px);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #205396;
  -webkit-clip-path: polygon(33% 0, 67% 0, 67% calc(100% - 15px), 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px), 33% calc(100% - 15px));
          clip-path: polygon(33% 0, 67% 0, 67% calc(100% - 15px), 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px), 33% calc(100% - 15px));
}

@media only screen and (max-width: 1100px) {
  .service-02 .container .trial .method-1 p:last-of-type:before {
    top: -105px;
  }
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-1 p:last-of-type:before {
    top: -95px;
  }
}

.service-02 .container .trial .method-2 {
  width: calc(200% / 3);
  padding: 0 30px;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .service-02 .container .trial .method-2 {
    width: 100%;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-2 {
    padding-left: 0;
    padding-right: 0;
  }
}

.service-02 .container .trial .method-2 .bg-title {
  background-color: #205396;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 10px;
  font-weight: normal;
  line-height: 1.7rem;
  padding: 0 10px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-2 .bg-title {
    font-size: 0.96rem;
  }
}

@media only screen and (max-width: 1100px) {
  .service-02 .container .trial .method-2 .bg-title {
    margin-bottom: 30px;
  }
}

.service-02 .container .trial .method-2 .method-2__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 125px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .service-02 .container .trial .method-2 .method-2__img {
    display: block;
  }
}

.service-02 .container .trial .method-2 .method-2__img:before {
  content: '';
  position: absolute;
  bottom: -97px;
  left: calc(50% - 18px);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #205396;
  -webkit-clip-path: polygon(33% 0, 67% 0, 67% calc(100% - 15px), 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px), 33% calc(100% - 15px));
          clip-path: polygon(33% 0, 67% 0, 67% calc(100% - 15px), 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px), 33% calc(100% - 15px));
}

@media only screen and (max-width: 1100px) {
  .service-02 .container .trial .method-2 .method-2__img:before {
    bottom: -85px;
  }
}

@media only screen and (max-width: 800px) {
  .service-02 .container .trial .method-2 .method-2__img:before {
    width: 50px;
    height: 50px;
    -webkit-clip-path: polygon(33% 0, 67% 0, 67% calc(100% - 20px), 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 33% calc(100% - 20px));
            clip-path: polygon(33% 0, 67% 0, 67% calc(100% - 20px), 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px), 33% calc(100% - 20px));
  }
}

.service-02 .container .trial .method-2 .method-2__img .img1 {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .service-02 .container .trial .method-2 .method-2__img .img1 {
    width: 100%;
    margin-bottom: 120px;
  }
}

.service-02 .container .trial .method-2 .method-2__img .img1:before {
  content: '';
  position: absolute;
  top: 120px;
  right: -15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #205396;
  -webkit-clip-path: polygon(0 33%, calc(100% - 15px) 33%, calc(100% - 15px) 15%, 100% 50%, calc(100% - 15px) 85%, calc(100% - 15px) 67%, 0 67%);
          clip-path: polygon(0 33%, calc(100% - 15px) 33%, calc(100% - 15px) 15%, 100% 50%, calc(100% - 15px) 85%, calc(100% - 15px) 67%, 0 67%);
}

@media only screen and (max-width: 800px) {
  .service-02 .container .trial .method-2 .method-2__img .img1:before {
    top: 380px;
    right: calc(50% - 18px);
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-clip-path: polygon(33% 0, 67% 0, 67% calc(100% - 15px), 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px), 33% calc(100% - 15px));
            clip-path: polygon(33% 0, 67% 0, 67% calc(100% - 15px), 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px), 33% calc(100% - 15px));
  }
}

@media only screen and (max-width: 800px) and (max-width: 600px) {
  .service-02 .container .trial .method-2 .method-2__img .img1:before {
    top: 115%;
  }
}

.service-02 .container .trial .method-2 .method-2__img .img1 .img {
  width: 280px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}

.service-02 .container .trial .method-2 .method-2__img .img1 .img:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.service-02 .container .trial .method-2 .method-2__img .img1 .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-2 .method-2__img .img1 .img {
    width: 80%;
  }
}

.service-02 .container .trial .method-2 .method-2__img .img1 h3 {
  color: #205396;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-2 .method-2__img .img1 h3 {
    font-size: 0.96rem;
  }
}

.service-02 .container .trial .method-2 .method-2__img .img1 .description {
  text-align: left;
  padding: 10px;
  width: 75%;
  margin: 0 auto;
  background-color: #ededed;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-2 .method-2__img .img1 .description {
    width: 100%;
  }
}

.service-02 .container .trial .method-2 .method-2__img .img2 {
  width: 50%;
}

@media only screen and (max-width: 800px) {
  .service-02 .container .trial .method-2 .method-2__img .img2 {
    width: 100%;
  }
}

.service-02 .container .trial .method-2 .method-2__img .img2 .img {
  width: 280px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}

.service-02 .container .trial .method-2 .method-2__img .img2 .img:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.service-02 .container .trial .method-2 .method-2__img .img2 .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-2 .method-2__img .img2 .img {
    width: 80%;
  }
}

.service-02 .container .trial .method-2 .method-2__img .img2 h3 {
  color: #205396;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-2 .method-2__img .img2 h3 {
    font-size: 0.96rem;
  }
}

.service-02 .container .trial .method-2 .method-2__img .img2 .description {
  text-align: left;
  padding: 10px;
  width: 75%;
  margin: 0 auto;
  background-color: #ededed;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-2 .method-2__img .img2 .description {
    width: 100%;
  }
}

.service-02 .container .trial .method-2 .results {
  color: #205396;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .service-02 .container .trial .method-2 .results {
    font-size: 0.96rem;
  }
}

.service-03 {
  margin-top: 100px;
  position: relative;
}

.service-03:before {
  content: '';
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 440px;
  background-color: #f5f5f6;
}

.service-03:after {
  content: '';
  display: block;
  background-color: #205396;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  -webkit-clip-path: polygon(200px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(200px 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media only screen and (max-width: 1280px) {
  .service-03:after {
    top: 45%;
    height: 55%;
  }
}

.service-03 .container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .service-03 .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .service-03 .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.service-03 .container .mark {
  position: absolute;
  width: 150px;
  top: 70px;
  left: -50px;
}

@media only screen and (max-width: 1660px) {
  .service-03 .container .mark {
    top: 0;
    left: 40px;
  }
}

@media only screen and (max-width: 800px) {
  .service-03 .container .mark {
    left: 20px;
  }
}

.service-03 .container .mark img {
  width: 100%;
}

.service-03 .container .service-03-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1280px) {
  .service-03 .container .service-03-contents {
    display: block;
  }
}

.service-03 .container .service-03-contents .service-03__txt {
  width: 60%;
  padding-top: 230px;
  padding-left: 10%;
}

@media only screen and (max-width: 1280px) {
  .service-03 .container .service-03-contents .service-03__txt {
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .service-03 .container .service-03-contents .service-03__txt {
    padding-left: 0;
  }
}

.service-03 .container .service-03-contents .service-03__txt .bg-title {
  background-color: #205396;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  display: inline-block;
  padding: 0 30px;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .service-03 .container .service-03-contents .service-03__txt .bg-title {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .service-03 .container .service-03-contents .service-03__txt .bg-title {
    padding: 10px 18px;
    line-height: 2rem;
  }
}

.service-03 .container .service-03-contents .service-03__txt .bg-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -14.5px;
  bottom: 0;
  width: 15px;
  height: 100%;
  background-color: #205396;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.service-03 .container .service-03-contents .service-03__txt .lead h1 {
  font-size: 2rem;
  color: #205396;
  margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
  .service-03 .container .service-03-contents .service-03__txt .lead h1 {
    font-size: 1.6rem;
  }
}

.service-03 .container .service-03-contents .service-03__txt .lead h1 span {
  display: block;
}

.service-03 .container .service-03-contents .service-03__txt .lead p {
  max-width: 600px;
}

.service-03 .container .service-03-contents .service-03__img {
  width: 40%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1280px) {
  .service-03 .container .service-03-contents .service-03__img {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .service-03 .container .service-03-contents .service-03__img {
    padding-top: 50px;
  }
}

.service-03 .container .service-03-contents .service-03__img .img {
  width: 500px;
}

@media only screen and (max-width: 1280px) {
  .service-03 .container .service-03-contents .service-03__img .img {
    max-width: 500px;
    margin-left: auto;
  }
}

@media only screen and (max-width: 600px) {
  .service-03 .container .service-03-contents .service-03__img .img {
    width: 100%;
  }
}

.service-03 .container .service-03-contents .service-03__img .img img {
  width: 100%;
}

.service-04 {
  margin-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.service-04:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
  top: 145px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f6;
}

.service-04:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 64%;
  background-color: #205396;
  -webkit-clip-path: polygon(0% 0%, calc(85% - 160px) 0%, 85% 100%, 0% 100%);
          clip-path: polygon(0% 0%, calc(85% - 160px) 0%, 85% 100%, 0% 100%);
}

@media only screen and (max-width: 1280px) {
  .service-04:after {
    display: none;
  }
}

.service-04 .container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .service-04 .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1280px) and (max-width: 800px) {
  .service-04 .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 1280px) and (max-width: 600px) {
  .service-04 .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.service-04 .container .service-04-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 1280px) {
  .service-04 .container .service-04-contents {
    display: block;
  }
}

.service-04 .container .service-04-contents .service-04__img {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .service-04 .container .service-04-contents .service-04__img {
    margin-right: auto;
    padding-bottom: 80px;
  }
  .service-04 .container .service-04-contents .service-04__img:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -40px;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #205396;
    -webkit-clip-path: polygon(0% 0%, calc(85% - 160px) 0%, 85% 100%, 0% 100%);
            clip-path: polygon(0% 0%, calc(85% - 160px) 0%, 85% 100%, 0% 100%);
  }
}

@media only screen and (max-width: 600px) {
  .service-04 .container .service-04-contents .service-04__img {
    width: 100%;
  }
}

.service-04 .container .service-04-contents .service-04__img .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.service-04 .container .service-04-contents .service-04__img .img:before {
  content: '';
  display: block;
  padding-top: 80%;
}

.service-04 .container .service-04-contents .service-04__img .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-04 .container .service-04-contents .service-04__txt {
  width: 50%;
  padding-top: 200px;
  padding-left: 80px;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .service-04 .container .service-04-contents .service-04__txt {
    width: 60%;
    margin-left: auto;
    padding-left: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .service-04 .container .service-04-contents .service-04__txt {
    width: 100%;
  }
}

.service-04 .container .service-04-contents .service-04__txt .mark {
  position: absolute;
  top: 70px;
  right: 30px;
  width: 150px;
}

@media only screen and (max-width: 1280px) {
  .service-04 .container .service-04-contents .service-04__txt .mark {
    right: 40px;
    top: 0;
  }
}

@media only screen and (max-width: 800px) {
  .service-04 .container .service-04-contents .service-04__txt .mark {
    right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .service-04 .container .service-04-contents .service-04__txt .mark {
    right: 5%;
  }
}

.service-04 .container .service-04-contents .service-04__txt .mark img {
  width: 100%;
}

.service-04 .container .service-04-contents .service-04__txt .bg-title {
  background-color: #205396;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  display: inline-block;
  padding: 0 30px;
  font-weight: normal;
  margin-bottom: 50px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .service-04 .container .service-04-contents .service-04__txt .bg-title {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .service-04 .container .service-04-contents .service-04__txt .bg-title {
    padding: 10px 18px;
    line-height: 2rem;
  }
}

.service-04 .container .service-04-contents .service-04__txt .bg-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -14.5px;
  bottom: 0;
  width: 15px;
  height: 100%;
  background-color: #205396;
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.service-04 .container .service-04-contents .service-04__txt .lead {
  margin-bottom: 50px;
}

.service-04 .container .service-04-contents .service-04__txt .lead h1 {
  color: #205396;
  font-size: 2rem;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .service-04 .container .service-04-contents .service-04__txt .lead h1 {
    font-size: 1.6rem;
  }
}

.service-04 .container .service-04-contents .service-04__txt .lead h1 span {
  display: block;
}

.service-04 .container .service-04-contents .service-04__txt .lead p {
  max-width: 600px;
}

.service-04 .container .service-04-contents .service-04__txt .timing .bg-stitle {
  background-color: #205396;
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 10px;
  font-weight: normal;
  line-height: 1.7rem;
  padding: 0 10px;
  font-size: 1rem;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .service-04 .container .service-04-contents .service-04__txt .timing .bg-stitle {
    font-size: 0.96rem;
  }
}

@media only screen and (max-width: 600px) {
  .service-04 .container .service-04-contents .service-04__txt .timing .bg-stitle {
    font-size: 0.8rem;
  }
}

.service-04 .container .service-04-contents .service-04__txt .timing .subject {
  font-weight: normal;
  font-size: 1.5rem;
  color: #205396;
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .service-04 .container .service-04-contents .service-04__txt .timing .subject {
    font-size: 1.2rem;
  }
}

.service-04 .container .service-04-contents .service-04__txt .timing ul {
  max-width: 500px;
}

.service-04 .container .notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media only screen and (max-width: 1280px) {
  .service-04 .container .notification {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.service-04 .container .notification .item {
  width: 22%;
  background-color: #fff;
  -webkit-box-shadow: 3px 6px 6px rgba(145, 144, 144, 0.75);
          box-shadow: 3px 6px 6px rgba(145, 144, 144, 0.75);
  padding: 20px 10px;
}

@media only screen and (max-width: 1280px) {
  .service-04 .container .notification .item {
    width: 48%;
    padding: 30px;
  }
  .service-04 .container .notification .item:nth-child(1), .service-04 .container .notification .item:nth-child(2) {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .service-04 .container .notification .item {
    width: 100%;
  }
  .service-04 .container .notification .item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.service-04 .container .notification .item:not(:last-of-type) {
  margin-right: 20px;
}

@media only screen and (max-width: 1280px) {
  .service-04 .container .notification .item:not(:last-of-type) {
    margin-right: 0;
  }
}

.service-04 .container .notification .item h3 {
  color: #205396;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .service-04 .container .notification .item h3 {
    font-size: 0.96rem;
  }
}

.service-04 .container .notification .item ul li {
  padding-left: 30px;
  position: relative;
  font-size: 0.9rem;
}

@media only screen and (max-width: 600px) {
  .service-04 .container .notification .item ul li {
    font-size: 0.72rem;
  }
}

@media only screen and (max-width: 600px) {
  .service-04 .container .notification .item ul li:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

.service-04 .container .notification .item ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-color: #000;
}

.service-04 .container .notification .item ul .plus:before {
  display: none;
}

.company {
  margin-top: 80px;
}

.company .container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 800px) {
  .company .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .company .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.company .container .company__title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
}

.company .container .company__title span {
  display: block;
}

.company .container .company__title span.en {
  color: #205396;
  margin-bottom: 40px;
  position: relative;
  font-family: 'DIN-Alternate-Bold';
  font-size: 5rem;
}

@media only screen and (max-width: 600px) {
  .company .container .company__title span.en {
    font-size: 4rem;
  }
}

.company .container .company__title span.en:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: calc(50% - 70px);
  display: block;
  width: 140px;
  height: 1px;
  background-color: #205396;
}

.company .container .company__title span.ja {
  letter-spacing: .5rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .company .container .company__title span.ja {
    font-size: 1.2rem;
  }
}

.company .container .table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1280px) {
  .company .container .table {
    display: block;
  }
}

.company .container .table .item {
  width: 48%;
  padding: 30px;
  padding-bottom: 8px;
  background-color: #f5f5f6;
}

@media only screen and (max-width: 1280px) {
  .company .container .table .item {
    width: 100%;
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 500px) {
  .company .container .table .item {
    padding: 20px;
  }
}

.company .container .table .item:nth-child(2) {
  height: 430px;
}

@media only screen and (max-width: 1280px) {
  .company .container .table .item:nth-child(2) {
    height: auto;
    margin-top: 30px;
  }
}

.company .container .table .item h2 {
  color: #205396;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .company .container .table .item h2 {
    font-size: 1.2rem;
  }
}

.company .container .table .item table {
  border-collapse: collapse;
  line-height: 1.6rem;
  width: 100%;
  text-align: left;
}

.company .container .table .item table tr th {
  width: 25%;
}

.company .container .table .item table tr td {
  width: 75%;
}

.company .container .table .item table tr th, .company .container .table .item table tr td {
  padding: 10px 8px;
}

.company .container .table .item table tr:not(:last-of-type) th, .company .container .table .item table tr:not(:last-of-type) td {
  border-bottom: 1px solid #c5c6c7;
}

.access {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f6;
}

.access .container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 800px) {
  .access .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .access .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.access .container .access__title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
}

.access .container .access__title span {
  display: block;
}

.access .container .access__title span.en {
  color: #205396;
  margin-bottom: 40px;
  position: relative;
  font-family: 'DIN-Alternate-Bold';
  font-size: 5rem;
}

@media only screen and (max-width: 600px) {
  .access .container .access__title span.en {
    font-size: 4rem;
  }
}

.access .container .access__title span.en:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: calc(50% - 70px);
  display: block;
  width: 140px;
  height: 1px;
  background-color: #205396;
}

.access .container .access__title span.ja {
  letter-spacing: .5rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .access .container .access__title span.ja {
    font-size: 1.2rem;
  }
}

.access .container .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .access .container .map {
    display: block;
  }
}

.access .container .map .item {
  width: 46%;
}

@media only screen and (max-width: 1000px) {
  .access .container .map .item {
    width: 100%;
  }
  .access .container .map .item:first-of-type {
    margin-bottom: 30px;
  }
}

.access .container .map .item h2 {
  color: #205396;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  .access .container .map .item h2 {
    font-size: 1.2rem;
  }
}

.access .container .map .item .info {
  padding: 30px;
  background-color: #fff;
}

@media only screen and (max-width: 500px) {
  .access .container .map .item .info {
    padding: 20px;
  }
}

.access .container .map .item .info .address {
  margin-bottom: 10px;
}

.access .container .map .item .info .tel {
  margin-bottom: 10px;
}

.access .container .map .item .info iframe {
  width: 100%;
  height: 300px;
}

.group {
  margin-top: 50px;
}

.group .group__title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
}

.group .group__title span {
  display: block;
}

.group .group__title span.en {
  color: #205396;
  margin-bottom: 40px;
  position: relative;
  font-family: 'DIN-Alternate-Bold';
  font-size: 5rem;
}

@media only screen and (max-width: 600px) {
  .group .group__title span.en {
    font-size: 4rem;
  }
}

.group .group__title span.en:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: calc(50% - 70px);
  display: block;
  width: 140px;
  height: 1px;
  background-color: #205396;
}

.group .group__title span.ja {
  letter-spacing: .5rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .group .group__title span.ja {
    font-size: 1.2rem;
  }
}

.group .list {
  background-color: #205396;
  padding: 50px 0;
}

@media only screen and (max-width: 600px) {
  .group .list {
    padding: 50px 0 140px;
  }
}

.group .list .container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1280px) {
  .group .list .container {
    display: block;
  }
}

.group .list .container .item {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 1280px) {
  .group .list .container .item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .group .list .container .item:first-of-type {
    margin-bottom: 50px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 1280px) and (max-width: 600px) {
  .group .list .container .item:first-of-type {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 600px) {
  .group .list .container .item {
    position: relative;
  }
}

@media only screen and (max-width: 600px) {
  .group .list .container .item:first-of-type .txt {
    position: absolute;
    bottom: -120px;
    left: 0;
    width: 80%;
  }
}

@media only screen and (max-width: 400px) {
  .group .list .container .item:first-of-type .txt {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .group .list .container .item:nth-child(2) .txt {
    position: absolute;
    bottom: -120px;
    right: 0;
    width: 80%;
  }
}

@media only screen and (max-width: 400px) {
  .group .list .container .item:nth-child(2) .txt {
    width: 90%;
  }
}

.group .list .container .item:nth-child(2) .txt .logo {
  width: 45%;
}

.group .list .container .item .img {
  width: 52%;
  position: relative;
  overflow: hidden;
}

.group .list .container .item .img:before {
  content: '';
  display: block;
  padding-top: 75%;
}

.group .list .container .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .group .list .container .item .img {
    width: 90%;
  }
}

.group .list .container .item .txt {
  background-color: #ededed;
  padding: 20px;
  width: 48%;
  margin: 30px 0;
  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;
}

@media only screen and (max-width: 1280px) {
  .group .list .container .item .txt {
    margin: 10% 0;
  }
}

.group .list .container .item .txt .txt-box .logo {
  width: 60%;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.group .list .container .item .txt .txt-box .logo img {
  width: 100%;
}

.group .list .container .item .txt .txt-box h2 {
  color: #205396;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 8px;
}

@media only screen and (max-width: 600px) {
  .group .list .container .item .txt .txt-box h2 {
    font-size: 0.8rem;
  }
}

.group .list .container .item .txt .txt-box .business {
  text-align: center;
  margin-bottom: 8px;
}

.group .list .container .item .txt .txt-box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.9rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .group .list .container .item .txt .txt-box .info {
    font-size: 0.72rem;
  }
}

.group .list .container .item .txt .txt-box .info:last-of-type {
  margin-top: 10px;
}

.group .list .container .item .txt .txt-box .info p:nth-child(1) {
  background-color: #cccccc;
  width: 80px;
  text-align: center;
}

.group .list .container .item .txt .txt-box .info p:nth-child(2) {
  background-color: #fff;
  width: calc(100% - 80px);
  padding: 0 8px;
}

.group .list .container .item .txt .txt-box .info a {
  display: block;
  background-color: #fff;
  width: calc(100% - 80px);
  padding: 0 8px;
}

.group .list .container .item:nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contact {
  margin-top: 80px;
}

.contact .container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 800px) {
  .contact .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .contact .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.contact .container .contact__title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 80px;
}

.contact .container .contact__title span {
  display: block;
}

.contact .container .contact__title span.en {
  color: #205396;
  margin-bottom: 40px;
  position: relative;
  font-family: 'DIN-Alternate-Bold';
  font-size: 5rem;
}

@media only screen and (max-width: 600px) {
  .contact .container .contact__title span.en {
    font-size: 4rem;
  }
}

.contact .container .contact__title span.en:before {
  content: '';
  position: absolute;
  bottom: -20px;
  left: calc(50% - 70px);
  display: block;
  width: 140px;
  height: 1px;
  background-color: #205396;
}

.contact .container .contact__title span.ja {
  letter-spacing: .5rem;
  font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
  .contact .container .contact__title span.ja {
    font-size: 1.2rem;
  }
}

.contact .container form {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.contact .container form .form-group {
  margin: 0 50px;
  padding: 50px 30px;
  border-top: 1px solid #d6d7d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .contact .container form .form-group {
    display: block;
  }
}

@media only screen and (max-width: 500px) {
  .contact .container form .form-group {
    padding: 30px 10px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.contact .container form .form-group:nth-child(9) {
  border-bottom: 1px solid #d6d7d8;
}

.contact .container form .form-group .item {
  width: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1000px) {
  .contact .container form .form-group .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact .container form .form-group .item .target {
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  .contact .container form .form-group .item .target {
    width: 200px;
    padding-left: 20px;
    display: inline-block;
  }
}

@media only screen and (max-width: 600px) {
  .contact .container form .form-group .item .target {
    width: 150px;
    padding-left: 10px;
  }
}

.contact .container form .form-group .item .importance {
  width: 50%;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .contact .container form .form-group .item .importance {
    width: auto;
  }
}

.contact .container form .form-group .item .importance .require_item {
  width: 80px;
  background-color: #205396;
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .contact .container form .form-group .item .importance .require_item {
    width: 50px;
  }
}

.contact .container form .form-group .checkbox, .contact .container form .form-group .input, .contact .container form .form-group .textarea {
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  .contact .container form .form-group .checkbox, .contact .container form .form-group .input, .contact .container form .form-group .textarea {
    width: 100%;
  }
}

.contact .container form .form-group .checkbox input, .contact .container form .form-group .checkbox textarea, .contact .container form .form-group .input input, .contact .container form .form-group .input textarea, .contact .container form .form-group .textarea input, .contact .container form .form-group .textarea textarea {
  background-color: #ededed;
  padding: 12px 16px;
}

.contact .container form .form-group .checkbox input:not([type="checkbox"]), .contact .container form .form-group .checkbox textarea:not([type="checkbox"]), .contact .container form .form-group .input input:not([type="checkbox"]), .contact .container form .form-group .input textarea:not([type="checkbox"]), .contact .container form .form-group .textarea input:not([type="checkbox"]), .contact .container form .form-group .textarea textarea:not([type="checkbox"]) {
  width: 100%;
}

.contact .container form .form-group .checkbox .error_msg, .contact .container form .form-group .input .error_msg, .contact .container form .form-group .textarea .error_msg {
  color: #c70000;
}

.contact .container form .form-group .checkbox .check-item:not(:last-of-type) {
  margin-bottom: 10px;
}

.contact .container form .form-group .checkbox .check-item input, .contact .container form .form-group .checkbox .check-item label {
  cursor: pointer;
}

.contact .container form .form-group .address input {
  display: block;
}

.contact .container form .form-group .address input:nth-child(1) {
  width: 50%;
}

.contact .container form .form-group .address input:nth-child(2) {
  margin-top: 20px;
}

.contact .container form .form-submit {
  margin-top: 80px;
  margin-bottom: 70px;
}

.contact .container form .form-submit .submit {
  display: block;
  width: 200px;
  margin: 0 auto;
  line-height: 2.4rem;
  text-align: center;
  color: #fff;
  background-color: #205396;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contact .container form .form-submit .submit:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 20px;
  right: 40px;
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .contact .container form .form-submit .submit:before {
    top: 15px;
  }
}

.contact .container form .form-submit .submit:hover {
  background-color: #3475e0;
}

.confirm {
  padding-top: 100px;
  margin-bottom: 100px;
}

.confirm .container {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 800px) {
  .confirm .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .confirm .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.confirm .container form {
  border-left: 1px solid #205396;
  border-right: 1px solid #205396;
}

.confirm .container form:before {
  content: '';
  display: block;
  height: 1px;
  background: #205396;
}

.confirm .container form:after {
  content: '';
  display: block;
  height: 1px;
  background: #205396;
}

.confirm .container form .confirm__title {
  text-align: center;
  font-size: 1rem;
  margin: 30px 0;
}

@media only screen and (max-width: 600px) {
  .confirm .container form .confirm__title {
    font-size: 0.8rem;
  }
}

.confirm .container form .item {
  margin: 0 50px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #d6d7d8;
  text-align: left;
}

@media only screen and (max-width: 500px) {
  .confirm .container form .item {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.confirm .container form .item:first-of-type {
  border-top: 1px solid #d6d7d8;
}

.confirm .container form .item .target {
  width: 240px;
}

.confirm .container form .item .target p {
  color: #205396;
}

.confirm .container form .item .contents {
  width: 500px;
}

.confirm .container form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.confirm .container form .btn a {
  display: block;
  width: 80px;
  margin-right: 8px;
  color: #fff;
  text-align: center;
  line-height: 2.4rem;
  background-color: #c70000;
}

.confirm .container form .btn a:hover {
  background-color: red;
}

.confirm .container form .btn .submit {
  display: block;
  width: 80px;
  margin-left: 8px;
  line-height: 2.4rem;
  text-align: center;
  color: #fff;
  background-color: #205396;
}

.confirm .container form .btn .submit:hover {
  background-color: #3475e0;
}

.thanks {
  padding-top: 200px;
  margin-bottom: 100px;
}

.thanks .container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media only screen and (max-width: 800px) {
  .thanks .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .thanks .container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

.thanks .container .thanks__msg {
  border-left: 1px solid #205396;
  border-right: 1px solid #205396;
}

.thanks .container .thanks__msg:before {
  content: '';
  display: block;
  height: 1px;
  background: #205396;
}

.thanks .container .thanks__msg:after {
  content: '';
  display: block;
  height: 1px;
  background: #205396;
}

.thanks .container .thanks__msg .thanks__title {
  font-size: 1.2rem;
  color: #205396;
  padding: 30px;
}

@media only screen and (max-width: 600px) {
  .thanks .container .thanks__msg .thanks__title {
    font-size: 0.96rem;
  }
}

.thanks .container .thanks__msg p {
  padding: 0 30px;
}

.thanks .container .thanks__msg a {
  color: #205396;
  display: block;
  margin: 30px 0;
  padding: 0 30px;
}
/*# sourceMappingURL=style.css.map */