@charset "UTF-8";
/* :::::::::::::::::::

	RESET

:::::::::::::::::::::: */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* :::::::::::::::::::

	COMMON

:::::::::::::::::::::: */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  min-width: 1200px;
  min-height: 100%;
  padding: 0;
  margin: 0 auto;
  text-justify: inter-character;
  text-align: justify;
  word-break: break-all;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem; /* 15px*/
  line-height: 2;
  letter-spacing: 2px;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow-x: clip;
  animation: BodyFadeIn 1.5s ease 0s 1 normal;
}
@media only screen and (max-width: 834px) {
  body {
    min-width: initial;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 375px) {
  body {
    width: 375px;
    margin: 0 auto;
    transform-origin: top left;
    transform: scale(0.2666666667vw);
  }
}

@keyframes BodyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-style: normal;
}

img, iframe {
  vertical-align: bottom;
}

ul, ol, li {
  list-style: none;
}

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

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

::selection {
  color: #fff;
  background: #223A70;
}

.contents {
  width: 100%;
  margin: 0 auto;
  padding: 8rem 0;
}
@media only screen and (max-width: 834px) {
  .contents {
    padding: 6rem 0;
  }
}

.container {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

main {
  width: 100%;
  margin: 0 auto;
  padding: 97px 0 0;
}
@media only screen and (max-width: 1500px) {
  main {
    padding: 80px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  main {
    padding: 55px 0 0;
  }
}

.belt {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.belt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee3cb;
  z-index: -9999;
}

/*
Buttom
-------------------------------------------------- */
/*
Heding
-------------------------------------------------- */
/*
Hero
-------------------------------------------------- */
.breadcrumb {
  width: 100%;
  margin: 0 auto;
  font-size: 1.2rem;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumb ul {
  display: flex;
  gap: 2.5rem;
  width: 100%;
  margin: 0 auto;
}
.breadcrumb ul li {
  position: relative;
}
.breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -18px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-0.5px) translateY(-50%) rotate(45deg);
}
.breadcrumb ul li:first-child::after {
  display: none;
}
.breadcrumb ul li a {
  color: #E7A914;
  transition: all 0.4s ease-out;
}
.breadcrumb ul li a:hover {
  color: #333;
}

/* :::::::::::::::::::

	SCROLL

:::::::::::::::::::::: */
/*
Scroll animation
-------------------------------------------------- */
.scroll,
.scroll-top,
.scroll-bottom,
.scroll-left,
.scroll-right {
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.scroll.on,
.scroll-top.on,
.scroll-bottom.on,
.scroll-left.on,
.scroll-right.on {
  opacity: 1;
}

.scroll-bottom {
  transform: translateY(30px);
}
.scroll-bottom.on {
  transform: translateY(0);
}

.scroll-top {
  transform: translateY(-30px);
}
.scroll-top.on {
  transform: translateY(0);
}

.scroll-left {
  transform: translateX(-30px);
}
.scroll-left.on {
  transform: translateX(0);
}

.scroll-right {
  transform: translateX(30px);
}
.scroll-right.on {
  transform: translateX(0);
}

/*
Scroll-img animation
-------------------------------------------------- */
.img-top,
.img-left,
.img-right {
  position: relative;
}
.img-top::after,
.img-left::after,
.img-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transition: 1.2s;
}

.img-top::after {
  transform-origin: center bottom;
}
.img-top.on::after {
  transform: scaleY(0);
}

.img-left::after {
  transform-origin: right center;
}
.img-left.on::after {
  transform: scaleX(0);
}

.img-right::after {
  transform-origin: center left;
}
.img-right.on::after {
  transform: scaleX(0);
}

/* :::::::::::::::::::

	HEADER

:::::::::::::::::::::: */
header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 9000;
  background: #fff;
  color: #000;
  height: 97px;
}
@media only screen and (max-width: 1500px) {
  header {
    height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    height: 55px;
  }
}
header .contents {
  display: flex;
  padding: 0;
}
header .contents .container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 97px;
}
@media only screen and (max-width: 1500px) {
  header .contents .container {
    padding: 0 0 0 20px;
    min-height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  header .contents .container {
    padding: 0 15px;
    min-height: 55px;
    background-color: #fff;
  }
}
header .contents .container h1 {
  display: flex;
  align-items: flex-end;
  flex: 1;
  margin-bottom: 0;
  margin-right: 0;
}
header .contents .container h1 a {
  display: flex;
  align-items: flex-end;
}
header .contents .container h1 a:hover {
  opacity: 0.7;
}
header .contents .container h1 a img {
  width: 385.13px;
  height: auto;
}
@media only screen and (max-width: 1500px) {
  header .contents .container h1 a img {
    width: 300px;
  }
}
@media only screen and (max-width: 1200px) {
  header .contents .container h1 a img {
    width: 250px;
  }
}
@media only screen and (max-width: 1024px) {
  header .contents .container h1 a img {
    width: 240px;
  }
}
header .contents .container .m-header-menu {
  display: none;
  width: 40px;
  flex-direction: column;
  align-items: center;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  header .contents .container .m-header-menu {
    display: flex;
  }
}
header .contents .container .m-header-menu .m-header-btn {
  display: flex;
  height: 14px;
  position: relative;
  left: -25%;
  flex-direction: column;
  justify-content: center;
}
header .contents .container .m-header-menu .m-header-btn span {
  display: block;
  position: absolute;
  border-radius: 100px;
  width: 20px;
  height: 2px;
  background-color: #666;
}
header .contents .container .m-header-menu .m-header-btn span:nth-of-type(1) {
  top: 0px;
}
header .contents .container .m-header-menu .m-header-btn span:nth-of-type(3) {
  bottom: 0px;
}
header .contents .container .m-header-menu .m-header-txt {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: normal;
  line-height: 1;
  margin-top: 5px;
}
header .contents .container .m-header-menu.active .m-header-btn span {
  top: 30px;
}
header .contents .container .m-header-menu.active .m-header-btn span:nth-of-type(1) {
  transform: translateY(-50%) rotate(-45deg);
  top: 6px;
}
header .contents .container .m-header-menu.active .m-header-btn span:nth-of-type(2) {
  background-color: transparent;
}
header .contents .container .m-header-menu.active .m-header-btn span:nth-of-type(3) {
  transform: translateY(-50%) rotate(45deg);
  top: 6px;
}
header .contents .container nav {
  position: relative;
  display: flex;
  height: 100%;
  font-size: 16px;
}
@media only screen and (max-width: 1500px) {
  header .contents .container nav {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  header .contents .container nav {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  header .contents .container nav {
    display: none;
  }
}
header .contents .container nav ul {
  display: flex;
}
header .contents .container nav ul li {
  display: block;
  position: relative;
  text-align: center;
  height: 97px;
  line-height: 97px;
}
@media only screen and (max-width: 1500px) {
  header .contents .container nav ul li {
    height: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  header .contents .container nav ul li {
    height: 55px;
    line-height: 55px;
  }
}
header .contents .container nav .header-item1 {
  margin-right: 30px;
}
@media only screen and (max-width: 1500px) {
  header .contents .container nav .header-item1 {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  header .contents .container nav .header-item1 {
    margin-right: 5px;
  }
}
header .contents .container nav .header-item1 li:before {
  content: "/";
  display: block;
  width: 45px;
  height: 97px;
  line-height: 97px;
  color: #999999;
}
@media only screen and (max-width: 1500px) {
  header .contents .container nav .header-item1 li:before {
    width: 25px;
    height: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  header .contents .container nav .header-item1 li:before {
    width: 20px;
  }
}
header .contents .container nav .header-item1 li:first-child:before {
  display: none;
}
header .contents .container nav .header-item1 li {
  display: flex;
  font-weight: bold;
}
header .contents .container nav .header-item1 li a {
  color: #000;
}
header .contents .container nav .header-item1 li a:hover {
  opacity: 0.7;
}
header .contents .container nav .header-item2 li {
  width: 210px;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 1500px) {
  header .contents .container nav .header-item2 li {
    width: 170px;
  }
}
@media only screen and (max-width: 1200px) {
  header .contents .container nav .header-item2 li {
    width: 145px;
  }
}
header .contents .container nav .header-item2 li a {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
}
header .contents .container nav .header-item2 li a i {
  font-size: 15px;
  padding-right: 10px;
}
@media only screen and (max-width: 1500px) {
  header .contents .container nav .header-item2 li a i {
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  header .contents .container nav .header-item2 li a i {
    font-size: 13px;
  }
}
header .contents .container nav .header-item2 .header-contact {
  background: linear-gradient(#223A70, #007ECD);
}
header .contents .container nav .header-item2 .header-contact:hover {
  opacity: 0.7;
}
header .contents .container nav .header-item2 .header-link {
  background: linear-gradient(#EE7C74, #F8A5B6);
}
header .contents .container nav .header-item2 .header-link:hover {
  opacity: 0.7;
}
header .contents .container nav.active {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  font-size: 14px;
  background-color: #fff;
  padding-top: 55px;
  z-index: -1;
}
header .contents .container nav.active .header-item1 {
  display: block;
}
header .contents .container nav.active .header-item1 li {
  display: block;
  text-align: center;
  height: auto;
  line-height: 100%;
  border-bottom: 1px solid #999;
}
header .contents .container nav.active .header-item1 li a {
  display: block;
  width: 100%;
  padding: 20px 0;
}
header .contents .container nav.active .header-item1 li:first-child {
  border-top: 1px solid #999;
}
header .contents .container nav.active .header-item1 li:before {
  display: none;
}
header .contents .container nav.active .header-item2 {
  justify-content: center;
  font-size: 12px;
}
header .contents .container nav.active .header-item2 li {
  width: 150px;
  margin: 15px 10px 30px;
}

/* :::::::::::::::::::

	FOOTER

:::::::::::::::::::::: */
footer {
  width: 100%;
  margin: 0 auto;
  background-color: #223A70;
}
footer .contents {
  width: 1200px;
  padding-top: 80px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1500px) {
  footer .contents {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .contents {
    width: 100%;
    padding: 45px 20px 0;
  }
}
footer .contents .container {
  width: 100%;
}
footer .contents .container .footer-area {
  color: #333;
  background-color: #fff;
  text-align: center;
}
footer .contents .container .footer-area .footer-area-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-area .footer-area-ttl {
    font-size: 18px;
    padding-top: 15px;
  }
}
footer .contents .container .footer-area .footer-area-desc {
  font-size: 16px;
  margin: 25px auto 0;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-area .footer-area-desc {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 2;
    padding: 0 20px;
    margin: 10px auto 0;
  }
}
footer .contents .container .footer-area .footer-area-list {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 60px;
  margin: 30px 120px 0;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-area .footer-area-list {
    font-size: 14px;
    padding-bottom: 20px;
    margin: 10px 20px 0;
  }
}
footer .contents .container .footer-contact {
  display: flex;
  justify-content: space-around;
  background-color: #1F2E55;
  padding: 60px 0;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-contact {
    display: block;
    padding: 30px 0;
    margin-top: 30px;
  }
}
footer .contents .container .footer-contact .footer-tel {
  width: 463px;
  background-color: #007ECD;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
}
@media only screen and (max-width: 1200px) {
  footer .contents .container .footer-contact .footer-tel {
    width: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-contact .footer-tel {
    width: 90%;
    margin: 0 auto;
  }
}
footer .contents .container .footer-contact .footer-tel a {
  color: #fff;
}
footer .contents .container .footer-contact .footer-tel a:hover {
  opacity: 0.7;
}
footer .contents .container .footer-contact .footer-tel a .footer-tel-ttl {
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-contact .footer-tel a .footer-tel-ttl {
    font-size: 15px;
  }
}
footer .contents .container .footer-contact .footer-tel a .footer-tel-num {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 40px;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-contact .footer-tel a .footer-tel-num {
    font-size: 32px;
    margin-top: 15px;
  }
}
footer .contents .container .footer-contact .footer-tel a .footer-business-hours {
  font-size: 16px;
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-contact .footer-tel a .footer-business-hours {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
}
footer .contents .container .footer-contact .footer-mail {
  position: relative;
  width: 463px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
}
@media only screen and (max-width: 1200px) {
  footer .contents .container .footer-contact .footer-mail {
    width: 400px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-contact .footer-mail {
    width: 90%;
    height: 151px;
    margin: 20px auto 0;
  }
}
footer .contents .container .footer-contact .footer-mail a {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
footer .contents .container .footer-contact .footer-mail a:hover {
  opacity: 0.7;
}
footer .contents .container .footer-contact .footer-mail a .footer-mail-ttl {
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-contact .footer-mail a .footer-mail-ttl {
    font-size: 16px;
  }
}
footer .contents .container .footer-contact .footer-mail a .footer-mail-link {
  font-size: 28px;
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-contact .footer-mail a .footer-mail-link {
    font-size: 20px;
    margin-top: 15px;
  }
}
footer .contents .container .footer-contact .footer-mail a .footer-mail-link i {
  color: #223A70;
  margin-right: 10px;
}
footer .contents .container .footer-nav {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-top: 100px;
}
@media only screen and (max-width: 1200px) {
  footer .contents .container .footer-nav {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-nav {
    display: block;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-nav .footer-office {
    margin: 0 auto;
    text-align: center;
  }
}
footer .contents .container .footer-nav .footer-office h2 img {
  width: 330px;
}
@media only screen and (max-width: 1200px) {
  footer .contents .container .footer-nav .footer-office h2 img {
    width: 240px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-nav .footer-office h2 img {
    width: 200px;
    display: inline-block;
    text-align: left;
  }
}
footer .contents .container .footer-nav .footer-office p {
  font-size: 16px;
  padding-top: 30px;
}
@media only screen and (max-width: 1200px) {
  footer .contents .container .footer-nav .footer-office p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-nav .footer-office p {
    font-size: 13px;
    padding-top: 20px;
    display: inline-block;
    text-align: left;
  }
}
footer .contents .container .footer-nav .footer-nav-list ul {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-nav .footer-nav-list ul {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
  }
}
footer .contents .container .footer-nav .footer-nav-list ul li:before {
  content: "/";
  display: block;
  width: 45px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-nav .footer-nav-list ul li:before {
    display: none;
  }
}
footer .contents .container .footer-nav .footer-nav-list ul li:first-child:before {
  display: none;
}
footer .contents .container .footer-nav .footer-nav-list ul li {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-nav .footer-nav-list ul li {
    display: block;
    text-align: center;
    margin: 5px 12px 0;
  }
}
footer .contents .container .footer-nav .footer-nav-list ul li a {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  footer .contents .container .footer-nav .footer-nav-list ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-nav .footer-nav-list ul li a {
    font-size: 13px;
  }
}
footer .contents .container .footer-nav .footer-nav-list ul li a:hover {
  opacity: 0.7;
}
footer .contents .container .footer-nav .footer-nav-link {
  position: relative;
  width: 263px;
  height: 55px;
  text-align: center;
  padding: 0;
  border: 1px solid #fff;
  margin-top: 35px;
  left: calc(100% - 263px);
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-nav .footer-nav-link {
    width: auto;
    height: auto;
    border: none;
    margin-top: 15px;
    left: auto;
  }
}
footer .contents .container .footer-nav .footer-nav-link a {
  color: #fff;
  font-size: 16px;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 53px;
}
@media only screen and (max-width: 1200px) {
  footer .contents .container .footer-nav .footer-nav-link a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-nav .footer-nav-link a {
    position: relative;
    font-size: 13px;
    line-height: normal;
  }
}
footer .contents .container .footer-nav .footer-nav-link a:hover {
  opacity: 0.7;
}
footer .contents .container .footer-nav .footer-nav-link a i {
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container .footer-nav .footer-nav-link a i {
    margin-left: 10px;
  }
}
footer .contents .container #copy {
  text-align: center;
  font-size: 14px;
  padding-bottom: 45px;
  margin: 70px auto 0;
}
@media only screen and (max-width: 1024px) {
  footer .contents .container #copy {
    font-size: 10px;
    padding-bottom: 30px;
    margin: 15px auto 0;
  }
}
footer .contents .container #copy a {
  color: #fff;
}
footer .contents .container #copy a:hover {
  opacity: 0.7;
}

/* :::::::::::::::::::

	TOP

:::::::::::::::::::::: */
main .cont .container {
  width: 100%;
  max-width: 100%;
}
main .cont .container .t-firstview {
  display: flex;
  flex-wrap: wrap;
  height: calc(100vh - 97px);
  background-image: url("https://yoshida-himeji-tax.com/wp/wp-content/themes/yoshida-tax/images/top/mv-back.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #F6F6F6;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview {
    height: calc(100vh - 80px);
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview {
    display: block;
    height: auto;
    background-position: 0 50vw;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .t-firstview {
    background-position: 0 60vw;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .t-firstview {
    background-position: 0 70vw;
  }
}
main .cont .container .t-firstview .t-firstview-slide {
  position: relative;
  width: 50%;
  height: calc(100vh - 192px);
  overflow: hidden;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-slide {
    height: calc(100vh - 155px);
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-slide {
    width: 100%;
    height: 50vw;
    margin: 0 auto 0 0;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .t-firstview .t-firstview-slide {
    height: 60vw;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .t-firstview .t-firstview-slide {
    height: 70vw;
  }
}
main .cont .container .t-firstview .t-firstview-slide .t-firstview-img01, main .cont .container .t-firstview .t-firstview-slide .t-firstview-img02, main .cont .container .t-firstview .t-firstview-slide .t-firstview-img03, main .cont .container .t-firstview .t-firstview-slide .t-firstview-img04 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
main .cont .container .t-firstview .t-firstview-slide .t-firstview-img01 {
  background-image: url("https://yoshida-himeji-tax.com/wp/wp-content/themes/yoshida-tax/images/top/t-firstview-img01.jpg");
  animation: slide-animation-01 24s infinite;
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-slide .t-firstview-img01 {
    background-image: url("https://yoshida-himeji-tax.com/wp/wp-content/themes/yoshida-tax/images/top/t-firstview-img-sp01.jpg");
  }
}
main .cont .container .t-firstview .t-firstview-slide .t-firstview-img02 {
  background-image: url("https://yoshida-himeji-tax.com/wp/wp-content/themes/yoshida-tax/images/top/t-firstview-img02.jpg");
  animation: slide-animation-02 24s infinite;
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-slide .t-firstview-img02 {
    background-image: url("https://yoshida-himeji-tax.com/wp/wp-content/themes/yoshida-tax/images/top/t-firstview-img-sp02.jpg");
  }
}
main .cont .container .t-firstview .t-firstview-slide .t-firstview-img03 {
  background-image: url("https://yoshida-himeji-tax.com/wp/wp-content/themes/yoshida-tax/images/top/t-firstview-img03.jpg");
  animation: slide-animation-03 24s infinite;
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-slide .t-firstview-img03 {
    background-image: url("https://yoshida-himeji-tax.com/wp/wp-content/themes/yoshida-tax/images/top/t-firstview-img-sp03.jpg");
  }
}
main .cont .container .t-firstview .t-firstview-slide .t-firstview-img04 {
  background-image: url("https://yoshida-himeji-tax.com/wp/wp-content/themes/yoshida-tax/images/top/t-firstview-img04.jpg");
  animation: slide-animation-04 24s infinite;
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-slide .t-firstview-img04 {
    background-image: url("https://yoshida-himeji-tax.com/wp/wp-content/themes/yoshida-tax/images/top/t-firstview-img-sp04.jpg");
  }
}
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1.005);
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.03);
  }
  95% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.005);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    transform: scale(1);
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(1.03);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
    transform: scale(1.03);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-04 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  75% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.03);
  }
}
main .cont .container .t-firstview .t-firstview-cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
  height: calc(100vh - 192px);
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-cont {
    height: calc(100vh - 155px);
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-cont {
    width: 100%;
    height: auto;
  }
}
main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt {
  width: 100%;
  padding: 0 90px;
  margin-top: 120px;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt {
    padding: 0 75px;
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt {
    padding: 0 60px;
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt {
    padding: 0 45px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt {
    width: 92.5%;
    padding: 0;
    margin: 20px auto 0;
  }
}
main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt h2 {
  display: inline-block;
  font-size: 54px;
  line-height: 1.5;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt h2 {
    font-size: 24px;
  }
}
main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt h2 span {
  color: #007ECD;
}
main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt p {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-txt p {
    font-size: 12px;
  }
}
main .cont .container .t-firstview .t-firstview-cont .t-firstview-link {
  width: 70%;
  display: block;
  margin: 90px 90px 0;
  text-align: right;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-link {
    margin: 75px 75px 0;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-link {
    margin: 60px 60px 0;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-link {
    margin: 30px 45px 45px;
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-link {
    width: 92.5%;
    margin: 20px auto 40px;
  }
}
main .cont .container .t-firstview .t-firstview-cont .t-firstview-link .t-firstview-btn a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  letter-spacing: 1;
  background-color: #223A70;
  padding: 20px 25px;
  -webkit-box-shadow: 4px 4px 0 #007ECD;
  box-shadow: 4px 4px 0 #007ECD;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-link .t-firstview-btn a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-link .t-firstview-btn a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-link .t-firstview-btn a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-link .t-firstview-btn a {
    font-size: 14px;
    padding: 20px 20px;
  }
}
main .cont .container .t-firstview .t-firstview-cont .t-firstview-link .t-firstview-btn a:after {
  content: "＞";
  margin-left: 15px;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-cont .t-firstview-link .t-firstview-btn a:after {
    margin-left: 10px;
  }
}
main .cont .container .t-firstview .t-firstview-cont .t-firstview-link .t-firstview-btn a:hover {
  transform: translateX(4px) translateY(4px);
  -webkit-box-shadow: -4px -4px transparent;
  box-shadow: -4px -4px transparent;
}
main .cont .container .t-firstview .t-firstview-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  main .cont .container .t-firstview .t-firstview-scroll {
    display: none;
  }
}
main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner {
  height: 95px;
  position: relative;
  top: 15px;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner {
    height: 75px;
    top: 9px;
  }
}
main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner .t-firstview-scroll-txt {
  font-family: "Meiryo UI", "Hiragino Sans", "Yu Gothic UI", "MS PGothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: center;
}
main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner .t-firstview-scroll-item {
  position: absolute;
  top: 6px;
  left: 6px;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner .t-firstview-scroll-item {
    top: 4px;
    left: 6px;
  }
}
main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner .t-firstview-scroll-item .t-firstview-scrollbtn {
  position: relative;
  text-align: center;
}
main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner .t-firstview-scroll-item .t-firstview-scrollbtn:before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner .t-firstview-scroll-item .t-firstview-scrollbtn:before {
    width: 28px;
    height: 28px;
  }
}
main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner .t-firstview-scroll-item .t-firstview-scrollbtn:nth-of-type(1):before {
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  top: 0;
}
main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner .t-firstview-scroll-item .t-firstview-scrollbtn:nth-of-type(2):before {
  border-left: 1px solid #878787;
  border-bottom: 1px solid #878787;
  top: 10px;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner .t-firstview-scroll-item .t-firstview-scrollbtn:nth-of-type(2):before {
    top: 9px;
  }
}
main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner .t-firstview-scroll-item .t-firstview-scrollbtn:nth-of-type(3):before {
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  top: 20px;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .t-firstview .t-firstview-scroll .t-firstview-scroll-inner .t-firstview-scroll-item .t-firstview-scrollbtn:nth-of-type(3):before {
    top: 18px;
  }
}
main .cont .container .m-cont .t-intro {
  display: flex;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-intro {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-intro {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-intro {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-intro {
    display: block;
  }
}
main .cont .container .m-cont .t-intro .t-intro-txt {
  width: 50%;
  display: block;
  position: relative;
  top: 120px;
  left: 20%;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-intro .t-intro-txt {
    top: 90px;
    left: 15%;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-intro .t-intro-txt {
    width: 60%;
    top: 75px;
    left: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-intro .t-intro-txt {
    top: 45px;
    left: 4%;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-intro .t-intro-txt {
    width: 100%;
    top: 0;
    left: 0;
  }
}
main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox {
  background-color: #F3F3F3;
  border-radius: 45px;
  padding: 60px 30% 60px 90px;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox {
    padding: 45px 20% 45px 60px;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox {
    padding: 45px 25% 45px 50px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox {
    padding: 35px 20% 35px 30px;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox {
    background-color: #fff;
    padding: 30px 5%;
  }
}
main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox h3 {
  color: #223A70;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox h3 {
    font-size: 20px;
  }
}
main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox p {
  font-size: 15px;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-intro .t-intro-txt .t-intro-txtbox p {
    line-height: 1.7;
    letter-spacing: 1.2px;
  }
}
main .cont .container .m-cont .t-intro .t-intro-img {
  display: block;
  position: absolute;
  width: 40%;
  max-width: 636px;
  max-height: 480px;
  margin: 0 auto;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-intro .t-intro-img {
    width: 45%;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-intro .t-intro-img {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-intro .t-intro-img .t-intro-imgbox {
    width: 90%;
    margin: 0 auto;
  }
}
main .cont .container .m-cont .t-intro .t-intro-img .t-intro-imgbox img {
  width: 100%;
  max-width: 636px;
  max-height: 480px;
  border-radius: 0 0 0 45px;
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-intro .t-intro-img .t-intro-imgbox img {
    border-radius: 30px;
  }
}
main .cont .container .m-cont .t-strengths {
  background-color: #F6F6F6;
}
main .cont .container .m-cont .t-strengths .t-strengths-ttl {
  text-align: center;
  padding-top: 240px;
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-strengths .t-strengths-ttl {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-strengths .t-strengths-ttl {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-strengths .t-strengths-ttl {
    padding-top: 60px;
  }
}
main .cont .container .m-cont .t-strengths .t-strengths-cont {
  width: 1200px;
  padding: 60px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont {
    width: 100%;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont {
    padding: 40px 0;
  }
}
main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block {
  display: flex;
  justify-content: space-around;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block {
    display: block;
    margin: 0 auto;
  }
}
main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box {
  width: 30%;
  background-color: #fff;
  padding: 20px 30px;
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box {
    width: 32%;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box {
    width: 90%;
    margin: 0 auto 30px;
  }
}
main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box .t-strengths-img img {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box .t-strengths-img img {
    width: 80%;
  }
}
main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box .t-strengths-intro {
  padding-top: 10px;
}
main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box .t-strengths-intro .t-strengths-intro-ttl {
  color: #007ECD;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box .t-strengths-intro .t-strengths-intro-ttl {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box .t-strengths-intro .t-strengths-intro-ttl {
    font-size: 15px;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box .t-strengths-intro .t-strengths-intro-ttl {
    font-size: 14px;
  }
}
main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box .t-strengths-intro .t-strengths-intro-txt {
  text-align: left;
  font-size: 15px;
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box .t-strengths-intro .t-strengths-intro-txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box .t-strengths-intro .t-strengths-intro-txt {
    font-size: 13px;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-strengths .t-strengths-cont .t-strengths-block .t-strengths-box .t-strengths-intro .t-strengths-intro-txt {
    font-size: 12px;
  }
}
main .cont .container .m-cont .t-business {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  margin: 120px 0;
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-business {
    display: block;
    margin: 60px 0 30px;
  }
}
main .cont .container .m-cont .t-business:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #F6F6F6;
  width: 90%;
  height: calc(100% + 60px);
  margin-left: 10%;
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-business:before {
    display: none;
  }
}
main .cont .container .m-cont .t-business .t-business-img {
  width: 45%;
  margin-right: 5%;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-business .t-business-img {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-business .t-business-img .t-business-imgbox {
    width: 90%;
    margin: 0 auto;
  }
}
main .cont .container .m-cont .t-business .t-business-img .t-business-imgbox img {
  width: 100%;
  border-radius: 0 45px 45px 0;
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-business .t-business-img .t-business-imgbox img {
    border-radius: 30px;
  }
}
main .cont .container .m-cont .t-business .t-business-cont {
  width: 50%;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-business .t-business-cont {
    width: 100%;
  }
}
main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner {
  width: 600px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner {
    width: 90%;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner {
    width: 100%;
    padding: 30px 5%;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner {
    padding: 30px 5% 0;
  }
}
main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner .t-business-ttl {
  width: 100%;
}
main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner .t-business-txt {
  margin: 30px 0;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner .t-business-txt {
    font-size: 14px;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner .t-business-txt p {
    line-height: 1.7;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner .t-business-btn {
    padding: 15px 0 0;
  }
}
main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner .t-business-btn .m-button {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-business .t-business-cont .t-business-cont-inner .t-business-btn .m-button {
    margin: 0 auto;
  }
}
main .cont .container .m-cont .t-flow {
  display: flex;
  position: relative;
  justify-content: flex-start;
  flex-direction: row-reverse;
  align-items: center;
  margin: 180px 0;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-flow {
    margin: 150px 0;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-flow {
    margin: 120px 0;
  }
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-flow {
    margin: 90px 0;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-flow {
    display: block;
    margin: 60px 0 30px;
  }
}
main .cont .container .m-cont .t-flow:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  width: 90%;
  height: calc(100% + 60px);
  margin-left: 10%;
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-flow:before {
    display: none;
  }
}
main .cont .container .m-cont .t-flow .t-flow-img {
  width: 45%;
  z-index: 2;
  position: absolute;
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-flow .t-flow-img {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-flow .t-flow-img .t-flow-imgbox {
    width: 90%;
    margin: 0 auto;
  }
}
main .cont .container .m-cont .t-flow .t-flow-img .t-flow-imgbox img {
  width: 100%;
  border-radius: 45px 0 0 45px;
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-flow .t-flow-img .t-flow-imgbox img {
    border-radius: 30px;
  }
}
main .cont .container .m-cont .t-flow .t-flow-cont {
  width: 50%;
  margin-left: calc(50% - 600px);
  margin-right: 50%;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-flow .t-flow-cont {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-flow .t-flow-cont {
    margin-left: 5%;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-flow .t-flow-cont {
    width: 100%;
    margin-left: 0;
  }
}
main .cont .container .m-cont .t-flow .t-flow-cont .t-flow-cont-inner {
  width: 600px;
  display: block;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-flow .t-flow-cont .t-flow-cont-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-flow .t-flow-cont .t-flow-cont-inner {
    width: 100%;
    padding: 30px 5%;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .m-cont .t-flow .t-flow-cont .t-flow-cont-inner {
    padding: 30px 5% 0;
  }
}
main .cont .container .m-cont .t-flow .t-flow-cont .t-flow-cont-inner .t-flow-ttl {
  width: 100%;
}
main .cont .container .m-cont .t-flow .t-flow-cont .t-flow-cont-inner .t-flow-txt {
  margin: 30px 0;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-flow .t-flow-cont .t-flow-cont-inner .t-flow-txt {
    font-size: 14px;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-flow .t-flow-cont .t-flow-cont-inner .t-flow-txt p {
    line-height: 1.7;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-flow .t-flow-cont .t-flow-cont-inner .t-flow-btn {
    padding: 15px 0 0;
  }
}
main .cont .container .m-cont .t-flow .t-flow-cont .t-flow-cont-inner .t-flow-btn .m-button {
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-flow .t-flow-cont .t-flow-cont-inner .t-flow-btn .m-button {
    margin: 0 auto;
  }
}
main .cont .container .m-cont .t-link .t-link-inner {
  width: 1200px;
  margin: 120px auto;
}
@media only screen and (max-width: 1500px) {
  main .cont .container .m-cont .t-link .t-link-inner {
    width: 80%;
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1200px) {
  main .cont .container .m-cont .t-link .t-link-inner {
    margin: 90px auto;
  }
}
@media only screen and (max-width: 834px) {
  main .cont .container .m-cont .t-link .t-link-inner {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .m-cont .t-link .t-link-inner {
    margin: 45px auto;
  }
}
main .cont .container .m-cont .t-link .t-link-inner a {
  display: inline-block;
  overflow: hidden;
}
main .cont .container .m-cont .t-link .t-link-inner a:hover {
  opacity: 0.7;
}
main .cont .container .m-cont .t-link .t-link-inner a img {
  width: 100%;
}
main .cont .container .m-cont .t-bottom .t-bottom-inner {
  display: flex;
}
@media only screen and (max-width: 600px) {
  main .cont .container .m-cont .t-bottom .t-bottom-inner {
    display: block;
  }
}
main .cont .container .m-cont .t-bottom .t-bottom-inner .t-bottom-box {
  width: 50%;
  background-color: #F3F3F3;
}
@media only screen and (max-width: 600px) {
  main .cont .container .m-cont .t-bottom .t-bottom-inner .t-bottom-box {
    width: 100%;
  }
}
main .cont .container .m-cont .t-bottom .t-bottom-inner .t-bottom-box .t-bottom-img {
  width: 75%;
  margin: 45px auto;
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-bottom .t-bottom-inner .t-bottom-box .t-bottom-img {
    width: 80%;
    margin: 30px auto;
  }
}
main .cont .container .m-cont .t-bottom .t-bottom-inner .t-bottom-box .t-bottom-img img {
  width: 100%;
}
main .cont .container .m-cont .t-bottom .t-bottom-inner .t-bottom-box .t-office .t-office-ttl {
  text-align: center;
  margin: 60px 0;
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-bottom .t-bottom-inner .t-bottom-box .t-office .t-office-ttl {
    margin: 45px 0;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .m-cont .t-bottom .t-bottom-inner .t-bottom-box .t-office .t-office-ttl {
    padding: 45px 0 30px;
    margin: 0;
  }
}
main .cont .container .m-cont .t-bottom .t-bottom-inner .t-bottom-box .t-staff .t-staff-ttl {
  text-align: center;
  margin: 60px 0;
}
@media only screen and (max-width: 1024px) {
  main .cont .container .m-cont .t-bottom .t-bottom-inner .t-bottom-box .t-staff .t-staff-ttl {
    margin: 45px 0;
  }
}
@media only screen and (max-width: 600px) {
  main .cont .container .m-cont .t-bottom .t-bottom-inner .t-bottom-box .t-staff .t-staff-ttl {
    padding: 45px 0 30px;
    margin: 0;
  }
}

body {
  width: 100%;
  min-width: 100%;
}

.m-mv {
  position: relative;
  margin-bottom: 140px;
}
@media only screen and (max-width: 834px) {
  .m-mv {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.m-mv .m-mv-img {
  width: 100%;
  height: 620px;
}
@media only screen and (max-width: 1500px) {
  .m-mv .m-mv-img {
    height: 480px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-mv .m-mv-img {
    height: 360px;
  }
}
@media only screen and (max-width: 834px) {
  .m-mv .m-mv-img {
    height: 240px;
  }
}
@media only screen and (max-width: 600px) {
  .m-mv .m-mv-img {
    height: 180px;
  }
}
.m-mv .m-mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-mv .m-mv-ttl {
  display: block;
  position: absolute;
  right: 0;
  bottom: -60px;
  width: 40%;
}
@media only screen and (max-width: 1200px) {
  .m-mv .m-mv-ttl {
    width: 45%;
  }
}
@media only screen and (max-width: 834px) {
  .m-mv .m-mv-ttl {
    width: 70%;
    bottom: -40px;
  }
}
.m-mv .m-mv-ttl .m-mv-ttlbox {
  display: flex;
  position: relative;
  align-items: center;
  height: 240px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color: #F6F6F6;
  line-height: 1;
  padding: 0 60px;
}
@media only screen and (max-width: 1500px) {
  .m-mv .m-mv-ttl .m-mv-ttlbox {
    height: 200px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-mv .m-mv-ttl .m-mv-ttlbox {
    height: 160px;
  }
}
@media only screen and (max-width: 834px) {
  .m-mv .m-mv-ttl .m-mv-ttlbox {
    height: 90px;
    padding: 0 30px;
  }
}
.m-mv .m-mv-ttl .m-mv-ttlbox h2 {
  color: #223A70;
  font-size: 54px;
}
@media only screen and (max-width: 1500px) {
  .m-mv .m-mv-ttl .m-mv-ttlbox h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-mv .m-mv-ttl .m-mv-ttlbox h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 834px) {
  .m-mv .m-mv-ttl .m-mv-ttlbox h2 {
    font-size: 24px;
  }
}
.m-mv .m-mv-ttl .m-mv-ttlbox h2 span {
  letter-spacing: 1px;
  color: #007ECD;
  font-size: 24px;
}
@media only screen and (max-width: 1500px) {
  .m-mv .m-mv-ttl .m-mv-ttlbox h2 span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-mv .m-mv-ttl .m-mv-ttlbox h2 span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 834px) {
  .m-mv .m-mv-ttl .m-mv-ttlbox h2 span {
    font-size: 16px;
  }
}
.m-mv .m-mv-breadcrumb {
  display: block;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
@media only screen and (max-width: 1500px) {
  .m-mv .m-mv-breadcrumb {
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-mv .m-mv-breadcrumb {
    font-size: 14px;
  }
}
@media only screen and (max-width: 834px) {
  .m-mv .m-mv-breadcrumb {
    position: absolute;
    bottom: 100%;
    color: #223A70;
    font-size: 12px;
    background-color: #F6F6F6;
  }
}
.m-mv .m-mv-breadcrumb .m-mv-breadcrumb-inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .m-mv .m-mv-breadcrumb .m-mv-breadcrumb-inner {
    width: 80%;
  }
}
@media only screen and (max-width: 834px) {
  .m-mv .m-mv-breadcrumb .m-mv-breadcrumb-inner {
    width: 90%;
  }
}
.m-mv .m-mv-breadcrumb .m-mv-breadcrumb-inner ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.m-mv .m-mv-breadcrumb .m-mv-breadcrumb-inner ul li {
  display: flex;
  position: relative;
}
.m-mv .m-mv-breadcrumb .m-mv-breadcrumb-inner ul li a {
  color: #223A70;
  font-weight: bold;
}
.m-mv .m-mv-breadcrumb .m-mv-breadcrumb-inner ul li a:hover {
  opacity: 0.7;
}
.m-mv .m-mv-breadcrumb .m-mv-breadcrumb-inner ul li:before {
  content: "-";
  width: 30px;
  display: block;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.m-mv .m-mv-breadcrumb .m-mv-breadcrumb-inner ul li:first-child:before {
  content: none;
}

.m-cont {
  width: 100%;
}

.m-secttl {
  width: 100%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 1px;
  line-height: 28px;
}
@media only screen and (max-width: 1500px) {
  .m-secttl {
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .m-secttl {
    line-height: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .m-secttl {
    line-height: 20px;
  }
}
.m-secttl h3 {
  color: #223A70;
  font-size: 36px;
}
@media only screen and (max-width: 1500px) {
  .m-secttl h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .m-secttl h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .m-secttl h3 {
    font-size: 20px;
  }
}
.m-secttl h3 span {
  color: #007ECD;
  font-size: 18px;
}
@media only screen and (max-width: 1500px) {
  .m-secttl h3 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .m-secttl h3 span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .m-secttl h3 span {
    font-size: 12px;
  }
}
.m-secttl h3 .m-secttl-big {
  color: #223A70;
  font-size: 60px;
}
@media only screen and (max-width: 1500px) {
  .m-secttl h3 .m-secttl-big {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1024px) {
  .m-secttl h3 .m-secttl-big {
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px) {
  .m-secttl h3 .m-secttl-big {
    font-size: 28px;
  }
}
.m-secttl h3 .m-secttl-line {
  padding-left: 10px;
}
@media only screen and (max-width: 1024px) {
  .m-secttl h3 .m-secttl-line {
    padding-left: 5px;
  }
}

.t-strength-ttl {
  text-align: center;
}

.m-button {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1500px) {
  .m-button {
    font-size: 15px;
    max-width: 220px;
  }
}
@media only screen and (max-width: 1024px) {
  .m-button {
    font-size: 13px;
    max-width: 160px;
  }
}
.m-button a {
  line-height: 1.5;
  width: 100%;
  padding: 12.5px 0;
  border-radius: 100vh;
  color: #fff;
  background: #223A70;
}
.m-button a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1500px) {
  .m-button a {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .m-button a {
    padding: 10px 0;
  }
}
.m-button a i {
  position: relative;
  margin-left: 15px;
}

.m-bottom-nav {
  margin: 0 auto;
}
.m-bottom-nav .m-bottom-inner {
  width: 1200px;
  margin: 0 auto 160px;
}
@media only screen and (max-width: 1500px) {
  .m-bottom-nav .m-bottom-inner {
    width: 80%;
    margin: 0 auto 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-bottom-nav .m-bottom-inner {
    width: 90%;
    margin: 0 auto 60px;
  }
}
.m-bottom-nav .m-bottom-inner .m-bottom-box {
  width: 1080px;
  background-color: #223A70;
  margin: 45px auto 0;
}
@media only screen and (max-width: 1500px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 600px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box {
    max-width: 360px;
  }
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 600px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a {
    flex-wrap: wrap;
  }
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-img {
  width: 30%;
}
@media only screen and (max-width: 600px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-img {
    width: 100%;
  }
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-img .m-bottom-img-box img {
  width: 100%;
  padding: 10px 15px;
}
@media only screen and (max-width: 1200px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-img .m-bottom-img-box img {
    min-width: 180px;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 600px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-img .m-bottom-img-box img {
    padding: 15px 15px;
  }
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro {
  width: 50%;
  color: #fff;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1200px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 600px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro {
    width: 90%;
    padding: 5px 20px 20px 10px;
  }
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro .m-bottom-ttl {
  font-size: 36px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 28px;
}
@media only screen and (max-width: 1500px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro .m-bottom-ttl {
    font-size: 32px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro .m-bottom-ttl {
    font-size: 24px;
    line-height: 18px;
  }
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro .m-bottom-ttl p span {
  font-size: 20px;
  width: 100%;
}
@media only screen and (max-width: 1500px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro .m-bottom-ttl p span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro .m-bottom-ttl p span {
    font-size: 14px;
  }
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro .m-bottom-txt {
  padding-top: 20px;
}
@media only screen and (max-width: 1500px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro .m-bottom-txt {
    font-size: 15px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro .m-bottom-txt {
    font-size: 12px;
    padding-top: 10px;
    line-height: 1.5;
  }
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-intro .m-bottom-txt p {
  width: 100%;
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-arrow {
  width: 5%;
}
@media only screen and (max-width: 600px) {
  .m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-arrow {
    padding-right: 25px;
    margin-bottom: 20px;
  }
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-arrow .m-bottom-cont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-bottom-nav .m-bottom-inner .m-bottom-box a .m-bottom-arrow .m-bottom-cont:before {
  position: absolute;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

/* :::::::::::::::::::

	STRENGTH

:::::::::::::::::::::: */
.st-ourstrength .st-ourstrength-ttl {
  text-align: center;
  margin: 90px auto;
}
@media only screen and (max-width: 1200px) {
  .st-ourstrength .st-ourstrength-ttl {
    margin: 45px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .st-ourstrength .st-ourstrength-ttl {
    margin: 30px auto;
  }
}
@media only screen and (max-width: 834px) {
  .st-ourstrength .st-ourstrength-ttl {
    margin: 15px auto 45px;
  }
}
@media only screen and (max-width: 600px) {
  .st-ourstrength .st-ourstrength-ttl {
    margin: 0 auto 15px;
  }
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block {
  display: flex;
  align-items: center;
  position: relative;
  margin: 75px 0;
}
@media only screen and (max-width: 1200px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block {
    width: 640px;
    display: block;
    margin: 60px auto;
  }
}
@media only screen and (max-width: 834px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block {
    width: 90%;
    margin: 45px auto;
  }
}
@media only screen and (max-width: 600px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block {
    width: 94%;
    margin: 30px auto;
  }
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block:before {
  content: "";
  position: absolute;
  background-color: #F3F3F3;
  width: 65%;
  height: 100%;
  top: 30px;
  z-index: -1;
}
@media only screen and (max-width: 1500px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block:before {
    width: 80%;
  }
}
@media only screen and (max-width: 1024px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block:before {
    width: 100%;
    top: 0;
  }
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-img {
  width: 40%;
}
@media only screen and (max-width: 1500px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-img {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-img {
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-img {
    height: auto;
  }
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-img img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-img img {
    height: 100%;
    object-fit: cover;
  }
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-intro {
  padding-top: 60px;
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-intro .st-ourstrength-intro-ttl {
  width: 750px;
}
@media only screen and (max-width: 1500px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-intro .st-ourstrength-intro-ttl {
    width: 100%;
  }
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-intro .st-ourstrength-intro-ttl p {
  text-align: left;
  color: #223A70;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-intro .st-ourstrength-intro-ttl p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-intro .st-ourstrength-intro-ttl p {
    font-size: 18px;
  }
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-intro .st-ourstrength-intro-txt {
  width: 750px;
}
@media only screen and (max-width: 1500px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-intro .st-ourstrength-intro-txt {
    width: 100%;
  }
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block .st-ourstrength-intro .st-ourstrength-intro-txt p {
  text-align: left;
  font-size: 14px;
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(odd) {
  justify-content: flex-start;
  flex-direction: row;
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(odd):before {
  right: 0;
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(odd) .st-ourstrength-intro {
  margin: auto 0 auto 80px;
}
@media only screen and (max-width: 1500px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(odd) .st-ourstrength-intro {
    margin: auto 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(odd) .st-ourstrength-intro {
    padding: 30px 15px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(odd) .st-ourstrength-intro {
    padding: 15px 15px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(odd) .st-ourstrength-intro {
    padding: 15px 10px 20px;
  }
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(even) {
  justify-content: flex-start;
  flex-direction: row-reverse;
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(even):before {
  left: 0;
}
.st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(even) .st-ourstrength-intro {
  margin: auto 80px auto 0;
}
@media only screen and (max-width: 1500px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(even) .st-ourstrength-intro {
    margin: auto 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(even) .st-ourstrength-intro {
    padding: 30px 15px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(even) .st-ourstrength-intro {
    padding: 15px 15px 30px;
  }
}
@media only screen and (max-width: 600px) {
  .st-ourstrength .st-ourstrength-cont .st-ourstrength-block:nth-child(even) .st-ourstrength-intro {
    padding: 15px 10px 20px;
  }
}

.st-voice {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1200px) {
  .st-voice {
    margin-bottom: 105px;
  }
}
@media only screen and (max-width: 1024px) {
  .st-voice {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 834px) {
  .st-voice {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 600px) {
  .st-voice {
    margin-bottom: 60px;
  }
}
.st-voice .st-voice-ttl {
  text-align: center;
  margin: 150px auto 90px;
}
@media only screen and (max-width: 1200px) {
  .st-voice .st-voice-ttl {
    margin: 120px auto 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .st-voice .st-voice-ttl {
    margin: 90px auto 60px;
  }
}
@media only screen and (max-width: 834px) {
  .st-voice .st-voice-ttl {
    margin: 60px auto 35px;
  }
}
@media only screen and (max-width: 600px) {
  .st-voice .st-voice-ttl {
    margin: 45px auto 25px;
  }
}
.st-voice .st-ourstrength-cont {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .st-voice .st-ourstrength-cont {
    width: 90%;
  }
}
.st-voice .st-ourstrength-cont .st-voice-intro {
  text-align: center;
}
.st-voice .st-ourstrength-cont .st-voice-intro p {
  display: inline-block;
  text-align: left;
  font-size: 14px;
}
.st-voice .st-ourstrength-cont .st-voice-list .st-voice-block {
  margin: 60px auto;
}
@media only screen and (max-width: 1024px) {
  .st-voice .st-ourstrength-cont .st-voice-list .st-voice-block {
    margin: 45px auto;
  }
}
@media only screen and (max-width: 834px) {
  .st-voice .st-ourstrength-cont .st-voice-list .st-voice-block {
    margin: 30px auto;
  }
}
.st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-intro-ttl p {
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-intro-ttl p {
    font-size: 20px;
  }
}
.st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-q {
  width: 82.5%;
  background-color: #F6F6F6;
  border-radius: 15px;
}
@media only screen and (max-width: 834px) {
  .st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-q {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-q {
    width: 100%;
  }
}
.st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-q p {
  font-size: 14px;
  padding: 45px;
  margin: 45px 0;
}
@media only screen and (max-width: 1024px) {
  .st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-q p {
    padding: 30px;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 834px) {
  .st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-q p {
    padding: 15px;
    margin: 15px 0;
  }
}
.st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-a {
  width: 75%;
  background-color: #007ECD;
  border-radius: 15px;
  margin-left: 25%;
}
@media only screen and (max-width: 834px) {
  .st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-a {
    width: 90%;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 600px) {
  .st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-a {
    width: 100%;
    margin-left: 0;
  }
}
.st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-a p {
  color: #fff;
  font-size: 14px;
  padding: 45px;
  margin: 45px 0;
}
@media only screen and (max-width: 1024px) {
  .st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-a p {
    padding: 30px;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 834px) {
  .st-voice .st-ourstrength-cont .st-voice-list .st-voice-block .st-voice-a p {
    padding: 15px;
    margin: 15px 0;
  }
}

/* :::::::::::::::::::

	BUSINESS

:::::::::::::::::::::: */
.bu-intro {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 75px;
}
@media only screen and (max-width: 1500px) {
  .bu-intro {
    width: 80%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1200px) {
  .bu-intro {
    max-width: 840px;
    margin: 30px auto 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .bu-intro {
    width: 90%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 834px) {
  .bu-intro {
    margin: 15px auto 45px;
  }
}
@media only screen and (max-width: 600px) {
  .bu-intro {
    width: 94%;
    max-width: 94%;
    margin: 0 auto 30px;
  }
}
.bu-intro p {
  font-size: 14px;
}

.bu-list {
  background-color: #F3F3F3;
  padding: 30px 0 90px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
  .bu-list {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .bu-list {
    padding: 30px 0 75px;
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 834px) {
  .bu-list {
    padding: 15px 0 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .bu-list {
    padding: 10px 0 45px;
    margin-bottom: 45px;
  }
}
.bu-list .bu-list-inner {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .bu-list .bu-list-inner {
    width: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .bu-list .bu-list-inner {
    width: 96%;
  }
}
@media only screen and (max-width: 834px) {
  .bu-list .bu-list-inner {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .bu-list .bu-list-inner {
    width: 94%;
  }
}
.bu-list .bu-list-inner .bu-list-block {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.bu-list .bu-list-inner .bu-list-block .bu-list-box {
  width: 30%;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
  margin-top: 90px;
}
@media only screen and (max-width: 1500px) {
  .bu-list .bu-list-inner .bu-list-block .bu-list-box {
    width: 31%;
  }
}
@media only screen and (max-width: 1200px) {
  .bu-list .bu-list-inner .bu-list-block .bu-list-box {
    width: 32%;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .bu-list .bu-list-inner .bu-list-block .bu-list-box {
    width: 47.5%;
    margin-top: 45px;
  }
}
@media only screen and (max-width: 834px) {
  .bu-list .bu-list-inner .bu-list-block .bu-list-box {
    width: 100%;
    margin-top: 30px;
  }
}
.bu-list .bu-list-inner .bu-list-block .bu-list-box .bu-list-img {
  display: block;
  position: relative;
}
.bu-list .bu-list-inner .bu-list-block .bu-list-box .bu-list-img img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.bu-list .bu-list-inner .bu-list-block .bu-list-box .bu-list-img .bu-list-link {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.bu-list .bu-list-inner .bu-list-block .bu-list-box .bu-list-img .bu-list-link .m-button a {
  background-color: #EE7C74;
}
.bu-list .bu-list-inner .bu-list-block .bu-list-box .bu-list-cont {
  padding: 10px 15px;
  min-height: 250px;
}
@media only screen and (max-width: 834px) {
  .bu-list .bu-list-inner .bu-list-block .bu-list-box .bu-list-cont {
    padding: 10px 15px 30px;
    min-height: auto;
  }
}
.bu-list .bu-list-inner .bu-list-block .bu-list-box .bu-list-cont .bu-list-ttl p {
  color: #223A70;
  font-size: 18px;
  font-weight: bold;
}
.bu-list .bu-list-inner .bu-list-block .bu-list-box .bu-list-cont .bu-list-txt p {
  font-size: 13px;
}

/* :::::::::::::::::::

	FLOW

:::::::::::::::::::::: */
.fl-intro {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 75px;
}
@media only screen and (max-width: 1500px) {
  .fl-intro {
    width: 80%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1200px) {
  .fl-intro {
    max-width: 840px;
    margin: 30px auto 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .fl-intro {
    width: 90%;
    max-width: 90%;
    margin: 30px auto 45px;
  }
}
@media only screen and (max-width: 834px) {
  .fl-intro {
    margin: 15px auto;
  }
}
@media only screen and (max-width: 600px) {
  .fl-intro {
    width: 94%;
    max-width: 94%;
    margin: 0 auto;
  }
}
.fl-intro p {
  font-size: 14px;
}

.fl-cont {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1200px) {
  .fl-cont {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .fl-cont {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 834px) {
  .fl-cont {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .fl-cont {
    margin-bottom: 45px;
  }
}
.fl-cont .fl-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  .fl-cont .fl-list {
    width: 94%;
  }
}
.fl-cont .fl-list ul {
  padding-left: 0;
}
.fl-cont .fl-list ul li {
  list-style-type: none;
  display: flex;
  padding: 30px 0;
  border-bottom: solid 1px #1F2E55;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}
.fl-cont .fl-list ul li .fl-list-num {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #007ECD;
  text-align: center;
  width: 70px;
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .fl-cont .fl-list ul li .fl-list-num {
    width: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .fl-cont .fl-list ul li .fl-list-num {
    width: 40px;
    font-size: 22px;
  }
}
.fl-cont .fl-list ul li .fl-list-num:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #007ECD;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  margin: auto;
}
.fl-cont .fl-list ul li .fl-list-num:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #007ECD;
  border-radius: 50%;
  position: absolute;
  bottom: -56px;
  left: calc(50% - 3px);
}
.fl-cont .fl-list ul li:last-child .fl-list-num:before, .fl-cont .fl-list ul li:last-child .fl-list-num:after {
  display: none;
}
.fl-cont .fl-list ul li dl {
  width: calc(100% - 70px);
}
@media only screen and (max-width: 1024px) {
  .fl-cont .fl-list ul li dl {
    width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 600px) {
  .fl-cont .fl-list ul li dl {
    width: calc(100% - 40px);
  }
}
.fl-cont .fl-list ul li dl dt {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .fl-cont .fl-list ul li dl dt {
    font-size: 20px;
  }
}
.fl-cont .fl-list ul li dl dd {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
@media only screen and (max-width: 834px) {
  .fl-cont .fl-list ul li dl dd {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 834px) {
  .fl-cont .fl-list ul li dl dd table {
    width: 100%;
    margin-top: 15px;
  }
}
.fl-cont .fl-list ul li dl dd table tbody tr th {
  width: 30%;
  padding: 15px 10px;
  border: 1px solid #333;
  vertical-align: middle;
}
@media only screen and (max-width: 834px) {
  .fl-cont .fl-list ul li dl dd table tbody tr th {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    border-top: 1px solid #333;
    border-bottom: none;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    text-align: center;
  }
}
.fl-cont .fl-list ul li dl dd table tbody tr td {
  padding: 15px 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  vertical-align: middle;
}
@media only screen and (max-width: 834px) {
  .fl-cont .fl-list ul li dl dd table tbody tr td {
    display: block;
    padding: 0;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    text-align: center;
    font-size: 10px;
  }
}
.fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-a {
  width: 30%;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-a {
    width: 100%;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }
}
.fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-tel {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-tel {
    font-size: 18px;
  }
}
@media only screen and (max-width: 834px) {
  .fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-tel {
    font-size: 16px;
  }
}
.fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-tel a i {
  padding-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-tel a i {
    padding-right: 5px;
  }
}
.fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-form {
  width: 30%;
}
@media only screen and (max-width: 834px) {
  .fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-form {
    width: 100%;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-form .m-button {
    max-width: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-form .m-button a i {
    margin-left: 10px;
  }
}
.fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-b {
  width: 40%;
  color: #707070;
  font-size: 12px;
  border-right: 1px solid #333;
}
@media only screen and (max-width: 834px) {
  .fl-cont .fl-list ul li dl dd table tbody tr td.fl-list-b {
    width: 100%;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 834px) {
  .fl-cont .fl-list ul li dl dd table tbody tr:last-child td.fl-list-b {
    border-bottom: 1px solid #333;
  }
}

/* :::::::::::::::::::

	OFFICE

:::::::::::::::::::::: */
.of-greeting {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .of-greeting {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 834px) {
  .of-greeting {
    margin-bottom: 60px;
  }
}
.of-greeting .of-greeting-ttl {
  text-align: center;
  margin: 90px auto;
}
@media only screen and (max-width: 1200px) {
  .of-greeting .of-greeting-ttl {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .of-greeting .of-greeting-ttl {
    margin: 30px auto 50px;
  }
}
@media only screen and (max-width: 834px) {
  .of-greeting .of-greeting-ttl {
    margin: 15px auto 45px;
  }
}
@media only screen and (max-width: 600px) {
  .of-greeting .of-greeting-ttl {
    margin: 0 auto 30px;
  }
}
.of-greeting .of-greeting-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .of-greeting .of-greeting-cont {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .of-greeting .of-greeting-cont {
    width: 94%;
  }
}
.of-greeting .of-greeting-cont .of-greeting-txt {
  width: 40%;
  padding: 20px 30px;
}
@media only screen and (max-width: 1500px) {
  .of-greeting .of-greeting-cont .of-greeting-txt {
    width: 50%;
    padding: 0 30px 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  .of-greeting .of-greeting-cont .of-greeting-txt {
    width: 100%;
    padding: 45px 0 0;
  }
}
@media only screen and (max-width: 834px) {
  .of-greeting .of-greeting-cont .of-greeting-txt {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .of-greeting .of-greeting-cont .of-greeting-txt {
    padding: 20px 0 0;
  }
}
.of-greeting .of-greeting-cont .of-greeting-txt p {
  font-size: 14px;
}
.of-greeting .of-greeting-cont .of-greeting-txt p.of-greeting-name {
  text-align: right;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 1.7;
  margin-top: 30px;
}
@media only screen and (max-width: 834px) {
  .of-greeting .of-greeting-cont .of-greeting-txt p.of-greeting-name {
    margin-top: 15px;
  }
}
.of-greeting .of-greeting-cont .of-greeting-img {
  width: 40%;
}
@media only screen and (max-width: 1500px) {
  .of-greeting .of-greeting-cont .of-greeting-img {
    width: 45%;
  }
}
@media only screen and (max-width: 1200px) {
  .of-greeting .of-greeting-cont .of-greeting-img {
    width: 100%;
  }
}
.of-greeting .of-greeting-cont .of-greeting-img img {
  width: 100%;
}

.of-summary {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .of-summary {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 834px) {
  .of-summary {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .of-summary {
    margin-bottom: 50px;
  }
}
.of-summary .of-summary-ttl {
  text-align: center;
  margin: 90px auto;
}
@media only screen and (max-width: 1200px) {
  .of-summary .of-summary-ttl {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .of-summary .of-summary-ttl {
    margin: 45px auto;
  }
}
@media only screen and (max-width: 600px) {
  .of-summary .of-summary-ttl {
    margin: 20px auto;
  }
}
.of-summary .of-summary-cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .of-summary .of-summary-cont {
    width: 90%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1200px) {
  .of-summary .of-summary-cont {
    max-width: 840px;
  }
}
@media only screen and (max-width: 600px) {
  .of-summary .of-summary-cont {
    width: 94%;
  }
}
.of-summary .of-summary-cont table {
  border-collapse: collapse;
  width: 100%;
}
.of-summary .of-summary-cont table th, .of-summary .of-summary-cont table td {
  font-size: 14px;
  border-bottom: 2px solid #333;
  padding: 15px;
}
@media only screen and (max-width: 600px) {
  .of-summary .of-summary-cont table th, .of-summary .of-summary-cont table td {
    display: block;
    width: 100%;
  }
}
.of-summary .of-summary-cont table th {
  border-bottom: 2px solid #007ECD;
  width: 20%;
  min-width: 40px;
}
@media only screen and (max-width: 600px) {
  .of-summary .of-summary-cont table th {
    width: 100%;
    padding: 10px 10px 0;
    border-bottom: none;
  }
}
@media only screen and (max-width: 600px) {
  .of-summary .of-summary-cont table td {
    position: relative;
    padding: 5px 10px 10px;
    border-bottom: 2px solid #333;
  }
  .of-summary .of-summary-cont table td::after {
    content: "";
    display: block;
    width: 25%;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-bottom: 2px solid #007ECD;
  }
}

.of-staff {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
  .of-staff {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .of-staff {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 834px) {
  .of-staff {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .of-staff {
    margin-bottom: 30px;
  }
}
.of-staff .of-staff-ttl {
  text-align: center;
  margin: 90px auto;
}
@media only screen and (max-width: 1200px) {
  .of-staff .of-staff-ttl {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .of-staff .of-staff-ttl {
    margin: 45px auto;
  }
}
@media only screen and (max-width: 600px) {
  .of-staff .of-staff-ttl {
    margin: 30px auto;
  }
}
.of-staff .of-staff-cont {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .of-staff .of-staff-cont {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1200px) {
  .of-staff .of-staff-cont {
    max-width: 840px;
  }
}
@media only screen and (max-width: 600px) {
  .of-staff .of-staff-cont {
    width: 94%;
  }
}
.of-staff .of-staff-cont .of-staff-member1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .of-staff .of-staff-cont .of-staff-member1 {
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    max-width: 840px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 834px) {
  .of-staff .of-staff-cont .of-staff-member1 {
    width: 100%;
  }
}
.of-staff .of-staff-cont .of-staff-member1 .of-staff-member1-img {
  width: 45%;
}
@media only screen and (max-width: 1200px) {
  .of-staff .of-staff-cont .of-staff-member1 .of-staff-member1-img {
    width: 100%;
  }
}
.of-staff .of-staff-cont .of-staff-member1 .of-staff-member1-img img {
  width: 100%;
}
.of-staff .of-staff-cont .of-staff-member1 .of-staff-member1-txt {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .of-staff .of-staff-cont .of-staff-member1 .of-staff-member1-txt {
    width: 100%;
    padding: 45px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  .of-staff .of-staff-cont .of-staff-member1 .of-staff-member1-txt {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 834px) {
  .of-staff .of-staff-cont .of-staff-member1 .of-staff-member1-txt {
    padding: 15px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .of-staff .of-staff-cont .of-staff-member1 .of-staff-member1-txt {
    padding: 10px 0 0;
  }
}
.of-staff .of-staff-cont .of-staff-member1 .of-staff-member1-txt p {
  font-size: 14px;
}
.of-staff .of-staff-cont .of-staff-member1 .of-staff-member1-txt .of-staff-member1-name {
  font-size: 18px;
}
.of-staff .of-staff-cont .of-staff-member1 .of-staff-member1-txt .of-staff-member1-name span {
  font-size: 12px;
}
.of-staff .of-staff-cont .of-staff-member2 {
  display: flex;
  justify-content: space-around;
  margin-top: 90px;
}
@media only screen and (max-width: 1200px) {
  .of-staff .of-staff-cont .of-staff-member2 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .of-staff .of-staff-cont .of-staff-member2 {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 834px) {
  .of-staff .of-staff-cont .of-staff-member2 {
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .of-staff .of-staff-cont .of-staff-member2 {
    flex-wrap: wrap;
  }
}
.of-staff .of-staff-cont .of-staff-member2 .of-staff-box {
  width: 45%;
  padding: 10px 15px;
}
@media only screen and (max-width: 1024px) {
  .of-staff .of-staff-cont .of-staff-member2 .of-staff-box {
    width: 47.5%;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .of-staff .of-staff-cont .of-staff-member2 .of-staff-box {
    width: 100%;
    padding-bottom: 30px;
  }
}
.of-staff .of-staff-cont .of-staff-member2 .of-staff-box .of-staff-member2-img img {
  width: 100%;
}
.of-staff .of-staff-cont .of-staff-member2 .of-staff-box .of-staff-member2-txt {
  margin-top: 15px;
}
.of-staff .of-staff-cont .of-staff-member2 .of-staff-box .of-staff-member2-txt p {
  font-size: 14px;
}
.of-staff .of-staff-cont .of-staff-member2 .of-staff-box .of-staff-member2-txt .of-staff-member1-name {
  text-align: center;
  font-size: 18px;
}

.of-access {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
  .of-access {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .of-access {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 834px) {
  .of-access {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .of-access {
    margin-bottom: 45px;
  }
}
.of-access .of-access-ttl {
  text-align: center;
  margin: 90px auto;
}
@media only screen and (max-width: 1200px) {
  .of-access .of-access-ttl {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .of-access .of-access-ttl {
    margin: 45px auto;
  }
}
@media only screen and (max-width: 600px) {
  .of-access .of-access-ttl {
    margin: 30px auto;
  }
}
.of-access .of-access-cont {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .of-access .of-access-cont {
    width: 94%;
  }
}
.of-access .of-access-cont .of-access-map iframe {
  width: 1200px;
  height: 640px;
}
@media only screen and (max-width: 1200px) {
  .of-access .of-access-cont .of-access-map iframe {
    width: 100%;
  }
}
@media only screen and (max-width: 834px) {
  .of-access .of-access-cont .of-access-map iframe {
    height: 60vw;
  }
}
.of-access .of-access-cont .of-access-link {
  margin-top: 45px;
}
@media only screen and (max-width: 600px) {
  .of-access .of-access-cont .of-access-link {
    margin-top: 30px;
  }
}
.of-access .of-access-cont .of-access-link .m-button {
  margin: 0 0 0 auto;
}

/* :::::::::::::::::::

	CONTACT

:::::::::::::::::::::: */
.co-tel {
  margin: 90px auto 60px;
}
@media only screen and (max-width: 1500px) {
  .co-tel {
    margin: 60px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .co-tel {
    margin: 30px auto 45px;
  }
}
@media only screen and (max-width: 834px) {
  .co-tel {
    margin: 0 auto 40px;
  }
}
.co-tel .co-tel-box {
  max-width: 1200px;
  background-color: #F5F5F7;
  padding: 50px 0 45px;
  border-radius: 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .co-tel .co-tel-box {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .co-tel .co-tel-box {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 834px) {
  .co-tel .co-tel-box {
    max-width: 94%;
  }
}
@media only screen and (max-width: 600px) {
  .co-tel .co-tel-box {
    padding: 20px 0;
  }
}
.co-tel .co-tel-box .co-tel-ttl {
  text-align: center;
}
.co-tel .co-tel-box .co-tel-cont {
  text-align: center;
  margin: 30px auto 15px;
}
@media only screen and (max-width: 1024px) {
  .co-tel .co-tel-box .co-tel-cont {
    margin: 10px auto 5px;
  }
}
@media only screen and (max-width: 600px) {
  .co-tel .co-tel-box .co-tel-cont {
    margin: 5px auto 0;
  }
}
.co-tel .co-tel-box .co-tel-cont a {
  font-size: 36px;
}
@media only screen and (max-width: 1024px) {
  .co-tel .co-tel-box .co-tel-cont a {
    font-size: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .co-tel .co-tel-box .co-tel-cont a {
    font-size: 24px;
  }
}
.co-tel .co-tel-box .co-tel-cont a i {
  margin-right: 15px;
}
.co-tel .co-tel-box .co-tel-time {
  text-align: center;
}
.co-tel .co-tel-box .co-tel-time p {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
}
@media only screen and (max-width: 600px) {
  .co-tel .co-tel-box .co-tel-time p {
    padding: 2.5px 10px;
  }
}

.co-mail {
  background-color: #F5F5F7;
}
.co-mail .co-mail-ttl {
  text-align: center;
  padding: 60px 0 45px;
}
@media only screen and (max-width: 1200px) {
  .co-mail .co-mail-ttl {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .co-mail .co-mail-ttl {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-ttl {
    padding: 35px 0 25px;
  }
}
.co-mail .co-mail-txt {
  width: 1200px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 1500px) {
  .co-mail .co-mail-txt {
    width: 1024px;
  }
}
@media only screen and (max-width: 1200px) {
  .co-mail .co-mail-txt {
    width: 840px;
  }
}
@media only screen and (max-width: 1024px) {
  .co-mail .co-mail-txt {
    width: 90%;
    margin: 0 auto 45px;
  }
}
@media only screen and (max-width: 834px) {
  .co-mail .co-mail-txt {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-txt {
    margin: 0 auto 25px;
  }
}
.co-mail .co-mail-txt p {
  font-size: 14px;
}
.co-mail .co-mail-form {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1500px) {
  .co-mail .co-mail-form {
    max-width: 1024px;
  }
}
@media only screen and (max-width: 1200px) {
  .co-mail .co-mail-form {
    max-width: 840px;
  }
}
@media only screen and (max-width: 1024px) {
  .co-mail .co-mail-form {
    max-width: 90%;
  }
}
@media only screen and (max-width: 834px) {
  .co-mail .co-mail-form {
    max-width: 94%;
  }
}
.co-mail .co-mail-form table {
  width: 1200px;
}
@media only screen and (max-width: 1500px) {
  .co-mail .co-mail-form table {
    width: 1024px;
  }
}
@media only screen and (max-width: 1200px) {
  .co-mail .co-mail-form table {
    width: 840px;
  }
}
@media only screen and (max-width: 1024px) {
  .co-mail .co-mail-form table {
    width: 100%;
  }
}
.co-mail .co-mail-form table tr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.co-mail .co-mail-form table tr:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.co-mail .co-mail-form table tr th, .co-mail .co-mail-form table tr td {
  line-height: 2;
  vertical-align: middle;
}
@media only screen and (max-width: 834px) {
  .co-mail .co-mail-form table tr th, .co-mail .co-mail-form table tr td {
    display: block;
  }
}
.co-mail .co-mail-form table tr th {
  position: relative;
  width: 25%;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 0;
}
@media only screen and (max-width: 1024px) {
  .co-mail .co-mail-form table tr th {
    font-size: 14px;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 834px) {
  .co-mail .co-mail-form table tr th {
    width: 100%;
    padding: 20px 10px 0;
  }
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form table tr th {
    padding: 10px 5px 0;
  }
}
.co-mail .co-mail-form table tr th .must {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
  color: #fff;
  font-size: 12px;
  padding: 1px 5px;
  background-color: #007ECD;
}
@media only screen and (max-width: 1024px) {
  .co-mail .co-mail-form table tr th .must {
    font-size: 10px;
  }
}
@media only screen and (max-width: 834px) {
  .co-mail .co-mail-form table tr th .must {
    position: static;
    margin-left: 15px;
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
  }
}
.co-mail .co-mail-form table tr td {
  width: 75%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .co-mail .co-mail-form table tr td {
    padding: 15px;
  }
}
@media only screen and (max-width: 834px) {
  .co-mail .co-mail-form table tr td {
    width: 100%;
    padding: 15px 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form table tr td {
    padding: 10px 5px 15px;
  }
}
.co-mail .co-mail-form table tr td input, .co-mail .co-mail-form table tr td select, .co-mail .co-mail-form table tr td textarea {
  width: 100%;
  padding: 15px;
  font-size: 15px;
  background: #fff;
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  .co-mail .co-mail-form table tr td input, .co-mail .co-mail-form table tr td select, .co-mail .co-mail-form table tr td textarea {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form table tr td input, .co-mail .co-mail-form table tr td select, .co-mail .co-mail-form table tr td textarea {
    padding: 5px 10px;
  }
}
.co-mail .co-mail-form table tr td.select-box {
  position: relative;
}
.co-mail .co-mail-form table tr td.select-box select {
  border: none;
  height: 60px;
  cursor: pointer;
}
.co-mail .co-mail-form table tr td.select-box select option {
  color: #333;
  line-height: 2;
}
.co-mail .co-mail-form table tr td input {
  line-height: 2;
}
.co-mail .co-mail-form table tr td textarea {
  line-height: 2;
  overflow-y: scroll;
}
@media only screen and (max-width: 1024px) {
  .co-mail .co-mail-form table tr td textarea {
    line-height: 1.5;
  }
}
.co-mail .co-mail-form .co-privacy {
  margin: 60px auto 45px;
}
@media only screen and (max-width: 1024px) {
  .co-mail .co-mail-form .co-privacy {
    margin: 45px auto;
  }
}
@media only screen and (max-width: 834px) {
  .co-mail .co-mail-form .co-privacy {
    margin: 30px auto;
  }
}
.co-mail .co-mail-form .co-privacy .co-privacy-box {
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  background-color: #fff;
}
.co-mail .co-mail-form .co-privacy .co-privacy-box #contact-privacy {
  padding: 30px;
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form .co-privacy .co-privacy-box #contact-privacy {
    padding: 15px;
  }
}
.co-mail .co-mail-form .co-privacy .co-privacy-box #contact-privacy h2 {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form .co-privacy .co-privacy-box #contact-privacy h2 {
    font-size: 16px;
  }
}
.co-mail .co-mail-form .co-privacy .co-privacy-box #contact-privacy section {
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form .co-privacy .co-privacy-box #contact-privacy section {
    font-size: 13px;
  }
}
.co-mail .co-mail-form .co-privacy .co-privacy-box #contact-privacy section p {
  font-weight: bold;
  padding-bottom: 7.5px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid #333;
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form .co-privacy .co-privacy-box #contact-privacy section p {
    font-size: 14px;
  }
}
.co-mail .co-mail-form .co-privacy .co-privacy-box #contact-privacy section ul {
  padding-left: 10px;
}
.co-mail .co-mail-form .co-privacy .co-privacy-box #contact-privacy section ul li {
  font-size: 13px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 10px;
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form .co-privacy .co-privacy-box #contact-privacy section ul li {
    font-size: 12px;
  }
}
.co-mail .co-mail-form .co-check-box .check-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 834px) {
  .co-mail .co-mail-form .co-check-box .check-box {
    margin-bottom: 30px;
  }
}
.co-mail .co-mail-form .co-check-box .check-box label {
  line-height: 1;
}
.co-mail .co-mail-form .co-check-box .check-box label input {
  vertical-align: middle;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form .co-check-box .check-box label input {
    width: 16px;
    height: 16px;
  }
}
.co-mail .co-mail-form .co-check-box .check-box span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form .co-check-box .check-box span {
    font-size: 14px;
  }
}
.co-mail .co-mail-form .co-contact-btn {
  padding-bottom: 90px;
}
@media only screen and (max-width: 834px) {
  .co-mail .co-mail-form .co-contact-btn {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form .co-contact-btn {
    padding-bottom: 50px;
  }
}
.co-mail .co-mail-form .co-contact-btn .contact-btn {
  width: 1200px;
}
@media only screen and (max-width: 1500px) {
  .co-mail .co-mail-form .co-contact-btn .contact-btn {
    width: 1024px;
  }
}
@media only screen and (max-width: 1200px) {
  .co-mail .co-mail-form .co-contact-btn .contact-btn {
    width: 840px;
  }
}
@media only screen and (max-width: 1024px) {
  .co-mail .co-mail-form .co-contact-btn .contact-btn {
    width: 100%;
  }
}
.co-mail .co-mail-form .co-contact-btn .contact-btn input {
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 30px 0;
  border-radius: 15px;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .co-mail .co-mail-form .co-contact-btn .contact-btn input {
    padding: 20px 0;
    border-radius: 10px;
  }
}

/* :::::::::::::::::::

	WordPress

:::::::::::::::::::::: */
/*
Pagination
-------------------------------------------------- */
.pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.2rem;
  width: 100%;
  margin: 0 auto;
}
.pagination ul li a,
.pagination ul li .current {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: 0;
  background: #eee3cb;
  border-radius: 5px;
  transition: all 0.4s ease-out;
}
@media only screen and (max-width: 834px) {
  .pagination ul li a,
  .pagination ul li .current {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.pagination ul li .current {
  color: #fff;
  background: #223A70;
}
.pagination ul li .prev,
.pagination ul li .next {
  line-height: 45px;
  background: none;
  border: 0;
}
@media only screen and (max-width: 834px) {
  .pagination ul li .prev,
  .pagination ul li .next {
    line-height: 40px;
  }
}
.pagination ul li .prev:hover,
.pagination ul li .next:hover {
  color: #223A70;
  background: none;
}
.pagination ul li a {
  text-decoration: none;
  transition: all 0.4s ease-out;
}
.pagination ul li a:hover {
  color: #fff;
  background: #223A70;
}

/*
Error404
-------------------------------------------------- */
#error404 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #error404 {
    text-align: justify;
  }
}
#error404 span {
  display: block;
}
@media only screen and (max-width: 600px) {
  #error404 span {
    display: inline;
  }
}
#error404 .btn {
  margin: 5rem auto 0;
  text-align: left;
}
@media only screen and (max-width: 834px) {
  #error404 .btn {
    margin-top: 4rem;
  }
}

/*
Contact Form 7
-------------------------------------------------- */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto 0;
  padding: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: red;
  background: rgba(255, 0, 0, 0.1);
  border: none;
}
@media only screen and (max-width: 834px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    padding: 2.5rem;
    font-size: 1.5rem;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto 0;
  padding: 3rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: green;
  background: rgba(0, 128, 0, 0.1);
  border: none;
}
@media only screen and (max-width: 834px) {
  .wpcf7 form.sent .wpcf7-response-output {
    padding: 2.5rem;
    font-size: 1.5rem;
  }
}
.wpcf7 form .wpcf7-list-item {
  margin: 0;
}
.wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  color: red;
}
.wpcf7 .screen-reader-response {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  width: 94%;
  margin: 1rem auto 0;
  text-align: center;
  font-size: 1.1rem;
}
@media only screen and (max-width: 834px) {
  .recaptcha {
    font-size: 1rem;
  }
}

#autozip {
  display: none !important;
}

html.is-fixed {
  overflow: hidden;
}

.pc_only {
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .sp_only {
    display: block !important;
  }
}/*# sourceMappingURL=common.css.map */