@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+2&family=Comfortaa&family=M+PLUS+Rounded+1c:wght@300&family=Noto+Sans+JP:wght@400;700&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.wrap {
  width: 100%;
  max-width: 980px;
  margin: 0px auto;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.tablet_only {
  display: none;
}

.flex {
  display: flex;
}

.content_header {
  margin-top: 40px;
  text-align: center;
}

.content_header .section_title_english {
  font-size: 71px;
}

.content_header h2 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 0;
}

header.header {
  height: 80px;
  width: 100%;
  position: absolute;
  padding-top: 23px;
  display: none;
}

section.main_visual {
  width: 100%;
  padding-bottom: 60px;
  background: linear-gradient(to right, #01A5F4, #005FBB);
}

section.main_visual .main_visual_inner {
  height: 714px;
  background-image: url("img/main_visual_bg_2.png");
  background-image: image-set(url("img/main_visual_bg_2.png") 1x, url("img/main_visual_bg@2x_2.png") 2x);
  background-repeat: no-repeat;
  background-position: right;
}

section.main_visual .main_visual_inner .main_visual_content {
  padding-top: 100px;
}

section.main_visual .main_visual_inner .main_visual_content h2 {
  font-size: 44px;
  font-weight: normal;
}

section.main_visual .main_visual_inner .main_visual_content h2>div {
  color: #FFFFFF;
  background-color: #131B3F;
  padding: 5px;
  display: inline-block;
  margin-bottom: 5px;
}

section.main_visual .main_visual_inner .main_visual_content h2 span {
  font-size: 63px;
}

section.main_visual .main_visual_inner .main_visual_content .main_visual_content_left {
  float: left;
  width: 49%;
}

section.main_visual .main_visual_inner .main_visual_content .main_visual_content_left img {
  width: 80%;
  height: auto;
}

section.main_visual .main_visual_inner .main_visual_content .main_visual_content_left p {
  font-weight: bold;
}

section.main_visual .main_visual_inner .main_visual_content .main_visual_content_left p span {
  color: #FFDC00;
  font-size: 36px;
}

section.main_visual .main_visual_inner .main_visual_content .main_visual_content_right {
  float: right;
  width: 49%;
  padding-top: 230px;
}


section.problem {
  padding-top: 100px;
  background-image: url("img/problem_text.png");
  background-repeat: no-repeat;
  font-size: 24px;
}

section.problem h2 {
  font-size: 32px;
  padding: 20px 35px;
  color: #FFFFFF;
  background-color: #131B3F;
  border-radius: 10px;
  display: inline-block;
}

section.problem .list {
  display: flex;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}

section.problem .list .illust_01 {
  width: 33%;
  height: 106px;
  padding-top: 180px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url("img/problem_illust_01.png");
  background-image: image-set(url("img/problem_illust_01.png") 1x, url("img/problem_illust_01@2x.png") 2x);
}

section.problem .list .illust_02 {
  width: 33%;
  height: 93px;
  padding-top: 180px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url("img/problem_illust_02.png");
  background-image: image-set(url("img/problem_illust_02.png") 1x, url("img/problem_illust_02@2x.png") 2x);
}

section.problem .list .illust_03 {
  width: 33%;
  height: 93px;
  padding-top: 180px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url("img/problem_illust_03.png");
  background-image: image-set(url("img/problem_illust_03.png") 1x, url("img/problem_illust_03@2x.png") 2x);
}

section.answer {
  margin-bottom: 40px;
}

section.answer .box {
  border-radius: 20px;
  padding: 120px 40px 40px 40px;
  color: #FFFFFF;
  background-image: url("img/problem_bottom_bg_2.png");
  background-image: image-set(url("img/problem_bottom_bg_2.png") 1x, url("img/problem_bottom_bg@2x_2.png") 2x);
  background-repeat: no-repeat;
}

section.answer .box .left_content {
  width: 70%;
}

section.answer .box .left_content h3 {
  font-size: 48px;
  margin-bottom: 20px;
}

section.answer .box .left_content p {
  max-width: 90%;
  font-size: 18px;
  line-height: 35px;
}

section.support {
  padding: 40px 0;
  background: linear-gradient(to right, #01A5F4, #005FBB);
}

section.support .left_content {
  width: 50%;
}

section.support .right_content {
  width: 50%;
  text-align: center;
}

section.support .right_content h2 {
  font-size: 34px;
  line-height: 50px;
  color: #FFFFFF;
}

section.support .right_content p {
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
}

section.service {
  padding: 10px 0 50px 0;
}

section.service .section_title_english {
  color: #E2E9F1;
}

section.service .content_text_left {
  position: relative;
  margin-bottom: 40px;
  text-align: right;
}

section.service .content_text_right {
  position: relative;
  margin-bottom: 40px;
}

section.service .content_text_right h3 {
  right: 0;
}

section.service h3 {
  position: absolute;
  top: 180px;
  text-align: left;
}

section.service h3 span {
  font-size: 36px;
  color: #FFFFFF;
  background-color: #019DEE;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 5px;
}

section.company {
  border-top: 1px solid #E2E9F1;
  background-color: #E2E9F1;
  padding: 10px 0 50px 0;
}

section.company .section_title_english {
  color: #0199EB;
}

section.company .slider .slide_content {
  width: 500px;
  margin: 0 12px;
}

section.company .slider .slide_content .slide_header {
  text-align: center;
  margin-bottom: 10px;
}

section.company .slider .slide_content .slide_header h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

section.company .slider .slide_content .slide_header small {
  color: #0199EB;
  font-weight: bold;
  font-size: 16px;
}

section.company .slider .slide_content .slide_body {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  line-height: 30px;
}

section.flow {
  background-color: #019DEE;
  border-top: 1px solid #019DEE;
  padding: 10px 0 30px 0;
}

section.flow .section_title_english {
  color: #FFFFFF;
}

section.flow .flow_content {
  color: #FFFFFF;
  margin: 0 10px;
}

section.flow .flow_content .flow_content_header {
  text-align: center;
  font-size: 20px;
  height: 170px;
}

section.flow .flow_content .flow_content_header span {
  font-size: 24px;
}

section.flow .flow_content .flow_content_body {
  line-height: 30px;
}

section.after {
  padding-bottom: 60px;
}

section.after .content_header {
  margin-top: 0;
  margin-bottom: 50px;
}

section.after .section_title_english {
  background-color: #019DEE;
}

section.after .flex {
  flex-wrap: wrap;
}

section.after .flex>div {
  width: 50%;
  margin-bottom: 10px;
}

section.voice {
  padding: 10px 0 30px 0;
}

section.voice .section_title_english {
  color: #0199EB;
}

section.voice h2 {
  color: #0199EB;
}

section.voice p {
  line-height: 150%;
}

section.voice .slide_content .slide_body {
  background-color: #E2E9F1;
  margin: 0 10px;
  border-radius: 20px;
  padding: 20px;
}

section.voice .slide_content .slide_body .slide_header {
  text-align: center;
  color: #0199EB;
}

section.faq {
  background-color: #E2E9F1;
  padding: 10px 0 70px 0;
}

section.faq .section_title_english {
  color: #0199EB;
}

section.faq h3 {
  background-color: #001E4D;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 50px;
  position: relative;
}

section.faq h3.active {
  border-radius: 10px 10px 0 0;
}

section.faq h3:before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 24px;
}

section.faq h3:hover {
  background-color: #0043AB;
}

section.faq p {
  margin-top: 0;
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
  padding: 20px;
  display: none;
}

section.place {
  background-image: url("img/place_bg.png");
  background-size: cover;
  background-position: center center;
  border-top: 1px solid #008ADE;
  padding: 10px 0 60px 0;
}

section.place .flex {
  flex-wrap: wrap;
}

section.place .flex>div {
  width: 33%;
  margin-bottom: 10px;
  text-align: center;
  color: #FFFFFF;
}

section.place .flex>div h3 {
  display: inline-block;
  background-color: #001E4D;
  padding: 5px 10px;
}

section.place .flex>div a {
  display: block;
  width: calc(100% - 10px);
  height: 70px;
  border-radius: 35px;
  background-color: #FFFFFF;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #000000;
}

/* Contact Form 7 を使用する場合
section.form {
  background-color: #018ADE;
  padding: 10px 0 60px 0;
}
section.form .content_header {
  color: #FFFFFF;
}
section.form .form_content_header {
  background-color: #001E4D;
  height: 30px;
  border-radius: 20px 20px 0 0;
}
section.form .form_content {
  border-radius: 0 0 20px 20px;
  background-color: #FFFFFF;
  position: relative;
  padding-top: 750px;
}
section.form .form_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/

/* Trust Form */
.form {
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  padding-bottom: 100px;
}

.form table th {
  width: 25%;
}

input[type=text],
input[type=tel],
input[type=email] {
  padding: 10px;
}

input[type=submit] {
  /* background-color: #961D28;
  color: #FFFFFF;
  border: 1px solid #961D28;
  width: 50%;
  padding: 30px 0;
  font-size: 36px;
  border-radius: 10px;
  cursor: pointer; */

  background-color: #a0cfd7;
  color: #FFFFFF;
  border: 1px solid #1c2b59;
  width: 20% !important;
  padding: 17px 0;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}

input[type=submit]:hover {
  /* background-color: #B62331;
  border: 1px solid #B62331; */
  opacity: 0.8;
}

ul li label {
  padding: 0;
  line-height: 30px;
}

.fv-spbtn:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 780px) {
  .form table {
    background-color: #FFFFFF;
  }

  ul li label {
    padding: 0;
    line-height: 20px;
  }

  input[type=submit] {
    width: 80%;
  }

  .q_privacy1 {
    background-color: #EEEEEE !important;
    width: 90% !important;
  }
}


#sb-container {
  display: none;
}

/* Slick */
.slick-dots {
  clear: both;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.slick-dots .slick-active button {
  background: #0a467d;
}

@media only screen and (max-width: 980px) {
  .wrap {
    width: calc(100% - 40px);
  }

  .pc_only {
    display: none;
  }

  .tablet_only {
    display: block;
  }

  section.main_visual {
    padding-bottom: 0;
  }

  section.main_visual .wrap {
    padding: 0;
  }

  section.main_visual .main_visual_inner {
    padding-bottom: 12vw;
    background-size: 90%;
  }

  section.main_visual .main_visual_inner .main_visual_content {
    padding-top: 50px;
  }

  section.main_visual .main_visual_inner .main_visual_content .main_visual_content_left {
    padding-left: 20px;
  }

  section.main_visual .main_visual_inner .main_visual_content .main_visual_content_left img {
    width: 100%;
    height: auto;
  }

  section.main_visual .main_visual_inner .main_visual_content .main_visual_content_right {
    float: left;
    margin-left: 0px !important;
    padding-top: 0px !important;
    text-align: center;
  }

  section.main_visual .main_visual_inner .main_visual_content .main_visual_content_right img {
    width: 100%;
    height: auto;
  }

  section.problem {
    padding-top: 15vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80%;
  }

  section.problem .content_header h2 {
    font-size: 5vw;
    padding: 20px 35px;
    background-color: transparent;
    color: #131B3F;
  }

  section.problem .list>div {
    height: 15vw !important;
    padding-top: 20vw !important;
    width: 100%;
    background-size: contain;
    margin: 0 10px;
    font-size: 2vw;
    line-height: 3vw;
  }

  section.answer .box {
    background-size: 100%;
    padding-top: 12vw;
    padding: 12vw 4vw 4vw 4vw;
  }

  section.answer .box .left_content {
    width: 70%;
  }

  section.answer .box .left_content h3 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }

  section.answer .box .left_content p {
    font-size: 1.8vw;
    line-height: 3.5vw;
  }

  section.support .left_content {
    padding-right: 20px;
  }

  section.support .left_content img {
    width: 100%;
    height: auto;
  }

  section.support .right_content img {
    width: 100%;
    height: auto;
  }

  section.support .right_content h2 {
    font-size: 4vw;
    line-height: 6vw;
  }

  section.support .right_content p {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  section.service {
    padding: 0 20px;
  }

  section.service h3 {
    top: 50px;
  }

  section.service h3 span {
    font-size: 4vw;
  }

  section.service img {
    width: 66%;
    height: auto;
  }

  section.company .slider .slide_content .slide_body h4 {
    font-size: 3vw;
    line-height: 4.5vw;
  }

  section.company .slider .slide_content .slide_body p {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  section.flow {
    width: calc(100% - 20px);
    padding-left: 20px;
  }

  section.flow .flow_content {
    width: 33%;
  }

  section.flow .flow_content .flow_content_header {
    height: 18vw;
  }

  section.flow .flow_content .flow_content_header h2 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  section.flow .flow_content .flow_content_header h2 span {
    font-size: 2vw !important;
  }

  section.flow .flow_content .flow_content_body img {
    width: 100%;
    height: auto;
  }

  section.flow .flow_content .flow_content_body p {
    font-size: 2vw;
    line-height: 3vw;
  }

  section.after .wrap {
    width: calc(100% - 20px);
    padding-left: 20px;
  }

  section.after .flex img {
    width: calc(100% - 20px);
    height: auto;
  }

  section.voice .content_header p {
    font-size: 2vw;
  }

  section.voice .slider .slide_content .slide_body h4 {
    font-size: 3vw;
    line-height: 4.5vw;
  }

  section.voice .slider .slide_content .slide_body p {
    font-size: 2vw;
    line-height: 3.5vw;
  }

  section.faq {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }

  section.faq .content_body h3 {
    font-size: 3vw;
    line-height: 4vw;
  }

  section.place {
    width: calc(100% - 20px);
    padding-left: 20px;
  }

  section.place .place_content {
    width: 33%;
  }

  section.place .place_content img {
    width: calc(100% - 20px);
    height: auto;
  }

  section.place .place_content p {
    font-size: 1.5vw;
  }

  section.form {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  .pc_tb_only {
    display: none;
  }

  section.main_visual .main_visual_inner {
    background-image: url("img/main_visual_sp_bg_2.png");
    background-image: image-set(url("img/main_visual_sp_bg_2.png") 1x, url("img/main_visual_sp_bg@2x_2.png") 2x);
    background-position: bottom right;
  }

  section.main_visual .main_visual_inner .main_visual_content h2 {
    font-size: 32px;
    font-weight: normal;
  }

  section.main_visual .main_visual_inner .main_visual_content h2>div {
    color: #FFFFFF;
    background-color: #131B3F;
    padding: 5px;
    display: inline-block;
    margin-bottom: 5px;
  }

  section.main_visual .main_visual_inner .main_visual_content h2 span {
    font-size: 40px;
  }

  section.main_visual .main_visual_inner .main_visual_content .main_visual_content_left {
    width: 65% !important;
    color: #FFFFFF;
    font-size: 3vw;
  }

  section.main_visual .main_visual_inner .main_visual_content .main_visual_content_left span {
    font-size: 4vw;
  }

  section.main_visual .main_visual_inner .main_visual_content .main_visual_content_left img {
    margin-bottom: 90px;
    margin-left: -20px;
  }

  section.main_visual .main_visual_inner .main_visual_content .main_visual_content_right {
    width: 100% !important;
  }

  section.main_visual .award p {
    background-color: #009EEF;
    padding-bottom: 10px;
    border-radius: 5px;
  }

  section.main_visual .main_visual_inner .main_visual_content {
    padding-top: 5px;
  }

  section.main_visual .award {
    margin-top: -100px;
  }

  section.main_visual .main_visual_inner {
    height: calc(100vh - 45px);
  }

  section.main_visual .main_visual_inner .main_visual_content .main_visual_content_left {
    height: 50vh;
  }

  section.problem .list {
    display: block;
  }

  section.problem .list>div {
    padding-top: 200px !important;
    width: 100% !important;
    height: 100px !important;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  section.answer .box {
    height: 485px;
    background-image: url("img/answer_sp_bg_2.png");
    background-image: image-set(url("img/answer_sp_bg_2.png") 1x, url("img/answer_sp_bg@2x_2.png") 2x);
  }

  section.answer .box .left_content {
    margin-top: 50px;
    width: 100% !important;
  }

  section.answer .box .left_content h3 {
    font-size: 6vw;
    line-height: 35px;
    margin-bottom: 2vw;
  }

  section.answer .box .left_content p {
    max-width: 100%;
    font-size: 3.6vw;
    line-height: 7vw;
  }

  section.support .flex {
    display: block;
  }

  section.support .flex .left_content {
    width: 100%;
  }

  section.support .flex .right_content {
    width: 100%;
  }

  section.support .flex .right_content h2 {
    font-size: 22px;
    line-height: 30px;
  }

  section.support .flex .right_content p {
    font-size: 16px;
    line-height: 25px;
  }

  section.service {
    padding: 10px 0;
  }

  section.service h3 {
    top: 64px;
  }

  section.service img {
    width: 80%;
  }

  section.company {
    padding: 0 0 20px 0;
  }

  section.company .slider .slide_content .slide_body h4 {
    font-size: 5vw;
    line-height: 6vw;
  }

  section.company .slider .slide_content .slide_body p {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  section.flow {
    padding: 0 20px 20px 0;
  }

  section.flow .flex {
    display: block;
  }

  section.flow .flex .flow_content {
    width: 100%;
  }

  section.flow .flex .flow_content .flow_content_header {
    height: 150px;
  }

  section.flow .flex .flow_content .flow_content_header h2 {
    font-size: 24px;
    line-height: 30px;
  }

  section.flow .flex .flow_content .flow_content_header h2 span {
    font-size: 18px !important;
  }

  section.flow .flex .flow_content .flow_content_body p {
    font-size: 16px;
    line-height: 30px;
  }

  section.after .flex {
    display: block;
  }

  section.after .flex>div {
    width: 100%;
  }

  section.voice {
    padding: 0 0 20px 0;
  }

  section.voice .content_header p {
    font-size: 16px;
  }

  section.voice .slider .slide_content .slide_body h4 {
    font-size: 5vw;
    line-height: 6vw;
  }

  section.voice .slider .slide_content .slide_body p {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  section.faq .content_body h3 {
    font-size: 20px;
    line-height: 30px;
  }

  section.faq .content_body p {
    font-size: 16px;
    line-height: 25px;
  }

  section.place .flex {
    display: block;
  }

  section.place .flex .place_content {
    width: 100%;
  }

  section.place .flex .place_content p {
    font-size: 16px;
  }

  section.form input[type=radio]+label:before {
    width: 49% !important;
  }
}

@media screen and (max-width: 320px) {
  section.main_visual .main_visual_inner {
    height: calc(100vh - 35px);
  }

  section.main_visual .main_visual_inner .main_visual_content .main_visual_content_left {
    height: 45vh;
  }
}

section.form .form_content:has(.step_form_iframe) {
  padding-top: 750px;
}

/*# sourceMappingURL=style.css.map */






/* ここから追記 */
.fvsp {
  width: 100%;
}

body {
  margin: 0;
}

.main_visual {
  position: relative;
}

.fv-spbtn {
  position: absolute;
  bottom: 8vw;
  left: 6vw;
  width: 88vw;
}

.skill-title {
  font-size: 30px;
  text-align: center;
  font-weight: bolder;
  color: #1c2b59;
  line-height: 1.2;
  padding-bottom: 5%;
}

.underline {
  font-size: 36px;
  background: linear-gradient(to bottom, transparent 65%, rgb(220 208 145) 65%);
}

.double {
  font-family: sans-serif;
  font-size: 45px;
}

.skill-cont {
  font-size: 15px;
  line-height: 2;
}

.color-ye {
  color: #baa327;
  font-weight: 600;
}

.skill-img {
  width: 100%;
  margin-top: 3%;
}

.ai-back {
  width: 100%;
}

.osusume-sec {
  position: relative;
}

.ab1 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 7%;
  font-size: 30px;
  width: 100vw;
  font-weight: 600;
  text-align: center;
  color: #1c2b59;
}

.ab2 {
  font-weight: 600;
  position: absolute;
  top: 18%;
  left: 7%;
  text-align: center;
  line-height: 1.2;
}

.ab3 {
  font-weight: 600;
  position: absolute;
  top: 18%;
  right: 7%;
  text-align: center;
  line-height: 1.2;
}

.ab4 {
  font-weight: 600;
  position: absolute;
  top: 33%;
  left: 33%;
  text-align: center;
  line-height: 1.2;
}

.ab5 {
  font-weight: 600;
  position: absolute;
  top: 51%;
  right: 7%;
  text-align: center;
  line-height: 1.2;
}

.ab6 {
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 9%;
  text-align: center;
  line-height: 1.2;
}

.ai-cont {
  position: absolute;
  bottom: 15%;
  right: 4%;
  font-size: 2vw;
  color: white;
}

.osusume-cont {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  color: #1c2b59;
  padding-bottom: 8%;
}

.eve-title {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: 600;
  padding-top: 6%;
  padding-bottom: 4%;
}

.eve-flex {
  display: flex;
  margin: auto 4%;
  padding-bottom: 7%;
}

.box1 {
  font-weight: 600;
  color: #1c2b58;
  background-color: #b9a223;
  margin-right: 2%;
  height: 26px;
  font-size: 15px;
  width: 20%;
  text-align: center;
  padding-left: 1%;
  padding-right: 1%;
}

.eve-text {
  letter-spacing: 0.05rem;
  color: white;
  width: 90%;
  font-size: 12px;
}

.eve-rem {
  letter-spacing: 0.2rem;
}

.box2 {
  font-weight: 600;
  color: #1c2b58;
  background-color: #b9a223;
  font-size: 15px;
  text-align: center;
  margin: auto 4%;
}

.time-box {
  margin: auto 4%;
}

.time-flex {
  background-color: white;
  display: flex;
  margin: auto 4%;
  padding-bottom: 2%;
  border-bottom: 1px solid #c0c5d1;
  padding-top: 3%;
  font-weight: 600;
  color: #273561;
}

.bgw {
  background-color: white;
}

.bgw3 {
  background-color: white;
  margin: auto 7%;
}

.time {
  width: 40%;
  color: #1c2b58;
}

.time-s {
  width: 38%;
  color: #1c2b58;
}

.time2 {
  color: #1c2b58;
  font-size: 15px;
}

.underline2 {
  /* background: linear-gradient(to bottom, transparent 65%, rgb(220 208 145) 65%); */
  background: linear-gradient(to bottom,
      transparent 70%,
      rgb(220 208 145) 70%,
      rgb(220 208 145) 90%,
      transparent 90%);

}

.sinsotsu-title {
  color: #1c2b59;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.2rem;
  font-weight: 600;
  line-height: 1.2;
  padding-top: 8%;
  padding-bottom: 2%;
}

.sinsotsu-cont {
  margin: auto 4%;
  font-size: 14px;
  line-height: 2;
}

.sinsotsu-img {
  /* width: 100%; */
  width: 92%;
  margin: auto 4%;
  padding-top: 3%;
  padding-bottom: 6%;

}

.flow-flex {
  display: flex;
  margin: auto 5%;
}

.icon-size {
  width: 25%;
}

.num-size {
  width: 10%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
}

.flow-big {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1rem;
  color: #1c2b59;
}

.flow-small {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1rem;
  color: #1c2b59;
}

.flow-cont {
  margin: auto 4%;
  line-height: 2;
  font-weight: 500;
}

.sankaku {
  margin: auto;
  display: flex;
  padding-top: 2%;
  padding-bottom: 3%;
  width: 12%;
}

.sinsotsunaiyou {
  width: 56%;
}

.sinsotsu-sec {
  margin-bottom: 9%;
}

.speaker-sec {
  background-image: url(img/back_03.jpg);
  color: white;
  background-size: cover;
  padding-top: 12%;
  padding-bottom: 12%;
}

.speaker-img {
  width: 60%;
  margin: auto;
  display: flex;
}

.spe1 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 4%;
  padding-top: 3%;
}

.spe2 {
  font-size: 32px;
  font-weight: 600;
}

.spe3 {
  font-size: 26px;
  font-weight: 600;
}

.spe-spec {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
}

.spe-spec2 {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 5%;
}

.spe-cont {
  margin: auto 4%;
  font-size: 14px;
  line-height: 2;
}

.syousai-spec {
  background-color: #a0cfd7;
}

.syousai-flex {
  display: flex;
  margin: auto 4%;
  padding-top: 5%;
}

.syou-box1 {
  display: flex;
  align-items: center;
  width: 20%;
  justify-content: center;
  background-color: #1c2b59;
}

.syou-box2 {
  font-size: 16px;
  letter-spacing: 0.03rem;
  font-weight: 600;
  color: #1c2b59;
  width: 78%;
  margin-left: 2%;
  font-weight: 600;
}

.syousai-midashi {
  /* padding-left: 6px;
  padding-right: 6px; */
  color: white;
  background-color: #1c2a58;
  font-size: 14px;
  font-weight: 600;
}

.syousai-sec {
  background-color: #a0cfd7;
  padding-top: 5%;
  padding-bottom: 10%;
}

.com-place {
  margin-left: 24%;
  font-size: 16px;
  letter-spacing: 0.03rem;
  font-weight: 600;
  color: #1c2b59;
  letter-spacing: -0.11rem;
}

/* ここからform */
section.form {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.row {
  width: 80vw;
  margin-left: 10vw;
}

.form {
  border: none;
}

div#trust-form.contact-form table th {
  border-bottom: none;
  background-color: white;
}

#trust-form input,
#trust-form select {
  width: 72vw;
  border-radius: 0;
}

div#trust-form.contact-form table div {
  /* display: flex;
  justify-content: center; */
  margin-left: 1.2vw;
}

div#trust-form.contact-form table td {
  border-bottom: none;
}

.bgw {
  margin: auto 7%;
}

div#trust-form.contact-form label {
  text-align: center;
  color: #202a5a;
  font-weight: 600;
}

/* #trust-form input:nth-child(5){
  width: 3vw!important;
} */
.required:nth-child(5) {
  width: 1vw;
}

div#trust-form.contact-form input[type="checkbox"] {
  width: 3vw;
}

.select-w {
  width: 100vw !important;
}

.option {
  padding: 10px;
}

.select {
  width: 66vw;
  background-color: white;
}

#trust-form select {
  width: 78vw;
  padding: 10px;
  background-color: white;
  border: 1px solid #8f8a8a;
  color: #000000;
  height: 34px;
}

.require {
  color: white;
  background-color: #b9a223;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 2%;
  font-size: 3vw;
}

.content {
  font-size: 3vw;
}

.form {
  padding-top: 8%;
}

/* p{
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 2%;
} */
@media only screen and (max-width: 600px) {
  div#trust-form table {
    width: 80vw;
    border: none;
  }

}

.fvpc-img {
  display: none;
}

.brpc {
  display: none;
}

.ai-back2 {
  display: none;
}

.fv-pcbtn {
  display: none;
}

.eve-pc-sec {
  display: none;
}

.sinsotsu-pc-sec {
  display: none;
}

footer {
  background-color: #018ADE;
  color: white;
  text-align: center;
  font-size: 4vw;
  padding-bottom: 4%;
  padding-top: 4%;
}

.speaker-sec-pc {
  display: none;
}

.syousai-pc {
  display: none;
}

tr {
  display: grid;
  margin-left: 2vw;
}

.content {
  margin: auto;
}

div#trust-form.contact-form table div {
  margin-left: 1.2vw;
  width: 30vw;
  text-align: justify;
}

.subject {
  width: 75vw !important;
}

ul {
  list-style: none;
  margin-left: 5vw;
  width: 60vw;
  margin-top: 0;
  margin-bottom: 0;
}

.submit-container {
  display: flex;
  justify-content: center;
  margin-top: 1%;
  padding-bottom: 6%;
}

.bgw2 {
  margin: auto;
  background-color: white;
}

.form p:nth-child(1) {
  display: none;
  /* background-color: #001E4D; */
}

form[action="?finish#trust-form"] table tr:last-child {
  text-align: center;
}

form[action="?finish#trust-form"] table tr:last-child .require {
  display: none;
}

form[action="?finish#trust-form"] table tr:last-child a {
  text-decoration: none;
  color: #8dc5ca;
  font-weight: 600;
  font-size: 3.8vw;
}

form[action="?finish#trust-form"] table tr:last-child .subject {
  text-align: center !important;
  margin-top: 7%;
}

.form-title {
  margin: auto 7%;
  text-align: center;
  background-color: #1c2b59;
  color: white;
  font-size: 6vw;
  font-weight: 600;
  padding-bottom: 3%;
  padding-top: 3%;
}

.fv-pcbtn:hover {
  opacity: 0.8;
}

.error {
  color: red;
}

.bgw3 {
  position: relative;
  box-shadow: 5px 0 5px -5px #877f7f, 0 5px 5px -5px #877f7f, -5px 0 0px -5px #877f7f;
  /* 右、下、左に影を付ける */
}

.bgw3:before {
  content: '';
  position: absolute;
  top: -5px;
  /* 影の大きさに合わせて調整 */
  left: 0;
  right: 0;
  height: 5px;
  /* 影の大きさ */
  box-shadow: 0 5px 5px -5px #877f7f;
  /* 上に影を付ける */
  z-index: -1;
  /* 元の要素の下に表示 */
}

.place-tuika {
  display: none;
}

.tuika-sp {
  color: white;
  position: absolute;
  top: 60%;
  right: 5%;
  font-weight: 600;
}

/* 以下pc版 */
@media screen and (min-width: 768px) {
  .pcfv-sec {
    position: relative;
  }

  .place-tuika {
    position: absolute;
    color: white;
    top: 41.6%;
    left: 43.7%;
    font-size: 2.2vw;
    font-weight: 600;
    display: block;
  }

  .syousai-pc {
    display: block;
  }

  .speaker-sec-pc {
    display: block;
  }

  .eve-pc-sec {
    display: block;
  }

  .fv-pcbtn {
    display: block;
  }

  .sinsotsu-pc-sec {
    display: block;
  }

  .fvpc-img {
    display: block;
    width: 100%;
  }

  .fv-pcbtn {
    width: 30%;
    display: flex;
    margin: auto;
    margin-top: 4%;
  }

  .brsp {
    display: none;
  }

  .skill-title {
    font-size: 2.6vw;
    padding-bottom: 3%;
  }

  .pc-flex {
    display: flex;
    margin: auto 23%;
    justify-content: space-between;
  }

  .skill-img {
    width: 48%;
    margin-top: 0;
  }

  .underline {
    font-size: 2.2vw;
  }

  .double {
    font-size: 3.4vw;
  }

  .skill-cont {
    width: 48%;
    font-size: 0.94vw;
  }

  .brpc {
    display: block;
  }

  .ai-back {
    display: none;
  }

  .time-s {
    font-size: 1.1vw;
  }

  .ai-back2 {
    display: block;
    width: 100%;
  }

  .ab1 {
    font-size: 2.4vw;
    top: 7%;
  }

  .osusume-cont {
    font-size: 1.8vw;
    line-height: 1.6;
    margin-top: 1.5%;
    padding-bottom: 2%;

  }

  .ab4 {
    font-size: 1.2vw;
    top: 24%;
    left: 43%;
  }

  .ab2 {
    font-size: 1.2vw;
    top: 35%;
    left: 29.2%;
  }

  .ab3 {
    font-size: 1.2vw;
    top: 35%;
    left: 41%;
  }

  .ab5 {
    font-size: 1.2vw;
    top: 64%;
    left: 45.6%;
  }

  .ab6 {
    font-size: 1.2vw;
    top: 65%;
    left: 27.6%;
  }

  .ai-cont {
    position: absolute;
    bottom: 7.5%;
    right: 32%;
    font-size: 0.8vw;
    color: white;
  }

  .midashi-pc {
    color: #1c2b59;
    background-color: #b9a223;
    font-weight: bold;
    padding: 0.5% 2%;
    font-size: 1.1vw;
  }

  .eve-text-pc {
    color: white;
    font-weight: 500;
    font-size: 1.1vw;
    margin-top: 1%;
  }

  .midashi-pc2 {
    color: #1c2b59;
    background-color: #b9a223;
    font-weight: bold;
    text-align: center;
    font-size: 1.2vw;
  }

  .pc-flex2 {
    display: flex;
    margin: auto 23%;
    justify-content: center;
  }

  .bgw {
    margin: auto;
  }

  .bgw3 {
    margin: auto;
    width: 750px;
    box-shadow: 5px 0 15px -5px #e1dcdc, 0 5px 15px -5px #e1dcdc, -5px 0 0px -5px #e1dcdc;
  }

  .timebox-pc {
    width: 50%;
  }

  .pcbox-1 {
    width: 48%;
  }

  .spa1 {
    letter-spacing: 0.32rem;
  }

  .spa2 {
    letter-spacing: 0.18rem;
  }

  .time {
    font-size: 1.1vw;
  }

  .time2 {
    font-size: 1.1vw;
  }

  .time-flex {
    padding-top: 5%;
    padding-bottom: 4%;
    margin: auto 7%;
  }

  .pad4 {
    padding-bottom: 4%;
  }

  .eve-pc-sec {
    padding-bottom: 3%;
  }

  .pad8 {
    padding-bottom: 8%;
  }

  .eve-title {
    text-align: center;
    color: white;
    font-size: 3vw;
    font-weight: 600;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  tr {
    display: grid;
  }

  .pcflex3 {
    display: flex;
    margin: auto 23.5%;
  }

  .pcimg3 {
    width: 50%;
  }

  .sinsotsu-title {
    font-size: 3vw;
    padding-top: 3%;
    padding-bottom: 2%;
  }

  .sinsotsu-cont {
    margin-left: 7%;
    margin-right: 0;
    font-size: 1vw;
  }

  .pcflex4 {
    margin: auto 23.5%;
    display: flex;
  }

  .flowbox-pc {
    width: 22.75%;
  }

  .cen {
    display: flex;
    justify-content: center;
  }

  .icon-pc {
    width: 60%;
    height: 6vw;
    object-fit: contain;
  }

  .num-pc {
    width: 24%;
    height: 2.14vw;
  }

  .flow-big {
    text-align: center;
    font-size: 1.4vw;
    letter-spacing: 0;
  }

  .flow-small {
    text-align: center;
    font-size: 1vw;
  }

  .flow-cont {
    font-size: 1.02vw;
    margin: auto;
    font-weight: 500;
  }

  .triangle-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 16px solid #8d95ac;
  }

  .cen2 {
    display: flex;
    margin-top: 11%;
  }

  .l1 {
    line-height: 0.6;
    padding-bottom: 5%;
  }

  .sinsotsu-sec {
    display: none;
  }

  .pcflex4 {
    margin-bottom: 3%;
    margin-top: 3%;
  }

  .speaker-sec-pc {
    background-image: url(img/back_03b.jpg);
    color: white;
    padding-top: 4%;
    padding-bottom: 4%;
    background-size: cover;
  }

  .pcflex5 {
    display: flex;
    margin: auto 23.5%;
  }

  .speaker-sec {
    display: none;
  }

  .spe-cont-0 {
    width: 50%;
  }

  .spe-cont {
    width: 50%;
    font-size: 1vw;
  }

  .okasama-pc {
    width: 60%;
    display: flex;
    margin: auto;
  }

  .syousai-pc {
    background-color: #a0cfd7;
    padding-top: 4%;
    padding-bottom: 3%;
    display: block;
  }

  .flex7 {
    display: flex;
    /* width: 49%; */

  }

  .syousai-sec {
    display: none;
  }

  .flex8 {
    display: flex;
    margin: auto 24%;
    margin-bottom: 1.5%;
  }

  .flexwidth {
    width: 42%;
  }

  .syousai-midashi-pc {
    background-color: #1c2b59;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 1vw;
    padding-top: 1%;
    padding-bottom: 1%;
  }

  .syousaibox-pc {
    width: 26%;
    margin-right: 3%;
  }

  .syoubox2-pc {
    font-weight: 600;
    color: #1c2b59;
    letter-spacing: 0.02rem;
    font-size: 1vw;
  }

  .com-place-pc {
    font-weight: 600;
    color: #1c2b59;
    font-size: 1vw;
  }

  .flex9 {
    width: 58%;
    display: flex;
  }

  .syousaibox-pc2 {
    width: 20%;
    margin-right: 2%;
  }


  footer {
    font-size: 1.2vw;
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .form-title {
    /* margin: auto 24%; */
    margin: auto;
    text-align: center;
    background-color: #1c2b59;
    color: white;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
    width: 750px;
  }

  #trust-form input {
    width: 600px;
  }

  #trust-form select {
    width: 624px;
    padding: 10px;
    background-color: white;
    border: 1px solid #8f8a8a;
    color: #000000;
    height: auto;
    border: 2px solid black;
  }

  .content {
    font-size: 18px;
  }

  .require {
    color: white;
    background-color: #b9a223;
    padding-left: 1%;
    padding-right: 1%;
    margin-left: 2%;
    font-size: 1vw;
  }

  form[action="?finish#trust-form"] table tr:last-child a {
    text-decoration: none;
    color: #8dc5ca;
    font-weight: 500;
    font-size: 1.4vw;
  }

  .subject {
    width: 60vw !important;
    margin-top: 5%;
    margin-bottom: 2%;
  }

  .ab1 {
    width: 98vw;
  }

  ul {
    margin-left: 168px;
    width: 54vw;
  }


  form[action="?finish#trust-form"] input[type="image"] {
    width: 400px !important;
  }

  form[action="?finish#trust-form"] input[type="image"]:hover {
    opacity: 0.8;
  }

  div#trust-form.contact-form table div {
    margin-left: 30px;
  }

  form[action="?finish#trust-form"] table tr:last-child a {
    margin-left: 154px;
    font-size: 20px;

  }

  div#trust-form.contact-form table div {
    margin-left: 32px;
  }

  form[action="?finish#trust-form"] table tr:last-child .subject {
    text-align: justify !important;
  }

  .bgw3 {
    padding-top: 2%;
  }

  tr {
    margin-left: 30px;
  }

}