@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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] {
  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 */
  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 */
}

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

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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



/**
 * 引数のfontSizeをremに変換する関数
 * @param fontSize フォントサイズ
 *
 * 例）18pxをremに変換
 * font-size: fz(18);
 */
html, body {
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  /* color: #7b7b7b; */
  color: #4d4d4d;
  background-color: #FEFEFD;
}
html {
  scroll-behavior: smooth;
}
body {
  width: 100%;
}

p {
  /* font-family: "Shippori Mincho B1", serif; */
  color: #333;
}

.header {

  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  background-color: #fff;
  z-index: 20;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.1);
}

.headerInner {
  max-width: 1380px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding:15px 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .headerInner {
    justify-content: space-between;
    padding: 10px;
  }
}
.headerInner__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22%;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .headerInner__title {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .headerInner__title {
    width: 100px;
  }
}
.headerInner__wrap {
  width: 150px;

}
.headerInner__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .headerInner__wrap {
    width: 100px;
  }
}

.gmenu {
  width: 78%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .gmenu {
    display: none;
  }
}
.gmenu__item {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 30px;
  list-style: none;
}
.gmenu__item:first-child{
  margin-left: 0;
}
.gmenu__item a {
  position: relative;
  padding-bottom: 10px;
  color: #333;
}
.gmenu__item a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #3686BB;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.gmenu__item a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.gmenu__item:last-child a {
  padding: 10px 20px;
  background-color: #FA8927;
  border: 1px solid #FA8927;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s;
}
.gmenu__item:last-child a i {
  margin-right: 3px;
}
.gmenu__item:last-child a:hover {
 background-color: #fff;
 color: #FA8927;
  transition: 0.3s;
}
.gmenu__item:last-child a::after {
  display: none;
}

.mainContainer {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .mainContainer {
    padding-top: 50px;
  }
}
.mainContainer.page .mainVisual {
  height: 40vh;
}

.mobileMenu {
  /* display: none;
  width: 100vw;
  height: 100vh;
  
   background: linear-gradient(128deg, #0cb1c1, #3948b9);
    background-size: 300% 300%;
  animation: Grad 7s ease infinite;
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px;
  z-index: 10; */
  display: none;
    --anim-time: 8s;
  --ripple-color: #0e4694;
  
  position: relative;
  place-items: center;
  width: 100vw;
  height: 100vh;
  color: #f4f5f9;
  background: #08254f;
  overflow: hidden;
  
}
.mobileMenu::before,
.mobileMenu::after{
   content: "";
  position: absolute;
  left: 20%;
  top: 5%;
  width: 200%;
  aspect-ratio: 1 /1;
  background: radial-gradient(
    circle,
    var(--ripple-color) 5%,
    transparent 10%,
    var(--ripple-color) 15%,
    transparent 20%,
    var(--ripple-color) 30%,
    transparent 40%,
    var(--ripple-color) 60%,
    transparent 70%
  );
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: ripple-effect var(--anim-time) linear infinite;
}
.mobileMenu::after {
  animation-delay: calc(var(--anim-time) / 2);
}
@keyframes ripple-effect {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/* @keyframes Grad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
} */
.mobileMenu__list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
 width: 200px;
 margin: 0 auto;
 text-align: left;
}
.mobileMenu__item {
  color: #fff;
  margin-top: 50px;
  font-size: 18px;
  position: relative;
  z-index: 100;
}
.mobileMenu__item:first-child{
  margin-top: 0;
}
.mobileMenu__item::after{
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right:0;
  transform: translateY(-50%) rotate(315deg);
  transition: all 0.3s;

}
.mobileMenu__item:last-child{
  margin-top: 80px;
  padding-left: 10px;
}
.mobileMenu__item:last-child::after{
display: none;
}

.mobileMenu__item a{
  padding-bottom: 10px;
  border-bottom: 2px solid #0069B8;
  position: relative;
}

.mobileMenu__item a::after{
  display: block;
  content: '';
  width: 140px;
  height: 2px;
  background-color: #b2b1b1;
  position: absolute;
  bottom: -2px;
  left: 70px;
}
.mobileMenu__item:last-child a{
  background-color: #FA8927;
  padding: 10px 20px;
  color: #fff;
  display: block;
  border-bottom: 0;
  border-radius: 8px;
  text-align: center;
}
.mobileMenu__item:last-child a::after{
display: none;
}
.mobileMenu__item a:hover {
  opacity: 0.6;
}
.mobileMenu__item a:active {
  opacity: 0.6;
}
.mobileMenu__item--button {
  padding: 10px 20px;
  background-color: #FA8927;
  color: #fff;
  border-radius: 20px;
}
.mobileMenu__item--button i {
  margin-right: 3px;
}

.hamburger {
  display: none;
  width: 30px;
  height: 20px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
.hamburger__line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #545454;
  border-radius: 2px;
  position: absolute;
  transition: 0.3s;
}
.hamburger__line--mid {
  background-color: #3686BB;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__line--und {
  bottom: 0;
}
.hamburger.close .hamburger__line--mid {
  transform: translateX(-50px);
  opacity: 0;
  transition: 0.5s;
  
}
.hamburger.close .hamburger__line--top {
  top: 45%;
  transform: rotate(45deg);
  
}
.hamburger.close .hamburger__line--und {
  bottom: 45%;
  transform: rotate(-45deg);
 
}

.container {
  overflow-x: hidden;
}

.container.fixed {
  position: fixed;
}

section.section {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

section.section._vo h2{
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section.section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left:0;
    padding-right:0;
  }
}

.sectionTitle {
  font-size: 2rem;
  letter-spacing: 0.3em;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  .sectionTitle {
    margin-bottom: 40px;
  }
}
.sectionTitle span {
  font-size: 1rem;
  letter-spacing: 0;
  display: block;
  font-weight: normal;
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
}
@media screen and (max-width: 767px) {
  .sectionTitle {
    font-size: 1.5rem;
  }
}

.sectionBtn {
  display: inline-block;
  min-width: 200px;
  background-color: #0069b8;
  border: 1px solid #0069B8;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .sectionBtn {
    padding: 15px;
  }
}
.sectionBtn::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%) rotate(315deg);
  transition:all 0.3s;
}
.sectionBtn:hover {
background-color: #fff;
 color: #0069B8;
 transition:all 0.3s;
}
.sectionBtn:hover::after {
border-right-color: #0069B8;
border-bottom-color: #0069B8;
  right: 10%;
  transition:all 0.3s;
}
.sectionBtn--yell {
  display: inline-block;
  min-width: 200px;
  background-color: #FA8927;
  border: 1px solid #FA8927;
  padding:15px 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  position: relative;
  transition: 0.3s;
}
.sectionBtn--yell i {
  margin-right: 5px;
}
.sectionBtn--yell:hover {
  background-color: #fff;
  color: #FA8927;
  transition: 0.3s;
}

.footer {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.footer__inner {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .footer__cont {
    width: 95%;
    text-align: center;
    margin-bottom: 50px;
  }
}
.footer nav {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .footer nav {
    width: 100%;
    justify-content: space-between;
  }
 
}
.footer__wrap {
  width: 200px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
  }
}
.footer__wrap img {
  width: 100%;
}
.footer__info {
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer__address {
  letter-spacing: 0.12em;
  font-weight: bold;
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
}

.footNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  margin-left: -30px;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .footNav {
    margin-left: -20px;
  }
}
.footNav__item {
  width: 30%;
  margin-left: 30px;
  list-style: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footNav__item {
    margin-left: 20px;
    width: calc(100% / 2 - 20px);
  }
}
.footNav__item a {
  font-weight: bold;
  transition: 0.3s;
  color: #333;
}
.footNav__item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.footCopy {
  padding-bottom: 10px;
  width: 100%;
  display: block;
  text-align: right;
}
.mainVisual{
  width: 100%;
   width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.mainVisual.front {
  max-width: 1380px;
 
}
@media screen and (max-width: 1024px) {
  .mainVisual {
    height: 60vh;
  }
}
.mainVisual.front img {
  width: 80%;
  height: 100%;
  display: block;
  margin-left: auto;
  object-fit: contain;
}
.mainVisual img {
  width: 100%;
  height: 100%;
  display: block;
object-fit: cover;
}
.mainVisual__text {
  /* font-size: 4.15rem; */
  font-size: min(4.55vw,66px);
  position: absolute;
  top: 30%;
  left: 5%;
  font-weight: bold;
  text-align: center;
  color: #4c4c4c;
  /* text-shadow: 2px 2px rgb(63, 61, 61); */
  line-height: 1.7;

}
.mainVisual__text::before{
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #b2b1b1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mainVisual__text::after{
  display: block;
  content: '';
  width: 180px;
  height: 3px;
  background-color:#2e92d8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mainVisual__text span{
color: #1468a4;
}
.mainVisual__text-sub{
  /* font-size: 22px; */
  font-size: min(1.6vw,22px);
  color: #4c4c4c;
  position: absolute;
  top: 47%;
  left: 5%;
font-weight: bold;
}
@media screen and (max-width: 1024px){
  .mainVisual img{
    margin: 0 auto;
    width: 100%;
   height: 100%;
  }
  .mainVisual.front img{
    padding-top: 50px;
  }
  .mainVisual__text{
    top: 20px;
    left: 5%;
  }
  .mainVisual__text-sub{
    top: 100px;
    left: 5%;
    font-size: 20px;
  }
} 
@media screen and (max-width: 767px) {
  .mainVisual__text {
    font-size: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .mainVisual__text-sub{
  
    top: 110px;
    font-size: 18px;
     left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .mainVisual.front img{
    width: 100%;
    padding-top: 150px;
  }
}


.mainContents {
  width: 1380px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
.mainContents__title {
  font-size: 1.875rem;
  text-align: center;
  color: #3686BB;
  font-weight: 600;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .mainContents__title {
    font-size: 1.3rem;
    text-align: left;
  }
}
.mainContents__info {
  padding: 50px 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
  font-size: 1.125rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .mainContents__info {
    padding: 30px 0;
    width: 100%;
    font-size: 1rem;
  }
}

.serviceSection__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .serviceSection__inner {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.serviceSection__wrap {
  width: calc(50% - 30px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .serviceSection__wrap {
    width: 90%;
    margin-bottom: 20px;
  }
}
.serviceSection__wrap img {
  width: 100%;
  height: auto;
}
.serviceSection__body {
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .serviceSection__body {
    width: 100%;
  }
}
.serviceSection__subTitle {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .serviceSection__subTitle {
    font-size: 1.25rem;
  }
}
.serviceSection__subTitle::before {
  display: block;
  content: "";
  width: 3px;
  height: 25px;
  background-color: #FA8927;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.serviceSection__info {
  padding: 50px 10px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .serviceSection__info {
    padding: 30px 0 50px;
  }
}
.serviceSection__btn {
  text-align: right;
}
@media screen and (max-width: 767px){
  .serviceSection__btn {
    text-align: center;
  }
}
.serviceSection__btn--support {
  text-align: center;
}
.serviceSection__wpTitle {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
}
.serviceSection__wpTitle span {
  margin-top: 10px;
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .serviceSection__btn--support {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .serviceSection__wpTitle {
    font-size: 1.25rem;
  }
  .serviceSection__btn--support{
    padding-top: 0;
  }
}
.serviceSection__wpText {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .serviceSection__wpText {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.serviceSectionPanels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
 
}
@media screen and (max-width: 767px) {
  .serviceSectionPanels {
    flex-direction: column;
  }
}
.serviceSectionPanels__item {
  width: calc(33.3333333333% - 20px);
  height: 480px;
}
@media screen and (max-width: 767px) {
  .serviceSectionPanels__item {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
  }
}
.serviceSectionPanels__wrap {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}
.serviceSectionPanels__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serviceSectionPanels__text {
  position: relative;
  margin-left: 15px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  font-weight: bold;
}
.serviceSectionPanels__text::before {
  display: block;
  content: "";
  width: 3px;
  height: 45px;
  background-color: #FA8927;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.serviceSectionPanels__support {
  padding: 10px 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .serviceSectionPanels__support {
    padding: 10px;
  }
}

.development{
  margin-top: 80px;
}
.development__cont{
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
}
.development__cont ul{
  width: 55%;
  padding: 20px 0;
}
.development__cont ul li span{
font-size: 18px;
font-weight: bold;
padding-bottom: 8px;
position: relative;
border-bottom: 2px solid #0069B8;
}
.development__cont ul li span::after{
  display: block;
width: 150px;
height: 2px;
content: '';
background-color: #b2b1b1;
position: absolute;
bottom:-2px;
left: 60%;
}
.development__cont ul li p{
  margin-top: 20px;
  line-height: 1.6;
}
.development__cont ul li:first-child{
  margin-bottom: 40px;
}
.development__cont figure{
  width: 40%;
}
.development__cont figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px){
  .development__cont{
    flex-direction: column;

  }
  .development__cont ul{
    width: 100%;
  }
  .development__cont figure{
    width: 100%;
  }
}


.worksSection {
  background-color: #f8f8f8;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);

}
.worksSection__inner{
  width: 1410px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.worksSection__list {
  padding: 0 0 50px 0;
}
.worksSection .worksList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .worksSection .worksList {
    flex-direction: column;
  }
}
.worksSection .worksList__item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 767px) {
  .worksSection .worksList__item {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.worksSection .worksList__link:hover img {
  transform: scale(1.2);
  transition: 0.4s;
}
.worksSection .worksList__wrap {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}
.worksSection .worksList__wrap img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 0.4s;
}
.worksSection .worksList__title {
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
}
.worksSection .worksList__data {
  font-size: 0.875rem;
}
.worksSection .worksList__btn {
  text-align: center;
}

.voiceSection__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .voiceSection__list {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.voiceSection__item {
  width: 46%;
  height: 480px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.voiceSection__item:hover.voiceSection__item::before{
  background-color: #e7e7e7;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .voiceSection__item {
    width: 100%;
    margin-bottom: 50px;
    height: auto;
  }
}
.voiceSection__item::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  position: absolute;
  top: 7%;
  left: -7%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .voiceSection__item::before{
    display: none;
  }

}
.voiceSection__wrap {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
@media screen and (max-width: 1023px){
  .voiceSection__wrap {
    height: 300px;
    
  }
}
.voiceSection__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.voiceSection__wrap a {
  display: block;
  width: 100%;
  height: 100%;
}
.voiceSection__wrap a:hover img {
  transform: scale(1.2);
  transition: 0.4s;
 
}
.voiceSection__body {
  padding: 20px 20px 0 0;
  width: 90%;
}
.voiceSection__head {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
}
@media screen and (max-width: 767px) {
  .voiceSection__head {
    font-size: 1rem;
  }
  .voiceSection__body{
    width: 100%;
    padding: 20px;
    background-color: #f8f8f8;
  }
}
.voiceSection__text {
  line-height: 1.6;
}
.voiceSection__text span{
  margin-left: 20px;
  color: #3686BB;
}
@media screen and (max-width: 767px) {
  .voiceSection__text {
    font-size: 0.875rem;
  }
}
.voiceSection__voice {
  color: #3686BB;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: absolute;
  top: 140px;
  left: -5.5em;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .voiceSection__voice {
    font-size: 0.875rem;
    top:-20px;
    left: 0;
    transform: rotate(0);
  }
  h3.voiceSection__title.sectionTitle{
    margin-bottom: 50px;
  }
  section.section._vo{
    padding-top: 0;
  }
}

.archive-voice .mainVisual img{
  object-position: 50% 30%;
}

.contactSection {
  background-color: #3686BB;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  color: #fff;
}
.contactSection__inner{
  width: 1380px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.contactSection__text {
  line-height: 1.8;
  width: 60%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contactSection__text {
    width: 100%;
    margin-bottom: 50px;
  }
}
.contactSection__text span {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contactSection__text span {
    text-align: left;
  }
}

.contactSection__cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contactSection__cont {
    flex-direction: column;
  }
}
.contactSection__line {
  display: block;
  width: 1px;
  height: 150px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contactSection__line {
    width: 250px;
    height: 1px;
    margin-bottom: 50px;
  }
}
.contactSection__btn {
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}
.contactSection__btn a {
  margin-bottom: 20px;
}
.contactSection__btn a:last-child {
  margin-bottom: 0;
}

.about .mainVisual {
  height: 40vh;
}
.about__info {
  padding-bottom: 10px;
}



@media screen and (max-width: 767px) {
 
  .contactSection__btn{
    padding-right: 0;
  }
}
.aboutCont__block .aboutCont__body{
  line-height: 1.8;
  width:70%;
  margin: 0 auto;
  font-size: 18px;
}
.aboutCont__block .aboutCont__body span{
  text-align: right;
  font-size: 16px;
  display: block;
}

.company__pro{
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.company__pro::before{
    content: '';
  width: 100%;
  height: 2px;
  display: block;
  background-color: #b2b1b1;
  position: absolute;
  top:0;
  left: 0;
}
.company__pro::after{
    content: '';
  width: 200px;
  height: 2px;
  display: block;
  background-color: #0069B8;
  position: absolute;
  top:0;
  left: 0;
}
.company__pro dl{
  display: flex;
  align-items: center;
  padding: 35px 10px;
  position: relative;
}
.company__pro dl::before{
    content: '';
  width: 100%;
  height: 2px;
  display: block;
  background-color: #b2b1b1;
  position: absolute;
  bottom:0;
  left: 0;
}
.company__pro dl::after{
      content: '';
  width: 200px;
  height: 2px;
  display: block;
  background-color:#0069B8;
  position: absolute;
  bottom:0;
  left:0;
}

.company__pro dl dt{
  width: 25%;
}

.company__pro dl dd{
  width: 70%;
  line-height: 1.6;
  
}

@media screen and (max-width: 1024px){
  .company__pro{
    width: 100%;
  }
}
@media screen and (max-width: 767px){
 .company__pro dl dt{
  width: 30%;
}

}



.partner {
  display: flex;
  align-items: flex-start;
  margin-left: -20px;
  margin-bottom: -20px;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.partner__item {
  width: calc(100% / 4 - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}
.partner__item a {
  transition: 0.3s;
}
.partner__item a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.partner__item figure {
  width: 100%;
  height: 150px;
}
.partner__item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner__item span{
  display: block;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px){
  .partner{
    width: 100%;
  }
  .partner__item {
  width: calc(100% / 3 - 20px);
}
}
@media screen and (max-width: 547px){
    .partner__item {
  width: calc(100% / 2 - 20px);
}
}
.webCreateCont__title::before {
  height: 40px;
}
.webCreateCont__design {
  height: 700px;
  padding-top: 50px;
  margin-top: 20px;
  margin-left: -20px;
}
.webCreateCont__design .slick-list {
  height: 100%;
  width: 100%;
}
.webCreateCont__design .slick-list .slick-track {
  width: 100%;
}
.webCreateCont__design .slick-arrow {
  color: #3686BB;
  display: block;
  width: 100px;
  border-bottom: 1px solid silver;
  position: absolute;
  top: 0;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .webCreateCont__design .slick-arrow {
    width: 80px;
  }
  .webCreateCont__design{
    margin-left: 0;
  }
}
.webCreateCont__design .slick-arrow:hover {
  opacity: 0.7;
}
.webCreateCont__design .slick-prev {
  left: 20%;
  z-index: 10;
  text-align: right;
}
.webCreateCont__design .slick-prev::before{
  content: '';
  width: 20px;
  height: 1px;
  background-color: #c0c0c0;
  position: absolute;
  bottom: 6px;
  left: -3px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .webCreateCont__design .slick-prev {
    left: 5%;
    
  }
  .webCreateCont__design .slick-prev::before,
  .webCreateCont__design .slick-next::after{
    display: none;
  }
}
.webCreateCont__design .slick-next {
  right: 20%;
  z-index: 10;
}
.webCreateCont__design .slick-next::before{
  display: none;
}
.webCreateCont__design .slick-next::after{
  content: '';
  width: 20px;
  height: 1px;
  background-color: #c0c0c0;
  position: absolute;
  bottom: 6px;
  right: -3px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .webCreateCont__design .slick-next {
    right: 5%;
  }
}
.webCreateCont__item {
  height: 700px;
  margin-left: 20px;
}
.webCreateCont__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.webCreateCont__responsive {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .webCreateCont__responsive {
    flex-direction: column;
    padding: 0;
  }
}
.webCreateCont__body {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .webCreateCont__body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.webCreateCont__info {
  padding: 20px;
  line-height: 1.6;
}
.webCreateCont__info._underLine span{
  font-weight: bold;
  background: linear-gradient(transparent 60%, yellow 30%);
}
@media screen and (max-width: 767px) {
  .webCreateCont__info {
    padding: 20px 0 0;
  }
}
.webCreateCont__wrapper {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .webCreateCont__wrapper {
 display: none;
  }
}
.webCreateCont__wrapper div {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .webCreateCont__wrapper div {
    width: calc(50% - 10px);
  }
}
.webCreateCont__wrapper span {
  font-weight: bold;
  display: block;
  text-align: center;
  color: #3686BB;
  padding: 10px;
  border: 1px solid #3686BB;
  margin-bottom: 5px;
}
.webCreateCont__wrap {
  height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
}
.webCreateCont__wrap img {
  width: 100%;
}
.webCreateCont__soumusyou {
  padding-top: 80px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
}
@media screen and (max-width: 767px) {
  .webCreateCont__soumusyou {
    flex-direction: column;
  }
}
.webCreateCont__soumusyou figure {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .webCreateCont__soumusyou figure {
    width: 100%;
  }
}
.webCreateCont__soumusyou figure img {
  width: 100%;
  object-fit: cover;
}
.webCreateCont__soumusyou span {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .webCreateCont__custom {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}




section.webCreateFlow.section{
  background-color: #F5F5F4;
  margin-left: calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
.webCreateFlow__inner{
width: 1340px;
   max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.webCreateFlow__disc{
  line-height: 1.7;
}
.webCreateFlow__cont{
  width: 70%;
  margin: 0 auto;
}
.webCreateFlow__cont ul{
  margin-top: 50px;
  margin-bottom: -20px;
}
.webCreateFlow__cont ul li{
display: flex;
align-items: center;
padding: 10px 20px;
border: 1px solid #bcbcbb;
border-radius: 10px;
background-color: #fff;
margin-bottom: 70px;
position: relative;
}
.webCreateFlow__cont ul li::after{
  display: block;
  content: '';
  background-image: url('../img/direction.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.webCreateFlow__cont ul li p{
  font-size: 16px;
  line-height: 1.6;
}
.webCreateFlow__cont ul li p span{
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  vertical-align:text-bottom;
}
.webCreateFlow__cont ul li .flow__tag{
  font-size: 14px;
  color: #fff;
  background-color: #0069B8;
  display: inline-block;
  padding:3px 10px;
  margin-left: 10px;
  border-radius: 8px;
  margin-bottom: 0;
}
.webCreateFlow__cont ul li p a{
  text-align: center;
   padding: 10px;
  background-color: #FA8927;
  border: 1px solid #FA8927;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s;
  display: block;
  margin-top: 20px;
  width: 200px;
  transition: 0.3s;
}
.webCreateFlow__cont ul li p a:hover{
  background-color: #fff;
  color: #FA8927;
  transition: 0.3s;
}
.webCreateFlow__cont ul li:last-child::after{
  display: none;
}
.webCreateFlow__cont ul li figure{
  width: 20%;

}
.webCreateFlow__cont ul li p{
  width: 80%;
}
.webCreateFlow__cont ul li figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px){
  .webCreateFlow__cont{
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  .webCreateFlow__cont ul li{
    flex-direction: column;
    padding: 20px;
  }
  .webCreateFlow__cont ul li figure{
    width: 40%;
  }
  .webCreateFlow__cont ul li p{
    width: 100%;
  }
.webCreateFlow__cont ul li p a{
  margin: 0 auto;
}
}

.webCreatePrice__desc {
  line-height: 1.6;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .webCreatePrice__desc {
    width: 100%;
  }
}
.webCreatePrice__desc span {
  display: block;
  padding-top: 20px;
  font-weight: bold;
}


.pricePlan{
  width: 70%;
  margin: 50px auto 0;
}
.pricePlan__list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 10px 3px rgba(17,17,26,0.08);
   padding: 20px;
   border-radius: 10px;
   margin-bottom: 20px;
}
.pricePlan__list:nth-child(2){
  flex-direction: row-reverse;
}
.pricePlan__list:last-child{
  margin-bottom: 5px;
}
.pricePlan__list .pricePlan__body{
  width: 50%;
}
.pricePlan__list figure{
  width: 45%;
}
.pricePlan__list figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pricePlan__list .pricePlan__body h4{
   font-size: 1.875rem;
   color: #3686BB;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
.pricePlan__list .pricePlan__body h4 span{
  display: block;
  font-size: 16px;
  color: #333;
}
.pricePlan__list .pricePlan__body p{
  line-height: 1.6;
  margin-bottom: 20px;
}
.pricePlan__price{
  font-size: 1.65rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: bold;
  position: relative;
 
  padding-bottom: 5px;
}
.pricePlan__price::after{
  display: block;
  content: '';
   width: 150px;
  height: 2px;
  background-color: #FA8927;
 
  position: absolute;
  bottom: 0;
  left: 0;
}
.pricePlan__price::before{
  display: block;
  content: '';
  width: 260px;
  height: 2px;
  background-color: #b2b1b1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pricePlan__price span{
  font-size: 16px;
  font-style: normal;
  font-family: 游ゴシック, YuGothic, ;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .pricePlan{
    width: 100%;
  }
  .pricePlan__list{
    flex-direction: column-reverse;
  }
  .pricePlan__list:nth-child(2){
    flex-direction: column-reverse;
  }
  .pricePlan__list figure{
    width: 100%;
    margin: 0 auto;
  }
  .pricePlan__list .pricePlan__body{
    width: 100%;
    text-align: left;
  }
}


.webCreatePrice__excerpt{
  font-size: 14px;
  padding-left: 10px;
  margin-bottom: 70px;
}
.webCreatePrice__contract{
  width: 70%;
  margin: 0 auto ;
}
.webCreatePrice__contract p{
  /* margin-bottom: 5px; */
  line-height: 1.7;
}
.webCreatePrice__contract p span{
  background: linear-gradient(transparent 60%, yellow 30%);
}
.webCreatePrice__contract .serviceSection__wpTitle{
border-bottom: 2px solid #7c7c7c;
}
.webCreatePrice__contract--info{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 40px;
  margin-top: 10px;
  width: 100%;
  background-color: #FEF7F0;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .webCreatePrice__contract{
    width: 100%;
    margin: 40px auto 0;
  }
  .webCreatePrice__contract--info{
    width: 100%;
    margin: 20px auto 0;
    padding: 20px 10px 20px 40px;
    flex-direction: column;
  }
  .webCreatePrice__contract--info ul li{
    margin-left: 15px;
    text-indent: -1.5em;
  }
 
  
}
.webCreatePrice__contract--info h5{
  color: #3686BB;
  font-weight: bold;
  margin-bottom: 5px;
}
.webCreatePrice__contract--info p{
  margin-bottom: 5px;
}
.webCreatePrice__contract--info ul li{
  margin-bottom: 5px;
  list-style:disc;
  list-style-position: inside;
}




.accordion {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  margin-bottom: -20px;
}
@media screen and (max-width: 767px) {
  .accordion {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.accordion dt {
  margin-bottom: 20px;
}
.accordion__button {
  width: 100%;
  background-color: #EFEEEB;
  border: 0;
  display: flex;
  align-items: center;
  padding: 15px;
  cursor: pointer;
}
.accordion__button:hover {
  opacity: 0.7;
}
.accordion__Q {
  font-size: 2.5rem;
  color: #3686BB;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .accordion__Q {
    font-size: 1.875rem;
  }
}
.accordion__Qtext {
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .accordion__Qtext {
    font-size: 1rem;
    text-align: left;
  }
}
.accordion__Qicon {
  width: 30px;
  height: 3px;
  background-color: #FA8927;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .accordion__Qicon {
    width: 20px;
  }
}
.accordion__Qicon::before {
  display: block;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #FA8927;
  transform: rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion__Qicon::before {
    width: 20px;
  }
}
.accordion dd {
  margin: 0;
  padding-bottom: 35px;
  padding-left: 15px;
  padding-right: 45px;
  display: none;
}
.accordion__Abox {
  display: flex;
}
.accordion__Aicon {
  font-size: 2.5rem;
  font-weight: bold;
}
.accordion__body {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .accordion__Aicon {
    font-size: 1.875rem;
  }
  .accordion__Abox{
    flex-direction: column;
  }
  .accordion dd{
    padding-right: 0;
  }
  .accordion__body{
    margin-left: 0;
  }
}
.accordion__body p {
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  line-height: 1.75;
  font-size: 1.125rem;
}
.accordion__body p a {
  text-decoration: underline;
  color: #3686BB;
}
@media screen and (max-width: 767px) {
  .accordion__body p {
    font-size: 1rem;
  }
}

button.accordion__button[aria-expanded=true] .accordion__Qicon::before {
  transform: rotate(0deg);
  transition: 0.3s;
}

.faqCont__contents {
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.product {
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: -20px;
  
}
/* .product::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 50px);
  margin-left: 50px;
} */
@media screen and (max-width: 767px) {
  .product {
    margin-left: 0;
  }
}

.productCont {
  width: calc(100% / 3 - 40px);
  margin-left: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px){
  .productCont{
    width: calc(100% / 2 - 50px);
  } 

}
@media screen and (max-width: 767px) {
  .productCont {
    width: 100%;
 margin-left: 0;
  }
}
.productCont a {
  transition: 0.3s;
}
.productCont a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
/* .productCont a:hover img {
  transform: scale(1.2);
  transition: 0.3s;
} */
.product__wrap {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.product__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.product__body {
  padding: 20px;
}
.product__title {
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.product__cat {
  padding: 8px 20px;
  background-color: #3686BB;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 20px;
  margin-right: 30px;
}
.product__data {
  font-size: 0.875rem;
}


section.section.single__section{
  padding-top: 0;
}

.singleProduct__left {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .singleProduct__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.singleProduct__body {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .singleProduct__body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.singleProduct__wrap {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  /* box-shadow: 0px 0px 36px 0px rgba(99, 99, 107, 0.1); */
}
.singleProduct__wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.singleProduct__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.singleProduct__data {
  font-size: 14px;
  margin-bottom: 50px;
}
.singleProduct__data i{
  margin-right: 5px;
}


.singleProduct__dl {
  width: 100%;
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  padding: 30px 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.singleProduct__dl dt{
  font-weight:bold;
  width: 35%;
}
.singleProduct__dl dd{
  width: 60%;
}
.singleProduct__dl::before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b2b1b1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.singleProduct__dl::after{
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background-color: #0069B8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.singleProduct__div{
  position: relative;

}
.singleProduct__div::before{
    content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b2b1b1;
  position: absolute;
  top: 0;
  left: 0;
}
.singleProduct__div::after{
    content: '';
  display: block;
  width: 120px;
  height: 2px;
  background-color: #0069B8;
  position: absolute;
  top: 0;
  left: 0;
}


.singleProduct__info{
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .singleProduct__dl dt{
    width: 40%;
  }
  .singleProduct__info{
  width: 100%;
  margin: 0 auto;
}
.singleProduct__dl{
  padding:30px 0;
}
}
.singleProduct__desc {
  padding: 30px;
  margin-top: 30px;
  background-color: #f8f8f8;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .singleProduct__desc {
    padding: 20px;
  }
}
.singleProduct__desc--tit {
  font-size: 1.125rem;
  font-weight: bold;
  margin-left: 10px;
  position: relative;
  margin-bottom: 20px;
}
.singleProduct__desc--tit::before {
  display: block;
  content: "";
  width: 3px;
  height: 25px;
  background-color: #FA8927;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}
.singleProduct__desc--text {
  line-height: 1.75;
  /* font-family: "Shippori Mincho B1", serif; */
}
.singleProduct__right {
  width: 80%;
  margin: 80px auto 0;
}
@media screen and (max-width: 1024px) {
  .singleProduct__right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .singleProduct__right {
    width: 100%;

  }
}
.singleProductResponsive {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.singleProductSide__title {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  margin-left: 10px;
}
.singleProductSide__title::before {
  display: block;
  content: "";
  width: 3px;
  height: 25px;
  background-color: #FA8927;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}

.singleProductSide__body{
 /* margin-left: -40px; */
}
.singleProductSide__cont {
margin-right: 40px;

}
@media screen and (max-width: 1024px) {
  .singleProductSide__cont {
    border-bottom: 0;
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .singleProductSide__cont {
    width: 100%;
  }
}
.singleProductSide__cont a {
  transition: 0.3s;
}
.singleProductSide__cont a figure {
  overflow: hidden;
}
.singleProductSide__cont a figure img {
  transition: 0.3s;
}
.singleProductSide__cont a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.singleProductSide__cont a:hover img {
  transform: scale(1.2);
  transition: 0.3s;
}

/* お客様の声詳細 */
.singleProduct__box{
  position: relative;
  margin-bottom: 30px;
}
.singleProduct__box .singleProduct__tag{
  padding:30px 10px;
  position: relative;
}
.singleProduct__box .singleProduct__tag>span{
  width: 25%;
  display: inline-block;
}

.singleProduct__box .singleProduct__tag::before{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b2b1b1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.singleProduct__box .singleProduct__tag::after{
  content: '';
  display: block;
  width: 120px;
  height: 2px;
  background-color: #0069B8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.singleProduct__box::before{
    content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #b2b1b1;
  position: absolute;
  top: 0;
  left: 0;
}
.singleProduct__box::after{
    content: '';
  display: block;
  width: 120px;
  height: 2px;
  background-color: #0069B8;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
 .singleProduct__box .singleProduct__tag>span{
  width: 40%;
 }
}

/* ページネーション */
.pagination {
  margin: 40px 0 0;
}
.nav-links {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 15px 10px;
  color: #3686BB;

  background: #fff;
  border: 1px solid #3686BB;
}
.pagination .current {
  background: #3686BB;
  color: #fff;
}
.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #3686BB;
}
.pagination .dots {
  background: transparent;
  box-shadow: none;
  border: none;
}
.pagination a.page-numbers{
  transition: 0.3s;
}
.pagination a.page-numbers:hover{
  background-color: #3686BB;
  color: #fff;
  transition: 0.3s;
}


.voice__contents p{
  line-height: 1.6;
  font-size: 18px;
}
.voice-btn{
  margin-top: 100px;
  text-align: center;
}

section.contact{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .voice-btn{
    margin-top: 10px;
 
}
section.contact{
  width: 100%;
}
}
.contact-page .mainVisual img{
object-position: 50% 30%;
}
.smf-item__description{
  color: #e60044;
}
.smf-action .smf-button-control__control{
  background-image: none;
  background-color: #FA8927!important;
  border: 0;
  color: #fff;
  border-radius: 20px;
  padding: 10px 30px;
}
.smf-action .smf-button-control__control:hover{
  opacity: 0.7;
}
h2.single__title{
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
}
h2.single__title+span{
  display: block;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 767px){
  h2.single__title{
    font-size: 24px;
  }
  .single-section.section{
    padding-top: 0;
  }
}
.single__wrap{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.single__wrap img{
  width: 100%;
  height: auto;
}
.single-body h3,
.privacy-section h2{
  font-size: 26px;
  font-weight: bold;
  padding: 10px;
  background-color: #f7f7f7;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px){
  .single-body h3,
.privacy-section h2{
  font-size: 22px;
}
}
.single-body h3::before,
.privacy-section h2::before{
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #3686BB;
  
  position: absolute;
  top: 0;
  left: 0;
}
.single-body p{
  font-size: 18px;
  line-height: 1.7;
  color:#333;
  font-family: 游ゴシック, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  margin-bottom: 40px;
}
.single-body .wp-block-table td, .wp-block-table th{
  padding: 1em;
  color: #333;
}
.single-body h2,
.single-body h3,
.single-body h4,
.single-body h5,.privacy-section h2,.privacy-section h3{
  color: #333;
}
.connect-post ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -20px;
}
.connect-post .productSection__title.sectionTitle{
  color: #3686BB;
}
.connect-post.section{
  padding-left: 0;
  padding-right: 0;
}
.connect-post ul li{
  width: calc(100% / 2 - 20px);
  margin-left: 20px;
  height: 120px;
  border: 1px solid #c0c0c0;
  padding: 5px;
}
@media screen and (max-width: 767px){
  .connect-post ul{
    flex-direction: column;
    margin-left: 0;
  }
  .connect-post ul li{
    width: 100%;
    margin-bottom:20px;
    margin-left: 0;
    height: 150px;
  }
}
.connect-post ul li a{
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.connect-post ul li a :hover{
  opacity: 0.8;
  transition: 0.3s;
}
.connect-post ul li .connect-wrap{
  height: 100%;
  display: flex;
align-items: center;
}
.connect-post ul li .connect-wrap figure{
  width: 30%;
  height: 100%;
}
.connect-post ul li .connect-wrap figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.connect-post ul li .connect-wrap .connect-body{
  width: calc(70% - 20px);
  margin-left: 10px;
  padding: 10px;
}

.connect-post ul li .connect-wrap .connect-body p{
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
.connect-post ul li .connect-wrap .connect-body span{
  display: block;
  text-align: right;
  font-size: 12px;
}


/* コード */
pre {
	background-color:#eee;
 	border:none;
	margin: 20px 0;
	padding:7px;
	overflow: auto;
}
.prettyprint {
	position: relative;
	padding: 40px 20px 20px 20px;
}
.prettyprint ol{
  white-space: pre-wrap;
}
.ribbon-html::before {
	content: "HTML";
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	font-family: Consolas, Menlo, 'Liberation Mono', Courier, monospace;
	color: #fff;
	text-align: center;
	background: #ffbf7f;
	width: 50px;
	height: 25px;
	top: 0px;
	left: 0px;
}
.ribbon-css::before {
	content: "CSS";
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	font-family: Consolas, Menlo, 'Liberation Mono', Courier, monospace;
	color: #fff;
	text-align: center;
	background: #7fbfff;
	width: 50px;
	height: 25px;
	top: 0px;
	left: 0px;
}
.prettyprint ol.linenums > li {
	font-size: 14px;
	border-left: 0.5px solid #aeaeae;
	margin-left: 10px;
	padding: 0 0 0 20px;
	list-style-type: decimal;
	list-style-position: outside;
}
code{
	font-family: Consolas, Menlo, 'Liberation Mono', Courier, monospace;
}

.privacy .mainVisual img{
  object-position: 50% 60%;
}
.privacy-section ol{
  /* margin-bottom: 50px; */
}
.privacy-section ol li,
.privacy-section p{
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 50px;
}
.single-voiceTitle{
  font-size: 26px;
}
.single-box{
  padding: 50px;
  background-color: #FBFEFF;
  border: #3686BB 1px solid;
  line-height: 1.7;
  margin-bottom: 50px;
}

/* 404 */
section.section.p-404 h2{
  text-align: center;
} 


