/* all */
body {
  margin: 0;
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2.2;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Bahagia";
  src: url("fonts/Bahagia/Bahagia.ttf");
}

html {
  scroll-behavior: smooth;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

p {
  font-size: 14px;
}

ol li {
  list-style-type: decimal;
  font-size: 14px;
}

ol {
  padding-left: 20px;
  margin: 7px 0;
}

a {
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: 0.8;
  cursor: pointer;
}

img {
  vertical-align: top;
}

.section {
  padding: 80px 0 0 0;
}

.is-sp {
  display: none;
}

.container {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 25px;
}

.back_g {
  background-color: #efefef;
  padding: 100px 0;
  position: relative;
}

.deco_03 {
  top: -8%;
  right: -8%;
}

.deco_04 {
  left: -10%;
  bottom: -8%;
}

.box_container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.heading,
.heading_center {
  position: relative;
}

.heading_center {
  text-align: center;
}

.heading h2,
.heading_center h2 {
  display: inline-block;
  color: #dd7832;
  background: -webkit-linear-gradient(0deg, #dd7832, #f3c93d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading_center h2 {
  margin-bottom: 20px;
}

.heading p,
.heading_center p {
  position: absolute;
  top: -90%;
  left: -10%;
  font-family: "Bahagia", cursive;
  font-size: 38px;
  letter-spacing: 0;
  color: #dd7832;
  background: -webkit-linear-gradient(0deg, #dd7832, #f3c93d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(-17deg);
  -moz-transform: rotate(-17deg);
  -webkit-transform: rotate(-17deg);
}

.cursive {
  position: absolute;
  top: -30px;
  left: -55px;
  transform: rotate(-17deg);
  -moz-transform: rotate(-17deg);
  -webkit-transform: rotate(-17deg);
}

.cursive_02 {
  top: -33px;
  left: -60px;
  -webkit-transform: rotate(345deg);
  transform: rotate(345deg);
  -moz-transform: rotate(345deg);
}

.cursive_center {
  top: -40%;
  left: 38%;
}

.cursive_q {
  top: -40%;
  left: 34%;
}

.cursive_con {
  top: -45%;
  left: 37%;
}

.cursive_th {
  top: -50%;
  left: 39%;
}

.cursive_e {
  top: -63%;
  left: 31%;
}

.cursive_p {
  top: -40%;
  left: 30%;
}

#message,
#pfilosophy,
#culture,
#weekday,
#requirement,
#flow {
  padding-top: 100px;
  margin-top: -100px;
}

.scroll-nav {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); /*これを付け足し*/
  background: #fff;
}

.default_shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.nav-wrapper,
.burger-btn {
  display: none;
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
  padding: 0 20px;
  background: #fff;
}

.header__inner {
  max-width: 1340px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header__logo {
  flex: none;
}
.header__navgroup {
  margin-left: auto;
  display: flex;
  flex: none;
  position: relative;
}

.header__navgroup > * + * {
  margin-left: 50px;
  letter-spacing: 0.13em;
}
.header__navitem {
  font-size: 14px;
  font-weight: bold;
  color: #143778;
  text-align: center;
}

.header_official {
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 12px;
  color: #707070;
}

.fa-chevron-right {
  padding-right: 5px;
}

.hamburger-menu {
  display: none;
}

/* main */
.main_v {
  background-image: url("../img/top.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  width: 100%;
  height: 684px;
  overflow: hidden;
  animation: animationZoom1 4s ease-in-out forwards;
  animation-delay: 1s;
  opacity: 0;
}

@keyframes animationZoom1 {
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.st0 {
  fill: #ffffff;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

.main_imgBox {
  width: 100%;
  height: 684px;
  overflow: hidden;
  position: relative;
}

.main_mask img {
  height: 684px;
}

.main_mask {
  position: absolute;
  bottom: 0;
  left: 0;
}

.main_catch {
  position: absolute;
  top: 30%;
  left: 4%;
}

.main_catch_p {
  background-color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
  line-height: 1.9;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

.main_catch span {
  color: #184e80;
  background: -webkit-linear-gradient(0deg, #184e80, #30c6c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
  font-weight: bold;
}

.main_en {
  position: absolute;
  bottom: 95px;
  left: 4%;
  filter: drop-shadow(6px 6px 6px #fff);
}

/* Message */
.cal_message {
  padding-left: 35px;
}

.img_box {
  position: relative;
}

.img_box img {
  position: absolute;
}

.me_img_01 {
  left: -70px;
}

.me_img_02 {
  top: 225px;
  opacity: 0.7;
}

.me_img_03 {
  top: 260px;
  right: 0;
}

.message_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Pfilosophy */
.pfilo_section {
  position: relative;
  padding: 0;
}

.deco {
  position: absolute;
}

.deco_01 {
  right: 8%;
  top: 1%;
}

.deco_02 {
  bottom: 2%;
  left: 8%;
}
.pfilo_heading {
  height: 16vh;
}
.pfilo_heading p {
  top: -42%;
  left: -6%;
}
.cal_pfilo_photo,
.cal_pfilo_text {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.cal_pfilo_photo {
  width: 33%;
  top: -10%;
  position: absolute;
}
.cal_pfilo_photo2 {
  right: 0;
}
.cal_pfilo_text {
  width: 740px;
  padding: 30px 40px 40px 120px;
  margin: 0 0 90px 250px;
  position: relative;
}

.cal_pfilo_text2 {
  margin: 0 0 90px 0;
  padding: 30px 120px 40px 40px;
}

.cal_pfilo_text3 {
  margin: 0 0 0 250px;
}

.pfilo_title {
  position: absolute;
  letter-spacing: 0.2em;
  top: -17%;
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  color: #143778;
  background: -webkit-linear-gradient(0deg, #184e80, #30c6c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pfilo_title2 {
  top: -14%;
}

.pfilo_title3 {
  top: -10%;
}

/* Culture */
.cul_heading p {
  left: -6%;
}
.culture_text {
  padding-right: 30px;
}
.cal_2 {
  width: calc(100% / 2);
}
.cal_3 {
  display: inline-block;
  width: calc(33.33% - 120px / 3);
  text-align: center;
  position: relative;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding: 25px;
  height: 450px;
}

.culture_2 {
  margin-top: 60px;
}

.culture_3 {
  margin-top: 110px;
}

.rule_container {
  padding-top: 500px;
}

.cul_img_01 {
  top: -10px;
}

.cul_img_02 {
  left: -180px;
  top: 200px;
}

.cul_img_03 {
  top: 300px;
  left: -350px;
}

.cul_img_04 {
  top: 330px;
  right: 0;
  height: 150px;
  z-index: 10;
  opacity: 0.5;
}

.cul_img_05 {
  top: 405px;
}

.cal_number {
  position: absolute;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  top: -8%;
  right: 45%;
  color: #143778;
}

.cal_3 img {
  padding: 20px 0;
}

.cal_title {
  font-size: 15px;
  color: #143778;
  padding-bottom: 20px;
  font-weight: bold;
}

.cal_title span {
  background-image: linear-gradient(to right, #dd7832ad, #f3c93dc4);
  background-repeat: no-repeat;
  background-size: 100% 35%;
  background-position: bottom;
  transition: all 0.25s ease-in;
}

.cal_text {
  font-size: 13px;
  text-align: left;
}

/* Employee's day */
.day_container {
  padding: 0 25px;
}
.day_box {
  margin: 15px auto !important;
}
.cal_left {
  width: 60%;
  position: relative;
}

.cal_left p {
  position: absolute;
  left: -21px;
  top: 28px;
  color: #143778;
  font-family: "Outfit", sans-serif;
}
.cal_right {
  width: 40%;
  padding-left: 40px;
}

.cal_right img {
  width: 240px;
  height: 150px;
  object-fit: cover;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
  font-size: 13px;
}

.flow {
  position: relative;
}
.flow::before {
  content: "";
  width: 6px;
  height: 100%;
  background: #cddee9;
  margin-left: -6px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 4vh;
}
.flow > li dl {
  padding-left: 90px;
  position: relative;
  margin: 0;
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  content: url("../img/clock_b.png");
  transform: scale(0.25);
  top: -42px;
  left: -54px;
}
.flow_2 > li dl::before {
  content: url("../img/clock_o.png");
  transform: scale(0.25);
  top: -43px;
  left: -55px;
}
.flow > li dl dt {
  font-size: 16px;
  font-weight: 600;
  color: #143778;
}

dt {
  line-height: 1.3;
  padding-bottom: 7px;
}

.flow_2::before {
  background: #f9f4d9 !important;
}

.flow_2 > li dl dt,
.cal_left_2 p {
  color: #e67832;
}

.heading_b h2,
.heading_b p {
  color: #184e80;
  background: -webkit-linear-gradient(0deg, #184e80, #30c6c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Requiewments */
.info_section {
  padding: 100px 0 900px 0;
  position: relative;
}

.deco_05 {
  bottom: -15%;
  left: 4%;
}

.info_container {
  padding: 150px 25px;
}

.require_img {
  text-align: center;
  padding: 15px 0;
}

.require_tbl {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}

.require_tbl th,
.require_tbl td {
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.h2_info {
  text-align: center;
  color: #143778 !important;
  padding-top: 15px;
}

.info_en {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  font-size: 12px;
  color: #8e8e8e;
  font-family: "Outfit", sans-serif;
  background: #fff;
  width: 300px;
  top: 0;
  padding: 20px 0 2px 0;
  line-height: 1;
}

/* Questionnaire */
.info_section2 {
  padding: 100px 0 340px 0;
}

.info_box {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 10px;
  padding: 40px 100px;
  margin: 30px auto;
  background: #fff;
}

.info_text {
  padding: 20px 0;
  text-align: center;
}

.info_back {
  background-image: url("../img/reuire_back.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 100%;
  height: 330px;
}

.info_back2 {
  background-image: url("../img/question_back.png");
}

/* flow */
.flow_container {
  max-width: 1020px;
  padding: 0 25px;
}

.flow_section {
  padding: 100px 0 65px 0;
}
.cal_5 {
  display: inline-block;
  width: calc(20% - 60px / 5);
  text-align: center;
  position: relative;
}

.flow_text {
  font-size: 13.5px;
}

.circle {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  font-size: 20px;
  text-align: center;
  margin: 0 auto 20px auto;
  position: relative;
}

.last_circle {
  background: -webkit-linear-gradient(0deg, #dd7832, #f3c93d);
}

.circle-txt1 {
  width: 100%;
  font-size: 15px;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  color: #184e80;
  background: -webkit-linear-gradient(0deg, #184e80, #30c6c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 15px;
}

.circle-txt2 {
  display: block;
  width: 100%;
  color: #1e4c8c;
  font-weight: bold;
  letter-spacing: 2px;
}

.last_circle span {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

.flow_arrow {
  position: absolute;
  top: 30%;
  right: -6%;
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-color: #dcdcdc #dcdcdc transparent transparent;
  transform: rotate(45deg);
}

.btn {
  color: #fff;
  max-width: 360px;
  width: 100%;
  border-radius: 10px;
  margin: 30px auto;
  background: -webkit-linear-gradient(0deg, #184e80, #30c6c7);
  position: relative;
  font-size: 20px;
  letter-spacing: 5px;
}

.btn a {
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.btn_arrow {
  position: absolute;
  top: 41%;
  right: 15%;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

/* entry */
.entry {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 170px;
  z-index: 9999;
}
.entry img {
  filter: drop-shadow(10px 10px 20px rgba(173, 172, 172, 0.6));
}

.scroll_entry {
  bottom: 20px;
  right: 20px;
  width: 155px;
  transition: width 0.5s;
}

/* footer */
footer {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.footer__inner {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}

.footer__navgroup {
  display: flex;
  flex: none;
  justify-content: center;
  margin-bottom: 30px;
}

.footer__navgroup a {
  font-size: 14px;
  color: #143778;
}

.footer__navgroup > * + * {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #ddd;
}

small {
  font-family: "Outfit", sans-serif;
}

.fa-external-link-alt {
  padding-left: 5px;
}

.balloon {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 1px solid rgb(240, 240, 240);
  padding: 10px 100px 40px 100px;
}

.balloon::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  transform: translate(-50%, 0%);
  top: -65px;
  width: 204px;
  height: 99px;
  border-radius: 98px 98px 0 0;
  border-bottom: 0;
  background: #fff;
  border: 1px solid rgb(240, 240, 240);
}

.balloon_icon {
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.p-mainvisual .swiper-wrapper .swiper-slide .bg06 {
  background-image: url("../img/culture_01.png") no-repeat center;
  background-size: cover;
}

/* Sub_page */
.sub_container {
  padding: 190px 25px 150px 25px;
}

.sub_section {
  position: relative;
  overflow: hidden;
}

.sub_deco_01 {
  top: 2%;
  right: -5%;
}

.sub_deco_02 {
  top: 17%;
  left: 4%;
  z-index: -1;
}

.sub_deco_03 {
  bottom: 3%;
  right: 6%;
  z-index: -1;
}

.policy_container h3 {
  margin-top: 25px;
  font-size: 16px;
  position: relative;
  padding-left: 1.4em;
}

.policy_container h3:after {
  content: "";
  position: absolute;
  display: block;
  top: 16px;
  left: 0;
  width: 6px;
  height: 3px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#184e80),
    to(#30c6c7)
  );
  background: linear-gradient(90deg, #184e80, #30c6c7);
  padding-left: 1em;
}

.form_text {
  text-align: center;
}

.phone_box {
  border: 2px solid #2369b2;
  text-align: center;
  padding: 15px;
  max-width: 530px;
  width: 100%;
  margin: 40px auto;
}

/* Inquiry */
.form-table {
  text-align: left;
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}

.form-table th,
.form-table td {
  border-bottom: 1px dashed #ddd;
  border-collapse: collapse;
  padding: 25px 15px;
  vertical-align: top;
}

.form-table th {
  width: 38%;
}

.form-table span {
  border: 1px solid #e36c54;
  padding: 0 4px 1px 4px;
  color: #e36c54;
  font-size: 13px;
  margin-left: 5px;
}

.form-table input,
.form-table textarea {
  padding: 14px;
  font-size: 14px;
  border: 1px solid #ddd;
  color: #333;
  width: 100%;
}

.form-table select {
  border: 1px solid #ddd;
  background: #fff;
  padding: 14px;
}

.form-table textarea {
  width: 100%;
}

.inquiry_btn,
.confirm_btn button {
  padding: 16px 10px;
  border: none;
}

.back_btn button {
  background: #c7c7c7;
}

.confirm_btn button {
  width: 250px;
  letter-spacing: 2px;
}

.inquiry_btn_box {
  text-align: center;
}

.form-table-box {
  padding: 40px 60px;
}

.thanks-heading {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

.confirm_btnbox {
  display: table;
  width: 100%;
}

.confirm_btn {
  display: table-cell;
  text-align: right;
}

.back_btn {
  display: table-cell;
  text-align: left;
}

input::placeholder,
textarea::placeholder {
  color: #c7c7c7;
  letter-spacing: 0.1em;
}

.nini {
  color: #9c9c9c !important;
  border: 1px solid #c7c7c7 !important;
}

.caution_text {
  padding: 20px 0 15px 0;
}

.number {
  color: #184e80;
  background: -webkit-linear-gradient(0deg, #184e80, #30c6c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
}

.number img {
  padding-right: 5px;
}

.noscroll {
  overflow: hidden;
}

/* input 要素に続く p 要素内の .error の要素（エラーメッセージ）は初期状態で非表示 */
input + p .error,
textarea + p .error {
  display: none;
}

/* フォーカス状態の input 要素で検証要件を満たさない場合はエラーメッセージを表示 */
input:focus:invalid + p .error,
textarea:focus:invalid + p .error {
  display: inline;
  color: #e36c54;
  border: none;
}
input[type="text"]:focus {
  box-shadow: 0 0 1px 0 #dd7832;
  outline: 0;
}

.hyphen {
  font-size: 12px;
  color: #707070;
}

.year {
  width: 25% !important;
}
