@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: "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");
}
* {
  font-family: 'Noto Sans JP', sans-serif;
}
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);
}

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



/* ここから要素に合わせてカスタム。 */
.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
*/


img {
width: auto;
height: auto;
max-width: 100%;
}

html {
  margin-top: 0 !important;
}

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

.about_right {
  background-color: #1586c7;
  color: #fff;
  padding: 50px;
}
.cv a {
  background-color: #ed6004;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 3px;
  font-size: 17px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
header > .flex {
  justify-content: space-between;
  padding: 15px 10px;
  min-height: 85px;
}
.logo {
  max-width: 170px;
}
header {
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  width: 95%;
}
.cv {
  width: 100%;
  max-width: 300px;
}
.menu.flex {
  max-width: 1300px;
  width: calc(100% - 170px);
  justify-content: space-between;
  align-items: center;
}
.menu.flex ul.flex {
  margin-bottom: 0;
  width: calc(100% - 300px);
  gap: 35px;
  justify-content: right;
  padding-right: 35px;
}
.menu.flex ul.flex li a {
  color: #333;
  text-decoration: none;
  font-size: 17px;
}
.header_img {
  background-image: url(../image/careers_4.png);
  min-height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_img:before {
  content: "";
  background-color: rgba(21,134,199,.4);
  background: linear-gradient(to right, rgba(21, 134, 199, 0.4), rgba(136, 0, 136, 0.4));
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.about .flex .about_right {
  width: 50%;
}
.about .flex .about_left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 500px;
}
.about_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex.reverse {
  flex-direction: row-reverse;
}
.inner {
  position: relative;
}
h2 {
  text-align: center;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 17px;
  letter-spacing: 0.05em;
}
.h2_en {
  font-size: .6em;
  margin-top: 12px;
}

.about_right h2:before {
  background-color: #fff;
  border: none;
  height: 2px;
}


section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.flow {
  background-color: #f7f5ed;
}
.about {
  padding-top: 0;
  padding-bottom: 0;
}
.header_text {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
.header_cv a {
  display: block;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  text-align: center;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  padding: 16px 0;
}
h2 span {
  color: #ed6004;
  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;
}
.about_text {
  font-size: 16px;
  line-height: 1.6em;
}
h3 {
  text-align: center;
  font-size: 3.5em;
  font-weight: 900;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
h3 span {
  color: #ed6004;
  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;
}
.problem_list {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -50px;
  padding: 70px 100px 40px;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 40px;
}
.problem_list ul.check {
  margin-bottom: 0;
}
.problem_list ul.check li {
  font-size: 1.5em;
  margin-bottom: 20px;
  padding-left: 45px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  font-weight: 500;
}
.problem_list ul.check li:before {
  content: "";
  background-image: url(../image/check3.png);
  width: 30px;
  height: 30px;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  margin: auto;
  bottom: 0;
}
.problem {
  background-color: #d6e6f8;
}
.problem h3 {
  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;
}
.problem_list ul.check li span {
  color: #ec1d45;
  border-bottom: 2px solid #333;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: 2px;
  margin-left: 2px;
  font-weight: 600;
}
.problem_text {
  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;
  text-align: center;
  font-size: 2.2em;
  font-weight: 900;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 60px;
}
.dot {
  width: 10px;
  height: 10px;
  background-color: #1586c7;
  border-radius: 100%;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -5px;
}
.dot:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1586c7;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
  top: -30px;
}
.dot:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1586c7;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
  top: 30px;
}
.conclusion_list {
  margin-top: 40px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
}
.conclusion_list ul.flex li {
  max-width: 50%;
  padding: 20px;
  width: 100%;
}
.conclusion_box {
  background-color: #fff;
  color: #333;
  display: flex;
  border: 1px solid #ccc;
  padding: 20px;
}
.conclusion_img {
  max-width: 150px;
}
.conclusion_title {
  width: calc(100% - 150px);
}

.conclusion_title {
  font-size: 1.5em;
  padding: 10px;
  font-weight: 500;
  color: #1586c7;
}
.conclusion_title p {
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 10px;
  color: #333;
}
.conclusion_area_box h2 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 20px;
}


.conclusion_text {
  padding: 0 10px 15px;
  font-size: 15px;
}
.problem h3 {
  line-height: 2.2em;
  font-size: 3em;
}
.ruby {
  position: relative;
  font-size: 1.2em;
  color: #ec1d45;
}
.ruby:before {
  content: "";
  right: 0;
  left: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #ec1d45;
  border-radius: 100%;
  border: 2px solid #fff;
  margin: auto;
  top: -10px;
}
.info {
  background-image: url(../image/careers_4.png);
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}
.info::before {
  content: "";
  background-color: rgba(21,134,199,.4);
  background: linear-gradient(to right, rgba(21, 134, 199, 0.4), rgba(136, 0, 136, 0.4));
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.copyright {
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  background-color: #1586c7;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}
.conclusion {
  background-color: #fff;
  padding-bottom: 0;
}
.merit_text {
  width: 50%;
}
.merit_img {
  width: 50%;
}
.must {
  box-sizing: border-box;
  width: calc(2.5em + 10px);
  float: left;
  padding: 1px 5px 2px;
  background-color: #ce052c;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  margin-right: 15px;
  margin-top: 3px;
}
.free {
  box-sizing: border-box;
  width: calc(2.5em + 10px);
  float: left;
  padding: 1px 5px 2px;
  background-color: #777;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  margin-right: 15px;
  margin-top: 3px;
}
.wpcf7-form {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
}
.info_waku {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.info_title p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.info_text p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.info_title {
  width: 30%;
}
.info_text {
  width: 70%;
  font-size: 1.2em;
}

.formtitle {
  font-size: 1.2em;
}
.info_text input {
  box-sizing: border-box;
  width: 100% !important;
  padding: 8px;
  border: 1px solid #bebebe;
  background: #f5f5f5;
}
.info_text textarea {
  box-sizing: border-box;
  width: 100% !important;
  padding: 8px;
  border: 1px solid #bebebe;
  background: #f5f5f5;
}
input[type="radio"] {
  display: none;
}
.wpcf7-radio .wpcf7-list-item-label {
  font-weight: 400;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border: 1px solid #555;
  background-color: #fff;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 0px;
}
.wpcf7-list-item.first {
  margin: 0;
}
input[type="radio"]:checked + .wpcf7-list-item-label:after {
  content: "";
  width: 10px;
  height: 15px;
  position: absolute;
  border-bottom: 3px solid #63b021;
  border-right: 3px solid #63b021;
  transform: rotate(45deg);
  left: 5px;
  top: 0;
  bottom: 3px;
  margin: auto;
}
.wpcf7 .wpcf7-submit {
  border: none;
  background-color: #ed6004;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  max-width: 500px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding: 15px;
  margin-top: 50px;
}
.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}
.contact .h2_en {
  color: #ed6004;
}
.conclusion_area {
  background-color: #fff;
  color: #333;
  padding-top: 0;
  padding-bottom: 50px;
}
.conclusion_area h3 {
  font-size: 2.4em;
}
.conclusion_area_box {
  background-color: #fff;
  color: #333;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  font-size: 25px;
  font-weight: 900;
  padding: 12px;
  border: 1px solid #ccc;
}
.conclusion_area_box span {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 1.3em;
  position: relative;
  z-index: 2;
  font-weight: 700;
}
.conclusion_area_box span.border_line {
  position: relative;
  font-size: 2.5em;
  margin-left: 30px;
  color: #ec1d45;
}
.conclusion_area h3 span {
  border-bottom: 3px solid; 
}



.red {
  color: #ec1d45;
}
.conclusion_box_text {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 1.6em;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
.merit_img img {
  width: 100%;
}
.merit_img {
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.merit_text {
  padding: 50px;
  font-size: 17px;
}
.flex.reverse .merit_text {
  background-color: #1586c7;
  color: #fff;
}
.flex.reverse .merit_text h4 {
  color: #fff;
}
.info_table a {
  color: #fff;
}



.merit_text h4 {
  color: #1586c7;
  font-size: 1.3em;
  padding-bottom: 10px;
  padding-left: 47px;
  position: relative;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.merit_text h4:before {
  content: "";
  width: 18px;
  height: 28px;
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
  left: 10px;
  border-bottom: 5px solid #63b021;
  border-right: 5px solid #63b021;
  transform: rotate(45deg);
}
.flex.reverse .merit_text h4:before {
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
}


.flow .h2_en {
  color: #ed6004;
}
.achievements .h2_en {
  color: #ed6004;
}
.merit .h2_en {
  color: #ed6004;
}


.flow_list li {
  background-color: #fff;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  border: none;
  padding: 30px;
  margin-bottom: 50px;
  position: relative;
}
.flow_list li:last-child {
  margin-bottom: 0;
}

.flow_title {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.flow_text {
  font-size: 16px;
}
.flow h2 {
  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;
}
.flow_list {
  margin-top: 30px;
  position: relative;
}
.flow_list .number {
  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;
  position: absolute;
  top: -40px;
  font-size: 3.5em;
  font-weight: 700;
  right: 15px;
  color: #ec1d45;
}
.flow_list li:nth-child(2) .number {
  color: #ec1d45;
}
.flow_list li:nth-child(3) .number {
  color: #ec1d45;
}
.flow_list li:nth-child(4) .number {
  color: #ec1d45;
}




.info .inner {
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.info_logo {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  max-width: 230px;
}
.info_table {
  color: #fff;
  font-size: 1.2em;
  margin-top: 25px;
}
.info_table dl {
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.info_table dt {
  width: 30%;
  font-weight: 500;
}
.info_table dd {
  width: 70%;
}
.merit {
  padding-top: 0;
}
.italic {
  font-style: italic;
}
.border_line: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;
}
.border_line {
  position: relative;
}


.flow_list li:before {
  content: "";
  right: 0;
  left: 0;
  position: absolute;
  bottom: -40px;
  width: 30px;
  height: 30px;
  background-image: url(../image/arrow_bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: auto;
  margin-left: auto;
}
.flow_list li:last-child:before {
  display: none;
}
.conclusion h3 {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  font-size: 2.5em;
}
.conclusion h3 .ruby {
  font-size: 1.6em;
  color: #ed6004;
}
.conclusion h3 .ruby:before {
  background-color: #ed6004;
}

.conclusion h3 p {
  margin-top: 50px;
}


.conclusion h3:before {
  content: "";
  background-image: url(../image/decoration_left.png);
  bottom: 0;
  width: 70px;
  height: 70px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: -85px;
}
.conclusion h3:after {
  content: "";
  background-image: url(../image/decoration_right.png);
  bottom: 0;
  width: 70px;
  height: 70px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  right: -85px;
}
.conclusion_area h3:before {
  display: none;
}
.conclusion_area h3:after {
  display: none;
}


.flow:before {
  content: "";
  transform: rotate(45deg);
  background-color: transparent;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  left: 0;
  margin: auto;
  top: -20px;
}
.conclusion:before {
  content: "";
  transform: rotate(45deg);
  background-color: #d6e6f8;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  left: 0;
  margin: auto;
  top: -20px;
}
.contact:before {
  content: "";
  transform: rotate(45deg);
  background-color: #f7f5ed;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  left: 0;
  margin: auto;
  top: -20px;
}
.about_text b {
  border-bottom: 1px solid #fff;
}
.cv_area {
  background-image: url(../image/image12.png);
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  width: 100%;
  max-width: 100%;
}
.merit {
  padding-bottom: 0;
}
.cv_area::before {
  content: "";
  background-color: rgba(21,134,199,.4);
  background: linear-gradient(to right, rgba(21, 134, 199, 0.4), rgba(136, 0, 136, 0.4));
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.cv_area h2 {
  font-size: 3em;
  color: #fff;
  margin-bottom: 50px; 
}
.cv_area .cv_box a {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0;
  max-width: 500px;
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.cv_area h2::before {
  height: 2px;
  background-color: #fff;
  border: none;
}
.merit_main_title {
  color: #fff;
  background-color: #07283c;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  font-size: 3em;
  font-weight: 900;
  position: relative;
}
.merit_main_title:after {
  content: "";
  background-image: url(../image/select_fa2.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
}
.merit_main_title span {
  position: relative;
  z-index: 2;
}
.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: 60px;
    padding: 0 1em;
    background-color: #fff;
  }
  
  /* タブレット以下のサイズで表示 */
  
  @media (max-width: 768px) {
  
  
  
  
  
  
    .drawers {
      display: block;
    }
    .drawer {
      height: 60px;
    }
  }
  
  .navbar_toggle {
    z-index: 999;
  cursor: pointer;
  }
  
  .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #333;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    border-radius: 2px;
  }
  
  .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.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
  }
  
  .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    background-color: #fff;
  }
  
  .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
  }
  
  .navbar_toggle {
    margin: 0 0 0 auto;
  }
.open_list {
  position: fixed;
  height: 100vh;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 80%;
}
.open_list {
  position: fixed;
  height: 100vh;
  margin-top: 0;
  top: 0;
  left: -100%;
  width: 100%;
  z-index: 9;
}
.open_list.open {
  left: 0;
}
.open_list ul {
  height: 100%;
  margin-top: 0;
  width: 80%;
  background-color: #1586c7;
  border-right: 1px solid #fff;
  z-index: 2;
  position: relative;
  left: -100%;
  transition: ease .5s;
}
.open_list.open ul {
  left: 0;
  transition: ease .5s;
}


.open_list ul li a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 15px;
  border-bottom: 1px solid #fff;
}
.menu_title {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 15px;
  border-bottom: 1px solid #fff;
  background-color: #0e5177;
  font-weight: 700;
}
.wpcf7-radio .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block !important;
}
#snsShareBottom {
  display: none;
}
#jinrPostTitle {
  text-align: center;
}
#postContent {
  padding-top: 0;
}
body .wpcf7-form input[type="submit"] {
  background: #ed6004;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  font-size: 17px;
}
.wpcf7-previous {
  background-color: #333;
  color: #fff !important;
  border: 1px solid #fff;
  text-align: center;
  padding: 12px 60px;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
  border-radius: 3px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 2px 6px 0px rgba(170, 170, 170, 0.15);
}
.form_cv p {
  display: flex;
  gap: 20px;
}
.wpcf7 .form_cv p input.wpcf7-form-control {
  width: 50%;
  display: block;
}
.wpcf7-spinner {
  display: none;
}
.contents.contact {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
}
.introTxt {
  font-size: 18px;
  margin-top: 50px;
}
.contents.contact::before {
  display: none;
}
.contents.contact h2 span {
  display: block;
  font-size: 17px;
  margin-top: 15px;
}
.contents.contact h2 {
  font-size: 2em;
}
.topBack {
  margin-top: 30px;
}