@charset "UTF-8";
/*
Theme Name: ふじなみ行政書士事務所
Author: shin
Author URI: https://office-fujinami.com/
Description: ふじなみ行政書士事務所
Version: 1.0.0
*/
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/vqd7jai.css");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* 
  レスポンシブ対応
*/
/* 
  スマホ改行
*/
.sp-br {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .sp-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sp-br {
    display: none;
  }
}

/* 
  PC改行
*/
.pc-br {
  display: block;
}
@media screen and (max-width: 575px) {
  .pc-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

/* 
  タブレット以上改行しない
*/
.tb-br {
  display: block;
}
@media screen and (max-width: 575px) {
  .tb-br {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .tb-br {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .tb-br {
    display: none;
  }
}

/* 
  PC・スマホ表示切り替え
*/
@media screen and (min-width: 1025px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-sp {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-sp {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-sp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-pc {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-pc {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-pc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .display-under-tablet {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-under-tablet {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-under-tablet {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-under-tablet {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-under-tablet {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-over-minipc {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-over-minipc {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-over-minipc {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-over-minipc {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-over-minipc {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-under-tate {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .display-under-tate {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .display-over-tate {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .display-over-tate {
    display: none;
  }
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

.block30 {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .block30 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block30 {
    margin-top: 20px;
  }
}

.block50 {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .block50 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block50 {
    margin-top: 30px;
  }
}

.block80 {
  margin-top: 80px;
}
@media screen and (max-width: 575px) {
  .block80 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block80 {
    margin-top: 50px;
  }
}

.block80-p {
  padding-top: 80px;
}
@media screen and (max-width: 575px) {
  .block80-p {
    padding-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block80-p {
    padding-top: 50px;
  }
}

.block120 {
  margin-top: 120px;
}
@media screen and (max-width: 575px) {
  .block120 {
    margin-top: 90px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block120 {
    margin-top: 90px;
  }
}

.block120-p {
  padding-top: 120px;
}
@media screen and (max-width: 575px) {
  .block120-p {
    padding-top: 90px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block120-p {
    padding-top: 90px;
  }
}

.block140 {
  margin-top: 140px;
}
@media screen and (max-width: 575px) {
  .block140 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block140 {
    margin-top: 100px;
  }
}

.block170 {
  margin-top: 170px;
}
@media screen and (max-width: 575px) {
  .block170 {
    margin-top: 120px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block170 {
    margin-top: 120px;
  }
}

.block170-p {
  padding-top: 170px;
}
@media screen and (max-width: 575px) {
  .block170-p {
    padding-top: 120px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .block170-p {
    padding-top: 120px;
  }
}

.title01 p {
  position: relative;
  padding-left: 30px;
  font-family: montserrat, sans-serif;
}
.title01 p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("image/icon.png");
  background-size: contain;
}

.title02 {
  color: #fff;
}
.title02 p {
  position: relative;
  padding-left: 30px;
  font-family: montserrat, sans-serif;
}
.title02 p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("image/icon-w.png");
  background-size: contain;
}

.title03 {
  color: #fff;
}
.title03 p {
  position: relative;
  padding-left: 30px;
  font-family: montserrat, sans-serif;
}
.title03 p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("image/icon-w.png");
  background-size: contain;
}
.title03 h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 575px) {
  .title03 h2 {
    font-size: 2.3rem;
  }
}

.banner {
  color: #fff;
}
.banner .box {
  padding: 50px;
  background-color: #0e1624;
  background-image: radial-gradient(#151F33 2px, transparent 1px);
  background-size: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .banner .box {
    padding: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .box {
    padding: 30px;
  }
}
.banner .box .left {
  width: 40%;
}
@media screen and (max-width: 575px) {
  .banner .box .left {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .box .left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .box .left {
    width: 100%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .banner .box .left {
    width: 100%;
  }
}
.banner .box .right {
  width: 60%;
}
@media screen and (max-width: 575px) {
  .banner .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .banner .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
.banner .box .right .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .banner .box .right .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .box .right .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .banner .box .right .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .banner .box .right .text .mail {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .box .right .text .mail {
    width: 100%;
    text-align: center;
  }
}
.banner .box .right .text .mail a {
  background-color: #fff;
  color: #333;
  border-radius: 43px;
  padding: 15px 20px;
  white-space: nowrap;
}
.banner .box .right .text .mail a i {
  margin-right: 5px;
}
.banner .box .right .text .tel {
  margin-left: 50px;
}
@media screen and (max-width: 575px) {
  .banner .box .right .text .tel {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .banner .box .right .text .tel {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 50px;
  }
}
.banner .box .right .text .tel .t1 {
  font-size: 1.8rem;
}
.banner .box .right .text .tel .t2 {
  font-size: 3rem;
  font-family: "poppins", sans-serif;
  white-space: nowrap;
}

.back-white {
  background-color: #fff;
}

.back-gray {
  background-color: #FAFAFA;
}

.down-space {
  padding-bottom: 80px;
}

.button01 a {
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  padding: 20px 30px;
  white-space: nowrap;
}
.button01 a i {
  margin-left: 15px;
}

/* パンくず */
#bread-top {
  margin-top: 10px;
  font-size: 0.87em;
  padding: 10px 0;
}
@media screen and (max-width: 575px) {
  #bread-top {
    margin-top: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #bread-top {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #bread-top {
    margin-top: 120px;
  }
}
#bread-top li {
  display: inline-block;
}
#bread-top li:after {
  content: ">";
  padding: 0 15px;
}
#bread-top li:last-child:after {
  content: "";
}
#bread-top img {
  vertical-align: middle;
  margin-bottom: 4px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 0 !important;
  height: 16px;
}
#bread-top img:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#page-title01 {
  position: relative;
  height: 500px;
  width: 100%;
  background-color: #0e1624;
  background-image: radial-gradient(#151F33 2px, transparent 1px);
  background-size: 10px 10px;
}
@media screen and (max-width: 575px) {
  #page-title01 {
    height: 350px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title01 {
    height: 350px;
  }
}
#page-title01 .msg {
  position: absolute;
  top: 51%;
  left: 10%;
  z-index: 2;
  color: #fff;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  #page-title01 .msg {
    top: 45%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title01 .msg {
    top: 45%;
  }
}
#page-title01 .msg p {
  font-family: montserrat, sans-serif;
  font-size: 1.6rem;
}
#page-title01 .msg h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 575px) {
  #page-title01 .msg h2 {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title01 .msg h2 {
    font-size: 2.3rem;
  }
}

#page-title02 {
  text-align: center;
}
@media screen and (max-width: 575px) {
  #page-title02 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #page-title02 {
    margin-top: 30px;
  }
}
#page-title02 p {
  position: relative;
  padding-left: 30px;
  font-family: montserrat, sans-serif;
  display: inline-block;
}
#page-title02 p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("image/icon.png");
  background-size: contain;
}

html {
  font-size: 62.5%;
}

body {
  letter-spacing: 0.1rem;
  line-height: 1.7857;
  color: #333333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 2.6rem;
  }
}

h3 {
  font-size: 2.3rem;
}
@media screen and (max-width: 575px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  h3 {
    font-size: 2rem;
  }
}

.wrapper {
  width: 85%;
  margin: 0 auto;
}

/* 簡体字 (中国本土向け) */
body.lang-zh-CN {
  font-family: "Noto Sans SC", "PingFang SC", sans-serif !important;
}

body.lang-zh-CN h2 {
  font-family: "Noto Sans SC", "Noto Sans TC", sans-serif !important;
}

body.lang-zh-CN h3 {
  font-family: "Noto Sans SC", "Noto Sans TC", sans-serif !important;
}

body.lang-zh-CN h4 {
  font-family: "Noto Sans SC", "Noto Sans TC", sans-serif !important;
}

/* グーテンベルク */
.alignleft {
  float: left;
  margin-left: 0;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-right: 0;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
  text-align: center;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

.wp-embedded-content {
  max-width: 100%;
}

.lang-en-US {
  font-family: "helvetica-neue-lt-pro", sans-serif !important;
  font-weight: 400 !important;
}
.lang-en-US *:not(i) {
  font-family: inherit !important;
  font-weight: inherit !important;
}

header #header-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 97;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  background-color: #fff;
  /* バーガーメニュー */
}
@media screen and (max-width: 575px) {
  header #header-top {
    padding: 5px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top {
    padding: 5px 0;
  }
}
@media screen and (max-width: 575px) {
  header #header-top .logo {
    margin: 5px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .logo {
    margin: 5px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .logo {
    margin: 5px 0;
  }
}
header #header-top .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: 375px;
  height: 50px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("image/logo.png");
}
@media screen and (max-width: 575px) {
  header #header-top .logo a {
    width: 175px;
    height: 25px;
    margin-left: 15px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .logo a {
    width: 281px;
    height: 40px;
    margin-left: 15px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .logo a {
    width: 281px;
    height: 40px;
    margin-left: 15px;
    margin-top: 5px;
  }
}
header #header-top .logo a h1 {
  text-indent: -9999px;
  position: relative;
}
header #header-top .menu .nav-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header #header-top .menu .nav-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header #header-top .menu .nav-top .info li {
  margin-left: 30px;
}
header #header-top .menu .nav-top .info li i {
  color: #000000;
  margin-right: 5px;
}
header #header-top .menu .nav-bottom {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #header-top .menu .nav-bottom li {
  margin-left: 30px;
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top .menu .nav-bottom li {
    font-size: 1.2vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  header #header-top .menu .nav-bottom li {
    font-size: 1.2vw;
  }
}
header #header-top .menu .nav-bottom a {
  position: relative;
  text-decoration: none;
}
header #header-top .menu .nav-bottom a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #000000;
  bottom: -3px;
  left: 0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
header #header-top .menu .nav-bottom a:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media screen and (max-width: 575px) {
  header #header-top .menu {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .menu {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .menu {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  header #header-top .languege {
    position: absolute;
    top: 8px;
    right: 67px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .languege {
    position: absolute;
    top: 8px;
    right: 67px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .languege {
    position: absolute;
    top: 18px;
    right: 67px;
  }
}
header #header-top .languege ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
}
header #header-top .languege ul .en-US {
  border: 1px solid #ECECEC;
  border-radius: 5px 0 0 5px;
  padding: 2px 15px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  header #header-top .languege ul .en-US {
    padding: 2px 10px;
  }
}
header #header-top .languege ul .ja {
  border: 1px solid #ECECEC;
  border-radius: 0 5px 5px 0;
  padding: 2px 15px;
  font-weight: bold;
  border-left: none;
}
@media screen and (max-width: 575px) {
  header #header-top .languege ul .ja {
    padding: 2px 10px;
  }
}
header #header-top .languege ul .current {
  color: #fff;
  background-color: #000000;
}
header #header-top .hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 5px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  /* ナビ開いてる時のボタン */
}
@media screen and (min-width: 1025px) {
  header #header-top .hamburger {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top .hamburger {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .hamburger {
    top: 15px;
  }
}
header #header-top .hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #000000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header #header-top .hamburger span:nth-child(1) {
  top: 10px;
}
header #header-top .hamburger span:nth-child(2) {
  top: 20px;
}
header #header-top .hamburger span:nth-child(3) {
  top: 30px;
}
header #header-top .hamburger.active span:nth-child(1), header #header-top .hamburger.active span:nth-child(3) {
  width: 14px;
}
header #header-top .hamburger.active span:nth-child(1) {
  -webkit-transform: translate(-1px, 5px) rotate(-45deg);
  transform: translate(-1px, 5px) rotate(-45deg);
}
header #header-top .hamburger.active span:nth-child(3) {
  -webkit-transform: translate(-1px, -5px) rotate(45deg);
  transform: translate(-1px, -5px) rotate(45deg);
}
header #header-top nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* このクラスを、jQueryで付与・削除する */
}
@media screen and (min-width: 1025px) {
  header #header-top nav.globalMenuSp {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top nav.globalMenuSp {
    display: none;
  }
}
header #header-top nav.globalMenuSp img {
  width: 175px;
  height: 25px;
  margin-top: 10px;
  margin-left: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
header #header-top nav.globalMenuSp ul {
  background: #FAFAFA;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-top: 30px;
}
header #header-top nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  padding-left: 15px;
}
header #header-top nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1.4em 0;
  text-decoration: none;
}
header #header-top nav.globalMenuSp ul li i {
  color: #000000;
  margin-right: 5px;
}
header #header-top nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
header #header-top nav.globalMenuSp.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
header #header-top .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
header #header-top .header-info a {
  background-color: #000000;
  color: #fff;
  padding: 10px;
  font-size: 1.4rem;
  margin: 0 10px;
  white-space: nowrap;
}

footer {
  padding: 80px 0;
  background-color: #0e1624;
  background-image: radial-gradient(#151F33 2px, transparent 1px);
  background-size: 10px 10px;
  color: #fff;
}
footer .in {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 575px) {
  footer .in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .in {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
footer .in .address {
  width: 35%;
}
@media screen and (max-width: 575px) {
  footer .in .address {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .in .address {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .in .address {
    width: 100%;
  }
}
footer .in .address ul {
  margin-top: 15px;
}
footer .in .address img {
  height: 65px;
}
@media screen and (max-width: 575px) {
  footer .in .address img {
    height: auto;
    width: 80%;
  }
}
footer .in .menu {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  footer .in .menu {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .in .menu {
    width: 100%;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .in .menu {
    width: 100%;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .in .menu li {
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  footer .in .menu li {
    width: 100%;
  }
  footer .in .menu li a {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .in .menu li {
    width: 100%;
  }
  footer .in .menu li a {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .in .menu li {
    width: 100%;
  }
  footer .in .menu li a {
    display: block;
    width: 100%;
    text-align: left;
  }
}
footer .in .menu li i {
  margin-right: 5px;
}
footer .in-en {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
footer .in-en .address img {
  height: 65px;
}
@media screen and (max-width: 575px) {
  footer .in-en .address img {
    height: auto;
    width: 80%;
  }
}
footer .in-en .address ul {
  margin-top: 30px;
}
footer .copyright {
  font-family: montserrat, sans-serif;
  text-align: center;
  font-size: 1.4rem;
}
footer .side {
  position: fixed;
  top: 38%;
  right: -1px;
  z-index: 99;
  background-color: #fff;
  color: #333;
  text-align: center;
  padding: 7px;
  border-radius: 15px 0 0 15px;
  border: 1px solid #000000;
}
@media screen and (max-width: 575px) {
  footer .side {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .side {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .side {
    display: none;
  }
}
footer .side .tel {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
footer .side .tel .tel01 {
  font-size: 1rem;
  font-family: "poppins", sans-serif;
}
footer .side .tel .tel02 {
  font-size: 1rem;
}
footer .side .mail {
  padding-top: 10px;
}
footer .side .mail p {
  font-size: 1rem;
}
footer .footer-contact {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  text-align: center;
  width: 100%;
}
footer .footer-contact .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-contact .contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  width: 50%;
  height: 60px;
  background-color: #000000;
  color: #fff;
  border: 1px solid #fff;
}
footer .footer-contact a {
  width: 100%;
}
footer .footer-contact p {
  text-align: center;
  font-size: 1.2rem;
}
footer .footer-contact .footer-big i {
  font-size: 1.4rem;
}
footer .effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}
footer .effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#top-movie {
  position: relative;
  width: 100vw;
  height: 100vh;
  aspect-ratio: 16/9;
  min-height: 600px;
  overflow: hidden;
}
#top-movie::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
@media screen and (max-width: 575px) {
  #top-movie {
    aspect-ratio: 1/1;
    min-height: auto;
    margin-top: 60px;
    height: 100vh;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-movie {
    aspect-ratio: 4/3;
    min-height: auto;
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-movie {
    aspect-ratio: 1/1;
    min-height: auto;
    margin-top: 60px;
    height: 100vh;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top-movie {
    aspect-ratio: 1/1;
    min-height: auto;
    margin-top: 60px;
    height: 100vh;
  }
}
#top-movie video {
  position: fixed;
  top: 75px;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: auto;
  aspect-ratio: 16/9;
  -webkit-filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
          filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
@media screen and (max-width: 575px) {
  #top-movie video {
    top: 0;
    aspect-ratio: 1/1;
    min-height: auto;
    margin-top: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-movie video {
    top: 0;
    aspect-ratio: 4/3;
    min-height: auto;
    margin-top: 65px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-movie video {
    top: 0;
    aspect-ratio: 1/1;
    min-height: auto;
    margin-top: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top-movie video {
    top: 0;
    aspect-ratio: 1/1;
    min-height: auto;
    margin-top: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
}
#top-movie .text {
  position: absolute;
  top: 35%;
  left: 5%;
  z-index: 2;
  color: #fff;
}
#top-movie .text h2 {
  font-size: 3.5vw;
}
@media screen and (max-width: 575px) {
  #top-movie .text h2 {
    font-size: 2.3rem;
    margin-right: 5%;
  }
}
@media screen and (max-width: 575px) {
  #top-movie .text p {
    margin-right: 5%;
  }
}
@media screen and (max-width: 575px) {
  #top-movie .text {
    top: 20%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-movie .text {
    top: 20%;
  }
}

#top-message {
  position: relative;
  padding-bottom: 140px;
}
#top-message::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
@media screen and (max-width: 575px) {
  #top-message {
    padding-top: 30px;
    background-color: rgb(0, 0, 0);
  }
}
#top-message .wrapper {
  position: relative;
  z-index: 1;
}
#top-message .wrapper .text {
  color: #fff;
  margin-left: 10%;
}
@media screen and (max-width: 575px) {
  #top-message .wrapper .text {
    margin-left: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-message .wrapper .text {
    margin-left: 0;
  }
}

#top-reason {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#top-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 750px;
  background-color: #FAFAFA;
}
#top-reason .title01 {
  position: relative;
  z-index: 2;
}
#top-reason .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-reason .in .box {
  position: relative;
  z-index: 2;
  width: 31%;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  #top-reason .in .box {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-reason .in .box {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-reason .in .box {
    width: 48%;
  }
}
#top-reason .in .box img {
  height: 130px;
  display: block;
  margin: 0 auto;
}
#top-reason .in .box h3 {
  margin: 30px 0;
}

#top-service {
  z-index: 1;
  background-color: #fff;
}
#top-service .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-service .in .box {
  position: relative;
  width: 33.3333333333%;
  color: #fff;
  padding: 50px 30px 80px 30px;
}
@media screen and (max-width: 575px) {
  #top-service .in .box {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-service .in .box {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-service .in .box {
    width: 50%;
  }
}
#top-service .in .box::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#top-service .in .box img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#top-service .in .box h3 {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
  text-align: center;
}
#top-service .in .box p {
  position: relative;
  z-index: 3;
}
#top-service .in .box i {
  position: absolute;
  z-index: 3;
  bottom: 35px;
  right: 35px;
  font-size: 2rem;
}

#top-voice {
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  #top-voice {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-voice {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#top-voice .slider {
  overflow: hidden;
}
#top-voice .voice-item {
  margin: 0 15px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  border: 1px solid #333;
}
#top-voice .voice-item h3 {
  font-size: 1.8rem;
  margin: 15px 0;
  font-weight: 900;
}
#top-voice .voice-item .text {
  background-color: #FAFAFA;
  padding: 15px;
}
#top-voice .voice-item .right {
  text-align: right;
  margin-top: 15px;
  font-size: 1.4rem;
}
#top-voice .nothing {
  text-align: center;
}
#top-voice .slick-dots {
  display: none;
}
#top-voice .slick-arrow {
  position: absolute;
  top: 250px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-voice .slick-arrow {
    top: 150px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top-voice .slick-arrow {
    top: 85px;
  }
}
#top-voice .slick-arrow:hover {
  cursor: pointer;
}
#top-voice .prev-arrow {
  left: 9%;
}
#top-voice .next-arrow {
  right: 8%;
}
#top-voice .prev-arrow:before,
#top-voice .next-arrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.5rem;
  color: #000000;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  border: 1px solid #000;
  text-align: center;
  line-height: 48px;
  color: #000;
}
#top-voice .prev-arrow:before {
  content: "\f053";
}
#top-voice .next-arrow:before {
  content: "\f054";
}

#top-flow {
  z-index: 1;
  background-color: #fff;
}
#top-flow .in .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top-flow .in .box .num {
  width: 10%;
  position: relative;
}
@media screen and (max-width: 575px) {
  #top-flow .in .box .num {
    width: 25%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-flow .in .box .num {
    width: 15%;
  }
}
#top-flow .in .box .num p {
  position: relative;
  z-index: 2;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #000000;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  font-family: montserrat, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
}
#top-flow .in .box .num::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 27.5px;
  z-index: 1;
  width: 2px;
  height: calc(100% + 250px);
  background-color: #ECECEC;
}
@media screen and (max-width: 575px) {
  #top-flow .in .box .num::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-flow .in .box .num::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-flow .in .box .num::after {
    display: none;
  }
}
#top-flow .in .box .clear::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 27.5px;
  z-index: -1;
  width: 2px;
  height: calc(100% + 50px);
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  #top-flow .in .box .clear::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-flow .in .box .clear::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-flow .in .box .clear::after {
    display: none;
  }
}
#top-flow .in .box .content {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAFAFA;
  padding: 30px;
}
#top-flow .in .box .content .text {
  width: 70%;
}
@media screen and (max-width: 575px) {
  #top-flow .in .box .content .text {
    width: 100%;
  }
}
#top-flow .in .box .content .text h3 {
  margin-bottom: 15px;
}
#top-flow .in .box .content .pic {
  width: 25%;
  aspect-ratio: 1/1;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #top-flow .in .box .content .pic {
    display: none;
  }
}
#top-flow .in .box .content .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top-area {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-bottom: 170px;
}
@media screen and (max-width: 575px) {
  #top-area {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-area {
    padding-bottom: 80px;
  }
}
#top-area .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
#top-area .in .box {
  width: 47%;
  padding: 50px;
  background-color: rgba(250, 250, 250, 0.8);
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  #top-area .in .box {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-area .in .box {
    padding: 30px;
  }
}
#top-area .in .box h3 {
  text-align: center;
  margin-bottom: 30px;
}
#top-area img {
  width: 45%;
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  #top-area img {
    top: 58%;
  }
}

#top-office {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#top-office .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-office .box .text {
  width: 50%;
  padding-bottom: 30px;
}
@media screen and (max-width: 575px) {
  #top-office .box .text {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-office .box .text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-office .box .text {
    width: 100%;
  }
}
#top-office .box .pic {
  width: 45%;
  aspect-ratio: 1/1;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #top-office .box .pic {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-office .box .pic {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-office .box .pic {
    width: 100%;
    margin-top: 50px;
  }
}
#top-office .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top-news {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-bottom: 80px;
}
#top-news .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-news .box .left {
  width: 20%;
}
@media screen and (max-width: 575px) {
  #top-news .box .left {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .box .left {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-news .box .left {
    width: 100%;
  }
}
#top-news .box .right {
  width: 75%;
}
@media screen and (max-width: 575px) {
  #top-news .box .right {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .box .right {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-news .box .right {
    width: 100%;
    margin-top: 50px;
  }
}
#top-news .box .right a {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #ECECEC;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  #top-news .box .right a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .box .right a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#top-news .box .right a:last-child {
  border-bottom: 1px solid #ECECEC;
}
#top-news .box .right a .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top-news .box .right a .top .date {
  font-family: montserrat, sans-serif;
  white-space: nowrap;
  width: 80px;
}
#top-news .box .right a .top .category {
  font-size: 1.4rem;
  background-color: #000000;
  margin-left: 30px;
  padding: 0 15px;
  border-radius: 30px;
  color: #fff;
  white-space: nowrap;
}
#top-news .box .right a .top h3 {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-left: 15px;
  padding-right: 50px;
}
@media screen and (max-width: 575px) {
  #top-news .box .right a .top h3 {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .box .right a .top h3 {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-news .box .right a .top h3 {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top-news .box .right a .top h3 {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
#top-news .box .right a .bottom {
  padding-top: 10px;
}
#top-news .box .right a .bottom i {
  text-align: right;
  position: absolute;
  top: 20px;
  right: 0;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 575px) {
  #top-news .box .right a .bottom i {
    top: auto;
    bottom: 36px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .box .right a .bottom i {
    top: auto;
    bottom: 36px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-news .box .right a .bottom i {
    top: auto;
    bottom: 36px;
  }
}

#top-faq {
  position: relative;
  z-index: 1;
  background-color: #FAFAFA;
}
#top-faq .toggle_contents {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  #top-faq .toggle_contents {
    padding: 20px;
  }
}
#top-faq .toggle_contents .toggle_title {
  position: relative;
  cursor: pointer;
}
#top-faq .toggle_contents .toggle_title .toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
#top-faq .toggle_contents .toggle_title .toggle_btn:before, #top-faq .toggle_contents .toggle_title .toggle_btn:after {
  display: block;
  content: "";
  background-color: #000000;
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top-faq .toggle_contents .toggle_title .toggle_btn:before {
  width: 4px;
  height: 20px;
}
#top-faq .toggle_contents .toggle_title.selected .toggle_btn:before {
  content: normal;
}
#top-faq .toggle_contents dd {
  display: none;
}
#top-faq dt {
  padding: 15px 50px;
  position: relative;
}
#top-faq dt:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "Q";
  display: block;
  font-size: 2.6rem;
  color: #000000;
  font-weight: normal;
  font-family: montserrat, sans-serif;
}
#top-faq dd {
  padding: 20px 50px;
}
@media screen and (max-width: 575px) {
  #top-faq dd {
    padding: 20px;
  }
}

#service-msg .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#service-msg .box .pic {
  width: 30%;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 575px) {
  #service-msg .box .pic {
    width: 100%;
    margin-top: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-msg .box .pic {
    width: 100%;
    margin-top: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
#service-msg .box .pic img {
  width: 60%;
  aspect-ratio: 2.5/4;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#service-msg .box .pic .p2 {
  position: absolute;
  top: 100px;
  left: 0;
}
@media screen and (max-width: 575px) {
  #service-msg .box .pic .p2 {
    top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-msg .box .pic .p2 {
    top: 50px;
  }
}
#service-msg .box .text {
  width: 65%;
}
@media screen and (max-width: 575px) {
  #service-msg .box .text {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-msg .box .text {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

#service-merit .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#service-merit .in .box {
  width: 48%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  #service-merit .in .box {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-merit .in .box {
    width: 100%;
  }
}
#service-merit .in .box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#service-merit .in .box .title img {
  height: 100px;
}
@media screen and (max-width: 575px) {
  #service-merit .in .box .title img {
    height: 70px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-merit .in .box .title img {
    height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #service-merit .in .box .title img {
    height: 70px;
  }
}
#service-merit .in .box .title h3 {
  margin-left: 15px;
}
#service-merit .in .box p {
  margin-top: 30px;
}

#service-type {
  position: relative;
}
#service-type .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#service-type .in .box {
  width: 48%;
}
@media screen and (max-width: 575px) {
  #service-type .in .box {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-type .in .box {
    width: 100%;
  }
}
#service-type .in .box img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
#service-type .in .box .text {
  padding: 40px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 575px) {
  #service-type .in .box .text {
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-type .in .box .text {
    padding: 20px;
  }
}
#service-type .in .box .text h3 {
  margin-bottom: 30px;
}

.types-permanent::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 70%;
  background-color: #FAFAFA;
}

.types-spouse::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 55%;
  background-color: #FAFAFA;
}

.types-visa::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
  background-color: #FAFAFA;
}

#service-document {
  background-color: #FAFAFA;
  padding-bottom: 80px;
}
#service-document .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#service-document .in .box {
  width: 48%;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  #service-document .in .box {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-document .in .box {
    width: 100%;
    padding: 20px;
  }
}
#service-document .in .box p {
  margin-top: 30px;
}
#service-document .in .box h4 {
  font-size: 2.3rem;
}
@media screen and (max-width: 575px) {
  #service-document .in .box h4 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-document .in .box h4 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #service-document .in .box h4 {
    font-size: 2rem;
  }
}

#service-licenses {
  background-color: #FAFAFA;
  padding-bottom: 80px;
}
#service-licenses .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#service-licenses .in .box {
  width: 48%;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  #service-licenses .in .box {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-licenses .in .box {
    width: 100%;
    padding: 20px;
  }
}
#service-licenses .in .box p {
  margin-top: 30px;
}
#service-licenses .in .box h4 {
  font-size: 2.3rem;
}
@media screen and (max-width: 575px) {
  #service-licenses .in .box h4 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-licenses .in .box h4 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #service-licenses .in .box h4 {
    font-size: 2rem;
  }
}

#service-requirements {
  background-color: #FAFAFA;
  padding-bottom: 80px;
}
#service-requirements .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#service-requirements .in .box {
  width: 48%;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 575px) {
  #service-requirements .in .box {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-requirements .in .box {
    width: 100%;
    padding: 20px;
  }
}
#service-requirements .in .box p {
  margin-top: 30px;
}

.clear-padding {
  padding-bottom: 0 !important;
}

#service-notes img {
  width: 100%;
}
#service-notes .content {
  padding: 80px 80px 0 80px;
  background-color: #fff;
  margin-left: 10%;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  #service-notes .content {
    padding: 30px 30px 0 30px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-notes .content {
    padding: 30px 30px 0 30px;
    margin-top: -30px;
  }
}
#service-notes .content h2 {
  font-size: 2.3rem;
  position: relative;
}
#service-notes .content h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  height: 1px;
  width: 100%;
  background-color: #ECECEC;
}
@media screen and (max-width: 575px) {
  #service-notes .content h2::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-notes .content h2::after {
    display: none;
  }
}
#service-notes .content h2 span {
  background-color: #fff;
  padding-right: 20px;
}
#service-notes .content .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#service-notes .content .in .box {
  width: 46%;
  background-color: #FAFAFA;
  padding: 20px;
}
@media screen and (max-width: 575px) {
  #service-notes .content .in .box {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-notes .content .in .box {
    width: 100%;
  }
}
#service-notes .content .in .box h3 {
  color: #000000;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
#service-notes .content .in .box h3 i {
  margin-right: 5px;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-bottom: 2px;
}

#service-merit2 .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #FAFAFA;
}
#service-merit2 .box .n1 {
  font-family: montserrat, sans-serif;
  font-size: 3.6rem;
  position: absolute;
  top: -30px;
  left: 30px;
}
#service-merit2 .box .n2 {
  font-family: montserrat, sans-serif;
  font-size: 3.6rem;
  position: absolute;
  top: -30px;
  right: 30px;
}
@media screen and (max-width: 575px) {
  #service-merit2 .box .n2 {
    right: auto;
    left: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-merit2 .box .n2 {
    right: auto;
    left: 30px;
  }
}
#service-merit2 .box .text {
  width: 55%;
  padding: 50px 100px;
}
@media screen and (max-width: 575px) {
  #service-merit2 .box .text {
    width: 100%;
    padding: 50px 30px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-merit2 .box .text {
    width: 100%;
    padding: 50px 30px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #service-merit2 .box .text {
    padding: 50px;
  }
}
#service-merit2 .box .text h3 {
  margin-bottom: 30px;
}
#service-merit2 .box .pic {
  width: 45%;
  aspect-ratio: 16/9;
  height: auto;
  overflow: hidden;
  margin-top: -30px;
}
@media screen and (max-width: 575px) {
  #service-merit2 .box .pic {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-merit2 .box .pic {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
#service-merit2 .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.back-gray {
  background-color: #FAFAFA;
}

.space-down-s {
  padding-bottom: 170px;
}
@media screen and (max-width: 575px) {
  .space-down-s {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .space-down-s {
    padding-bottom: 120px;
  }
}

#service-plan .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#service-plan .in .box {
  width: 48%;
  background-color: #FAFAFA;
  padding: 40px;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  #service-plan .in .box {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #service-plan .in .box {
    width: 100%;
    padding: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #service-plan .in .box {
    width: 100%;
  }
}
#service-plan .in .box .title {
  text-align: center;
}
#service-plan .in .box .title h3 {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 0 30px;
  border-radius: 20px;
}
#service-plan .in .box .title .price {
  margin: 30px 0;
  font-size: 2.3rem;
}
#service-plan .in .box .title .price .yen {
  font-family: "poppins", sans-serif;
  margin-left: 15px;
  font-size: 3rem;
}
#service-plan .in .box .title .price .tax {
  font-size: 1.8rem;
}
#service-plan .in .box .text h4 {
  font-size: 2rem;
  margin-bottom: 15px;
}

#others-list {
  margin-bottom: 120px;
}
#others-list .list-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#others-list .list-in a {
  position: relative;
  display: inline-block;
  width: 31%;
  background-color: #FAF9F7;
  border-radius: 20px;
}
@media screen and (max-width: 575px) {
  #others-list .list-in a {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #others-list .list-in a {
    width: 48%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #others-list .list-in a {
    width: 48%;
  }
}
#others-list .list-in a .others-item-pic {
  width: 100%;
  overflow: hidden;
}
#others-list .list-in a .others-item-pic img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 575px) {
  #others-list .list-in a .others-item-pic img {
    height: 200px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #others-list .list-in a .others-item-pic img {
    height: 270px;
  }
}
#others-list .list-in a .other-text {
  position: relative;
  padding: 15px 15px 80px 15px;
}
#others-list .list-in a .other-text h3 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #000000;
  font-weight: bold;
}
#others-list .list-in a .other-text div {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 575px) {
  #others-list .list-in a .other-text div {
    right: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #others-list .list-in a .other-text div {
    right: 20px;
  }
}
#others-list .list-in a .other-text div i {
  color: #000000;
  line-height: 70px;
}
#others-list .list-in a .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#others-list .list-in a .price {
  text-align: right;
  margin: 20px 0;
  font-weight: bold;
}
#others-list .list-in a .price span {
  color: #000000;
  font-size: 2.3rem;
  margin: 0 5px;
  font-family: "poppins", sans-serif;
}

.others-nothing {
  text-align: center;
  margin-top: 50px;
}
.others-nothing p {
  font-size: 2rem;
}

/* ページネーションのスタイル */
.page-nation {
  padding-top: 80px;
  width: 100%;
  text-align: center;
}
.page-nation a {
  width: none !important;
}

.page-numbers {
  display: inline-block;
  padding: 5px 10px; /* ページ番号のパディング */
  text-decoration: none; /* テキストの下線を消す */
  border: 1px solid #ddd; /* 境界線のスタイル */
  margin: 2px; /* マージン */
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.page-numbers:hover {
  background-color: #000000;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* 現在のページのスタイル */
.page-numbers.current {
  background-color: #000000;
  border-color: #ECECEC;
}

/* 「前ページ」と「次ページ」ボタンのスタイル */
.page-numbers.prev, .page-numbers.next {
  font-weight: bold;
}

/* 「前ページ」と「次ページ」ボタンのホバー時のスタイル */
.page-numbers.prev:hover, .page-numbers.next:hover {
  background-color: #000000;
  color: #fff;
}

#others-contents {
  margin-bottom: 170px;
}
@media screen and (max-width: 575px) {
  #others-contents {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #others-contents {
    margin-bottom: 120px;
  }
}
#others-contents .in h2 {
  font-size: 2.3rem;
}
#others-contents .in .bottom h3 {
  margin-top: 80px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 10px;
  position: relative;
}
#others-contents .in .bottom h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #000000;
}
@media screen and (max-width: 575px) {
  #others-contents .in .bottom h3 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #others-contents .in .bottom h3 {
    margin-top: 50px;
  }
}

#contents-next {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  #contents-next {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contents-next {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#contents-next a {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-family: montserrat, sans-serif;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  #contents-next a {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contents-next a {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
#contents-next .news-center {
  width: 300px;
  margin: 0 50px;
  text-align: center;
  border-radius: 30px;
  text-align: center;
  background-color: #000000;
  border: 1px solid #000000;
  padding: 15px 0;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  #contents-next .news-center {
    width: 100%;
    margin: 30px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contents-next .news-center {
    width: 100%;
    margin: 30px 0;
  }
}
#contents-next .next-link {
  position: relative;
  width: 100px;
  text-align: right;
}
#contents-next .next-link::after {
  position: absolute;
  top: 0;
  right: 75px;
  color: #000000;
  content: "\f060";
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#contents-next .prev-link {
  position: relative;
  width: 100px;
  text-align: left;
}
#contents-next .prev-link::after {
  position: absolute;
  top: 0;
  left: 75px;
  color: #000000;
  content: "\f061";
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#office-msg .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#office-msg .box .pic {
  width: 42%;
}
@media screen and (max-width: 575px) {
  #office-msg .box .pic {
    width: 100%;
  }
}
#office-msg .box .pic img {
  width: 100%;
  border-radius: 20px;
}
#office-msg .box .pic h3 {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 15px;
}
#office-msg .box .text {
  width: 50%;
}
@media screen and (max-width: 575px) {
  #office-msg .box .text {
    width: 100%;
  }
}

#office-profile table {
  border-collapse: collapse;
  width: 100%;
}
#office-profile table tr {
  border-bottom: 5px solid #fff;
}
#office-profile table th {
  padding: 30px 30px 30px 50px;
  background-color: #FAFAFA;
  border-left: 3px solid #000000;
  width: 30%;
}
@media screen and (max-width: 575px) {
  #office-profile table th {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    border-left: none;
    border-top: 3px solid #000000;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #office-profile table th {
    padding: 20px 20px 20px 30px;
  }
}
#office-profile table td {
  padding: 30px 30px 30px 50px;
  background-color: #FAFAFA;
  width: 70%;
  position: relative;
}
@media screen and (max-width: 575px) {
  #office-profile table td {
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #office-profile table td {
    padding: 20px 20px 20px 30px;
  }
}
#office-profile table td::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: #000000;
}
@media screen and (max-width: 575px) {
  #office-profile table td::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 1px;
    width: 70%;
  }
}

#office-access .box {
  height: 500px;
}
@media screen and (max-width: 575px) {
  #office-access .box {
    height: 300px;
  }
}

#contact {
  margin-bottom: 80px;
}
#contact .contact-form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media screen and (max-width: 575px) {
  #contact .contact-form {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact .contact-form {
    width: 100%;
  }
}
#contact .contact-form table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
}
#contact .contact-form th {
  width: 30%;
  border-bottom: 1px solid #EFE8D9;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 575px) {
  #contact .contact-form th {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact .contact-form th {
    width: 100%;
    display: block;
  }
}
#contact .contact-form td {
  border-bottom: 1px solid #EFE8D9;
  padding: 15px 0;
}
@media screen and (max-width: 575px) {
  #contact .contact-form td {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #contact .contact-form td {
    width: 100%;
    display: block;
  }
}
#contact .contact-form input {
  margin-bottom: 5px;
}
#contact .contact-form .estimate-btm {
  border-bottom: 1px solid #EFE8D9;
  padding: 30px 0;
  text-align: center;
}
#contact .contact-form .in {
  text-align: center;
  margin-top: 30px;
}
#contact .contact-form .required {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 0.75em;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
  border-radius: 2px;
  margin-right: 10px;
  padding: 2px 5px;
  display: inline-block;
}
#contact .contact-form .contact-text {
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  height: 35px;
  background-color: #FAFAFA;
}
#contact .contact-form .contact-number {
  border-radius: 3px;
  padding: 5px;
  width: 70px;
  height: 35px;
  background-color: #FAFAFA;
}
#contact .contact-form .contact-short {
  border-radius: 3px;
  padding: 5px;
  width: 20%;
  height: 35px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 575px) {
  #contact .contact-form .contact-short {
    width: 100%;
  }
}
#contact .contact-form .contact-address {
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  height: 35px;
  background-color: #fff;
}
#contact .contact-form select {
  border-radius: 3px;
  padding: 5px;
  width: 40%;
  height: 35px;
  background-color: #FAF8F6;
  position: relative;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}
@media screen and (max-width: 575px) {
  #contact .contact-form select {
    width: 100%;
  }
}
#contact .contact-form .text-area-big {
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  height: 200px;
  background-color: #FAFAFA;
}
#contact .contact-form .submit-btn {
  text-align: center;
  margin-top: 50px;
}
#contact .contact-form .submit-btn input {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  color: #ffffff;
  background: #000000;
  border-style: none;
  border: 2px solid #000000 !important;
  padding: 10px 80px;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 70px;
  font-weight: bold;
}
#contact .contact-form .submit-btn input:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: #fff;
  color: #000000;
}
#contact .contact-form .privacy-policy {
  margin: 30px 0;
}
#contact .contact-form .privacy-policy h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
#contact .contact-form .privacy-policy p {
  margin-bottom: 30px;
}
#contact .contact-form .privacy-title {
  margin-top: 30px;
}
#contact .contact-form .privacy-title h3 {
  font-size: 1.8rem;
}
#contact .contact-form .privacy {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}
#contact .contact-form .privacy .required {
  position: static;
  top: auto;
  right: auto;
  font-size: 0.75em;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
  border-radius: 2px;
  margin-right: 10px;
  padding: 2px 5px;
  display: inline-block;
}
#contact .wpcf7-response-output {
  margin-top: 0 !important;
}

.label {
  width: 130px;
  text-align: center;
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
}

/* ページリンク */
.pagination {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination a {
  font-weight: 400;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid gray;
  border-left-width: 0;
  min-width: 36px;
  height: 36px;
  color: gray;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.pagination li:not([class*=current]) a:hover {
  background-color: #000000;
  color: #fff;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}

.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}

.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ececec;
  cursor: default;
  pointer-events: none;
  color: #333;
  font-weight: 500;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pointer-none {
  pointer-events: none;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.previous a {
    border-left-width: 1px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination li {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }
  .pagination li.previous a {
    border-left-width: 0;
  }
}
.article-content .article-info .article-date {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 0.5rem;
  color: #888;
}

.article-list .text .article-date {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  color: #888;
}

/* 投稿一覧 */
#blog-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 170px;
  /* サイドバー */
}
@media screen and (max-width: 575px) {
  #blog-main {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #blog-main {
    width: 100%;
    margin-bottom: 80px;
  }
}
#blog-main .sidebar {
  width: 20%;
}
@media screen and (max-width: 575px) {
  #blog-main .sidebar {
    width: 100%;
    margin-top: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #blog-main .sidebar {
    width: 100%;
    margin-top: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #blog-main .sidebar {
    width: 100%;
    margin-top: 50px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
#blog-main .sidebar h3 {
  font-size: 2rem;
  border-left: 5px solid #000000;
  padding-left: 10px;
  margin-bottom: 15px;
  font-family: montserrat, sans-serif;
}
#blog-main .sidebar ul {
  margin-bottom: 30px;
}
#blog-main .sidebar ul li {
  margin-bottom: 15px;
}
#blog-main .sidebar a {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#blog-main .sidebar a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.6;
}
#blog-main .catecon {
  width: 78%;
}
@media screen and (max-width: 575px) {
  #blog-main .catecon {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #blog-main .catecon {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #blog-main .catecon {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
#blog-main .catecon .cate-box {
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 15px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  #blog-main .catecon .cate-box {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #blog-main .catecon .cate-box {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
#blog-main .catecon .cate-box h3 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin-left: 15px;
}
#blog-main .catecon .cate-box p {
  margin-top: 5px;
  display: inline-block;
}
#blog-main .catecon .cate-box .con {
  font-family: montserrat, sans-serif;
  margin-right: 10px;
}
#blog-main .catecon .cate-box .cate {
  display: inline-block;
  border: 1px solid #000000;
  padding: 0 15px;
  font-family: montserrat, sans-serif;
  border-radius: 20px;
  color: #000000;
  margin-left: 15px;
}

/* シングル */
.blog-contents {
  width: 75%;
}
@media screen and (max-width: 575px) {
  .blog-contents {
    width: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .blog-contents {
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .blog-contents {
    width: auto;
  }
}
.blog-contents h2 {
  margin: 15px 0;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .blog-contents h2 {
    font-size: 2.3rem;
  }
}

.blog-contents-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .blog-contents-box {
    width: 100%;
  }
}
.blog-contents-box h2 {
  font-size: 2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .blog-contents-box h2 {
    margin-bottom: 30px;
  }
}
.blog-contents-box h2 span {
  display: block;
}
.blog-contents-box a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.blog-contents-box h3 {
  border-left: solid 5px #000000;
  padding-left: 8px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .blog-contents-box h3 {
    font-size: 1.6rem;
  }
}
.blog-contents-box h4 {
  margin-top: 20px;
}
.blog-contents-box p {
  margin: 15px 0;
}
.blog-contents-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 575px) {
  .blog-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .blog-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

.news-contents-box {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .news-contents-box {
    width: 100%;
  }
}
.news-contents-box h2 {
  font-size: 2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .news-contents-box h2 {
    margin-bottom: 30px;
  }
}
.news-contents-box h2 span {
  display: block;
}
.news-contents-box a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.news-contents-box h3 {
  border-left: solid 5px #000000;
  padding-left: 8px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .news-contents-box h3 {
    font-size: 1.6rem;
  }
}
.news-contents-box h4 {
  margin-top: 20px;
}
.news-contents-box p {
  margin: 15px 0;
}
.news-contents-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 575px) {
  .news-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .news-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

.works-contents-box {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  .works-contents-box {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .works-contents-box {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .works-contents-box {
    width: 100%;
  }
}
.works-contents-box a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.works-contents-box h2 {
  font-size: 2.6rem;
  text-align: center;
  font-family: montserrat, sans-serif;
  line-height: 0.75;
}
.works-contents-box .worksp3 {
  text-align: center;
  font-size: 1.4rem;
}
.works-contents-box h3 {
  border-left: solid 5px #000000;
  padding-left: 8px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .works-contents-box h3 {
    font-size: 1.6rem;
  }
}
.works-contents-box h4 {
  margin-top: 20px;
}
.works-contents-box p {
  margin: 15px 0;
}
.works-contents-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .works-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .works-contents-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
.works-contents-box table {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .works-contents-box table {
    margin-top: 30px;
  }
}

/* 404 */
#not-found {
  padding: 120px 0;
  text-align: center;
}
#not-found h2 {
  font-size: 3rem;
}
#not-found p {
  margin: 50px 0;
  text-align: center;
}
#not-found a {
  color: #fff;
  background-color: #000000;
  padding: 20px 30px;
  border: 2px solid #000000;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#not-found a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #000000;
}