@charset "UTF-8";
@import url(default.css);

@font-face {
  font-family: "NotoSansCJKjp-demilight";
  src: url("../font/NotoSansCJKjp-DemiLight.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp-medium";
  src: url("../font/NotoSansCJKjp-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto Sans JP.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Noto Sans JP.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp-black";
  src: url("../font/NotoSansCJKjp-Black.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowRegular";
  src: url("../font/BarlowCondensed-Regular.otf");
}
@font-face {
  font-family: "BarlowMedium";
  src: url("../font/Barlow-Medium.otf");
}
@font-face {
  font-family: "BarlowBold";
  src: url("../font/Barlow-Bold.otf");
}
@font-face {
  font-family: "BarlowSemiBold";
  src: url("../font/BarlowCondensed-SemiBold.otf");
}
@font-face {
  font-family: "DINMedium";
  src: url("../font/DIN-Medium-Regular.otf");
}
body {
  overflow-x: hidden;
  opacity: 0;
  background-color: #fff;
  transition: 1s;
}
body:not(.wp-admin) {
  background-color: #fff;
}
/* カスタムプロパティ設定部分 */
*, ::after, ::before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(0,176,218,.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-content: attr(data-text);
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
:root {
  --red: #f6124e;
  --orange: #ff9000;
  --green: #00e596;
  --pink: #ff0190;
  --purple: #6a01ca;
  --yellow: #ffe75f;
  --blue: #097ba1;
  --gray100: #f1f1f0;
  --gray200: #dadad7;
  --gray300: #c3c3be;
  --gray400: #ababa5;
  --gray500: #999;
  --gray600: #7c7c74;
  --gray700: #64645d;
  --gray800: #4b4b46;
  --gray900: #333;
  --fontRegular: noto-sans,"Noto Sans JP",sans-serif;
  --fontDin: din-2014,sans-serif;
  --sizeRoot: 16px;
  --lineHeight: 1;
  --sizeH1: 3.4rem;
  --sizeH2: 3rem;
  --sizeH3: 2.6rem;
  --sizeH4: 2.2rem;
  --sizeH5: 1.8rem;
  --sizeH6: 1.3rem;
  --pageMaxWidth: 1280px;
  --modalHeight: calc(85vh - 4rem);
  --modalHeightNs: calc(85vh - 5.5rem);
  --modalHeightWithoutBar: calc(85vh - 1.5rem);
}
body {
width: 100%;
margin: 0;
font-family: "Noto Sans JP",noto-sans,sans-serif;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top,var(--tw-gradient-stops));
}
.text-transparent {
  color: transparent;
}
.gradation_area {
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.bg-striped-gradient-light {
  --mys-striped-bg: repeating-linear-gradient(-30deg,rgba(0,255,255,0),hsla(0,0%,100%,0) 0.5rem,hsla(0,0%,100%,.08) 0,hsla(0,0%,100%,.08) 1rem);
}
.bg-striped-gradient-to-t {
  background-image: var(--mys-striped-bg),linear-gradient(to top,var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right,var(--tw-gradient-stops));
}


/* テキストに陰を付ける */
.drop-shadow-text1 {
  --tw-drop-shadow: drop-shadow(0.1em 0.1em 0px rgba(0,0,0,.3));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-text2 {
  --tw-drop-shadow: drop-shadow(2px 2px 0px #810b30);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.before_15em::before {
  -webkit-text-stroke-width: 0.06em;
  content: var(--tw-content);
}
.before_4px::before {
  -webkit-text-stroke-width: 4px;
  content: var(--tw-content);
}
.before_absolute::before {
  content: var(--tw-content);
  position: absolute;
  top: 0;
  left: 0;
}
.before_text-stroke-pink::before {
  -webkit-text-stroke-color: #6c0726;
  content: var(--tw-content);
}
.before_data-text::before {
  --tw-content: attr(data-text);
  content: var(--tw-content);
}
.from-gradation-pink {
  --tw-gradient-from: #960f39;
  --tw-gradient-to: rgba(150,15,57,0);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}
.before_text-stroke-white::before {
  -webkit-text-stroke-color: #fff;
  content: var(--tw-content);
}
.blur_15px {
  --tw-blur: blur(1.5px);
}
.blur {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* ここまでカスタムプロパティ設定部分 */



/* ここから要素に合わせてカスタム。 */
.test_box {
min-height: 200px;
display: flex;
align-items: center;
justify-content: center;
font-size: 80px;
font-weight: 700;
}
.from-pink {
  --tw-gradient-from: #960f39;
  --tw-gradient-to: rgba(150,15,57,0);
}
.from-pink2 {
  --tw-gradient-from: #e32862;
--tw-gradient-to: rgba(227,40,98,0);
--tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}
.from-yellow {
  --tw-gradient-from: #fac13c;
  --tw-gradient-to: rgba(250,193,60,0);
}
.from-orange {
  --tw-gradient-from: #ff900d;
  --tw-gradient-to: rgba(250,193,60,0);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
}



.to-pink {
  --tw-gradient-to: #e32862;
}
.to-yellow {
  --tw-gradient-to: #f6e597;
}
.to-purple {
  --tw-gradient-to: #510098;
}
.to-orange {
  --tw-gradient-to: #ff4000 ;
}
.to-gradation-pink {
  --tw-gradient-to: #e32862;
}



/* 
赤:

よく使われる赤色: #ff0000
よく使われる赤色を濃くした色: #cc0000
青:

よく使われる青色: #0000ff
よく使われる青色を濃くした色: #000099
緑:

よく使われる緑色: #00ff00
よく使われる緑色を濃くした色: #009900
オレンジ:

よく使われるオレンジ色: #ff9900
よく使われるオレンジ色を濃くした色: #cc6600
*/

h1{ text-align: center; font-size: 36px; margin: 0px; padding: 0px; }
h2{ font-size: 32px; margin: 0px; padding: 0px; }
h3{ text-align: center; font-size: 28px; margin: 0px; padding: 0px; }
.defW{ max-width: 1170px; margin: 0px auto; }
.contsBody{ margin: 4vw 0 0 0; }

.nodeco{ text-decoration: none; }
a:hover > img{
    cursor:pointer;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
    zoom:1;
}
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

html body {
line-height: 1.629;
}


.is-fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(0,178,169,0.8);
    text-align: center;
    padding: 10px 0px;
}

.toplink{
    position: absolute;
    bottom:10px;
    right: 10px;
    z-index: 3;
    padding: 10px;
    border:1px solid #999;
    background-color: rgba(200,200,200,0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.toplink{
    position: absolute;
    bottom:10px;
    right: 10px;
    z-index: 3;
    padding: 10px;
    border:1px solid #999;
    background-color: rgba(200,200,200,0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.toplink a{ text-decoration: none; }


.h_left {
  width: 100%;
}


.head_img .inner {
  max-width: 1500px;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  position: relative;
}
.head_img::after {
  content: "";
  background-image: url(../image/add_business_FV_02.png);
  height: 100%;
  width: 40%;
  position: absolute;
  background-size: contain;
  right: 2vw;
  bottom: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.problem_list_box {
  padding: 30px;
  border-top: 3px solid #000;
  background-color: rgba(255,255,255,.8);
  background-color: rgba(255,255,255,.9);
  width: 31.66%;
  position: relative;
}

.problem_list_box ul li {
  font-size: 1.1em;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  border-bottom: 1px solid #aaa;
  font-weight: 500;
  color: #000;
  position: relative;
  padding-left: 25px;
}
.problem_list_box ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background-color: #333;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}
.problem_list_box ul li span {
  position: relative;
}
.problem_list_box ul li span b {
  position: relative;
  color: #da2129;
}
.problem_list_box ul li span::before {
  background-color: #ffdb65;
  content: '';
  position: absolute;
  bottom: 2px;
  display: inline-block;
  opacity: 0.75;
  width: 100%;
  height: 8px;
  z-index: 0;
  right: 0;
  left: 0;
  margin: auto;
}




.problem_flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.resolution_red .inner {
  max-width: 1450px;
}



.news.subarea {
  padding-bottom: 30px;
  background-color: #fff;
}

.resolution_red {
  padding-bottom: 370px;
  background-color: #da2129;
  background-image: url(../image/monokuro.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}
.resolution .section_title {
  color: #da2129;
  padding-bottom: 50px;
  margin-bottom: 0;
  padding-top: 60px;
  position: relative;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.resolution .section_title:before {
  content: "";
  background-image: url(../image/b_human1.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  width: 290px;
  height: 290px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99999;
}


.resolution_red:before {
content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.8));
  background: none;
}


.resolution .section_title .small {
  color: #fff;
  color: #da2129;
}

@keyframes topmove {
  0% {
      transform: translate(0,0px);
  }

  100% {
      transform: translate(0,-10px)
  }
}
.resolution_list ul.list li {
  width: 23%;
  background-color: #fff;
  text-align: center;
  color: #000;
}
.resolution_list ul.list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resolution_text {
  margin-top: 7px;
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 10px;
}
.resolution_text span {
  font-size: 1.1em;
}
section.resolution {
  padding-bottom: 0;
  padding-top: 100px;
  overflow: hidden;
  background-color: #fff;
}
section.solution {
  background-color: #fff;
  margin-top: -150px;
  padding-top: 30px;
}
.solution h2 .flex_box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: end;
  padding-bottom: 30px;
  font-size: 1.2em;
}
.decorate {
  position: relative;
}

.decorate::before {
  background-color: #ffdb65;
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  opacity: 0.75;
  width: 95%;
  height: 15px;
  transform: skewX(-50deg);
  z-index: -1;
}



#page_scroll {
  writing-mode: vertical-rl;
  position: fixed;
  bottom: 2vw;
  left: 2vw;
  font-weight: 900;
  letter-spacing: 1px;
  background-color: #da2129;
  z-index: 9999999;
  border: 1px solid #fff;
}
#page_scroll a {
  padding: 10px;
  display: block;
}

.feature {
  background-color: #eee;
  padding-bottom: 50px;
}
.feature .section_title {
  color: #333;
  display: flex;
align-items: end;
line-height: 1em;
}
.feature .section_title .small {
  color: #333;
  line-height: 1.5em;
}

.en_color_back {
  background: #ff4000;
background: -moz-linear-gradient(left, #ff900d 0%, #ff4000 63%, #ff4000 63%, #ff4000 93%);
background: -webkit-linear-gradient(left, #ff900d 0%,#ff4000 63%,#ff4000 63%,#ff4000 93%);
background: linear-gradient(to right, #ff900d 0%,#ff4000 63%,#ff4000 63%,#ff4000 93%);
padding: 0 8px 3px;
font-weight: 900;
border-radius: 2px;
font-size: 85%;
color: #fff;
}
dl {
  display: flex;
  align-content: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
dd {
  min-height: 50px;
  display: flex;
  align-items: center;
  width: 200px;
  position: relative;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
dt {
width: calc(100% - 200px);
align-items: center;
display: flex;
padding-left: 25px;
font-weight: 500;
font-size: 16px;
min-height: 50px;
color: #000;
}
.info dl {
  display: flex;
  align-content: center;
  border-bottom: 1px solid #333;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
body .wpcf7-radio,body .wpcf7-checkbox {
  display: flex;
  margin-top: 0;
}
body .wpcf7 p {
  font-size: 1em;
  font-weight: 500;
  margin-top: 0 !important;
  margin-bottom: .5rem !important;
}
.info_waku {
  margin-bottom: 20px;
}
body .wpcf7-form-control-wrap {
  margin-top: 15px;
}



.info dd {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: left;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  width: 80%;
  padding: 0 10px;
  text-align: left;
  line-height: 1.8em;
}
.info dt {
align-items: center;
width: 20%;
display: flex;
padding-left: 0;
font-weight: 500;
font-size: 16px;
color: #000;
padding: 0 10px;
}
.section_title {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 80px;
  color: #fff;
  margin-bottom: 30px;
}
.news .section_title {
  color: #000;
}
.news .section_title .small {
  color: #000;
}

.section_title .small {
  color: #fff;
  font-weight: 500;
  padding-left: 50px;
  font-size: 28px;
}
.subarea .inner {
  max-width: 1200px;
  z-index: 2;
position: relative;
}
.about_title {
  font-size: 20px;
  letter-spacing: 1px;
}
.en_color_yellow {
  color: #ffdb65;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 700;
}
.about ul.list li {
  width: 30%;
  border: #ec4c13 1px solid;
  margin-bottom: 60px;
  padding: 30px;
  background-color: rgba(0,0,0,.7);
}
.about ul.list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
}
.list_img {
  max-width: 130px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.h_title .en_color {
  font-size: 1.3em;
}
body {
  background-color: #000;
  color: #fff;
}
.h_title {
  font-weight: 900;
  font-size: 65px;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.head_img {
  padding-top: 0;
  padding-bottom: 0;
  background-image: url(../image/AdobeStock_664246043.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;

  height: calc(100vh - 85px);
  min-height: 800px;
}
body {
  margin-top: 0;
  padding-top: 85px;

}


.h_title .small {
  text-shadow: 0 .2vw .2vw #333;
}
.head_img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(to bottom, rgba(255,255,255,.2), rgba(255,255,255,.5));
}


.en_color {
  background: #ff4000;
  background: -moz-linear-gradient(left, #ff900d 0%, #ff4000 63%, #ff4000 63%, #ff4000 93%);
  background: -webkit-linear-gradient(left, #ff900d 0%,#ff4000 63%,#ff4000 63%,#ff4000 93%);
  background: linear-gradient(to right, #ff900d 0%,#ff4000 63%,#ff4000 63%,#ff4000 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_text {
  max-width: 700px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 60px;
}
.h_img {


}
.h_img .top_list {
  padding: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;

}
.h_img .top_list li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 30%;
  margin: 0 15px 50px;
}

@media screen and (min-width: 670px) {
.h_img .top_list li:nth-child(4), .h_img .top_list li:nth-child(5), .h_img .top_list li:nth-child(6) {
  margin-bottom: 0;
}
}

.h_img .top_list li::after {
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-50deg);
  background-color: #000;
}
.top_list_img {
  max-width: 100px;
  margin-right: 10px;
  z-index: 2;
}
.top_list_text {
  z-index: 2;
  margin-top: 0;
}
.top_list_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px; 
}
.top_list_title .small {
  font-size: 90%;
}
.top_list_subtitle {
  font-size: 16px;
  font-weight: 400;
}


.big_small {
  font-size: 70%;
  padding-right: 15px;
}


.GM{
    background-color: #5dc2b2;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border: none;
}

.navbar-default .navbar-nav > li > a{
    color:#FFF;
    text-decoration: none;
    width: 147px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 0px 10px;
}

.navbar-default .navbar-nav > li > a.small{
    width: 100px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover{
    color:#FFF;
    text-decoration: none;
/*    background-image: url(../image/gmBG.png);
    background-repeat: no-repeat;
    background-position: center*/

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: none;
    background-color: #00b2a9;
}

.navbar { margin-bottom: 0px; }

.mainImage{
    background-image: url(../image/mainImage.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 59vw;
    position: relative;
}

.maincomitBtn{
    position: absolute;
    top: 42vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 35vw;
}

.box1{
    max-width: 900px;
    margin: 0px auto;
    padding: 10px 0px;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.box1text{
    margin-top: 50px;
    max-width: 100%;
}

.box1>.title{
    background-color: #00b2a9;
    border-bottom: 10px #ffe900 solid;
    color: #FFF;
    padding: 24px;
}
.box1>ul{
    margin: 30px 40px;
}
.box1>ul>li{
    text-align: left;
    list-style: none;
    font-size: 25px;
    line-height: 40px;
}
.box1>ul>li:before{
    content: "\f1db";
    font-family: FontAwesome;
    color: #00b2a9;
    margin-right: 10px;
}

.boxRelative{ position: relative; }

.box2{ background-color: #00b2a9; overflow:hidden; color: #FFF; font-size: 15px; padding-top: 2%; }
.box2Title{ }
.box2Strleft{ padding: 0 4% 0 2%; font-weight: bold; line-height: 25px; }
.box2StrRight{ padding: 0 4% 0 4%; font-weight: bold; line-height: 25px; }
.box2Str1Img{
    position: absolute;
    top:10%;
    right: 7%;
}

.box3{ background-color: #ffe900; overflow:hidden; font-size: 15px;  }
.box3Body{ min-height: 190px;}
.box3Title{ padding-top: 40px; text-align: left; }
.box3Strleft{ padding: 0 4% 0 3%; font-weight: bold; line-height: 25px; }
.box3StrRight{ padding: 0 0% 0 4%; font-weight: bold; line-height: 25px; }

.box3Str1Img{
    position: absolute;
    top:-10%;
    left: 9%;
}

.box4{ background-color: #00b2a9; overflow:hidden; color: #FFF; font-size: 15px; padding-top: 2%; padding-bottom: 40px; }
.box4Title{   }
.box4Title2{   }
.box4Strleft{ padding: 1% 4% 0 3%; font-weight: bold; line-height: 25px; }
.box4StrRight{ padding: 1% 0% 0 4%; font-weight: bold; line-height: 25px; }
.box3Str1Img{
    position: absolute;
    top:-10%;
    left: 9%;
}

.backRitsu{ max-width: 47%; width: 47%; margin: 0; padding: 4% 0 0 7%; float: left; text-align: right; }
.bank{ max-width: 53%; width: 53%; margin: 0; padding: 3% 5% 0 2%; float: right; }

.comitArea{
    background-image: url(../image/bg1.png);
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}
.comitFont{
    font-weight: bold;
    font-size:18px;
}

.nagareArea{
    padding-bottom: 50px;
    margin-top: 50px;
}

.nagareBody{
    float: left;
    max-width: 22%;
    margin-left: 4%;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
.nagareBody:first-child{
    margin-left: 0;
}
.nagareArrow{
    float: left;
    position: relative;
    padding-top: 10%;
}
.nagareArrow::after {
    content: "\f054";
    font-family: FontAwesome;
    float: left;
    position: absolute;
    top:35%;
    left:3%;
    font-size: 3vw;
    margin-left: 8px;
    color: #CCC;
}

.nagareTitle{
    background-color: #00b2a9;
    padding: 5px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
}
.nagareStr{
    padding: 15px;
    text-align: left;
    min-height: 100px;
}

.voiceArea{
    padding: 50px 0;
    padding-bottom: 50px;
    background-color: #00b2a9;
    background-image: url(../image/voiceBG.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    color: #FFF;
}

.voiceBody{
    background-color: #FFF;
    margin-top: 50px;
    padding: 0px 10px;
}
.voiceL{ color: #c975c0; font-weight: bold; font-size: 16px; }
.voiceM{ color: #00b2a9; font-weight: bold; font-size: 16px; }
.voiceL:before,
.voiceM:before {
    content: "\f075";
    font-family: FontAwesome;
    font-size: 30px;
    margin-right: 10px;
}
.voiceStr{
    color: #333;
    padding: 5px 10px 5px 40px;
}

.faqArea{
    padding: 50px 0;
    padding-bottom: 50px;
    margin-top: 0px;
    background-color: #deeaea;
}


.faqBody{ box-shadow: 10px 10px 10px rgba(0,0,0,0.2); margin-top: 30px; }
.qTitle{
    background-image: url(../image/qTitle.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-color: #00b2a9;
    padding: 4% 12% 3% 12%;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    cursor: pointer;
}
.aStr{
    background-color: #FFF;
    padding: 10px;
}

.CamArea{
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
}

.acMenu dt{
    display:block;
    text-align:left;
    cursor:pointer;
}
.acMenu dt::after{
    content: "\f13a";
    font-family: FontAwesome;
    position: absolute;
    top: 15%;
    right:15px;
    font-size:30px;

}
.acMenu dd{
    background:#f2f2f2;
    text-align:cleft;
    display:none;
    padding:10px;
    background-color: #FFF;
}
.acMenu dd>div{
    background-image: url(../image/a.png) ;
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: top left;
    padding-left: 50px;
}
.acMenu dt.active{

}
.acMenu dt.active::after{
    content: "\f139";
    font-family: FontAwesome;
}

.imgwrap {
    position: relative;
    width: 100%;
    background-color: #ffe900;
    color: #00b2a9;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
}
.imgwrap:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さを幅の75%に固定 */
}
.circleStr {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.circle3{
    text-align: center;
    background-color: #ffe900;
    color: #00b2a9;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    top:0;
    right:3%;
    font-size: 25px;
    z-index: 2;
}
.circleStr{
    line-height: 15px;
    padding-top: 19px;
}
.mcenter{ margin: 20px 10px; max-width: 50%; width: auto; height: auto; }

footer a{ color: #999; text-decoration: none; margin-top: 20px; }

div.contactPage{ padding-bottom: 3%;
    color: #999;
}

.subpage_i{
    color:#00b2a9;
}

.notopborder{ border-top: none; }
.bottomborder1 { border-bottom:#00b2a9 1px solid; }

.form-horizontal .form-group{ margin-left: -14px; margin-right: -14px; }
.form-horizontal .form-group .mr-15{ margin-right: -15px !important; }
.form-group{ margin-bottom: 0px;}
.form-horizontal .control-label{ padding-top: 15px;}

@media only screen and (min-width:1400px){
    .nagareArrow::after {
        top:25%;
    }
}

@media only screen and (max-width:991px){
    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 5%;}
    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 0px; text-align: left; }
    .CamArea{
        padding-top: 20px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    .mcenter{ margin: 20px 15px; max-width: 90%; width: auto; height: auto; }

    footer{ padding-bottom: 13%; }
    .hyouTitle{ text-align: left; }

}

@media only screen and (max-width:846px){

    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 5%;}
    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 0px; text-align: left; }
    .CamArea{
        padding-top: 20px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    .nagareArea{ padding-bottom: 20px; margin-top: 20px; }
    .nagareBody{
        float: none;
        max-width: 90%;
        width: 90%;
        margin: -10px 5%;
    }
    .nagareBody:first-child{ margin: -10px 5%; }
    .nagareArrow{ float: none; position: relative; padding-top: 0; }
    .nagareArrow::after {
        content: "\f078";
        font-family: FontAwesome;
        float: none;
        position: relative;
        top: 0%;
        left: 0%;
        margin-left: 0;
        font-size: 13vw;
    }
    .nagareStr{ font-size: 18px; }

    .voiceArea{ padding: 30px 0; margin-top: 30px; }
    .hyouTitle{ text-align: left; }
}
@media only screen and (max-width:767px){
    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 6%;}
    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 0px; text-align: left; }

    .CamArea{ padding-top: 20px; padding-bottom: 0px; margin-top: 0px; }
    .backRitsu{ max-width: 94%; width: 94%; margin: 3%; padding: 20px 0 0 0; float: none; text-align: center; }
    .bank{ max-width: 94%; width: 94%; margin: 3%; padding: 0; float: none; text-align: center; }

    .faqBody{ margin-top: 10px;}
    .qTitle{ height: 70px;}
    footer{ padding-bottom: 18%; }
    .hyouTitle{ text-align: left; }

}
@media only screen and (max-width:640px){

    h1{ font-size: 24px; }
    h3{ font-size: 20px; }
    .box1>ul{
        margin: 10px 10px;
        padding: 10px 0px;
    }
    .box1>ul>li{
        text-align: left;
        list-style: none;
        font-size: 16px;
        line-height: 25px;
    }
    .box1text{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .box2Strleft{ padding-left: 5%;}
    .box2StrRight{ padding-top: 0%; padding-left: 5%;}

    .box3Body{ min-height: 0px;}
    .box3Title{ padding-top: 40px; text-align: left; }
    .box3Strleft{ padding-left: 5%;}
    .box3StrRight{ padding-top: 0%; padding-left: 5%;}
    .box4Title2{ margin-top: 30px; }

    .navbar-default .navbar-nav{ max-width: 100%;}
    .navbar-default .navbar-nav > li{ width: 100%; text-align: center; border-bottom: 1px dotted #FFF;}
    .navbar-default .navbar-nav > li > a{ width: 100%; text-align: center; margin: 0px;}
    .navbar-default .navbar-nav > li > a.small{ width: 100%; text-align: center; margin: 0px;}
    .navbar-default .navbar-nav > li:last-child{ border-bottom: none;}
    .navbar-default .navbar-nav > li > a:hover{ background-image: none; }
    .navbar-default .navbar-nav { margin: 0px; }

    .CamArea{ padding-top: 20px; padding-bottom: 0px; margin-top: 0px; }
    .backRitsu{ max-width: 94%; width: 94%; margin: 3%; padding: 20px 0 0 0; float: none; text-align: center; }
    .bank{ max-width: 94%; width: 94%; margin: 3%; padding: 0; float: none; text-align: center; }

    .qTitle{ min-height: 60px;}

    footer{ padding-bottom: 20%; }
    .hyouTitle{ text-align: left; }
}
td iframe {
width: 100%;
max-width: 100%;
}
img {
width: auto;
height: auto;
max-width: 100%;
}



/*   ここからカスタムCSS    */


.product {
    background-color: #ffda58;
background-image: none;
}
ul.list {
margin-bottom: 0;
padding: 0;
font-size: 0;
}
ul.list li {
list-style: none;
display: inline-block;
width: 33.333333%;
font-size: 16px;
vertical-align: top;
padding: 10px;
}
.inner {
max-width: 1200px;
margin-right: auto;
margin-left: auto;
position: relative;
}
.list_left {
max-width: 120px;
display: inline-block;
vertical-align: top;
}
.list_right {
width: calc(100% - 140px);
display: inline-block;
vertical-align: top;
min-height: 120px;
padding-left: 10px;
position: relative;
}

.product ul.list li a {
display: block;
text-decoration: none;
padding: 0;
color: #333;
}
section {
padding-top: 100px;
padding-bottom: 100px;
position: relative;
min-height: 400px;
}
.list_title {
  color: #fff;
  font-size: 1em;
  text-align: center;
  margin-bottom: 15px;
}
.text_area {
  background-color: #ffda58;
}
.list_text {
  font-size: 15px;
}
.list_box {
  margin-top: 50px;
}

.text_area .inner {
  padding: 70px 100px;
  background-color: #fff;
  border-radius: 25px;
  max-width: 1100px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 16px;
}
.text_area h2 {
  font-size: 2em;
}
.text_area h3 {
  font-size: 23px;
  margin-bottom: 30px;
  margin-top: 80px;
  color: #7d4503;
  font-weight: 700;
}
.text_area ol.ol_list li {
  margin-top: 30px;
  margin-bottom: 30px;
}
.text_area ol.ol_list {
padding-left: 20px;
}

.text_area table th,.text_area table td {
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
}
.text_area table td {
  font-weight: normal;
}
.text_area table th {
color: #fff;
background-color: #333;
}
.text_area table {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
  max-width: 700px;
  width: 100%;
}

@keyframes zoomAnimation {
  0% {
    transform: scale(1); /* 初期のズームレベル（1倍） */
  }
  100% {
    transform: scale(1.2); /* 最終的なズームレベル（1.2倍） */
  }
}
.about {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.bg-container {
  content: "";
  background-image: url(../image/careers_17.png);
  background-size: cover;
  transform-origin: center center;
  transform: scale(1);
  transition: transform 1s;
  width: 100%;
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  margin: auto;
}
.bg-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.8));
}


.animate-zoom {
transform: scale(1.2); /* 最終的なズームレベル */
}



.about .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.feature h3 {
  color: #000;
  text-align: center;
  font-size: 2em;
}










.globalmenu {
background-color: #26a73c;
border-top: 2px ridge #1D7B2C;
border-bottom: 2px ridge #1D7B2C;
}
.globalmenu ul {
background-color: #26a73c;
padding: 0;
font-size: 0;
margin-bottom: 0;
max-width: 1000px;
margin-right: auto;
margin-left: auto;
}
.globalmenu ul li {
list-style: none;
font-size: 14px;
display: inline-block;
width: 20%;
text-align: center;
}
.globalmenu ul li a {
color: #fff;
text-decoration: none;
padding-top: 10px;
padding-bottom: 10px;
display: block;
border-right: 2px ridge #1D7B2C;
}
.globalmenu ul li:first-child a {
border-left: 2px ridge #1D7B2C;
}

.globalmenu ul li i {
margin-right: 5px;
}
.menu_left {
width: 50%;
display: inline-block;
}
.menu_right {
width: 50%;
display: inline-block;
text-align: right;
vertical-align: middle;
}
.list_value {
color: #fff;
text-align: center;
font-weight: bold;
background: linear-gradient(45deg, rgba(96,65,191,1) 0%, rgba(213,123,201,1) 50%, rgba(255,174,56,1) 100%);
position: absolute;
width: 100%;
bottom: 3px;
border-radius: 10px;
height: 55px;
line-height: 55px;
font-size: 20px;
}

.list_value span {
font-size: 2em;
font-family: 'Teko', sans-serif;
margin-right: 8px;
font-style: italic;
vertical-align: inherit;
line-height: 65px;
font-weight: normal;
}
footer {
  background-color: #bb1f25;
}
.cv_button {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 0px;
    z-index: 1000;
    display: block;
}
.cv_button a img:hover {
  opacity: 1;
}
.cv_button a img {
  border: 5px solid #fff;
  border-radius: 12px;
}



footer .list {
font-size: 0;
max-width: 1000px;
margin-right: auto;
margin-left: auto;

}
footer .list li {
text-align: center;
font-size: 16px;
width: 25%;
}

footer .list li a {
    color: #7d4503;
    text-decoration: none;
    font-weight: bold;
    border-bottom: solid;
    padding-bottom: 5px;
}
td iframe {
    width: 100%;
    max-width: 100%;
}
footer ul.list {
    padding-top: 20px;
    padding-bottom: 15px;
}
.copyright {
  text-align: center;
  padding-bottom: 10px;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: 0;
}


footer .list li a i {
margin-right: 5px;
}
.footer_box::before,.footer_box::after {
content: "";
width: 250px;
height: 250px;
position: absolute;
background-size: cover;
top: 0;
bottom: 0;
margin: auto;
}
.footer_box::before {
background-image: url(../image/chara1.png);
left: 25%;
}
.footer_box::after {
background-image: url(../image/chara2.png);
right: 25%;
transform: scale(-1, 1);
}


.prod_fre ul li {
background-color: #4abfd7;
}
.prod_box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px -3px #999;
}
.prod_number ul li {
    color: red;
    font-weight: bold;
    font-size: 1.7em;
    font-family: "Ropa Sans", sans-serif;
}
.prod_number ul li span {
    font-size: 1.5em;
    font-family: "Ropa Sans", sans-serif;
}
.prod_fre ul {
padding-left: 0;
color: #fff;
text-align: center;
font-weight: bold;
}
.prod_img {
    max-width: 100px;
    border-radius: 0;
    overflow: hidden;
}
.prod_fre ul li {
    position: relative;
}
.product ul.list li .cv a {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}


.prod_number ul li span.small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  padding-right: 5px;
  font-weight: normal;
}


.prod_fre ul:before,
.prod_fre ul::after {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
bottom: 0;
margin: auto;
}

.prod_fre ul:before {
    left: -16px;
  border-left-color: transparent;
  transform: rotate(-270deg);
}

.prod_fre ul::after {
  right: -16px;
  border-right-color: transparent;
  transform: rotate(270deg);
}
.prod_flex {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.prod_name {
    padding-left: 15px;
    font-size: 1.1em;
    font-weight: bold;
}
.prod_number ul li {
    text-align: right;
}
.top-section-title__line {
    width: 100%;
    height: 46px;
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 0;
  }
  .top-section-title__line::before {
    content: "";
    display: block;
    width: 50%;
    height: 46px;
    background-color: #fdd10b;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  }
  .top-section-title__line::before, .top-section-title.active {
    transform: scaleX(0);
  }
  .top-section-title__line .line1 {
    max-width: 400px;
    height: 70px;
    background-size: 35px auto;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: visible;
    border-left: 10px #fff solid;
    border-top-left-radius: 40px;
    border-top: 10px #fff solid;
    position: absolute;
    width: 100%;
    left: 0;
top: 10px;
margin: auto;
  }
  .top-section-title__line > div {
    display: inline-block;
    vertical-align: top;
  }
  .top-section-title__line .line2 {
    width: calc(100% - 68px);
    height: 10px;
    background-color: #fff;
    overflow: visible;
    margin-right: -1px;
    margin-left: -1px;
    display: none;
  }
  .top-section-title__line .line3 {
    max-width: 400px;
    height: 70px;
    background-size: 33px auto;
    background-position: -2px 0px;
    background-repeat: no-repeat;
    border-right: 10px #fff solid;
    border-top-right-radius: 40px;
    border-top: 10px #fff solid;
    position: absolute;
    width: 100%;
    right: 0;
top: 10px;
margin: auto;
  }
h2 {
  text-align: center;
  position: relative;
  }
  h2 {
position: relative;
z-index: 999;
padding-right: 30px;
padding-left: 30px;
font-weight: 900;
margin-bottom: 50px;
font-size: 3.5em;
  }



  .product .inner {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .product > ul.list li {
    padding: 15px;
  }
  .product .prod_fre ul li {
    padding: 5px 5px 2px 5px;
    font-size: 20px;
  }
  .pro_number {
    font-family: "Ropa Sans", sans-serif;
font-size: 3.5em;
  }

.pro_img {
    max-width: 150px;
text-align: center;
width: 30%;
position: relative;
}
.procedure ul.list li {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 150px;
    padding-bottom: 30px;
}

.procedure::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 200%;
    background-color: #fff;
    border-radius: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -47%;
}
.procedure::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 25px;
    top: 10%;
    right: 50%;
    left: 48%;
    margin: auto;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    border-radius: 5px;
}

.procedure {
    background-color: #ffda58;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
.pro_number {
    max-width: 85px;
    text-align: center;
    line-height: 1em;
}
.pro_box {
    display: flex;
    align-items: center;
}
.pro_text {
    display: block;
    width: 100%;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 5px;
}
.pro_title {
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8em;
    padding-left: 20px;
    padding-bottom: 2px;
    color: #4abfd7;
}
.pro_img img {
    position: relative;
    z-index: 999;
}
.pro_img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
    background-color: #ffda58;
    border-radius: 100%;
    content: "";
    width: 70px;
    height: 70px;
}

* {
font-family: 'Noto Sans JP', sans-serif;
}
.procedure .inner {
    max-width: 1700px;
    margin-right: 0;
    margin-left: auto;
    z-index: 999;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
}
.prp_left {
    max-width: 500px;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}
.procedure .inner ul.list {
    padding-left: 300px;
    width: 100%;
}
.pro_right {
    width: 100%;
    padding-right: 50px;
}
footer .list {
display: flex;
align-items: center;
text-align: center;
justify-content: space-between;
}
.procedure ul.list li:first-child {
    min-height: 0;
}
.procedure ul.list li:first-child h2 {
    margin-bottom: 10px;
    font-size: 2.5em;
    color: #7d4503;
    padding-left: 40px;
}
.product h2 {
    margin-bottom: 70px;
}
.business {
    background-image: url(../image/AdobeStock_306815562.jpeg);
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 0;
padding-bottom: 0;
}
.business::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,.7);
}
.business table {
    position: relative;
    z-index: 999;
    color: #fff;
max-width: 800px;
width: 100%;
margin-right: auto;
margin-left: auto;
}
.business .inner  {
    padding-top: 100px;
    padding-bottom: 100px;
}

.product .inner ul.list {
    padding-right: 25px;
    padding-left: 25px;
}
.prod_flex {
    background: linear-gradient(-50deg, transparent 35%, #000 45%, #000 55%, rgba(0,0,0,0) 65%) repeat-x bottom;
    background-size: 6px 4px;
    padding-bottom: 30px;
    }
.vertical {
    font-size: 16px;
    background-color: #333;
    color: #fff;
    display: inline-block;
    line-height: 1.2em;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    margin-right: 5px;
    padding-top: 1px;
    border-radius: 3px;
}
.review {
    background-color: #4abfd7;
}
table th,table td {
    font-size: 22px;
    font-weight: bold;
    padding: 20px;
    border-bottom: 2px solid #fff;
}
.question .inner {
    display: flex;
}
.qa_l {
    max-width: 300px;
    width: 100%;
    background-image: url(../image/back_hatena.png);
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: center 85%;
}
.qa_l .qa_black {
    color: #fff;
    background-color: #333;
    border-radius: 5px;
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.qa_l .qa_black span {
    display: block;
    font-size: 30px;
    margin-bottom: 0px;
    font-family: "Ropa Sans", sans-serif;
    color: #ffda58;
}


.qa_l .qa_black::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    right: -15px;
    top: 72px;
    border-left: 25px solid transparent;
    border-top: 25px solid #333;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .qa_l .qa_black::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    right: -25px;
    top: 90px;
    border-left: 25px solid transparent;
    border-top: 25px solid #ffffff;
    border-right: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  


  .qa .q {
    cursor: pointer;
    transition: all 0.5s ease;
    background: linear-gradient(-50deg, transparent 35%, #000 45%, #000 55%, rgba(0,0,0,0) 65%) repeat-x bottom;
    background-size: 6px 4px;
    padding-bottom: 10px;
    }
    .qa .a {
        display: none;
        transition: all 0.5s ease;
    height: 0;
    opacity: 0;
    animation: fadeIn .4s ease-in-out 0s forwards;
    }
    .a.active {
        display: block;
        transition: all 0.5s ease;
    height: 100%;
    opacity: 1;
    }
.qa_r {
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.q {
color: #4abfd7;
font-weight: 600;
font-size: 23px;
position: relative;
}
.a {
    font-size: 17px;
padding-top: 10px;
}
    .a.active {
        display: block;
        transition: all 0.5s ease;
    height: 100%;
    opacity: 1;
    }
    .qa {
        margin-bottom: 30px;
    }
    section.question {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .q::before {
        content: "";
        width: 40px;
        height: 40px;
        position: absolute;
        background-image: url(../image/plus.svg);
        right: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .q.active::before {
        background-image: url(../image/minus.svg);
    }


    .menu a i {
        margin-right: 5px;
        }
        
        
        .menu a {
          text-decoration: none;
          color: #fff;
        }
        
        .menu ul {
        list-style: none;
        font-size: 16px;
        margin: 0;
        padding: 0;
        color: #333;
        }
        
        

        
        .menu.open {
          display: block;
          overflow-y: auto;
          -webkit-overflow-scrolling: touch;
        left: 0;
        z-index: 99999;
        padding: 0;
        transition: .5s;
        }
        
        .drawers {
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
        }
        
        .drawer {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: row;
          position: relative;
          height: 90px;
          padding: 0 1em;
        }
        
        /* タブレット以下のサイズで表示 */
        
        @media (max-width: 768px) {
          .drawers {
            display: block;
          }
          .drawer {
            height: 60px;
            width: 60px;
          }
        }
        
        .navbar_toggle {
          z-index: 0;
        cursor: pointer;
        }
        
        .navbar_toggle_icon {
          position: relative;
          display: block;
          height: 3px;
          width: 30px;
          background: #333;
          -webkit-transition: ease .5s;
          transition: ease .5s;
        }
        
        .navbar_toggle_icon:nth-child(1) {
          top: 0;
        }
        
        .navbar_toggle_icon:nth-child(2) {
          margin: 8px 0;
        }
        
        .navbar_toggle_icon:nth-child(3) {
          top: 0;
        }
        

        
        .navbar_toggle {
          margin: 0 0 0 auto;
        }

        header#fixed_header_ip,header#fixed_header_pc {
            z-index: 9999999999;
            position: fixed;
            top: 0;
        }

        .logo {
          max-width: 250px;
          width: 100%;
          padding-left: 0;
          min-height: 85px;
          display: flex;
          justify-content: left;
          align-items: center;
        }
        main {
            padding-top: 0;
        }

.review .inner {
    background-color: #fff;
    padding: 50px;
    border-radius: 30px;
    max-width: 1130px;

}
header .flex {
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 10px;
}


.review .inner .scroll {
            overflow-x: scroll;
        }

.cv a {
  background: #fff;
  text-align: center;
  color: #ff5050;
  padding: 10px;
  font-size: 20px;
  display: block;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 2px solid #ff5050;
}
.cv .commit a {
  background: #ff5050;
  color: #fff;
  border: none;
}


.header_cv.cv a {
    margin-right: 0;
}
.cv {
  overflow: hidden;
  background-color: #fcfddb;
  padding-bottom: 0;
  padding-top: 0;
  min-height: 0;
}
.cv .inner {
  padding-bottom: 40px;
  padding-top: 70px;
}

.header_cv {
    display: block;
    max-width: 100%;
    width: 100%;
    padding-right: 100px;
}
.cv a span {
  padding-left: 50px;
  display: block;
  height: 100%;
  position: relative;
}
.cv a span:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.cv .document a span:before {
  background-image: url(../image/cv1.png);
}
.cv .commit a span:before {
  background-image: url(../image/cv2.png);
}
.page_form_title span {
  padding-left: 50px;
  position: relative;
}
.page_form_title span:before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-image: url(../image/cv2.png);
}




.cv a:hover {
bottom: -4px;
transition: all .2s;
box-shadow: none;
}
#item_message {
    font-weight: 800;
    font-size: 2.5em;
    text-align: center;
    margin-top: 20px;
}
.simulation_box {
    background-color: #fff;
}

.form_title {
background: linear-gradient(-50deg, transparent 35%, #fff 45%, #fff 55%, rgba(255,255,255,0) 65%) repeat-x bottom;
background-size: 6px 4px;
font-weight: 700;
font-size: 22px;
background-color: #000;
color: #fff;
padding: 15px 30px;
}

#result {
    display: none;
}

.searchbt button {
    background: 1em 1em #0aac1d;
    border: 4px solid #fff;
    border-radius: 100px;
    box-shadow: 0 4px #000;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    display: block;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    position: relative;
    bottom: 0;
}
.searchbt button:hover {
    bottom: -4px;
    transition: all .2s;
    box-shadow: none;
  }


  .searchbt button[disabled] {
    cursor: default;
    background-color: #999;
  }
  .searchbt button[disabled]:hover {
    bottom: 0;
    transition: all .2s;
    box-shadow: 0 4px #000;
  }
  .searchbt button#result3 {
    background-color: #999;
  }
.simulation .simulation_box {
    box-shadow: 0 8px #4abfd7;
    border-radius: 25px;
    overflow: hidden;
    padding: 0;
}
.simulation {
    margin-top: 50px;
    padding-right: 34px;
    padding-left: 34px;
}
.searchbt {
    margin-top: 40px;
}
.simulation_box form {
    padding: 50px;
}
dt.first {
    font-size: 20px;
    max-width: 170px;
    width: 100%;
}
.form_d {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
}
dd.second {
    font-size: 20px;
}
dd.second select,dd.second input {
    background-color: #fff;
    border: 2px solid #4abfd7;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: 700;
    color: #000;
}



  .radio-btns input[type=radio] {
    display: none;
  }
  
  .radio-btns label {
    position: relative;
    padding-left: 45px;
    color: #000;
    z-index: 1;
  }
  
  .radio-btns input[type=radio]  + label::before,
  .radio-btns input[type=radio]  + label::after {
    position: absolute;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #b1ecfc;
    left: 12px;
    top: 3px;
    z-index: -1;
    transform: scale(0, 0);
  }
  .radio-btns .radio_check {
    position: absolute;
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #4abfd7;
    left: 18px;
    top: 9px;
    z-index: 0;
    transform: scale(0, 0);
  }
  .radio-btns input[type=radio]:checked + label .radio_check {
    transform: scale(1, 1);
    opacity: 1;
  }
  .radio-btns label:nth-child(n+3) {
    margin-left: 30px;
  }



  
  /* 波紋のパート */
  .radio-btns input[type=radio]  + label::before {
    background: radial-gradient(transparent, #b1ecfc);/*円形グラデーション*/
  }
  
  .radio-btns input[type=radio]:checked + label::before {
    animation: spread-bubble .8s linear;
    animation-iteration-count: 2;
  }
  
  .radio-btns input[type=radio]  + label::after {
    background: #fff;
    transform: scale(1, 1);
    opacity: 1;
    border: 3px solid #4abfd7;
  }
  
  .radio-btns input[type=radio]:checked + label::after {
    transform: scale(1, 1);
    opacity: 1;
  }
  .list_title .en_color {
    font-weight: 700;
  }


  
  /* 波紋のアニメーション */
  @keyframes spread-bubble {
    0% {
      opacity: 0;
    }
    50% {
      transform: scale(2, 2);
      opacity: 1;
    }
    100% {
      transform: scale(4, 4);
      opacity: 0;
    }
  }
  
.radio-btns {
    margin-bottom: 0;
}
.info {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    min-height: 0;

}
.info h2 {
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.info h2 .attention {
    font-size: 13px;
    position: absolute;
    padding-right: 0;
    padding-left: 0;
    display: block;
    right: -40px;
    font-weight: 500;
    bottom: 0;
}


.mainimg {
    background-color: #ffda58;
    padding-top: 0;
padding-bottom: 0;
}
.who_r b {
    color: #4abfd7;
    font-weight: 700;
}
.who_r {
    width: 50%;
}
section.whois {
padding-top: 100px;
padding-bottom: 100px;
}
.whois .inner {
    display: flex;
}
.whois .inner h3 {
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-weight: 700;
}

.whois h2,.merit h2 {
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.who_r p {
    margin-bottom: 20px;
}
h2 {
  color: #333;
}


 .merit .simulation .simulation_box {
    box-shadow: 0 8px #4abfd7;
    border-radius: 25px;
    padding: 50px;
    background-color: #ffda58;
  }
  section.merit {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .merit_box .pro_box {
    margin-bottom: 15px;
  }
.merit_box .pro_box {
background: linear-gradient(-50deg, transparent 35%, #000 45%, #000 55%, rgba(0,0,0,0) 65%) repeat-x bottom;
background-size: 6px 4px;
padding-bottom: 15px;
margin-bottom: 25px;
}
.merit_box .pro_title {
color: #333;
}
.review_box {
    border-radius: 25px;
    max-width: 320px;
    background-color: #ffda58;
    padding: 0 20px 20px;
    min-height: 340px;
    box-shadow: 0 8px #4abfd7;
}
body .slick-dots {
    bottom: -30px;
}
.review h2 {
    color: #fff;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
}
section.review {
    padding-top: 100px;
    padding-bottom: 100px;
}
.merit .pro_number {
    color: red;
}
.cmn_marker_yellow01 {
    background: linear-gradient(0deg, #ffda58 30%, transparent 30%);
    padding-right: 5px;
    padding-left: 5px;
    color: #333;
  }
  sn {
    font-size: .8em;
    font-weight: 900;
  }
  .merit h2 {
    font-size: 4em;
    letter-spacing: 2px;
  }
  bc {
    display: inline-block;
    background-color: #fff;
    color: #4abfd7;
    font-size: 1.5em;
    margin-right: 5px;
    margin-left: 5px;
    width: 90px;
    text-align: center;
    height: 90px;
    line-height: 80px;
  }

.review h2 {
  display: flex;
justify-content: center;
align-items: center;
}
.review .top-section-title__line {
    top: 40px;
}
#fixed_header_pc,#fixed_header_ip {
    height: 0;
    overflow: hidden;
    padding: 0;
}
body .slick-dots li.slick-active button::before {
    opacity: .75;
    color: #4abfd7;
}
body .slick-dots li button::before {
    font-size: 15px;
}
.review_img {
    max-width: 110px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    max-height: 110px;
    height: 100%;
    margin: auto;
    top: -60px;
    border: 5px solid #ffda58;
}
.review_box {
    position: relative;
}
.review .slick-slider .slick-list {
    padding-top: 60px;
}
.review_title {
    padding-top: 65px;
    font-weight: 700;
    font-size: 16px;
    background: linear-gradient(-50deg, transparent 35%, #000 45%, #000 55%, rgba(0,0,0,0) 65%) repeat-x bottom;
    background-size: 6px 4px;
    padding-bottom: 12px;
    padding-right: 0;
    padding-left: 0;
}
.review_text {
    margin-top: 10px;
    font-size: 14px;
}
.review .slick-initialized .slick-slide {
    padding-bottom: 10px;
}
.who_r:nth-child(2) {
    padding-left: 50px;
  }
  .who_r:nth-child(2) img {
    border-radius: 25px;
    box-shadow: 0 4px #000;
  }
  #item_name,#item_money,#item_message_b {
    font-weight: 800;
    font-size: 2.5em;
    text-align: center;
    }
#item_name {
  margin-top: 15px;
}
#item_message_b {
  margin-bottom: 30px;
}
#item_money {
  color: red;
  color: red;
font-size: 3.2em;
}
#item_money span.small {
  font-size: .6em;
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  margin-left: 5px;
}








/* Please ❤ this if you like it! */


@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');


a {
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}

/* #Cursor
================================================== */

.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%;
	mix-blend-mode: difference;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.cursor{
	background-color: #fff;
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px){
	.cursor,.cursor2,.cursor3{
		display: none
	}
}

/* #Primary style
================================================== */

.section {
    position: relative;
	width: 100%;
	display: block;
}
.over-hide{
	overflow: hidden;
}
.full-height {
	height: 100vh;
}

/* #Navigation
================================================== */
 
.cd-header{
    position: fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1000;
  min-height: 85px;
  background-color: #fff;
} 
.header-wrapper{
    position: relative;
	width: calc(100% - 100px);
	margin-left: 50px;
} 
.logo-wrap {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
  width: auto;
  max-width: 100px;
}
.logo-wrap a {
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	transition : all 0.3s ease-out;
}
.logo-wrap a span{ 
	color: #8167a9;
}
.logo-wrap a:hover {
	opacity: 0.9;
}
.nav-but-wrap{ 
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 8px;
	padding-top: 15px;
	margin-top: 26px;
	transition : all 0.3s ease-out;
}
.menu-icon {
	height: 30px;
	width: 30px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: block;
}
.menu-icon__line {
	height: 2px;
	width: 30px;
	display: block;
	background-color: #000;
	margin-bottom: 7px;
	cursor: pointer;
	-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: background-color .5s ease, -webkit-transform .2s ease;
	transition: transform .2s ease, background-color .5s ease;
	transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
	width: 16.5px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon__line-right {
	width: 16.5px;
	float: right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
	width: 30px;
}
.nav {
	position: fixed;
	z-index: 98;
}
.nav:before, .nav::after {
	content: "";
	position: fixed;
  top: 20px;
  left: 20px;
	width: 0;
	height: 0;
	background-color: rgba(20, 21, 26,0.6);
	border-bottom-right-radius: 200%;
	z-index: -1;
	transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
.nav::after {
	background-color: rgba(9,9,12,1);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 300%;
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
  box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
  background: #da2129;
}
.nav:before {
	-webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
	position: fixed;
	visibility: hidden;
	top: 90px;
  left: 20px;
	width: 280px;
	text-align: left;
}
.nav__list {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 2;
}
.nav__list-item {
	position: relative;
	display: block;
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
	opacity: 0;
	text-align: left;
	color: #fff;
	overflow: hidden; 
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: 1px;
	-webkit-transform: translate(30px, 0%);
          transform: translate(30px, 0%);
	-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
	transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, transform .2s ease;
	transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
  margin-top: 7px;
  margin-bottom: 7px;
}
.nav__list-item a{ 
	position: relative;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	overflow: hidden; 
	cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	z-index: 2;
  padding-left: 40px;
  padding-top:5px;
  padding-bottom: 5px;
	display: inline-block;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a::after{ 
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 5px;
	height: 0;
	opacity: 0;
	background-color: #000;
	z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.nav__list-item a:hover::after{ 
	height: 100%;
	opacity: 1;
	top: 0;
}
.nav__list-item a:hover{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a{
	color: rgba(255,255,255,1);
}
.nav__list-item.active-nav a::after{ 
	height: 100%;
	opacity: 1;
	top: 0;
}
body.nav-active .nav__content {
	visibility: visible;
}
body.nav-active .menu-icon__line {
	background-color: #000;
	-webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
body.nav-active .menu-icon__line-left {
	width: 15px;
	-webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
body.nav-active .menu-icon__line-right {
	width: 15px;
	float: right;
	-webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
	width: 15px;
}
body.nav-active .nav {
	visibility: visible;
}
body.nav-active .nav:before, body.nav-active .nav::after {
	width: 250px;
	height: 350px;
	border-radius: 0;
}
body.nav-active .nav::after {
	-webkit-transition-delay: .1s;
          transition-delay: .1s;
}
body.nav-active .nav:before {
	-webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.nav-active .nav__list-item {
	opacity: 1;
	-webkit-transform: translateX(0%);
          transform: translateX(0%);
	-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease;
	transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
body.nav-active .nav__list-item:nth-child(0) {
	-webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
body.nav-active .nav__list-item:nth-child(1) {
	-webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
body.nav-active .nav__list-item:nth-child(2) {
	-webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
body.nav-active .nav__list-item:nth-child(3) {
	-webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body.nav-active .nav__list-item:nth-child(4) {
	-webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
body.nav-active .nav__list-item:nth-child(5) {
	-webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
body.nav-active .nav__list-item:nth-child(6) {
	-webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
body.nav-active .nav__list-item:nth-child(7) {
	-webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
body.nav-active .nav__list-item:nth-child(8) {
	-webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body.nav-active .nav__list-item:nth-child(9) {
	-webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
body.nav-active .nav__list-item:nth-child(10) {
	-webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.switch-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
    transform: translateY(-50%);
	width: 100%;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear; 
	margin: 0 auto;
	text-align: center;
}
.switch-wrap h1 {
	font-weight: 900;
	font-size: 46px;
	line-height: 1;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
@media screen and (max-width: 580px){
  .switch-wrap h1 {
    font-size: 32px;
  }
}
.switch-wrap p {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	color: #8167a9;
	text-align: center;
	margin-top: 15px;
}
.switch-wrap p span {
	position: relative;
}
.switch-wrap p span:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	left: 0;
	bottom: -4px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.switch-wrap p span:nth-child(2):before {
	opacity: 0;
}
#switch,
#circle {
	cursor: pointer;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
} 
#switch {
	width: 60px;
	height: 8px;
	margin: 0 auto;
	text-align: center;
	border: 2px solid #000;
	border-radius: 27px;
	background: #8167a9;
	position: relative;
	display: inline-block;
}
#circle {
	position: absolute;
	top: -11px;
	left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
	background: #fff;
}
.switched {
	border-color: #8167a9 !important;
	background: #000 !important;
}
.switched #circle {
	left: 43px;
	background: #000;
}

/* #Light
================================================== */

body.light{
	background-color: #fff;
}
body.light .cursor,
body.light .cursor2,
body.light .cursor3{
	mix-blend-mode: normal;
}
body.light .cursor2{
	border: 2px solid #1f2029;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
body.light .cursor2.hover{
	background: rgba(0,0,0,0.06);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}
body.light .logo-wrap a {
	color: #1f2029;
}
body.light .menu-icon__line {
	background-color: #1f2029;
}
body.light .nav:before {
	background-color: rgba(235, 235, 235,0.4);
}
body.light .nav::after {
	background-color: rgb(246,239,249);
  box-shadow: 6px 6px 22px rgba(42, 31, 63, 0.1);
}
body.light .nav__list-item a{ 
	color: rgba(0,0,0,0.6); 
}
body.light .nav__list-item a:hover{
	color: #1f2029;
}
body.light .nav__list-item.active-nav a{
	color: #1f2029;
}
body.light .switch-wrap h1 {
	color: #000;
}
body.light .switch-wrap p span:nth-child(2):before {
	opacity: 1;
	background-color: #000;
}
body.light .switch-wrap p span:nth-child(1):before {
	opacity: 0;
}

/* #Link to page
================================================== */
.link-to-portfolio {
	  position: fixed;
    bottom: 40px;
    right: 50px;
    z-index: 200;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: 65%;
  background-repeat: no-repeat;
    background-image: url('https://assets.codepen.io/1462889/fcy.png');
    box-shadow: 0 0 0 2px rgba(255,255,255,.1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(255,255,255,.1);
}






  @media only screen and (max-width:700px){
    .pc_only {
    display: none !important;
    }
    }
    @media only screen and (min-width:701px){
    .ip_only {
    display: none !important;
    }
    }
    .text_area + .cv {
      background-color: #4abfd7;
    }



    @media only screen and (max-width:700px){
        h2 {
            font-size: 2.3em;
        }
        .info h2 .attention {
            font-size: 10px;
            right: -20px;
        }
        .who_r {
            width: 100%;
          }
          .whois .inner {
            display: block;
            padding-right: 15px;
            padding-left: 15px;
          }          
          .whois h2, .merit h2 {
            margin-bottom: 0;
          }
          .who_r:nth-child(2) {
            padding-left: 0;
            margin-top: 50px;
          }
          .whois .inner h3 {
            text-align: center;
          }

          section.whois {
            padding-top: 60px;
            padding-bottom: 60px;
          }
        .product .inner > ul.list > li {
            width: 100%;
            padding: 0 0 30px;
          }
          .slick-vertical .slick-slide {
            padding-top: 0;
            padding-bottom: 0;
          }
          .simulation {
            padding-right: 10px;
            padding-left: 10px;
          }
          .simulation .simulation_box {
            border-radius: 10px;
          }
          .simulation_box form {
            padding: 30px;
          }
          .form_d {
            display: block;
          }
          dt.first {
            padding-bottom: 12px;
            max-width: 100%;
            font-size: 18px;
          }
          .radio-btns label {
            margin-left: -10px;
          }
          dd.second select, dd.second input {
            max-width: 90%;
          }
          dd.second {
            font-size: 16px;
          }
          .product {
            padding-bottom: 0;
padding-top: 0;
          }
          section.merit {
            padding-top: 50px;
            padding-bottom: 50px;
          }
          .merit h2 {
            font-size: 2.5em;
            line-height: 1.2em;
            padding-right: 10px;
            padding-left: 10px;
            margin-right: auto;
            margin-left: auto;
        }
        .cmn_marker_yellow01 {
        padding-right: 0;
        padding-left: 0;
        display: inline;
        }
        .cv_button {
            bottom: 10px;
        }
        .merit .simulation .simulation_box { 
          padding: 30px 20px;
        }
        .pro_title {
            font-size: 1.3em;
            padding-left: 7px;
            padding-bottom: 0;
        }
        .merit h2 {
            padding-bottom: 0;
        }

        .review .inner {
            padding: 50px 20px;
        }
       body .slick-prev::before,body .slick-next::before {
            color: #000;
        }
        .review .slick-initialized .slick-slide {
            padding-right: 10px;
            padding-left: 10px;
        }
        body .slick-next {
            right: -15px;
          }
         body .slick-prev {
            left: -15px;
          }
          .procedure .inner {
            display: block;
padding-right: 15px;
padding-left: 15px;
margin-top: 50px;
background-color: #fff;
margin-bottom: 50px;
border-radius: 25px;
padding-top: 50px;
padding-bottom: 50px;
          }
          .procedure .inner ul.list {
            padding-left: 0;
          }
          .procedure::after {
            display: none;
          }
          .procedure::before {
            display: none;
          }
          .procedure {
            background-color: #ffda58;
            padding-right: 0;
padding-left: 0;
          }
          .procedure ul.list li:first-child h2 {
            background: linear-gradient(-50deg, transparent 35%, #000 45%, #000 55%, rgba(0,0,0,0) 65%) repeat-x bottom;
          background-size: 6px 4px;
          padding-bottom: 20px;
          margin-bottom: 25px;
          padding-left: 5px;
display: block;
text-align: left;
padding-right: 5px;
font-size: 2em;
          }
          .procedure ul.list li:first-child {
            display: block;
            padding-bottom: 0;
          }
          .pro_right {
            padding-left: 10px;
            padding-right: 0;
          }
          .pro_img::before {
            width: 60px;
            height: 60px;
          }
.pro_img img {
          max-width: 40px;
margin-top: 2px;
}
.procedure ul.list li {
    padding-right: 0;
    padding-left: 0;    
}
.pro_text {
    font-size: 15px;
    padding-top: 10px;
    padding-left: 0;
    line-height: 1.7em;
}
.pro_number {
    font-size: 2.6em;
}
.vertical {
    font-size: 12px;
    margin-right: 3px;
}
.question .inner {
    display: block;
  }
  .qa_l {
    max-width: 100%;
    margin-bottom: 40px;

  }
 .qa .q {
    font-size: 18px;
    padding-bottom: 10px;
    padding-right: 25px;
  }
  .qa_r {
    padding-right: 20px;
    padding-left: 20px;
  }
  .q::before {
    width: 30px;
    height: 30px;
  }
  .a {
    font-size: 15px;
  }
  table th, table td {
    font-size: 17px;
    padding: 10px 10px;
  }
  .business .inner {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .pro_img::before {
    background-color: #333;
  }
  .drawer {
    background-color: #333;
  }
  .navbar_toggle_icon {
    background: #fff;
  }
  footer .list li a {
    display: inline-block;
    min-height: 0;
    vertical-align: middle;
    margin-top: 0;
  }
  footer .list li {
    width: 50%;
    margin-top: 0;
  }
  footer .list li {
    font-size: 12px;
  }
  footer {
    padding-bottom: 0;
  }
.prp_left.ip_only {
padding-right: 15px;
padding-left: 15px;
}
.prp_left.ip_only img {
box-shadow: 0 4px #000;
}

.product .inner ul.list {
    padding-right: 15px;
    padding-left: 15px;
}
.header_cv {
    padding-right: 60px;
}
.header_cv.cv a {
    font-size: 15px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    height: 60px;
    padding: 0;
    width: 60px;
}
header {
    height: 60px;
    padding: 0;
}
.cv a:hover {
    bottom: 0;
}
.top-section-title__line .line1 {
    max-width: 100px;
    height: 45px;
    top: 0;
left: 0px;
border-left: 7px #fff solid;
border-top: 7px #fff solid;
}
.top-section-title__line .line3 {
    max-width: 100px;
    height: 45px;
    top: 0;
right: 0px;
border-right: 7px #fff solid;
border-top: 7px #fff solid;
}
.product .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 10px;
    padding-left: 10px;
}
.review .top-section-title__line {
    display: none;
}
.review h2 {
font-size: 3em;
padding-right: 0;
padding-left: 0;
letter-spacing: 3px;
}
.prp_left.ip_only {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}
.cv_line.ip_only {
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
}
.text_area .inner {
  padding: 50px 15px;
  font-size: 14px;
}
.text_area h2 {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1.7em;
}
.text_area h3 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.text_area {
  padding-top: 10px;
}
.review_box {
  max-width: 500px;
  margin-right: auto;
margin-left: auto;
}
.pro_number {
  max-width: 60px;
  width: 100%;
}
.procedure .pro_number {
  max-width: 65px;
  width: 100%;
}
.radio-btns input[type="radio"] + label::before, .radio-btns input[type="radio"] + label::after {
  top: 0;
}
.radio-btns .radio_check {
  top: 6px;
}
#item_message {
  font-size: 20px;
}
#item_name, #item_message_b {
  font-size: 25px;
}
#item_money {
font-size: 3em;
}
.searchbt {
  margin-top: 20px;
}
.form_d {
  margin-bottom: 20px;
}
#serch2 .form_d:last-child {
  margin-bottom: 35px;
}
.cv_button {
  right: 0;
}
.col-md-3.formTitle {
  padding-bottom: 10px;
}


    }


    .triangle {
      width: 100vw;
      height: 0;
      border-bottom: 400px solid #fff;
      border-left: 100vw solid transparent;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 2;
    }
    .triangle2 {
      width: 100vw;
      height: 0;
      border-bottom: 400px solid #fff;
      border-right: 100vw solid transparent;
      position: absolute;
      left: 0;
      bottom: 0;
    }

    .row {
      margin-right: 0;
      margin-left: 0;
      margin-bottom: 20px;
    }
    .form-control.w100.inline_b {
      display: inline-block !important;
      }

      .contsClear.thanks01 {
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 0;
      }
      body .col-sm-offset-4 {
        float: none;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 50px;
      }
      .form_title {
        margin-bottom: 10px;
      }

      @media only screen and (min-width:600px){
        .cv2_button {
          display: none;
        }
        }
        
        section.cv2 {
          position: fixed;
          z-index: 9999;
          bottom: -40px;
          margin-bottom: 0px;
        }

      h2 span.big {
        font-size: 1.7em;
        padding-right: 0;
        padding-left: 10px;
        margin-right: 15px;
      }
.solution h2 span.big {
  font-style: italic;
  background: #ff4000;
  background: -moz-linear-gradient(left, #ff900d 0%, #ff4000 63%, #ff4000 63%, #ff4000 93%);
  background: -webkit-linear-gradient(left, #ff900d 0%,#ff4000 63%,#ff4000 63%,#ff4000 93%);
  background: linear-gradient(to right, #ff900d 0%,#ff4000 63%,#ff4000 63%,#ff4000 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 15px;
  padding-right: 15px;
}
.solution h2 span.big .drop-shadow-text1 {
        font-style: italic;
}
.point {
  position: relative;
  -webkit-text-fill-color: initial; /* 追加 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.solution h2 {
  margin-bottom: 0;
}
.problem_list_title span {
  color: #da2129;
  font-size: 1.1em;
  margin-right: 3px;
  font-weight: 700;
}
.problem_list_case {
  width: fit-content;
  background-color: #333;
  color: #ffdb65;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 700;
  position: relative;
}
.problem_list_title {
  font-size: 1.4em;
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 900;
  position: relative;
}




      .solution h2 img {
        display: block;
        margin-bottom: -10px;
      }
      header {
        background-color: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        height: 85px;
        z-index: 9999999999;
        border-bottom: 1px solid #ccc;
      }
      .flex {
        display: flex;
      }
      ul.flex {
        padding: 0;
        margin-bottom: 0;
      }


.head_list .flex {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.head_list {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
}
.head_list .flex li {
  width: 25%;
  list-style: none;
  text-align: center;
}
.head_list .flex li a {
  text-decoration: none;
  color: #333;
}
.solution_box {
  color: #333;
}
.solution_box ul {
  padding-left: 0;
  margin-bottom: 0;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.solution_img {
  max-width: 350px;
  width: 100%;
}
.solution_dimension {
  max-width: calc(100% - 350px);
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
}
.solution_box ul li {
  list-style: none;
  z-index: 2;
  position: relative;
  padding-bottom: 50px;
  border-bottom: 2px solid #333;
  position: relative;
}
.solution_box ul li:before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-color: #fff;
  rotate: 45deg;
  bottom: -27px;
  right: 0;
  left: 0;
  margin: auto;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.solution_title {
  font-size: 2.3em;
  font-weight: 900;
}
.arrow {
  text-align: center;
  max-width: 80px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
  position: relative;
  margin-bottom: 50px;
}
.center {
text-align: center;
}
.mt {
  max-width: 170px;
  margin-top: 0;
  margin-bottom: 0;
}
.resolution_img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.answer {
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}
.answer_title {
  width: fit-content;
  background-color: #333;
  padding: 5px 10px;
  color: #ffdb65;
  font-weight: 700;
  position: relative;
}
.answer_title span {
  position: relative;
}
.answer_title:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #333;
  transform: rotate(45deg);
  bottom: -5px;
  left: 20%;
}
.flex li {
  list-style: none;
}
.cv .cv_box .flex li {
  width: 50%;
}
.cv_box {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.answer h3 {
  color: #333;
  text-align: left;
  padding-top: 15px;
  line-height: 1.5em;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.answer_text {
  width: 50%;
}
.answer_img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}


.answer_text h2 {
  padding: 0;
  text-align: left;
  font-size: 2.8em;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.answer_text h2 .flex_box {
  justify-content: left;
  padding-bottom: 10px;
}
.answer_text h2 .flex_box .big {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.cv .triangle {
  border-left: 100vw solid transparent;
  border-bottom: 400px solid #fced97;
  margin-bottom: -170px;
}
.cv .triangle2 {
  border-right: 100vw solid transparent;
  border-bottom: 400px solid #fced97;
  margin-bottom: -170px;
}
.cv .inner {
  z-index: 10;
}
.cv h2 {
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  font-size: 2.8em;
}
.cv_title {
  color: #333;
  margin-bottom: 45px;
  font-size: 1.8em;
  font-weight: 500;
  padding-top: 10px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
}
.cv_title:before {
  content: "";
  transform: rotate(30deg);
  background-color: #333;
  width: 4px;
  height: 70%;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #fcfddb;
}
.cv_title:after {
  content: "";
  transform: rotate(-30deg);
  background-color: #333;
  width: 4px;
  height: 70%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #fcfddb;
}



.triangle.yellow {
  border-bottom: 400px solid #da2129;
}
.triangle2.yellow {
  border-bottom: 400px solid #da2129;
}
.triangle.bottom {
  bottom: -20px;
  z-index: 2;
}
.triangle2.bottom {
  bottom: -20px;
  z-index: 2;
}

.line_border {
  height: 160px;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
  margin: auto;
}
.info {
  background-image: url(../image/careers_2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.info:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,.8));
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer_menu {
  background-color: #da2129;
  padding-top: 30px;
  padding-bottom: 25px;
  min-height: 200px;
}
.footer_menu .inner {
  max-width: 1000px;
}
.footer_img {
  width: 40%;
}
.footer_list {
  width: 100%;
  padding-left: 0;
}
.footer_img img {
  display: block;
  margin-bottom: 10px;
}
.footer_list h3 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 7px;
  padding-left: 0;
  position: relative;
  padding-bottom: 0;
  font-weight: 700;
  color: #fff;
}
.footer_list h3:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}
.footer_list ul {
  padding: 0;
  gap: 5px 25px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.footer_list ul:last-child {
  margin-bottom: 0;
}


.footer_list ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.cv .inner:before {
  content: "";

  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: 330px;
  height: 330px;
  position: absolute;
  right: -160px;
  margin: auto;
  bottom: 0;
}


.footer_list h2 {
  text-align: left;
  padding: 0;
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}
.info_logo {
width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_text {
  width: 65%;
  padding-left: 0;
}
.flex.white {
  background-color: rgba(255,255,255,.8);
  padding: 40px;
}
.page_form {
  position: fixed;
  height: 550px;
  background-color: #fff;
  right: 0;
  bottom: 0;
  max-width: 350px;
  width: 100%;
  color: #333;
  z-index: 9999999;
  transition: .5s;
}
.page_form_title {
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  background-color: #da2129;
  margin-bottom: 0;
  width: 100%;
  max-width: 350px;
  min-height: 60px;
}
.red_border {
  border: 3px solid #da2129;
  width: 100%;
  height: 100%;
  padding: 0;
}
.form_area {
  padding: 15px;
  overflow-y: scroll;
  height: calc(100% - 60px);
}
body .wpcf7-form input[type="submit"] {
  width: 100%;
  background: linear-gradient(to right, #ff900d 0%,#ff4000 63%,#ff4000 63%,#ff4000 93%);
  color: #fff;
  border: none;
  padding: 10px;
  margin-top: 10px;
  font-size: 18px;
}
.wpcf7-spinner {
  display: none;
}
.staff_title span f {
  font-size: .8em;
  padding-right: 3px;
  padding-left: 3px;
}


.page_form_delete {
  position: absolute;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  right: 5px;
  top: -40px;
  cursor: pointer;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.page_form.clause {
  right: -350px;
  transition: .5s;
}
.page_form.access_clause {
  right: -350px;
  transition: .5s;
}
#page_scroll {
  transition: .5s;
}
#page_scroll.access_clause {
  bottom: -200px;
  transition: .5s;
}
#page_scroll a {
  color: #fff;
  text-decoration: none;
}
.slider_area ul .slider_li {
  display: block;
  color: #333;
  padding: 20px;
}
.slider_area ul li .slider_white {
  background-color: #fff;
  padding: 0;
  border: 1px solid #ccc;
}
.slider_company {
  font-size: 1.5em;
  margin-bottom: 0;
  font-weight: 700;
  position: absolute;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  color: #fff;
  text-align: center;
  bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
.slider_dimension {
  width: 100%;
  font-size: 16px;
  padding: 20px;
}
.slider_img {
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider {
  padding-right: 20px;
  padding-left: 20px;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-next::before {
  content: '→';
  color: #333;
  opacity: 1;
  font-size: 50px;
  font-weight: 900;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.slick-prev::before {
  content: '←';
  color: #333;
  opacity: 1;
  font-size: 50px;
  font-weight: 900;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
.slick-prev, .slick-next {
  width: 50px;
  height: 50px;
  z-index: 9999;
}
html {
  margin-top: 0 !important;
}
.top_list_text {
  color: #fff;
}
.about_title {
  color: #fff;
}
.list_text {
  color: #fff;
}
.must {
  background-color: #ff5050;
  color: #fff;
  font-size: .8em;
  padding: 2px 5px;
  margin-right: 10px;
  border-radius: 3px;
}
.free {
  background-color: #e0f1fd;
  color: #55b8ff;
  font-size: .8em;
  padding: 2px 5px;
  margin-right: 10px;
  border-radius: 3px;
}
input[type="text"],input[type="email"],.wpcf7 input[type="tel"] {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 4px;
  min-height: 35px;
  color: #000;
}
textarea {
  width: 100%;
  border: 2px solid #ccc;
  border-radius: 4px;
  min-height: 100px;
}
.wpcf7-list-item.first {
  margin-left: 0;
}
.adopt {
  color: #333;
}
html input[type="button"].wpcf7-previous {
  background-color: #333;
  width: 100%;
  color: #fff;
  border: none;
  padding: 10px;
  margin-top: 10px;
  font-size: 18px;
}
.form_cv p {
  display: flex;
  gap: 15px;
  justify-content: space-evenly;
  align-items: stretch;
}



.adopt .slick-slide img {
  width: 100%;
}
.slider_area {
  position: relative;
}
.slider_text {
  position: absolute;
  bottom: 0;
  font-size: 80px;
  color: #333;
  padding-left: 60px;
  padding-bottom: 60px;
}
.slider_text span {
  background-color: rgba(255,255,255,.85);
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 700;
}
.slider_area ul {
  max-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.adopt .inner {
  padding-right: 30px;
  padding-left: 30px;
  max-width: 100%;
}
.adopt .inner h2 {
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 15px;
  font-size: 35px;
}
.adopt .inner h2 span {
  color: #da2129;
  font-size: 100px;
  padding-right: 50px;
  margin-left: -10px;
  line-height: 1em;
  letter-spacing: .05em;
}
.p_title {
  color: #333;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 20px;
  padding-left: 90px;
  position: relative;
}
.p_title:before {
  content: "";
  top: 5px;
  bottom: 0;
  position: absolute;
  background-color: #333;
  width: 80px;
  height: 1px;
  margin: auto;
  left: 0;
}
.contents {
  background-color: #fff;
}
.value_list li {
  width: calc(50% - 15px);
  padding: 50px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  align-items: stretch;
}
.value_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
  gap: 30px;
}
.value_img {
  max-width: 300px;
  height: 100%;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.value_img img {
  height: 100%;
  object-fit: cover;
}

.value_description {
  width: calc(100% - 300px);
  padding-left: 20px;
}
.value_title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.value_title:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #da2129;
  position: absolute;
  border-radius: 100%;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 0;
}
.value_text {
  color: #333;
  font-size: 16px;
}
.careers {
  padding-top: 70px;
}
.welfare {
  background-color: #da2129;
}
.welfare .inner h2 span {
  color: #fff;
}
.welfare .p_title {
  color: #fff;
}
.welfare .p_title:before {
  background-color: #fff;
}
.welfare .inner h2 {
  color: #fff;
}
.welfare .flex li {
background-color: #fff;
padding: 25px;
width: 25%;
box-shadow: 0 5px 20px rgba(94,135,178,.4);
}
.welfare .flex {
  gap: 30px;
}
.welfare_title {
  background-color: #333;
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  padding: 3px 10px;
  margin-top: 25px;
  margin-bottom: 10px;
  width: fit-content;
}
.welfare_text {
  color: #333;
  font-size: 16px;
}
.adopt_description {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border: 1px dashed #333;
  padding: 25px;
}
.adopt_description h4 {
  margin-bottom: 10px;
  font-weight: 700;
}
section.adopt_footer {
  padding-bottom: 50px;
  padding-top: 50px;
}
.select_list {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.select_list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #333;
}
.select_img {
  max-width: 600px;
}
.select_img img {
  height: 100%;
  object-fit: cover;
}
.select_description {
  width: calc(100% - 600px);
  padding-left: 35px;
}
.select_title span {
  background-color: #333;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  display: flex;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 2px;
  margin-right: 20px;
}
.select_title {
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.select_text {
  font-size: 20px;
}
.salary {
  background-color: #da2129;
}
.adopt .salary .inner h2 span {
  color: #fff;
}
.adopt .salary .inner h2 {
  color: #fff;
}


.salary_title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  padding-left: 35px;
  position: relative;
  margin-bottom: 25px;
  line-height: 1.5em;
}
.salary_title::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #da2129;
  position: absolute;
  border-radius: 100%;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 0;
}
.salary .flex {
  gap: 30px;
  margin-top: 30px;
}
.salary .flex li {
background-color: #fff;
padding: 40px;
width: 50%;
box-shadow: 0 5px 20px rgba(94,135,178,.4);
}
.salary_dimension {
  font-size: 18px;
  line-height: 1.5em;
}
.salary_dimension .number {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 20px;
}
.required {
  color: #ff5050;
  background-color: #ffe5e5;
  padding: 5px;
  font-size: .8em;
  margin-right: 10px;
  font-weight: 700;
}
.any {
  background-color: #e0f1fd;
  color: #55b8ff;
  padding: 5px;
  font-size: .8em;
  margin-right: 10px;
  font-weight: 700;
}
.salary dt {
  width: 150px;
  min-height: 0;
  margin-bottom: 5px;
}
.salary dd {
  color: #333;
  min-height: 0;
  font-weight: 400;
  width: calc(100% - 150px);
}
.salary dl {
  border-bottom: none;
}



.menu {
  width: 80vw;
  left: -80vw;
  height: 100%;
    top: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  z-index: 9999;
  transition: .5s;
}


.menu_header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #ccc;
}
.menu_delete {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  cursor: pointer;
}
.menu_link {
  background-color: #da2129;
  z-index: 1;
  position: relative;
  height: 100vh;
  overflow-y: scroll;
  width: 100%;
  transition: .3s;
  border-right: 2px solid #fff;
}
.menu.open .menu_link {
  left: 0;
}
.menu_list li a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
}



.menu_img {
  max-width: calc(100% - 65px);
  display: flex;
  padding-right: 10px;
  justify-content: center;
  align-items: center;
}
.menu_black.open {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
  margin: auto;
}
  

  .menu_img img {
    width: 100%;
  }
  header#postHeader {
    border-bottom: none;
    height: auto;
  }
  #postContent {
    margin-top: 0;
    padding-top: 0;
  }
  .o--notfound-section {
    background-color: #e6e6e6;
    padding: 25px;
    min-height: 0;
    margin-bottom: 30px;
  }
  body .a--notfound-headtitle {
    color: #333 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  input[type="search"] {
  border: 1px solid #ccc;
  border-radius: 5px;
  min-height: 30px;
  padding: 10px;
  }
  .a--notfound-icon i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.3em;
  }
  .a--notfound-icon {
    position: relative;
  }
  .a--notfound-icon #JinrSearchSubmit {
    padding: 10px;
    min-height: 30px;
    width: 60px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #333;
  }
  .contact {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .contact .inner {
    max-width: 800px;
  }
  .contact .inner .info_waku {
    font-size: 18px;
    margin-top: 30px;
  }
  .contact h2 {
    font-size: 3.5em;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .contact h2 span {
    display: block;
    font-size: 18px;
    margin-top: 10px;
  }
  .contact h2:before {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #333;
  }
  .contact input[type="text"],.contact input[type="email"] {
    min-height: 50px;
  }
  input[type="radio"] {
    opacity: 0; /* デフォルトのボタンを非表示 */
    position: absolute;
  }
  html body .wpcf7-radio label {
    position: relative;
    padding-left: 10px;
    height: auto;
  }
.wpcf7-radio label::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 1px solid #333;
  top: 5px;
  bottom: 0;
  margin: auto;
  left: 0;
  }
#postContent {
  color: #333;
}




  input[type="radio"]:checked + .wpcf7-list-item-label::before {
    content: "" !important;
    width: 9px;
    height: 15px;
    border-bottom: 3px solid #16c60c;
    border-right: 3px solid #16c60c;
    position: absolute;
    transform: rotate(45deg);
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
    content: "" !important;
  }
  .ac_before span {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
  margin-right: 5px;
  font-weight: 500;
  line-height: 1em;
  }
  .ac_after span {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8em;
    margin-right: 5px;
    color: #da2129;
    font-weight: 500;
    line-height: 1em;
  }
  .ac_before {
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 50%;
    position: relative;
  }
  .ac_after {
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 50%;
  }


  .ac_title {
    background-color: #da2129;
    background-color: #fff;
    text-align: center;
    color: #fff;
    color: #000;
    font-size: 1.5em;
    margin-bottom: 0;
  }
  .ac_text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    line-height: 1em;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .ac_text:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url(../image/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
  }
.ac_percent {
  text-align: center;
  color: #333;
  margin-top: 25px;
  font-size: 1.3em;
  border: 1px dashed #333;
  line-height: 2.5em;
  padding-top: 5px;
  background-color: #333;
  color: #ffdb65;
}
.ac_percent span {
  font-size: 1.8em;
  margin-left: 20px;
  font-weight: 500;
  color: #ffdb65;
  font-family: 'Oswald', sans-serif;
}
.ac_percent span b {
  font-size: 0.7em;
  margin-left: 3px;
}
.staff_title {
  background: #ff4000;
  background: -moz-linear-gradient(left, #ff900d 0%, #ff4000 63%, #ff4000 63%, #ff4000 93%);
  background: -webkit-linear-gradient(left, #ff900d 0%,#ff4000 63%,#ff4000 63%,#ff4000 93%);
  background: linear-gradient(to right, #ff900d 0%,#ff4000 63%,#ff4000 63%,#ff4000 93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3em;
  text-align: center;
  font-weight: 900;
  line-height: 2.2em;
}
.staff {
  background-color: #fcfddb;
  background-color: #fff;
  padding-bottom: 20px;
  padding-top: 50px;
}
body .info_text {
  width: 100%;
  padding-left: 30px;
}
body .info_waku .info_text {
  width: 100%;
  padding-left: 0;
}





body .wpcf7-form-control-wrap textarea {
  border: 2px solid #ccc;
  color: #000;
}
.staff .arrow_orange {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  background-repeat: no-repeat;
  right: 0;
  left: 0;
  margin: auto;
  background-position: center;
  background-size: contain;
  z-index: 2;
}








.staff_title span {
  display: block;
  font-size: 1.6em;
}
.staff_text {
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #333;
}
.staff_text span {
  display: block;
  color: #ff5050;
  margin-top: 5px;
  margin-bottom: 5px;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 2px solid #ff5050;
}
.flow {
  background-color: #eee;
  padding-bottom: 20px;
}
@keyframes infinity-scroll-left {
	from {
	  transform: translateX(0);
	}
	  to {
	  transform: translateX(-100%);
	}
	}
	.scroll-infinity__wrap {
	  display: flex;
	  overflow: hidden;
	}
	.scroll-infinity__list {
	  display: flex;
	  list-style: none;
	  padding: 0
	}
	.scroll-infinity__list--left {
	  animation: infinity-scroll-left 50s infinite linear 0.5s both;
	}
	.scroll-infinity__item {
    width: calc(100vw / 6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
    position: relative;
	}
	.scroll-infinity__item img {
    width: 100%;
    min-height: 270px;
    object-fit: cover;
	}
  .scroll-infinity__item .name {
    position: absolute;
    bottom: 5px;
    background-color: #fff;
    right: 5px;
    font-weight: 700;
    padding: 2px 15px;
    color: #333;
  }
  .scroll_border {
    position: relative;
    border: 1px solid #ccc;
  }
.flow_title {
  font-weight: 700;
  font-size: 1.7em;
  position: relative;
  text-align: left;
  padding: 15px;
  margin-left: 0;
  padding-left: 70px;
  color: #333;
  margin-bottom: 5px;
  padding-right: 0;
}
.flow_title:before {
  background-color: #da2129;
  width: 20px;
  height: 20px;
  position: absolute;
  transform: rotate(45deg);
  bottom: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.flow_list {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}
.flow_text {
  padding: 0;
  color: #333;
}
.flow_list li {
  margin-bottom: 40px;
  border-radius: 0;
  padding: 25px;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}
.flow_title span {
  position: relative;
}
.flow h2 {
  font-size: 2.5em;
}
.flow_number {
  font-family: 'Oswald', sans-serif;
  color: #ffdb65;
  background-color: #333;
  width: 50px;
  height: 50px;
  position: absolute;
  line-height: 50px;
  text-align: center;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  font-weight: 500;
}
#wpadminbar {
  z-index: 99999999999999999999999999;
}
.logged-in header {
  top: 32px;
}
body.logged-in {
  padding-top: 117px;
}
body .wpcf7-radio#radio1 {
  display: block;
}
body .wpcf7-radio#radio1 .wpcf7-list-item {
  margin: 0;
  margin-bottom: 10px;
}
body .wpcf7-radio#radio1 .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 400;
}
.map {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -5px;
}

