@charset "UTF-8";
/* A Modern CSS Reset */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

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

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
a {
  text-decoration: none;
  transition: 0.3s;
}

li {
  list-style-type: none;
}

ul {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  color: #333;
  line-height: 1.6;
  background-color: #F5F5F5;
  height: 100%;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a, input[type=submit], input[type=button] {
  transition: 0.3s;
  color: #1F499D;
}

a:hover {
  color: #6BA0BF;
}

.br_sp {
  display: none;
}

@media screen and (max-width: 599px) {
  .br_sp {
    display: inline;
  }
  .br_pc {
    display: none;
  }
}
.white {
  color: #fff !important;
}

span.marker {
  background: #FFD800;
}

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

.wrapper {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

header {
  width: 100%;
  position: fixed;
  transition: 0.3s;
  z-index: 2000;
}
header #header_set {
  max-width: 1200px;
  padding: 16px 16px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header #header_set h1#logo a img, header #header_set p#logo a img {
  width: 72px;
}
header #header_set ul#menu {
  margin-left: auto;
}
header #header_set ul#menu li {
  display: inline-block;
  margin-left: 40px;
  font-weight: bold;
  font-size: 16px;
}
header #header_set ul#menu li#menu_contact {
  background-color: #FFD800;
  text-align: center;
  border-radius: 20px;
}
header #header_set ul#menu li#menu_contact a {
  display: inline-block;
  padding: 8px;
  width: 160px;
}
header #nav-toggle, header #gloval-nav {
  display: none;
}

.scroll-nav {
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
  padding-bottom: 12px;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  header #header_set {
    width: 100vw;
  }
  header #header_set h1#logo a img, header #header_set p#logo a img {
    width: 60px;
  }
  header #header_set ul#menu li {
    font-size: 1.6vw;
    margin-left: 3vw;
  }
  header #header_set ul#menu li#menu_contact {
    max-width: 160px;
  }
}
@media screen and (max-width: 599px) {
  header {
    width: 100vw;
    margin-left: 1vw;
    margin-right: 1vw;
    transition: all 0.5s;
    /* z-index */
  }
  header #header_set {
    width: 98vw;
    margin: 0;
  }
  header ul#menu {
    display: none;
  }
  header h1#logo, header p#logo {
    margin-top: 1vh;
  }
  header h1#logo a img, header p#logo a img {
    width: 16vw;
  }
  header #nav-toggle {
    display: inline-block;
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
  }
  header #nav-toggle > div {
    position: relative;
    width: 36px;
  }
  header #nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  header #nav-toggle span:nth-child(1) {
    top: 0;
  }
  header #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  header #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  header #nav-toggle {
    z-index: 4000;
  }
  header nav {
    width: 100%;
  }
  header #gloval-nav {
    background: rgba(31, 73, 157, 0.88);
    width: 60vw;
    color: #F5F5F5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3000;
    text-align: left;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  header #gloval-nav a {
    display: block;
    color: #F5F5F5;
    text-decoration: none;
    padding: 20px;
    transition: color 0.6s ease;
  }
  header #gloval-nav ul {
    list-style: none;
    padding: 60px 0;
  }
  header #gloval-nav ul li {
    border-bottom: 1px solid #CFD5F5;
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
  }
  header #gloval-nav ul li:nth-child(1) {
    border-top: 1px solid #CFD5F5;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  /* open */
  .open header {
    overflow: hidden;
  }
  .open header #gloval-nav {
    visibility: visible;
    opacity: 1;
  }
  .open header #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  .scroll-nav {
    padding-bottom: 16px;
  }
}
.bg_blue {
  background: #D9E1EB;
}

main {
  padding-top: 120px;
}

.contents {
  padding: 0 160px 80px;
}

@media screen and (max-width: 1024px) {
  .contents {
    padding: 0 80px 80px;
  }
}
@media screen and (max-width: 599px) {
  .contents {
    padding: 60px 32px;
  }
  main {
    padding-top: 80px;
  }
}
footer {
  bottom: 0;
  width: 100%;
  background-color: #333;
  color: #F5F5F5;
  text-align: center;
  margin: 0;
  padding: 0;
  grid-row-start: 2;
  grid-row-end: 3;
  width: 100%;
}
footer p {
  font-size: 12px;
  padding: 16px 0 20px;
}
footer ul {
  display: flex;
  justify-content: center;
}
footer ul li {
  margin: 20px 16px;
}
footer ul li a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.2rem;
}
footer ul li a:hover {
  color: #D9E1EB;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  footer p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 599px) {
  footer p {
    font-size: 12px;
  }
  footer ul {
    flex-flow: column;
    justify-content: start;
  }
  footer ul li a {
    padding: 8px 0 4px;
    font-size: 1.6rem;
  }
}
.txt_sky {
  color: #2699FB;
}

.txt_yellow {
  color: #FFD800;
}

h1 {
  font-size: 1.6rem;
  color: #1F499D;
  line-height: 1.2;
}
h1 span {
  display: block;
  font-size: 4.8rem;
  color: #033B61;
}

@media screen and (max-width: 599px) {
  h1 span {
    font-size: 3.6rem;
  }
}
.pagettl {
  font-weight: bold;
  color: #1F499D;
  padding-top: 136px;
  padding-bottom: 60px;
  margin: 0 auto;
  text-align: center;
}
.pagettl .pgaettl_jp {
  font-size: 48px;
}
.pagettl p {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .pagettl {
    padding-top: 12vh;
  }
  .pagettl .pgaettl_jp {
    font-size: 4vw;
  }
  .pagettl p {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 599px) {
  .pagettl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pagettl .pgaettl_jp {
    font-size: 8vw;
  }
  .pagettl p {
    font-size: 3vw;
  }
}
.txt_area {
  margin-top: 40px;
}

h2.heading {
  font-size: 2rem;
  margin-top: 40px;
}

p.main_txt {
  font-size: 1.6rem;
  margin-top: 8px;
}

a.btn_blue {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  background: #1F499D;
  border-radius: 60px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  box-shadow: 0px 0px 16px 8px rgba(51, 51, 51, 0.32);
  position: relative;
}

.btn_blue:hover {
  box-shadow: 0 0 0 0;
  background: #426BBC;
}

a.btn_white {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  display: inline-block;
  width: 100%;
  padding: 16px 0 16px 16px;
  background: #fff;
  border-radius: 60px;
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
  box-shadow: 0px 0px 16px 8px rgba(51, 51, 51, 0.32);
  position: relative;
}

.btn_white:hover {
  box-shadow: 0 0 0 0;
  background: #CFD5F5;
}

.btn_half {
  width: 46% !important;
  margin-left: 3%;
}

#btn_service:before {
  content: "";
  display: inline-block;
  width: 52%;
  height: 52%;
  background: url("/img/icon_service_w.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 32px;
}

#btn_service_w:before {
  content: "";
  display: inline-block;
  width: 52%;
  height: 52%;
  background: url("/img/icon_service_k.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 32px;
}

#btn_contact:before {
  content: "";
  display: inline-block;
  width: 52%;
  height: 52%;
  background: url("/img/icon_contact_w.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 32px;
}

#btn_cases:before {
  content: "";
  display: inline-block;
  width: 52%;
  height: 52%;
  background: url("/img/icon_cases_w.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 32px;
}

#btn_cases_w:before {
  content: "";
  display: inline-block;
  width: 52%;
  height: 52%;
  background: url("/img/icon_cases_k.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 32px;
}

#btn_company:before {
  content: "";
  display: inline-block;
  width: 52%;
  height: 52%;
  background: url("/img/icon_company_w.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 32px;
}

@media screen and (max-width: 1024px) {
  #btn_service:before, #btn_service_w:before, #btn_contact:before, #btn_case:before, #btn_case_w:before, #btn_company:before {
    width: 3.4vw;
    height: 3.4vw;
  }
}
@media screen and (max-width: 599px) {
  #btn_service:before, #btn_service_w:before, #btn_contact:before, #btn_case:before, #btn_case_w:before, #btn_company:before {
    width: 6vw;
    height: 6vw;
  }
  .btn_half {
    width: 100% !important;
    margin: 0 auto 40px;
  }
}
form {
  flex-wrap: wrap;
  flex-direction: column;
}

.form_item {
  width: 100%;
  margin-bottom: 32px;
}
.form_item .form_item_label {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 12px;
}
.form_item .form_item_label span {
  color: #fff;
  padding: 2px 10px 4px;
  text-align: center;
  border-radius: 4px;
  margin-right: 16px;
}
.form_item .form_item_label span.required {
  background: #C12D2D;
}
.form_item .form_item_label span.optional {
  background: #689D20;
}
.form_item input[type=text], .form_item input[type=email], .form_item textarea {
  width: 100%;
  border: solid 1px #2699FB;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 1.6rem;
}
.form_item ::-moz-placeholder {
  color: #2699FB;
}
.form_item ::placeholder {
  color: #2699FB;
}

.form_radio_item {
  margin: 0.5rem;
  margin-left: 20px;
}
.form_radio_item input[type=radio] {
  position: absolute;
  opacity: 0;
}
.form_radio_item input[type=radio] + .radio_label {
  font-size: 1.6rem;
}
.form_radio_item input[type=radio] + .radio_label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 16px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.form_radio_item input[type=radio]:checked + .radio_label:before {
  background-color: #2699FB;
  box-shadow: inset 0 0 0 4px #fff;
}
.form_radio_item input[type=radio]:focus + .radio_label:before {
  outline: none;
  border-color: #2699FB;
}
.form_radio_item input[type=radio]:disabled + .radio_label:before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.form_radio_item input[type=radio] + .radio_label:empty:before {
  margin-right: 0;
}

.form_textarea {
  margin-bottom: 40px;
}

input[type=submit], input[type=button] {
  margin-top: 40px;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  background: #1F499D;
  border-radius: 60px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 0px 16px 8px rgba(51, 51, 51, 0.32);
  font-size: 1.6rem;
}

.submit_button:hover {
  box-shadow: 0 0 0 0;
  background: #426BBC;
}

input[type=submit]#verify_button {
  opacity: 0.3;
  cursor: default;
  box-shadow: 0 0 0 0;
}

input[type=submit]#verify_button:hover {
  box-shadow: 0 0 0 0 !important;
  background: #1F499D !important;
}

input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  display: inline-block;
  width: 100%;
  padding: 16px 0;
  background: #C0D0E5;
  border-radius: 60px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px 0px 16px 8px rgba(51, 51, 51, 0.32);
  font-size: 1.6rem;
}

.correct_button:hover {
  box-shadow: 0 0 0 0;
  background: #AABED8;
}

.button_half {
  width: 48% !important;
  margin-left: 3%;
}

input[type=button] {
  margin-left: 0 !important;
}

@media screen and (max-width: 599px) {
  .button_half {
    width: 100% !important;
    margin-left: 0%;
  }
  input[type=button] {
    margin-left: 0 !important;
    margin-bottom: 40px;
  }
}
#kv {
  height: 84vh;
  text-align: center;
  background-position: bottom center;
  background-size: 900px;
  display: flex;
  flex-flow: column;
}
#kv img {
  width: 900px;
  margin: 0 auto;
  position: relative;
  top: 6vh;
  align-items: center;
}
#kv object {
  max-width: 900px;
  bottom: 0;
  margin: auto auto 0;
  align-items: flex-end;
}

#whatwecan {
  background: #fff;
  width: calc(100% - 80px);
  margin: 0 40px;
  padding: 96px 32px;
  border-radius: 16px;
  box-shadow: 0px 4px 8px 0px rgba(153, 153, 153, 0.25);
  display: flex;
  justify-content: space-between;
}
#whatwecan #what-cont {
  width: 52%;
}
#whatwecan #what-cont h2 {
  margin-top: 44px;
  font-size: 36px;
}
#whatwecan #what-cont P {
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 2;
}
#whatwecan #servicebtn {
  background: #1F499D;
  border-radius: 16px;
  padding: 40px;
  width: 48%;
  margin-right: -50px;
  display: inline-block;
  text-align: center;
}
#whatwecan #servicebtn object {
  max-width: 280px;
  width: 70%;
  display: block;
  margin: 0 auto;
}
#whatwecan #servicebtn a {
  margin-top: 40px;
  width: 100% !important;
  max-width: 400px !important;
}

#method {
  margin: 80px;
}
#method .top_method {
  margin-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#method .top_method .method_txt {
  width: 65%;
}
#method .top_method .method_txt h2 {
  font-size: 3.2rem;
}
#method .top_method .method_txt p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 20px;
}
#method #method_1 object {
  width: 240px;
  margin: 0 auto;
}
#method #method_2 object {
  width: 360px;
  margin: 0 auto;
}
#method #method_3 object {
  width: 240px;
  margin: 0 auto;
}

@media screen and (max-height: 960px) {
  #kv object {
    max-width: 64%;
  }
}
#strengths {
  background: url(/img/bg_strength.jpg) no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 80px;
}
#strengths a {
  display: block;
  margin: 40px auto 0;
}
#strengths h1 {
  color: #D9E1EB;
  opacity: 0;
}
#strengths h1 span {
  color: #fff;
}
#strengths p {
  margin-top: 72px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
  opacity: 0;
}
#strengths .links {
  margin-top: 72px;
  opacity: 0;
}

.links {
  width: 760px;
  margin: 0 auto;
}

#bot_links {
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  #kv {
    background-size: 80vw;
    height: 80vh;
    background-attachment: fixed;
  }
  #kv img {
    width: 80vw;
    top: 6vh;
  }
  #kv object {
    max-width: 90%;
  }
  #whatwecan {
    flex-direction: column;
    padding-top: 60px;
    margin-bottom: 120px;
  }
  #whatwecan #what-cont {
    width: 100%;
  }
  #whatwecan #servicebtn {
    width: 100%;
    margin-top: 40px;
    margin-bottom: -120px;
  }
  #method {
    margin: 80px;
    padding-bottom: 0;
  }
  #method .top_method {
    flex-direction: column;
  }
  #method .top_method .method_txt {
    width: 100%;
    margin-top: 40px;
  }
  .links {
    width: 100%;
  }
  #bot_links {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  #kv {
    background-size: 90vw;
    height: 72vh;
    background-attachment: fixed;
  }
  #kv img {
    width: 72vw;
    top: 4vh;
  }
  #kv object {
    max-width: 90%;
  }
  #whatwecan {
    width: calc(100vw - 40px);
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px 20px 20px;
  }
  #whatwecan #what-cont h2 {
    margin-top: 24px;
    font-size: 2rem;
  }
  #whatwecan #what-cont P {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  #whatwecan #servicebtn {
    margin-bottom: -60px;
  }
  #whatwecan #servicebtn a {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #method {
    width: calc(100% - 64px) !important;
    margin: 32px 32px 64px;
  }
  #method .top_method {
    align-items: start;
    justify-content: flex-start;
  }
  #method .top_method .method_txt {
    width: 100%;
  }
  #method .top_method .method_txt h2 {
    font-size: 2rem;
  }
  #method .top_method .method_txt p {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 20px;
  }
  #method #method_1 object {
    width: 50vw;
  }
  #method #method_2 object {
    width: 70vw;
  }
  #method #method_3 object {
    width: 60vw;
  }
  #strengths {
    padding: 80px 32px;
  }
  #bot_links {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
#contact_form {
  width: 668px;
  margin: 80px auto 0;
}

@media screen and (max-width: 1024px) {
  #contact_form {
    max-width: 668px;
    width: 100%;
  }
}
.form_article {
  width: 668px;
  margin: 40px auto;
  color: #1F499D;
  font-size: 1.6rem;
}

#contact_form_verification {
  width: 668px;
  margin: 0 auto;
}
#contact_form_verification p {
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .form_article {
    max-width: 668px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #contact_form_verification {
    max-width: 668px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  #contact_form_verification .submit_button {
    margin-top: 0;
  }
}
.contact_completion_cont {
  width: 668px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.contact_completion_cont .form_comp_img {
  flex-basis: 36%;
  padding-top: 20px;
}
.contact_completion_cont .form_comp_img img {
  width: 100%;
}
.contact_completion_cont .form_comp_main {
  flex-basis: 60%;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 5rem;
}
.contact_completion_cont .form_comp_sub {
  flex-basis: 100%;
  margin-bottom: 80px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .contact_completion_cont {
    max-width: 668px;
    width: 90%;
    margin: 0 auto;
  }
  .contact_completion_cont .form_comp_main {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 599px) {
  .contact_completion_cont {
    display: block;
  }
  .contact_completion_cont .form_comp_img {
    width: 96%;
    margin-bottom: 24px;
  }
  .contact_completion_cont .form_comp_img img {
    width: 80%;
    margin: 0 auto;
  }
  .contact_completion_cont .form_comp_main {
    font-size: 8.4vw;
    margin-bottom: 32px;
  }
}
dl.comapy_profile {
  display: flex;
  flex-wrap: wrap;
  margin: 64px auto 0;
  font-size: 1.6rem;
}
dl.comapy_profile dt {
  width: 20%;
  padding-bottom: 16px;
  font-weight: bold;
}
dl.comapy_profile dd {
  width: 80%;
  padding-bottom: 16px;
}
dl.comapy_profile dd ul li {
  margin-bottom: 8px;
}

#access {
  padding-top: 80px;
}

.contents#access {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.contents#access h1, .contents#access .access_address {
  padding-right: 160px;
  padding-left: 160px;
}

.access_address {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 1.6rem;
}
.access_address span {
  padding: 0 8px;
}

.access_map {
  width: 100%;
  margin: 0 auto;
}
.access_map iframe {
  width: 100%;
  height: 502px;
}

@media screen and (max-width: 1024px) {
  dl.comapy_profile {
    width: 80vw;
  }
  .contents#access {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .contents#access h1, .contents#access .access_address {
    padding: 0 80px;
  }
  .access_map {
    width: 100%;
  }
  .access_map iframe {
    width: 100%;
    height: 502px;
  }
}
@media screen and (max-width: 599px) {
  dl.comapy_profile dt {
    width: 100%;
    padding-bottom: 0;
  }
  dl.comapy_profile dd {
    width: 100%;
  }
  .contents#access {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .contents#access h1, .contents#access .access_address {
    padding: 0 32px;
  }
}
#service h2 {
  font-size: 3.5rem;
  margin-top: 80px;
  animation: fadeIn 2s ease-in; /* アニメーションを指定。イージングはlinear */
}
#service #serviceimg {
  max-width: 944px;
  margin: 0 auto;
  animation: fadeIn 2s ease-in; /* アニメーションを指定。イージングはlinear */
}
#service ul#service_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service ul#service_menu li.menu-item {
  flex: 1;
  flex-basis: 40%;
  background: #1F499D;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 24px;
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.25);
  opacity: 0;
}
#service ul#service_menu li.menu-item:nth-child(even) {
  margin-left: 20px;
}
#service ul#service_menu li.menu-item h3 {
  font-size: 2.8rem;
}
#service ul#service_menu li.menu-item p {
  margin-top: 20px;
}
#service ul#service_menu li.menu-item ul.category {
  margin-top: auto;
}
#service ul#service_menu li.menu-item ul.category li {
  display: inline-block;
  background: #FFD800;
  border-radius: 24px;
  color: #333;
  padding: 8px 20px;
  font-size: 1.4rem;
  margin-top: 20px;
  margin-right: 16px;
}
#service #service_upper {
  width: 992px;
  margin: 80px auto 0;
  text-align: center;
}
#service #service_upper img {
  width: 40%;
  margin: 0 auto 16px;
}
#service #service_upper .service_upper_r {
  display: inline-block;
  text-align: left;
  margin-right: 20px;
}
#service #service_upper .service_upper_r h2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 20px;
}
#service #service_upper .service_upper_r p {
  font-size: 14px;
}
#service #service_upper .service_upper_l {
  display: inline-block;
  font-size: 24px;
  border-left: 1px solid #333;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  #service #serviceimg {
    width: 100%;
  }
  #service ul#service_menu li.menu-item {
    flex-basis: 100%;
  }
  #service ul#service_menu li.menu-item:nth-child(even) {
    margin-left: 0;
  }
  #service #service_upper {
    width: 100%;
  }
  #service #service_upper .service_upper_r h2 {
    font-size: 2.6vw;
  }
  #service #service_upper .service_upper_r p {
    font-size: 1.6vw;
  }
  #service #service_upper .service_upper_l {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 599px) {
  #service h2 {
    font-size: 1.9rem;
    margin-top: 40px;
  }
  #service #serviceimg {
    width: 100%;
    margin-top: 32px;
  }
  #service ul#service_menu {
    margin-top: 40px;
  }
  #service ul#service_menu li.menu-item h3 {
    font-size: 2.1rem;
  }
  #service ul#service_menu li.menu-item p {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  #service ul#service_menu li.menu-item ul.category li {
    font-size: 1.2rem;
    margin-right: 8px;
    padding: 8px;
  }
  #service #service_upper img {
    width: 90%;
  }
  #service #service_upper .service_upper_r {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid #333;
  }
  #service #service_upper .service_upper_r h2 {
    font-size: 2rem;
  }
  #service #service_upper .service_upper_r p {
    font-size: 3.2vw;
  }
  #service #service_upper .service_upper_l {
    display: block;
    font-size: 4.6vw;
    border-left: none;
    padding: 0;
  }
}
#security {
  margin-bottom: 80px;
}

.fadeIn {
  animation: fadeIn ease-out; /* アニメーションを指定。イージングはlinear */
  opacity: 1;
  animation-timeline: view();
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.slideinRight {
  animation: slideinRight ease-out; /* アニメーションを指定。イージングはlinear */
  animation-timeline: view();
}

@keyframes slideinRight {
  0% {
    transform: translateX(500px);
  }
  50% {
    transform: translateX(0);
  }
}
.text-focus-in {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
#strengths .btn_half {
  opacity: 0;
}

.links {
  opacity: 0;
}

.move.text-focus {
  animation: text-focus-in 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.move.puff-in-center {
  animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
@keyframes puff-in-center {
  0% {
    transform: scale(2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */