@charset "UTF-8";
/*
Theme Name: OS JAPAN
Author: shin
Author URI: https://osjapan-ltd.com/
Description: OS JAPAN
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");
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
*,
::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;
  }
}

.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;
  }
}

.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;
  }
}

.title01 p {
  position: relative;
  padding-left: 30px;
  font-family: montserrat, sans-serif;
  font-weight: 500;
}
.title01 p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0433FF;
}

.title02 p {
  position: relative;
  padding-left: 30px;
  font-family: montserrat, sans-serif;
  font-weight: 500;
}
.title02 p::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.button01 a {
  background-color: #fff;
  color: #333;
  border-radius: 30px;
  padding: 15px 65px 15px 45px;
  white-space: nowrap;
  position: relative;
}
.button01 a i {
  position: absolute;
  top: 20px;
  right: 35px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button01 a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button01 a:hover i {
  right: 25px;
}

.button02 a {
  background-color: #fff;
  color: #333;
  border-radius: 30px;
  padding: 15px 65px 15px 45px;
  white-space: nowrap;
  border: 1px solid #000;
  position: relative;
}
.button02 a i {
  position: absolute;
  top: 20px;
  right: 35px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button02 a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.button02 a:hover i {
  right: 25px;
}

.banner {
  color: #fff;
}
.banner .box {
  padding: 50px;
  background-color: #333;
  background-image: radial-gradient(#4A4A4A 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%;
  }
}
@media screen and (max-width: 575px) {
  .banner .box .left h2 {
    font-size: 2.3rem;
  }
}
.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: "Oswald", sans-serif;
  white-space: nowrap;
}

/* パンくず */
#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: #333;
  background-image: radial-gradient(#4A4A4A 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: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0433FF;
}

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.2rem;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}

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;
}

/* グーテンベルク */
.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%;
}

header #header-top {
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 97;
  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;
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 10px;
  /* バーガーメニュー */
}
@media screen and (max-width: 575px) {
  header #header-top {
    top: 0;
    padding: 5px 0 12px 0;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top {
    top: 0;
    padding: 5px 0 12px 0;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top {
    top: 0;
    padding: 5px 0 12px 0;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top {
    width: 98%;
  }
}
@media screen and (max-width: 575px) {
  header #header-top .logo {
    margin-top: 8px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .logo {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .logo {
    margin-top: 8px;
  }
}
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: 430px;
  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: 258px;
    height: 30px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header #header-top .logo a {
    width: 258px;
    height: 30px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  header #header-top .logo a {
    width: 258px;
    height: 30px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top .logo a {
    width: 344px;
    height: 40px;
    margin-left: 15px;
  }
}
header #header-top .logo a h1 {
  text-indent: -9999px;
  position: relative;
}
header #header-top .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
header #header-top .menu .nav {
  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 li {
  margin-left: 30px;
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top .menu .nav li {
    font-size: 1.2vw;
    margin-left: 20px;
  }
}
header #header-top .menu .nav a {
  position: relative;
  text-decoration: none;
}
header #header-top .menu .nav a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #0433FF;
  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 a:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header #header-top .menu .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #header-top .menu .contact .tel {
  font-family: "Oswald", sans-serif;
  font-size: 2.3rem;
  margin-left: 30px;
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  header #header-top .menu .contact .tel {
    margin-left: 15px;
  }
}
header #header-top .menu .contact .tel i {
  font-size: 2rem;
  margin-right: 5px;
}
header #header-top .menu .contact .mail {
  background-color: #0433FF;
  border: 1px solid #0433FF;
  padding: 10px 25px;
  color: #fff;
  border-radius: 35px;
  margin-left: 30px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
header #header-top .menu .contact .mail i {
  margin-right: 5px;
}
header #header-top .menu .contact .mail:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
  color: #0433FF;
}
@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 #DDDDDD;
  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 #DDDDDD;
  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: #0433FF;
}
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;
  }
}
header #header-top .hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #333;
  -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: 258px;
  height: 30px;
  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 #DDDDDD;
  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: #0433FF;
  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: #333;
  color: #fff;
  padding: 10px;
  font-size: 1.4rem;
  margin: 0 10px;
  white-space: nowrap;
}

footer .in {
  text-align: center;
  padding: 80px 0;
  background-color: #FAFAFA;
}
footer .box .info {
  border-bottom: 1px solid #FAFAFA;
  display: inline-block;
  padding-bottom: 30px;
}
footer .box .info img {
  height: 150px;
}
@media screen and (max-width: 575px) {
  footer .box .info img {
    width: 80%;
    height: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  footer .box .info img {
    width: 80%;
    height: auto;
  }
}
footer .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .nav li {
  margin: 0 20px;
}
@media screen and (max-width: 575px) {
  footer .nav li {
    margin: 15px 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  footer .nav li {
    margin: 10px 20px;
  }
}
footer .nav li a {
  position: relative;
}
footer .nav li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #0433FF;
  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;
}
footer .nav li a:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
footer .nav i {
  color: #0433FF;
  margin-right: 5px;
}
footer .copy {
  font-family: montserrat, sans-serif;
  font-size: 1.4rem;
}
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: #333;
  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: auto;
  aspect-ratio: 16/9;
  min-height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #top-movie {
    aspect-ratio: 1/1;
    min-height: auto;
    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;
    height: 100vh;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  #top-movie {
    aspect-ratio: 1/1;
    min-height: auto;
    height: 100vh;
  }
}
#top-movie video {
  z-index: -1;
  width: 100vw;
  height: auto;
  min-height: 600px;
  height: auto;
  aspect-ratio: 16/9;
  outline: none;
  border: none;
}
@media screen and (max-width: 575px) {
  #top-movie video {
    top: 0;
    aspect-ratio: 1/1;
    min-height: auto;
    -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;
    -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;
    -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;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
}
#top-movie .text {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 2;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
}
#top-movie .text h2 {
  font-size: 3.5vw;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 575px) {
  #top-movie .text h2 {
    font-size: 2.3rem;
    margin-right: 5%;
  }
}
#top-movie .text p {
  font-family: montserrat, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  #top-movie .text p {
    margin-right: 5%;
  }
}

.back01 {
  position: relative;
}
.back01::after {
  content: "";
  position: absolute;
  top: 5%;
  left: -20%;
  width: 155%;
  height: 155%;
  background-image: url("image/back01.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .back01::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .back01::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .back01::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .back01::after {
    display: none;
  }
}

#top-message .box {
  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;
}
#top-message .box .text {
  width: 35%;
  margin-left: 10%;
}
@media screen and (max-width: 575px) {
  #top-message .box .text {
    width: 100%;
    margin: 0 10%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-message .box .text {
    width: 100%;
    margin: 0 10%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-message .box .text {
    width: 100%;
    margin: 0 10%;
  }
}
#top-message .box .pic {
  width: 50%;
  aspect-ratio: 3/2;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #top-message .box .pic {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-message .box .pic {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-message .box .pic {
    width: 100%;
    margin-top: 50px;
  }
}
#top-message .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#top-strength .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;
  padding: 50px 0;
  border-bottom: 1px solid #DDDDDD;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-strength .box .left {
  width: 10%;
  color: #0433FF;
  font-size: 3.2rem;
  font-family: montserrat, sans-serif;
}
#top-strength .box .middle {
  width: 40%;
}
@media screen and (max-width: 575px) {
  #top-strength .box .middle {
    width: 80%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-strength .box .middle {
    width: 80%;
  }
}
#top-strength .box .right {
  width: 50%;
}
@media screen and (max-width: 575px) {
  #top-strength .box .right {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-strength .box .right {
    width: 100%;
    margin-top: 15px;
  }
}

#top-product {
  background-color: #333333;
}
#top-product .box {
  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;
}
#top-product .box .pic {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575px) {
  #top-product .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) {
  #top-product .box .pic {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@-webkit-keyframes infinity-scroll-top {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes infinity-scroll-top {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes infinity-scroll-bottom {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes infinity-scroll-bottom {
  from {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#top-product .box .pic .scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 500px;
}
@media screen and (max-width: 575px) {
  #top-product .box .pic .scroll-infinity__wrap {
    height: 300px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-product .box .pic .scroll-infinity__wrap {
    height: 300px;
  }
}
#top-product .box .pic .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* ← 縦並び */
  list-style: none;
  padding: 0;
  height: 200%; /* ← 横の200%を高さに */
}
#top-product .box .pic .scroll-infinity__list--top {
  -webkit-animation: infinity-scroll-top 20s linear infinite;
          animation: infinity-scroll-top 20s linear infinite;
}
#top-product .box .pic .scroll-infinity__list--bottom {
  -webkit-animation: infinity-scroll-bottom 20s linear infinite;
          animation: infinity-scroll-bottom 20s linear infinite;
}
#top-product .box .pic .scroll-infinity__item {
  height: 300px;
  width: 200px;
  margin: 10px 0;
}
@media screen and (max-width: 575px) {
  #top-product .box .pic .scroll-infinity__item {
    height: 180px;
    width: 120px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-product .box .pic .scroll-infinity__item {
    height: 180px;
    width: 120px;
  }
}
#top-product .box .pic .scroll-infinity__item > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#top-product .box .pic .space {
  margin-right: 50px;
}
#top-product .box .text {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 575px) {
  #top-product .box .text {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 50px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-product .box .text {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-product .box .text h2 {
    text-shadow: 1px 2px 3px #000;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-product .box .text p {
    text-shadow: 1px 2px 3px #000;
  }
}

#top-company {
  position: relative;
  padding: 80px 0;
}
#top-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(image/company01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  z-index: -1;
}
#top-company .box {
  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;
}
#top-company .box .text {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 575px) {
  #top-company .box .text {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-company .box .text {
    width: 100%;
  }
}
#top-company .box .text p {
  text-shadow: 1px 2px 3px #000;
}
#top-company .box .pic {
  width: 45%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #top-company .box .pic {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-company .box .pic {
    width: 100%;
    margin-top: 50px;
  }
}
#top-company .box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.back02 {
  position: relative;
}
.back02::after {
  content: "";
  position: absolute;
  top: 15%;
  left: -30%;
  width: 140%;
  height: 115%;
  background-image: url("image/back01.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -3;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .back02::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .back02::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .back02::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .back02::after {
    display: none;
  }
}
.back02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -500px;
  width: 100%;
  height: 1000px;
  background-color: #fff;
  z-index: -2;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .back02::before {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .back02::before {
    display: none;
  }
}

#top-news {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#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 #DDDDDD;
  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 #DDDDDD;
}
#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: #0433FF;
  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-top: 15px;
  padding-right: 50px;
  display: block;
  width: 100%;
}
@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 i {
  text-align: right;
  position: absolute;
  top: 40px;
  right: 0;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 575px) {
  #top-news .box .right a .bottom i {
    top: auto;
    bottom: 36px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #top-news .box .right a .bottom i {
    top: auto;
    bottom: 36px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #top-news .box .right a .bottom i {
    top: auto;
    bottom: 36px;
  }
}
#top-news .box .right a:hover .bottom i {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  right: -5px;
}

#product-msg .box {
  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;
}
#product-msg .box .left {
  width: 15%;
  aspect-ratio: 2/3;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #product-msg .box .left {
    width: 40%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #product-msg .box .left {
    width: 40%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
#product-msg .box .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#product-msg .box .middle {
  width: 45%;
}
@media screen and (max-width: 575px) {
  #product-msg .box .middle {
    width: 90%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #product-msg .box .middle {
    width: 90%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
}
#product-msg .box .right {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 575px) {
  #product-msg .box .right {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #product-msg .box .right {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px;
  }
}
#product-msg .box .right .pic01 {
  width: 60%;
  aspect-ratio: 2/3;
  height: auto;
  overflow: hidden;
}
#product-msg .box .right .pic02 {
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
  overflow: hidden;
}

.back03 {
  position: relative;
}
.back03::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -30%;
  width: 160%;
  height: 115%;
  background-image: url("image/back01.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -3;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .back03::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .back03::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .back03::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1024px) {
  .back03::after {
    display: none;
  }
}
.back03::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -400px;
  width: 100%;
  height: 1000px;
  background-color: #fff;
  z-index: -2;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .back03::before {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .back03::before {
    display: none;
  }
}

#product-intro .box {
  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;
  padding: 50px 0;
  border-bottom: 1px solid #DDDDDD;
}
#product-intro .box .left {
  display: none;
  aspect-ratio: 16/9;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #product-intro .box .left {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #product-intro .box .left {
    width: 100%;
  }
}
#product-intro .box .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#product-intro .box .middle {
  width: 30%;
}
@media screen and (max-width: 575px) {
  #product-intro .box .middle {
    width: 100%;
    margin: 15px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #product-intro .box .middle {
    width: 100%;
    margin: 15px 0;
  }
}
#product-intro .box .right {
  width: 70%;
}
@media screen and (max-width: 575px) {
  #product-intro .box .right {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #product-intro .box .right {
    width: 100%;
  }
}

#product-map .box img {
  width: 100%;
}

#product-faq {
  position: relative;
  z-index: 1;
  background-color: #FAFAFA;
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  #product-faq {
    padding: 50px 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #product-faq {
    padding: 50px 0;
  }
}
#product-faq .toggle_contents {
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  #product-faq .toggle_contents {
    padding: 20px;
  }
}
#product-faq .toggle_contents .toggle_title {
  position: relative;
  cursor: pointer;
}
#product-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;
}
#product-faq .toggle_contents .toggle_title .toggle_btn:before, #product-faq .toggle_contents .toggle_title .toggle_btn:after {
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#product-faq .toggle_contents .toggle_title .toggle_btn:before {
  width: 4px;
  height: 20px;
}
#product-faq .toggle_contents .toggle_title.selected .toggle_btn:before {
  content: normal;
}
#product-faq .toggle_contents dd {
  display: none;
}
#product-faq dt {
  padding: 15px 50px;
  position: relative;
}
#product-faq dt:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "Q";
  display: block;
  font-size: 2.6rem;
  color: #000;
  font-weight: normal;
  font-family: montserrat, sans-serif;
}
#product-faq dd {
  padding: 20px 50px;
}
@media screen and (max-width: 575px) {
  #product-faq dd {
    padding: 20px;
  }
}

#company-msg .right {
  text-align: right;
}
#company-msg .pic {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  #company-msg .pic {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company-msg .pic {
    width: 100%;
  }
}
#company-msg .pic img {
  width: 100%;
}

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

#company-access .box {
  height: 500px;
}
@media screen and (max-width: 575px) {
  #company-access .box {
    height: 300px;
  }
}
#company-access .box h3 {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 10px;
  position: relative;
}
#company-access .box h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #0433FF;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.company-slide .scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.company-slide .scroll-infinity__wrap .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  width: 200%;
}
.company-slide .scroll-infinity__wrap .scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
          animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.company-slide .scroll-infinity__wrap .scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 20s infinite linear 0.5s both;
          animation: infinity-scroll-right 20s infinite linear 0.5s both;
}
.company-slide .scroll-infinity__wrap .scroll-infinity__item {
  width: 22.2222222222vw;
}
.company-slide .scroll-infinity__wrap .scroll-infinity__item > img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

#company-history .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: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  #company-history .in .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company-history .in .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #company-history .in .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#company-history .in .box .year {
  width: 15%;
}
@media screen and (max-width: 575px) {
  #company-history .in .box .year {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company-history .in .box .year {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #company-history .in .box .year {
    width: 100%;
  }
}
#company-history .in .box .dot {
  position: relative;
}
@media screen and (max-width: 575px) {
  #company-history .in .box .dot {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company-history .in .box .dot {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #company-history .in .box .dot {
    display: none;
  }
}
#company-history .in .box .dot i {
  color: #0433FF;
  font-size: 2.3rem;
}
#company-history .in .box .dot::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 2px;
  height: calc(100% + 250px);
  background-color: #ECECEC;
}
@media screen and (max-width: 575px) {
  #company-history .in .box .dot::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company-history .in .box .dot::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #company-history .in .box .dot::after {
    display: none;
  }
}
#company-history .in .box .clear::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  width: 2px;
  height: calc(100% + 150px);
  background-color: #fff;
}
@media screen and (max-width: 575px) {
  #company-history .in .box .clear::after {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company-history .in .box .clear::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #company-history .in .box .clear::after {
    display: none;
  }
}
#company-history .in .box .text {
  width: 90%;
  padding: 30px;
}
@media screen and (max-width: 575px) {
  #company-history .in .box .text {
    width: 100%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #company-history .in .box .text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  #company-history .in .box .text {
    width: 100%;
  }
}

#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: #0433FF;
  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: #0433FF;
  border-style: none;
  border: 2px solid #0433FF !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: #0433FF;
}
#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: #0433FF;
  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: #0433FF;
  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: #0433FF;
  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 #0433FF;
  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 #0433FF;
  padding: 0 15px;
  font-family: montserrat, sans-serif;
  border-radius: 20px;
  color: #0433FF;
  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: #0433FF;
  border-bottom: 1px solid #0433FF;
}
.blog-contents-box h3 {
  border-left: solid 5px #0433FF;
  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: #0433FF;
  border-bottom: 1px solid #0433FF;
}
.news-contents-box h3 {
  border-left: solid 5px #0433FF;
  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: #0433FF;
  border-bottom: 1px solid #0433FF;
}
.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 #0433FF;
  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;
  }
}

/* ページネーションのスタイル */
.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: #0433FF;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

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

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

/* 「前ページ」と「次ページ」ボタンのホバー時のスタイル */
.page-numbers.prev:hover, .page-numbers.next:hover {
  background-color: #0433FF;
  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 #DDDDDD;
  padding-bottom: 10px;
  position: relative;
}
#others-contents .in .bottom h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #0433FF;
}
@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: #0433FF;
  border: 1px solid #0433FF;
  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: #0433FF;
  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: #0433FF;
  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);
}

/* 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: #0433FF;
  padding: 20px 30px;
  border: 2px solid #0433FF;
  -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: #0433FF;
}