
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}

body {
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #333333;
}

* {
  margin: 0;
}

.sp-br {
  display: none;
}

.cv {
  position: relative;
}

.cv_tablet {
  position: unset;
}

.sec08,
.sec11 {
  background-color: #ffffff;
}

.pc_wrapper {
  width: 920px;
  margin: 0 auto;
}

.pc_wrapper2 {
  width: 1000px;
  margin: 0 auto;
}

.pc_wrapper3 {
  width: 1008px;
  margin: 0 auto;
}

.header_inner {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
}

.header .logo {
  width: 28%;
  padding: 16px 45px 18px 0;
}

.header .header_inner .logo img,
.header .header_inner_sp .logo img {
  width: 100%;
}

.header .toiawase1 {
  padding: 15px 0 0 0;
}

.header .toiawase1 .txt {
  font-size: 24px;
  font-weight: bold;
}

.header .toiawase1 .time {
  font-size: 22px;
  margin: 8px 0 0;
}

.header .toiawase2 {
  padding: 27px 0 0 10px;
  display: flex;
}

.header .toiawase2 .tel {
  font-size: 30px;
  color: #e9482d;
  font-weight: bold;
}

.header .toiawase2 img {
  width: 32px;
  height: 32px;
}

.header-row {
  display: flex;
  align-items: center;
  gap: 40px;
}

a.head-tel {
  display: block;
  width: 60px;
  margin: 14px 0;
}

a.head-tel img {
  width: 100%;
  display: block;
  border: 2px solid #e9482b;
  border-radius: 50px;
}

.header .burger-btn {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  
  background-color: #D34028;
  border: none;
  border-radius: 5px;

  cursor: pointer;
}

.header .burger-btn .bar {
  width: 38px;
  height: 4px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}

.header .burger-btn .bar_top {
  top: calc(37% - 11px);
}

.header .burger-btn .bar_mid {
  top: 37%;
}

.header .burger-btn .bar_bottom {
  top: calc(37% + 11px);
}

.header .burger-btn .text {
  position: absolute;
  left: 50%;
  bottom: 5px;

  color: #fff;
  transform: translateX(-50%);
}

.header .burger-btn.close {
  position: absolute;
  top: 16px;
  right: 45px;

  background-color: #fff;
}

.header .burger-btn.close .bar {
  background-color: #D34028;
}

.header .burger-btn.close .bar_top {
  transform: translate(-50%, 18px) rotate(45deg);
  transition: transform 0.3s;
}

.header .burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity 0.3s;
}

.header .burger-btn.close .bar_bottom {
  transform: translate(-50%, -4px) rotate(-45deg);
  transition: transform 0.3s;
}

.header .nav-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(211, 64, 40, 0.9);		
  transition: 0.3s;
  transform: translateY(-100%);
}

.header .nav-wrapper.fade {
  transform: translateY(0);
}

.header .nav-wrapper .header-nav {
  position: relative;
  left: calc(50% + 330px);
  width: 350px;
  height: 100%;
  
  background-color: #fff;
  transform: translateX(-50%);
}

.header .header-nav .nav-list {
  padding-top: 100px;
}

.header .nav-wrapper a {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 0;
}

.fv_img01 {
  padding: 26px 0 0 91px;
}

.fv {
  width: 100%;
  padding-bottom: 0;
  margin-top: 80px;

  background: url(../../img/lp_new/pc/fv_back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  z-index: 1;
}

.header.view_area_1 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  padding: 0px 0 0;
}

.fv .fv_wrapper {
  padding-bottom: 80px;
}

.fv .fv_title {
  position: absolute;
  text-align: center;
  width: 450px;
  top: 50px;
  left: 236px;
  font-weight: bold;
}

.fv .fv_title .txt1 {
  font-size: 68px;
  margin: 0 auto;
  letter-spacing: 5px;
}

.fv .fv_title .txt1 span {
  background: linear-gradient(transparent 67%, #ffe145 60%);
  border-bottom: 5px solid #ffe145;
}

.fv .fv_title .txt2 {
  font-size: 32px;
  margin: 23px 0 17px;
}

.fv .fv_title .txt3 {
  font-size: 44px;
  color: #e9482d;
}

.fv .fv_1 {
  width: 920px;
  margin: 5px auto 0;
  background-color: #fff4f2;
  color: #70aa18;
  display: flex;
  justify-content: space-between;
}

.fv .fv_1 .fukidashi {
  background: url(../../img/lp_new/pc/img01.png) no-repeat;
  background-size: contain;
  width: 510px;
  height: 62px;
  display: flex;
  margin: 24px 0 0 50px;
  justify-content: center;
}

.fv .fv_1 .fukidashi .txt1 {
  height: fit-content;
  margin-top: 14px;

  font-size: 28px;
  font-weight: bold;
}

.fv .fv_1 .fukidashi .txt1.long-label {
  font-size: 24px;
}

.fv .fv_1 .fukidashi .txt1 span {
  font-size: 24px;
  font-weight: normal;
}

.fv .fv_1 .fukidashi .txt1.long-label span {
  font-size: 20px;
}

.fv .fv_1 .fukidashi .txt2 {
  height: fit-content;
  margin-top: 14px;
  font-size: 24px;
}

.fv .fv_1 .fukidashi .txt2.long-label {
  font-size: 20px;
}

.fv .fv_1 .fukidashi .txt2 span {
  font-size: 28px;
  font-weight: bold;
}

.fv .fv_1 .fukidashi .txt2.long-label span {
  font-size: 24px;
}

.fv .fv_1 .txt3 {
  width: 100%;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  padding: 9px 30px 15px 0;
}

.fv .fv_1 .txt3 a {
  color: #70aa18;
  border: 1px solid;
  padding: 2px 10px;
  display: block;
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 5px;
}

.fv .fv_1 .txt3 span {
  display: inline-block;
  padding-bottom: 26px;
  font-size: 36px;
  font-weight: bold;
}

.fv .fv_1 .txt3 span:last-of-type {
  padding-bottom: 0;
}

.fv .fv_1.goudo .fukidashi_wrp {
  margin: 36px 0 6px;
}

.fv .fv_1.goudo .fukidashi_wrp .fukidashi {
  width: 270px;
  margin: 0px 10px 4px 30px;
}

.fv .fv_1.goudo .txt3 {
  padding-right: 0;
}

.fv .fv_3 {
  position: absolute;
  padding: 18px 20px 10px;
  width: 100%;
  bottom: -80px;
  right: 0px;

  box-sizing: border-box;

  font-size: 16px;
}

.fv .fv_3 ol li {
  position: relative;
  padding-left: 38px;
  padding-bottom: 5px;
}

/*iwt*/

.fv .fv_1 .fukidashi.iwt9070 {
  height: 100%;
  margin: 10px 10px 10px 10px;
  background: none;
  display: block;
  border: 2px solid;
}

.fv .fv_1 .fukidashi.iwt9070 .txt1 {
  font-size: 22px;
  line-height: 1.2;
}

.fv .fv_1 .fukidashi.iwt9070 .txt2 {
  margin: 0 10px 10px;
  margin-bottom: 10px;
  text-align: right;
}

.fv .fv_1 .fukidashi.iwt9070 .txt2 span {
  font-size: 40px;
}

/*iwt end*/

.cv_1 {
  background: url(../../img/lp_new/pc/cv_1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 651px;
  text-align: center;
  font-weight: bold;
  padding-top: 51px;
}

.cv_inner_1 {
  background: #ffffff;
  border: 4px solid #e9482d;
  border-radius: 5px;
  width: 920px;
  margin: 0 auto 0;
}

.cv_1 .txt1 {
  font-size: 30px;
  padding-top: 60px;
}

.cv_1 .txt2 {
  font-size: 48px;
  padding-top: 15px;
  padding-bottom: 20px;
  color: #e9482d;
  line-height: 65px;
}

.cv_1 .txt2 span {
  background: linear-gradient(transparent 67%, #ffe145 60%);
  border-bottom: 5px solid #ffe145;
}

.cv_txt1 {
  font-size: 22px;
  padding-bottom: 60px;
  padding-top: 20px;
}

.sec01 {
  background: url(../../img/lp_new/pc/sec01_back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1569px;
  text-align: center;
}

.sec01 .title {
  font-weight: bold;
  font-size: 32px;
  padding: 0px 0 50px;
}

.sec01 .title span {
  background: linear-gradient(transparent 67%, #ffdad6 60%);
  border-bottom: 5px solid #ffdad6;
}

.sec01 .title span span {
  font-size: 36px;
  vertical-align: initial;
  border-bottom: 2px solid #ffdad6;
  background: linear-gradient(transparent 76%, #ffdad6 60%);
}

.sec01 .txt1 {
  position: absolute;
  width: 343px;
  top: 30px;
  left: 295px;
  font-size: 24px;
  line-height: 33px;
}

.sec01 .txt2 {
  position: absolute;
  width: 245px;
  top: 212px;
  left: 32px;
  font-size: 24px;
  line-height: 33px;
}

.sec01 .txt3 {
  position: absolute;
  width: 266px;
  top: 212px;
  left: 638px;
  font-size: 24px;
  line-height: 33px;
}

.sec01 .txt4 {
  position: absolute;
  width: 196px;
  top: 455px;
  left: 120px;
  font-size: 24px;
  line-height: 33px;
}

.sec01 .txt5 {
  position: absolute;
  width: 193px;
  top: 455px;
  left: 610px;
  font-size: 24px;
  line-height: 33px;
}

.sec01 .txt6 {
  position: absolute;
  width: 457px;
  top: 660px;
  left: 240px;
  font-size: 32px;
  font-weight: bold;
}

.sec01 .txt7 {
  position: absolute;
  width: 567px;
  top: 850px;
  left: 180px;
  font-size: 31px;
}

.sec01 .txt7 span {
  color: #ff4c24;
  font-weight: bold;
  font-size: 40px;
  background: linear-gradient(transparent 67%, #ffdad6 60%);
  border-bottom: 5px solid #ffdad6;
}

.cv_txt2 {
  position: absolute;
  width: 744px;
  top: 960px;
  left: 84px;
  font-size: 29px;
  line-height: 42px;
}

.sec01 .img {
  margin-top: 315px;
}


.sec01 .pc .img img {
  width: 50%;
}

.sec01 .sp .img {
  margin-top: 0;
  position: absolute;
  top: 143%;

  transform: translateX(-50%);
  left: 50%;
  width: 80%;
}


.cv_2 {
  background: url(../../img/lp_new/pc/cv_2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 482px;
  text-align: center;
  padding-top: 6px;
}

.cv_inner_2 {
  background: #ffffff;
  border: 4px solid #e9482d;
  border-radius: 5px;
  width: 920px;
  margin: 0 auto 0;
  padding-bottom: 60px;
}

.cv_2 .txt1 {
  font-size: 30px;
  font-weight: bold;
  padding: 65px 0 55px;
}

.cv_2 .txt1 span {
  color: #ff4c24;
  background: linear-gradient(transparent 67%, #ffe145 60%);
  border-bottom: 5px solid #ffe145;
}

.cv_2 .txt2 {
  font-size: 30px;
  font-weight: bold;
  padding: 45px 0 10px 15px;
}

.cv_2 .txt2 span {
  color: #ff4c24;
}

.sec02 {
  background: #f5f9f0;
  width: 100%;
  height: 1137px;
}

.sec02 .pc .title {
  background: url(../../img/lp_new/pc/sec02_back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 219px;
}

.sec02 .pc .title p {
  padding-top: 35px;
}

.sec02 .title {
  font-size: 24px;
  line-height: 50px;
  text-align: center;
}

.sec02 .title span {
  font-size: 40px;
  font-weight: bold;
}

.sec02 .img {
  margin: 50px 0 63px;
  text-align: center;
}

.sec02 .sec02_inner {
  width: 920px;
  height: 307px;
  background: #ffffff;
  border: 4px solid #f89c2d;
  border-radius: 5px;
  margin-top: 62px;
}

.sec02 .txt1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.sec02 .sec02_inner .txt2 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 42px 0 30px;
}

.sec02 .sec02_inner .txt3 {
  font-size: 22px;
  line-height: 39px;
  width: 800px;
  margin: 0 auto;
}

.sec03 {
  background: url(../../img/lp_new/pc/sec03_back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1507px;
}

.sec03 .pc_wrapper {
  padding-top: 2px;
}

.sec03 .pc_wrapper .title {
  width: 500px;
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: #f89c2d;
  border-radius: 5px;
  padding: 15px 0;
  margin: 0 auto;
}

.sec03 .pc_wrapper .txt1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

.sec03 .pc_wrapper .interview {
  font-size: 22px;
  line-height: 39px;
  margin-top: 130px;
}

.sec03 .pc_wrapper .interview .txt2 {
  width: 643px;
}

.sec03 .pc_wrapper .interview .txt3 {
  width: 643px;
  margin: 140px 0 0 277px;
}

.sec03 .pc_wrapper .interview .txt4 {
  width: 643px;
  margin-top: 140px;
}

.sec03 .pc_wrapper .interview .txt5 {
  width: 643px;
  margin: 118px 0 0 277px;
}

.sec03 .interview span {
  color: #ff6247;
}

.sec04 {
  background: url(../../img/lp_new/pc/sec04_back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
  text-align: center;
}

.sec04 .sec04_inner {
  position: relative;
  z-index: 1;
}

.sec04 .txt1 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4f4f4f;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff,
    -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}

.sec05 {
  background: #fef7e6;
}

.sec05 .pc_wrapper2 {
  text-align: center;
}

.sec05 .pc_wrapper2 .point {
  padding: 60px 0 80px;
}

.sec05 .pc_wrapper2 .txt1 {
  font-size: 30px;
  font-weight: bold;
  padding: 82px 0 10px;
}

.sec05 .pc_wrapper2 .txt2 {
  position: absolute;
  width: 621px;
  left: 158px;
  top: 87px;
  font-size: 27px;
}

.sec05 .pc_wrapper2 .txt3 {
  position: absolute;
  width: 280px;
  left: 170px;
  top: 363px;
  font-size: 22px;
  line-height: 35px;
}

.sec05 .txt3 span,
.sec05 .txt4 span,
.sec05 .txt6 span,
.sec05 .txt7 span,
.sec05 .txt9 span,
.sec05 .txt10 span {
  font-weight: bold;
}

.sec05 .pc_wrapper2 .txt4 {
  position: absolute;
  width: 280px;
  left: 550px;
  top: 363px;
  font-size: 22px;
  line-height: 35px;
}

.sec05 .pc_wrapper2 .txt5 {
  position: absolute;
  width: 565px;
  left: 300px;
  top: 563px;
  font-size: 26px;
}

.sec05 .pc_wrapper2 .txt6 {
  position: absolute;
  width: 280px;
  left: 170px;
  top: 845px;
  font-size: 22px;
  line-height: 35px;
}

.sec05 .pc_wrapper2 .txt7 {
  position: absolute;
  width: 280px;
  left: 550px;
  top: 845px;
  font-size: 22px;
  line-height: 35px;
}

.sec05 .pc_wrapper2 .txt8 {
  position: absolute;
  width: 538px;
  left: 165px;
  top: 1041px;
  font-size: 27px;
}

.sec05 .pc_wrapper2 .txt9 {
  position: absolute;
  width: 247px;
  left: 500px;
  top: 1136px;
  font-size: 28px;
  line-height: 39px;
  text-align: left;
}

.sec05 .pc_wrapper2 .txt10 {
  position: absolute;
  width: 312px;
  left: 500px;
  top: 1272px;
  font-size: 26px;
  line-height: 41px;
  text-align: left;
}

.sec05 .txt10 .line1 {
  background: linear-gradient(transparent 67%, #fff16e 60%);
  border-bottom: 5px solid #fff16e;
}

.sec05 .txt10 .line2 {
  background: linear-gradient(transparent 67%, #ffcdcd 60%);
  border-bottom: 5px solid #ffcdcd;
}

.sec05 .txt10 .line3 {
  background: linear-gradient(transparent 67%, #c3ecce 60%);
  border-bottom: 5px solid #c3ecce;
}

.sec05 .pc_wrapper2 .txt11 {
  position: absolute;
  width: 690px;
  left: 155px;
  top: 1443px;
  color: #e9482d;
  font-weight: bold;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
}

.sec05_inner {
  background: url(../../img/lp_new/pc/sec05_back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 215px;
}

.sec05 .sec05_inner .txt12 {
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  padding-top: 87px;
}

.cv_3 {
  background: url(../../img/lp_new/pc/cv_3.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 692px;
  text-align: center;
  padding-top: 55px;
}

.cv_inner_3 {
  background: #ffffff;
  border: 4px solid #e9482d;
  border-radius: 5px;
  width: 920px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.cv_3 .txt1 {
  font-size: 30px;
  padding-top: 65px;
  font-weight: bold;
  padding-bottom: 20px;
}

.cv_3 .txt2 span {
  color: #ff4c24;
  background: linear-gradient(transparent 67%, #ffe145 60%);
  border-bottom: 3px solid #ffe145;
  font-size: 48px;
  line-height: 75px;
  font-weight: bold;
}

.cv_3 .txt3 {
  background: url(../../img/lp_new/pc/icon3.png) no-repeat;
  width: 387px;
  font-size: 26px;
  padding: 18px 0 30px;
  margin: 40px auto 8px;
}

.sec06 .pc_wrapper {
  text-align: center;
}

.sec06 .pc_wrapper .txt1 {
  width: 100%;
  font-weight: bold;
  background: #f89c2d;
  border-radius: 5px;
  color: #ffffff;
  padding: 18px 0;
  margin-top: 80px;
  font-size: 36px;
}

.sec06 .pc_wrapper .txt2 {
  font-weight: bold;
  font-size: 36px;
  position: relative;
  margin: 35px 0 55px;

  z-index: 1;
}

.sec06 .pc_wrapper .txt2::after {
  position: absolute;
  content: "";
  background: url(../../img/lp_new/pc/icon4.png) no-repeat;
  width: 83px;
  height: 136px;
  top: -62px;
  right: 50px;

  z-index: -1;
}

.sec06 .pc_wrapper .txt3 {
  font-size: 40px;
  margin: 112px 0 60px;
  padding-left: 231px;
  position: relative;
}

.sec06 .pc_wrapper .txt3::before {
  position: absolute;
  content: "";
  background: url(../../img/lp_new/pc/icon5.png) no-repeat;
  width: 251px;
  height: 198px;
  top: -102px;
  left: -36px;
}

.sec06 .txt3 span {
  background: linear-gradient(transparent 67%, #f5cd9b 60%);
  border-bottom: 5px solid #f5cd9b;
}

.sec06 .pc_wrapper .txt4 {
  font-size: 24px;
  margin: 50px 0 25px;
}

.sec06 .pc_wrapper .txt5 {
  font-weight: bold;
  font-size: 46px;
  color: #70aa18;
  margin-bottom: 56px;
}

.sec06 .pc_wrapper .txt6 {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 130px;
  font-size: 34px;
}

.sec06 .pc_wrapper .txt6 span {
  font-weight: bold;
  font-size: 42px;
}

.sec06 .pc_wrapper .txt7 {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 925px;
  font-weight: bold;
  font-size: 27px;
  line-height: 50px;
  text-align: center;
}

.sec06 .pc_wrapper .txt7 span {
  font-size: 34px;
}

.sec06 .pc_wrapper .txt7 span span {
  background: linear-gradient(transparent 67%, #ffffff 60%);
  border-bottom: 5px solid #ffffff;
}

.sec06 .pc_wrapper .txt8 {
  position: absolute;
  width: 88%;
  left: 6%;
  top: 1165px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.sec06 .txt8 span {
  color: #e9482d;
}

.sec06 .pc_wrapper .program2 {
  margin-top: 60px;
}

.sec06 .pc_wrapper .txt9 {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 123px;
  font-size: 30px;
  line-height: 54px;
  text-align: center;
}

.sec06 .pc_wrapper .txt9 span {
  font-size: 34px;
}

.sec06 .pc_wrapper .txt9 span span {
  font-size: 42px;
  font-weight: bold;
}

.sec06 .pc_wrapper .txt10 {
  position: absolute;
  width: 234px;
  left: 146px;
  top: 293px;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 37px;
  color: #ffffff;
}

.sec06 .pc_wrapper .txt11 {
  position: absolute;
  width: 234px;
  left: 545px;
  top: 293px;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 37px;
  color: #ffffff;
}

.sec06 .pc_wrapper .txt12 {
  position: absolute;
  width: 165px;
  left: 275px;
  top: 400px;
  font-size: 16px;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff,
    -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}

.sec06 .pc_wrapper .txt13 {
  position: absolute;
  width: 336px;
  left: 91px;
  top: 473px;
  font-size: 24px;
  line-height: 36px;
}

.sec06 .pc_wrapper .txt14 {
  position: absolute;
  width: 300px;
  left: 510px;
  top: 456px;
  font-size: 24px;
  line-height: 31px;
}

.sec06 .pc_wrapper .txt15 {
  position: absolute;
  width: 262px;
  left: 127px;
  top: 604px;
  font-size: 23px;
  line-height: 36px;
}

.sec06 .pc_wrapper .txt16 {
  position: absolute;
  width: 300px;
  left: 510px;
  top: 593px;
  font-size: 24px;
  line-height: 31px;
}

.sec06 .pc_wrapper .txt17 {
  position: absolute;
  width: 251px;
  left: 137px;
  top: 724px;
  font-size: 24px;
  line-height: 36px;
}

.sec06 .pc_wrapper .txt18 {
  position: absolute;
  width: 344px;
  left: 490px;
  top: 730px;
  font-size: 24px;
  line-height: 31px;
}

.sec06 .pc_wrapper .txt19 {
  position: absolute;
  width: 264px;
  left: 130px;
  top: 874px;
  font-size: 24px;
  line-height: 36px;
}

.sec06 .pc_wrapper .txt20 {
  position: absolute;
  width: 313px;
  left: 505px;
  top: 855px;
  font-size: 24px;
  line-height: 26px;
}

.sec06 .pc_wrapper .txt21 {
  position: absolute;
  width: 251px;
  left: 135px;
  top: 991px;
  font-size: 24px;
  line-height: 36px;
}

.sec06 .pc_wrapper .txt22 {
  position: absolute;
  width: 300px;
  left: 510px;
  top: 987px;
  font-size: 24px;
  line-height: 28px;
}

.sec06 .pc_wrapper .txt23 {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 1205px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.sec06 .txt23 span {
  color: #e9482d;
}

.sec06 .pc_wrapper .program3 {
  margin-top: 60px;
}

.sec06 .pc_wrapper .txt24 {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 125px;
  font-size: 34px;
  text-align: center;
}

.sec06 .txt24 span {
  font-size: 42px;
  font-weight: bold;
}

.sec06 .pc_wrapper .txt25 {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 508px;
  font-size: 27px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
}

.sec06 .pc_wrapper .txt26 {
  position: absolute;
  width: 80%;
  left: 10%;

  top: 645px;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
}

.sec06 .pc_wrapper .txt27 {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 840px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.sec06 .txt27 span {
  color: #e9482d;
}

.sec06 .sec06_inner {
  background: url(../../img/lp_new/pc/sec06_back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 961px;
  text-align: center;
  padding-top: 42px;
}

.sec06 .sec06_inner .txt28 {
  font-size: 32px;
  margin: 45px 0 43px;
}

.sec06 .sec06_inner .txt29 {
  font-weight: bold;
  font-size: 54px;
  color: #e9482d;
  margin-bottom: 38px;
}

.sec06 .txt29 span {
  background: linear-gradient(transparent 67%, #ffe145 60%);
  border-bottom: 5px solid #ffe145;
}

.sec06 .sec06_inner .txt30 {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4f4f4f;
  text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff,
    -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff,
    -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
}

.cv_4 {
  background: url(../../img/lp_new/pc/cv_4.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 582px;
  text-align: center;
  padding-top: 55px;
}

.cv_inner_4 {
  background: #ffffff;
  border: 4px solid #e9482d;
  border-radius: 5px;
  width: 920px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.cv_4 .txt1 {
  padding: 70px 0 40px;
  font-size: 41px;
}

.cv_4 .txt1 span {
  background: linear-gradient(transparent 67%, #ffe145 60%);
  border-bottom: 5px solid #ffe145;
  font-weight: bold;
}

.cv_4 .txt2 {
  background: url(../../img/lp_new/pc/icon3.png) no-repeat;
  width: 387px;
  font-size: 26px;
  padding: 18px 0 30px;
  margin: 40px auto 8px;
}

.sec07 .pc_wrapper2 .txt1 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-top: 85px;
}

.sec07 .pc_wrapper2 .txt2 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #e9482d;
  vertical-align: initial;
  margin: 15px 0 35px;
}

.sec07 .pc_wrapper2 .txt2 span {
  background: linear-gradient(transparent 67%, #ffe145 60%);
  border-bottom: 6px solid #ffe145;
  vertical-align: initial;
}

.sec07 .pc_wrapper2 .txt2 span span {
  font-size: 42px;
  vertical-align: initial;
  background: linear-gradient(transparent 85%, #ffe145 60%);
  border-bottom: 5px solid #ffe145;
}

.sec07 .pc_wrapper2 .txt2 span span span {
  font-size: 80px;
  vertical-align: initial;
  background: linear-gradient(transparent 85%, #ffe145 60%);
  border-bottom: 0px solid #ffe145;
}

.sec07 .pc_wrapper2 .txt3 {
  position: absolute;
  width: 548px;
  left: 205px;
  top: 53px;
  font-size: 27px;
  color: #ffffff;
}

.sec07 .pc_wrapper2 .txt3 span {
  font-size: 36px;
  font-weight: bold;
}

.sec07 .pc_wrapper2 .txt4 {
  position: absolute;
  width: 330px;
  left: 335px;
  top: 155px;
  font-size: 30px;
  text-align: center;
}

.sec07 .pc_wrapper2 .txt4 span {
  color: #e9482d;
  background: #ffffff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 34px;
}

.sec07 .pc_wrapper2 .txt5 {
  position: absolute;
  width: 410px;
  left: 420px;
  top: 270px;
  font-size: 22px;
  line-height: 34px;
}

.sec07 .pc_wrapper2 .txt5 span {
  font-weight: bold;
  font-size: 24px;
}

.sec07 .pc_wrapper2 ul li {
  position: relative;
  padding-left: 24px;
}

.sec07 .pc_wrapper2 ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}

.sec07 .pc_wrapper2 .txt6 {
  position: absolute;
  width: 410px;
  left: 420px;
  top: 500px;
  font-size: 22px;
  line-height: 34px;
}

.sec07 .pc_wrapper2 .txt6 span {
  font-weight: bold;
  font-size: 24px;
}

.sec07 .pc_wrapper2 .step2,
.sec07 .pc_wrapper2 .step3 {
  margin-top: 30px;
}

.sec07 .pc_wrapper2 .txt7 {
  position: absolute;
  width: 575px;
  left: 205px;
  top: 48px;
  font-size: 27px;
  color: #ffffff;
}

.sec07 .pc_wrapper2 .txt7 span {
  font-size: 36px;
  font-weight: bold;
}

.sec07 .pc_wrapper2 .txt8 {
  position: absolute;
  width: 330px;
  left: 335px;
  top: 153px;
  font-size: 30px;
  text-align: center;
}

.sec07 .pc_wrapper2 .txt8 span {
  color: #e9482d;
  background: #ffffff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 34px;
}

.sec07 .pc_wrapper2 .txt9 {
  position: absolute;
  width: 417px;
  left: 415px;
  top: 278px;
  font-size: 22px;
  line-height: 34px;
}

.sec07 .pc_wrapper2 .txt9 span {
  font-weight: bold;
}

.sec07 .pc_wrapper2 .txt10 {
  position: absolute;
  width: 420px;
  left: 415px;
  top: 515px;
  font-size: 22px;
  line-height: 34px;
}

.sec07 .pc_wrapper2 .txt10 span {
  font-weight: bold;
}

.sec07 .pc_wrapper2 .txt11 {
  position: absolute;
  width: 575px;
  left: 205px;
  top: 42px;
  font-size: 27px;
  color: #ffffff;
}

.sec07 .pc_wrapper2 .txt11 span {
  font-size: 36px;
  font-weight: bold;
}

.sec07 .pc_wrapper2 .txt12 {
  position: absolute;
  width: 330px;
  left: 335px;
  top: 150px;
  font-size: 30px;
  text-align: center;
}

.sec07 .pc_wrapper2 .txt12 span {
  color: #e9482d;
  background: #ffffff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 34px;
}

.sec07 .pc_wrapper2 .txt13 {
  position: absolute;
  width: 420px;
  left: 415px;
  top: 300px;
  font-size: 22px;
  line-height: 34px;
}

.sec07 .pc_wrapper2 .txt13 span {
  font-weight: bold;
}

.sec07 .pc_wrapper2 .txt14 {
  position: absolute;
  width: 420px;
  left: 415px;
  top: 605px;
  font-size: 22px;
  line-height: 34px;
}

.sec07 .pc_wrapper2 .txt14 span {
  font-weight: bold;
}

.sec07 .pc_wrapper2 .wakabamark {
  margin-top: 40px;
}

.sec07 .txt15 {
  position: absolute;
  width: 644px;
  left: 205px;
  top: 51px;
  font-size: 30px;
  color: #ffffff;
}

.sec07 .txt15 span {
  font-size: 40px;
  font-weight: bold;
}

.sec07 .txt16 {
  position: absolute;
  width: 630px;
  left: 204px;
  top: 161px;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
}

.sec07 .txt17 {
  position: absolute;
  width: 630px;
  left: 204px;
  top: 268px;
  font-size: 22px;
  text-align: center;
}

.sec07 .pc_wrapper2 .course {
  text-align: center;
  margin-top: 20px;
}

.sec07 .pc_wrapper2 .txt18 {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 34px;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.sec07 .pc_wrapper2 .txt18 span {
  font-size: 70px;
  vertical-align: initial;
}

.sec07 .pc_wrapper2 .txt19 {
  position: absolute;
  width: 202px;
  left: 162px;
  top: 175px;
  font-weight: bold;
  text-align: center;
}

.sec07 .pc_wrapper2 .no {
  color: #ffffff;
  font-size: 64px;
}

.sec07 .pc_wrapper2 .txt24,
.sec07 .pc_wrapper2 .txt26 {
  padding-top: 35px;
  font-size: 30px;
}

.sec07 .pc_wrapper2 .txt20 {
  position: absolute;
  width: 202px;
  left: 400px;
  top: 175px;
  font-weight: bold;
  text-align: center;
}

.sec07 .pc_wrapper2 .txt25 {
  padding-top: 25px;
  font-size: 30px;
  line-height: 39px;
}

.sec07 .pc_wrapper2 .txt21 {
  position: absolute;
  width: 202px;
  left: 636px;
  top: 175px;
  font-weight: bold;
  text-align: center;
}

.sec07 .pc_wrapper2 .txt22 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 60px 0 30px;
}

.sec07 .pc_wrapper2 .txt23 {
  font-weight: bold;
  font-size: 42px;
  text-align: center;
  color: #e9482d;
  margin-bottom: 15px;
}

.sec07 .pc_wrapper2 .txt23 span {
  background: linear-gradient(transparent 67%, #ffe145 60%);
  border-bottom: 5px solid #ffe145;
}

.sec08 {
  margin-top: 85px;
}

.sec08 .txt1 {
  text-align: center;
  padding-top: 20px;
  color: #e9482d;
  font-size: 48px;
}

.sec08 .txt1 span {
  font-weight: bold;
}

.sec08 .txt2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 45px 0 65px;
}

.qanda {
  width: 917px;
  margin: 0 auto;
  padding-bottom: 24px;
}

.toggle {
  margin-bottom: 45px;
}

.toggle dt {
  cursor: pointer;
  color: #70aa18;
  font-size: 27px;
}

.toggle dt .inner {
  width: 917px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 59px;
}

.toggle dt .inner img {
  width: 50px;
  right: 90px;
  top: -14px;
  position: absolute;
}

/*
.toggle dt .inner img.icon2 {
  width: 50px;
  right: 90px;
  top: -14px;
  position: absolute;
}
*/

.toggle dt .inner span::before {
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  content: "Q.";
  left: 17px;
  top: -2px;
}

.toggle dt .line4 span::before {
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  content: "Q.";
  left: 17px;
  top: -2px;
}

.inner>span:last-of-type,
.inner.active>span:first-of-type {
  display: none;
}

.inner.active>span:last-of-type {
  display: inline;
}

.qanda dd {
  display: none;
  padding-top: 20px;
  line-height: 38px;
}

.qanda dd .txt3 {
  color: #70aa18;
  font-size: 27px;
  padding-left: 44px;
}

.qanda dd .txt5 {
  color: #70aa18;
  font-size: 27px;
  padding-top: 35px;
  padding-bottom: 5px;
}

.qanda dd .txt6 {
  font-size: 26px;
  padding-top: 60px;
  padding-bottom: 0px;
  font-weight: bold;
}

.qanda dd .txt11 {
  color: #70aa18;
  font-size: 27px;
  padding-left: 44px;
  line-height: 56px;
}

.qanda dd .txt7 {
  font-weight: bold;
}

.qanda dd .pat5 {
  padding-top: 30px;
}

.qanda dd .pat2 {
  padding-top: 5px;
}

.qanda dd .pat3 {
  padding-top: 45px;
}

.qanda dd .bold {
  font-weight: bold;
  font-size: 26px;
}

.qanda dd .bold1 {
  font-weight: bold;
  font-size: 24px;
}

.qanda dd .small {
  font-size: 18px;
  line-height: 28px;
}

.qanda dd .answer,
.qanda dd .answer1 {
  position: relative;
  padding-left: 18px;
}

.qanda dd .answer::before {
  position: absolute;
  content: "A.";
  font-size: 32px;
  font-weight: bold;
  color: #70aa18;
  top: 0;
}

.qanda dd .answer1:before {
  position: absolute;
  content: "A.";
  font-size: 32px;
  font-weight: bold;
  color: #70aa18;
  top: 9px;
}

.qanda dd .txt4 {
  font-size: 24px;
  padding-left: 44px;
}

.qanda dd .txt4 .grn {
  color: #70aa18;
  font-weight: bold;
}

.qanda dd li {
  padding-left: 28px;
  position: relative;
}

.qanda dd li::before {
  position: absolute;
  content: "・";
  left: 0;
}

.qanda dd .table1 {
  font-size: 16px;
  border: solid 1px #000000;
  text-align: left;
  width: 855px;
  margin: 25px 0 0 44px;
}

.qanda dd .table1 .width1 {
  width: 110px;
}

.qanda dd .table1 .width2 {
  width: 585px;
}

.qanda dd .table1 .width3 {
  width: 160px;
}

.qanda dd .table1 .top {
  vertical-align: top;
}

.qanda dd .table1 .middle {
  vertical-align: middle;
}

.qanda dd .table1 td {
  padding: 7px 12px;
  border: solid 1px #000000;
  line-height: 28px;
}

.qanda dd .txt8 {
  font-size: 16px;
  margin: 30px 0 10px 44px;
  line-height: 30px;
}

.qanda dd .txt9 {
  font-size: 24px;
  margin: 35px 0 0 44px;
}

.qanda dd .table2 {
  font-size: 16px;
  border: solid 1px #000000;
  text-align: left;
  width: 855px;
  margin: 15px 0 0 44px;
}

.qanda dd .table2 .width1 {
  width: 50%;
}

.qanda dd .table2 .width2 {
  width: 50%;
}

.qanda dd .table2 .middle {
  vertical-align: middle;
}

.qanda dd .table2 td {
  padding: 7px 12px;
  border: solid 1px #000000;
  line-height: 28px;
}

.qanda dd .txt10 {
  font-size: 22px;
  margin: 20px 0 0 44px;
  line-height: 35px;
}

.qanda dd .txt10 span {
  font-size: 20px;
}

.qanda dd .txt10 a {
  text-decoration: underline;
}

.sec09 {
  background: url(../../img/lp_new/pc/sec09_back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 1620px;
  text-align: center;
}

.sec09 .txt1 {
  padding-top: 43px;
  font-size: 30px;
  text-align: center;
  line-height: 63px;
}

.sec09 .txt1 span {
  background: linear-gradient(transparent 67%, #ffe145 60%);
  border-bottom: 5px solid #ffe145;
  font-size: 42px;
}

.sec09 .henka {
  width: 98%;
  padding: 0 1%;
  margin-top: 156px;
}

.sec09 .henka>p {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.sec09 .henka span {
  font-size: 22px;
}

.sec09 .txt2 {
  position: absolute;
  width: 452px;
  left: 11px;
  top: 31px;
}

.sec09 .txt3 {
  position: absolute;
  width: 418px;
  left: 630px;
  top: 118px;
}

.sec09 .txt4 {
  position: absolute;
  width: 504px;
  left: 140px;
  top: 322px;
}

.sec09 .txt5 {
  position: absolute;
  width: 312px;
  left: 621px;
  top: 527px;
}

.sec09 .img_only_tablet {
  display: none;
}

.sec09 .pc_wrapper3 .txt6 {
  font-size: 27px;
  line-height: 43px;
  text-align: left;
  margin-top: 140px;
}

.sec09 .pc_wrapper3 .txt7 {
  font-size: 30px;
  line-height: 76px;
  text-align: left;
  font-weight: bold;
  margin-top: 30px;
}

.sec09 .txt7 span {
  background: linear-gradient(transparent 67%, #ffe145 60%);
  border-bottom: 5px solid #ffe145;
  color: #e9482d;
  font-size: 48px;
}

.sec10 {
  background: #ffcec5;
  padding-bottom: 80px;
}

.sec10_title {
  background: url(../../img/lp_new/pc/sec10_back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 248px;
  text-align: center;
}

.sec10 .sec10_title .txt5 {
  font-size: 30px;
  line-height: 57px;
  text-align: center;
  font-weight: bold;
  padding-top: 35px;
}

.sec10 .sec10_title .txt5 span {
  color: #e9482d;
  font-size: 36px;
}

.sec10_wrapper {
  width: 920px;
  margin: 0 auto;
}

.sec10_contener_1 {
  background-color: #ffffff;
  padding: 60px 15px;
  margin-bottom: 60px;
}

.sec10_contener_1 .title {
  text-align: center;
  position: relative;
  font-size: 34px;
  font-weight: bold;
}

.sec10_contener_1 .title::before {
  position: absolute;
  content: "";
  border: #e9482d solid 1px;
  width: 64px;
  top: 50%;
  left: 140px;
}

.sec10_contener_1 .title::after {
  position: absolute;
  content: "";
  border: #e9482d solid 1px;
  width: 64px;
  top: 50%;
  right: 140px;
}

.sec10_contener_1 .txt1 {
  text-align: center;
  font-size: 27px;
  line-height: 42px;
  padding-top: 60px;
}

.sec10_contener_1 .img1 {
  width: 594px;
  margin: 60px auto 40px;
}

.sec10_contener_1 .txt2 {
  font-size: 22px;
  line-height: 35px;
  padding-left: 130px;
}

.sec10_contener_1 .txt3 {
  font-size: 27px;
  font-weight: bold;
  padding: 40px 0 20px 130px;
}

.sec10_contener_1 ul {
  padding: 0 0 0 130px;
}

.sec10_contener_1 ul li {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  padding-bottom: 20px;
}

.sec10_contener_1 ul li:last-child {
  padding-bottom: 10px;
}

.sec10_contener_1 ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}

.sec10_contener_1 .txt4 {
  font-size: 20px;
  line-height: 27px;
  padding: 0 0 0 155px;
}

.sec10_contener_2 {
  background-color: #ffffff;
  padding: 60px 15px;
  margin-top: 60px;
}

.sec10_contener_2 .office {  
  position: relative;
  width: fit-content;
  margin: 0 auto;

  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}

.sec10_contener_2 .office::before {
  content: "";

  display: inline-block;
  position: absolute;
  top: 50%;
  left: -34px;
  width: 64px;
  height: 2px;

  background-color: #e9482d;
  transform: translateX(-100%);
}

.sec10_contener_2 .office::after {
  content: "";

  display: inline-block;
  position: absolute;
  top: 50%;
  right: -34px;
  width: 64px;
  height: 2px;

  background-color: #e9482d;
  transform: translateX(100%);
}

.sec10_contener_2 .office.subheading {
  margin-top: 10%;
  margin-bottom: 6%;
  font-size: 22px;
}

.office_name {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  margin-top: 4%;
}

.map {
  margin: 50px auto 20px;
  width: 485px;
}

.sec10_contener_2 .info {
  margin-left: 105px;
}

.sec10_contener_2 .info dt {
  flex-shrink: 0;
}

.sec10_contener_2 .info dl {
  display: flex;
  justify-content: left;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 10px;
}

.sec10_contener_2 .info dl a {
  color: #333333;
}


.sec10_contener_2 .gallery {
  display: flex;
  justify-content: center;
  margin: 5% 105px 2%;
}

.sec10_contener_2 .gallery img {
  margin-right: 11px;
  width: 33%;
}


.cv_6 .btn_2 {
  margin-top: 60px;
}

.form {
  text-align: center;
}

.sec11 {
  padding-top: 50px;
  text-align: center;
}

.sec11 .logo {
  margin: 0 auto 50px;
}

.sec11 .txt1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

.sec11 .txt2 {
  font-size: 16px;
  text-align: center;
  padding-bottom: 60px;
}

.sec12 {
  background: #e9482d;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.cv_7 {
  padding: 50px 0 30px;
  font-size: 20px;
}

.cv_7 a {
  color: #ffffff;
}

.sec12 p {
  padding-bottom: 120px;
}

span.iwt_hozyo {
  display: inline-block;
  border: 1px solid;
  padding: 4px 6px;
  margin-top: 20px;
}

.btn_1 {
  background: url(../../img/lp_new/pc/btn_1.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding: 22px 0 37px 0;
  width: 749px;
  transition: filter 0.3s;
  text-align: center;
}

.btn_1 a {
  color: #ffffff;
  font-size: 26px;
  line-height: 50px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  padding-left: 0;
  font-weight: bold;
}

.btn_1 a span {
  font-size: 46px;
}

.btn_1:hover {
  filter: brightness(130%);
}

.btn_2 {
  background: url(../../img/lp_new/pc/btn_2.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding: 22px 0 37px 0%;
  width: 749px;
  transition: filter 0.3s;
  text-align: center;
}

.btn_2 a {
  color: #ffffff;
  font-size: 26px;
  line-height: 50px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  font-weight: bold;
}

.btn_2 a span {
  font-size: 46px;
}

.btn_2:hover {
  filter: brightness(130%);
}

.sp {
  display: none !important;
}

.tablet_br {
  display: none;
}

#office_list img {
  max-width: 500px;
  margin: auto;
  display: block;
}

.office_data {
  padding: 6% 3%;
}

.office_data p {
  font-size: 20px;
  line-height: 38px;
  margin-bottom: 5%;
}

.office_data a {
  color: #e9482d;
}

.office_data p.p_itex {
  font-size: 18px;
}

.office_data p span {
  font-size: 80%;
  display: block;
  line-height: 1.6;
}

.office_data h2 {
  font-size: 30px;
  font-weight: bold;
  color: #70aa18;
  margin-bottom: 5%;
}

.office_data dl {
  display: flex;
  margin-bottom: 4%;
}

.office_data dt {
  font-size: 30px;
  flex-basis: 160px;
  flex-basis: 30%;
  padding-left: 2%;
}

.office_data dd {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #e9482d;
  padding-left: 40px;
  flex-basis: 70%;
}

.office_data dd::before {
  position: absolute;
  content: "";
  background: url(../../img/lp_new/office_before.png);
  width: 20px;
  height: 30px;
  background-size: 20px;
  background-repeat: no-repeat;
  left: 0;
  top: 2%;
}

.office_data dd span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #333;
  margin-top: 3%;
}

.flic360{
    display: block;
    width: 80%;
    margin: 10px auto 0;
    border: none;
    aspect-ratio: 16 / 9;
}

#form {
  background: #fff;
  padding: 0 5% 10%;
}

#form .privacy {
  max-width: 434px;
  margin: 0 auto 40px;
}

#form>div {
  max-width: 600px;
  margin: 0 auto;
}

#form .form_title {
  text-align: center;
  position: relative;
  font-size: 37px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 10%;
}

#form .form_title::before {
  position: absolute;
  content: "";
  border: #e9482d solid 1px;
  width: 10%;
  top: 50%;
  left: 0;
}

#form .form_title::after {
  position: absolute;
  content: "";
  border: #e9482d solid 1px;
  width: 10%;
  top: 50%;
  right: 0;
}

#form p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: normal;
}

#form p.form_ttl {
  margin-top: 3%;
}

#form input,
#form textarea,
#form select {
  border: 2px solid #70aa18;
  border-radius: 5px;
}

#form input,
#form textarea {
  width: 96%;
  padding: 6px 2%;
  margin-bottom: 2%;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#form input[type="checkbox"] {
  width: initial;
  margin: 0 5px 0 1%;
  -webkit-appearance: checkbox;
  float: left;
  height: 32px;
}

#form span.wpcf7-list-item-label {
  height: 32px;
  display: inline-block;
  position: relative;
  line-height: 32px;
}

#form select {
  width: 100%;
  padding: 1% 2%;
  margin-bottom: 2%;
}

#form span.wpcf7-list-item {
  margin-bottom: 1%;
  display: inline-block;
  width: 100px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
  min-height: 32px;
}

#form a {
  color: #e9482d;
  text-decoration: underline;
}

#form .wpcf7-acceptance .wpcf7-list-item {
  width: 100%;
}

#form input.wpcf7-form-control.wpcf7-submit,
#form input.wpcf7-back,
#form input.wpcf7-confirm {
  display: block;
  height: 50px;
  max-width: 400px;
  margin: 20px auto 10px;

  color: #fff;
  background-color: #70aa18;
  font-size: 16px;
}

#form input.wpcf7-form-control.wpcf7-submit:disabled,
#form input.wpcf7-confirm:disabled {
  background: #ddd;
  border-color: #ddd;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

#form input.wpcf7-back {
  background: #ffcec5;
  color: #333;
  border: none;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

#form .wpcf7c-conf {
  /* background-color: rgb(232, 240, 254); */
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* form追記 */
.confirm_box {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_box {
  display: block;
}

#form .custom-wpcf7c-confirmed .wpcf7c-conf {
  border: none;
  border-radius: 0;
  margin: 0 0 2%;
}

#form .custom-wpcf7c-confirmed .wpcf7c-conf {
  font-size: 18px;
  padding-left: 42px;
}

#form .custom-wpcf7c-confirmed p {
  padding: 0 6%;
}

#form .custom-wpcf7c-confirmed p.form_ttl {
  padding-top: 0;
  font-weight: bold;
  padding: 0 2%;
}

#form .custom-wpcf7c-confirmed .privacy {
  display: none;
}

#form .custom-wpcf7c-confirmed .form_ttl span {
  margin-bottom: 4%;
}

#form .custom-wpcf7c-confirmed .mark+br+span {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
}

#form .custom-wpcf7c-confirmed span.wpcf7-form-control.wpcf7-checkbox {
  margin-top: 20px;
  display: block;
}

#form .custom-wpcf7c-confirmed .privacy {
  display: none;
}

/* form追記.end */
div.wpcf7 .ajax-loader {
  display: none;
}

#form span.mark {
  padding: 0px 7px;
  color: #fff;
  border-radius: 6px;
  display: block;
  margin-right: 6px;
  font-weight: normal;
  font-size: 80%;
  line-height: 2;
  width: 30px;
  float: left;
  text-align: center;
}

#form span.ninni {
  background: #757575;
}

#form span.hissu {
  background: #e9482d;
}

#form textarea {
  margin-top: 1%;
}

#pp {
  display: none;
  position: fixed;
  z-index: 99999;
  background: #fff;
  top: 0;
  padding: 30px;
  left: 0;
  overflow: scroll;
  height: 100vh;
}

#pp h2 {
  color: #e9482d;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 6%;
}

#pp h3 {
  font-weight: bold;
  margin: 8% 0 4%;
}

#pp p {
  line-height: 1.4;
}

#pp .close {
  background: #e9482d;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  line-height: 1;
  font-size: 30px;
  padding: 0 10px 7px 10px;
}

#pp .close:hover {
  cursor: pointer;
}

#form .wpcf7 form .wpcf7-response-output {
  margin-top: 0;
  padding: 2% 5%;
  font-size: 80%;
  line-height: 1.8;
}

.thanks {
  text-align: center;
  padding: 110px 0 0;
  background: #fff;
}

.thanks h1 {
  font-weight: bold;
  font-size: 24px;
}

.thanks p, .thanks div.beginning-text {
  width: fit-content;
  padding: 60px 0 30px;
  margin: 0 auto;
}

.thanks div.list-text, .thanks div.contacts-text {
  width: fit-content;
  padding-bottom: 30px;
  margin: 0 auto;
}

.thanks ul {
  display: flex;
  justify-content: center;
  padding: 0 1.5em 0;
  margin-bottom: 0;
}

.thanks ul li {
  margin: 10px;
}

.thanks div.list-text ul {
  display: block;
  width: fit-content;
  padding: 0 1.5em 0;
  margin: 0;

  text-align: left;
  list-style-type: disc;
}

.thanks div.list-text ul li {
  margin: 0;
}

.link_to_form {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 10px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 10px;
}

.link_to_form a {
  width: calc(50% - 10px);
  background: #73ab1d;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  max-width: 400px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.link_to_form a span {
  font-size: 75%;
}

.link_to_form a:nth-child(2) {
  background: #e9482b;
}

@media screen and (min-width: 750px) and (max-width: 1160px) {
  .tablet_br {
    display: block;
  }

  .pc_wrapper,
  .pc_wrapper2 {
    width: 100%;
  }

  .pc_wrapper3 {
    width: fit-content;
  }

  .pc .tablet_size {
    width: 100%;
  }

  .cv_tablet {
    position: relative;
  }

  .header_inner {
    align-items: center;
    padding: 0 40px;
  }

  .header .logo {
    padding: 24px 0;
  }

  .header .toiawase1 {
    padding-top: 7px;
    height: fit-content;
  }

  .header .toiawase1 .txt {
    font-size: 18px;
  }

  .header .toiawase1 .time {
    font-size: 16px;
  }

  .header .toiawase2 {
    padding-top: 7px;
    padding-left: 15px;
    padding: 0 15px 0 9px;
    height: fit-content;
  }

  .header .toiawase2 .tel {
    font-size: 24px;
  }

  .header .nav-wrapper .header-nav {
    left: unset;
    margin-left: auto;

    transform: translateX(0);
  }

  .header .burger-btn.close {
    right: 40px;
  }

  .fv {
    padding-bottom: 110px;
    height: fit-content;
  }

  .fv_img01 {
    width: 90%;
    padding: 0 5%;
    margin-top: 26px;
  }

  .fv .fv_title {
    top: 25%;
    left: 10.95%;
    width: 69.6%;
    height: fit-content;
    transform: translateY(-50%);
  }

  .fv .fv_title .txt1 {
    padding-top: 2%;
    font-size: 60px;
  }

  .fv .fv_title .txt2 {
    font-size: 24px;
  }

  .fv .fv_title .txt3 {
    font-size: 36px;
  }

  .fv .fv_1 {
    width: 100%;
  }

  .fv .fv_1 .fukidashi {
    margin-left: 25px;
  }

  .fv .fv_1 .txt3 {
    font-size: 22px;
  }

  .fv .fv_1 .txt3 span {
    font-size: 27px;
  }

  .fv .fv_3 {
    left: unset;
    right: 0;
  }

  .cv_1 {
    padding-top: 0;
    height: fit-content;
  }

  .cv_inner_1 {
    width: calc(100% - 8px);
  }

  .cv_1 .txt1 {
    font-size: 26px;
  }

  .cv_1 .txt2 {
    font-size: 44px;
    line-height: 1.35;
  }

  .btn_1 {
    width: 95%;
    max-width: 708px;
  }

  .btn_1 a {
    font-size: 20px;
    line-height: 45px;
  }

  .btn_1 a span {
    font-size: 40px;
  }

  .cv_txt1 {
    font-size: 18px;
  }

  .sec01 {
    height: fit-content;
    padding: 115px 0 125px;
  }

  .sec01 .title {
    font-size: 28px;
  }

  .sec01 .title .tablet_br {
    display: block !important;
  }

  .sec01 .title span {
    display: inline-block;
    padding-top: 8px;
  }

  .sec01 .title span span {
    font-size: 32px;
  }

  .sec01 .pc_wrapper.cv {
    position: unset;
  }

  .sec01 .worry>p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15%;

    font-size: 18px;
  }

  .cv_2 {
    height: fit-content;
    padding-bottom: 48px;
  }

  .sec01 .txt1 {
    width: 46%;
    left: 27.5%;
    top: 0;
  }

  .sec01 .txt2 {
    width: 33%;
    top: 22.25%;
    left: 0;
  }

  .sec01 .txt3 {
    width: 33%;
    top: 22.25%;
    left: 67.25%;
  }

  .sec01 .txt4 {
    width: 33%;
    top: 52%;
    left: 7%;
  }

  .sec01 .txt5 {
    width: 33%;
    top: 52%;
    left: 60%;
  }

  .sec01 .worry>.txt6 {
    width: 66%;
    height: 12.5%;
    top: 75.75%;
    left: 17%;

    font-size: 26px;
  }

  .sec01 .txt7 {
    position: unset;
    padding-top: 63px;
    width: 100%;
    font-size: 27px;
  }

  .sec01 .txt7 span {
    font-size: 36px;
  }

  .cv_txt2 {
    position: unset;
    padding-top: 70px;
    width: 100%;

    font-size: 25px;
    line-height: 1.45;
  }

  .sec01 .img {
    padding-top: 15px;
    margin-top: 0;
  }

  .cv_inner_2 {
    width: calc(100% - 8px);
  }

  .cv_2 .txt1 {
    font-size: 26px;
  }

  .sec02 .sec02_inner {
    width: calc(100% - 8px);
  }

  .sec02 .sec02_inner .txt2 {
    font-size: 28px;
  }

  .sec02 .sec02_inner .txt3 {
    font-size: 20px;
    width: 92%;
  }

  .sec03 {
    background: none;
    height: auto;
  }

  .sec03 .pc {
    display: none !important;
  }

  /*
  .sec03 .pc_wrapper .interview .txt3,
  .sec03 .pc_wrapper .interview .txt5 {
    margin-left: auto;
  }
  */

  .sec03 .sp {
    display: block !important;
  }

  .sec03 .sp img.sp {
    width: 100%;
    vertical-align: bottom;
  }

  .sec03 .title {
    position: absolute;
    width: 62%;
    left: 19%;
    top: 0.2%;
    font-size: 4.5vw;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: #f89c2d;
    border-radius: 5px;
    padding: 2% 0;
  }

  .sec03 .txt1 {
    position: absolute;
    width: 65%;
    left: 17.5%;
    top: 5%;
    font-size: 5.5vw;
    font-weight: bold;
    text-align: center;
  }

  .sec03 .interview {
    font-size: 22px;
    line-height: 1.75;
  }

  .sec03 .interview .txt2 {
    position: absolute;
    width: 62.5%;
    left: 7%;
    bottom: 73%;
  }

  .sec03 .interview .txt3 {
    position: absolute;
    width: 60%;
    right: 7%;
    bottom: 50.1%;
  }

  .sec03 .interview .txt4 {
    position: absolute;
    width: 62.5%;
    left: 7%;
    bottom: 26.6%;
  }

  .sec03 .interview .txt5 {
    position: absolute;
    width: 60%;
    right: 7%;
    bottom: 4%;
  }

  .sec03 .interview span {
    color: #ff6247;
  }

  .sec05 .pc_wrapper2 .point {
    padding: 0;
    margin: 60px 0 80px;
  }

  .sec05 .pc_wrapper2 .txt2,
  .sec05 .pc_wrapper2 .txt5,
  .sec05 .pc_wrapper2 .txt8 {
    text-align: left;
    font-size: 21px;
  }

  .sec05 .pc_wrapper2 .txt3,
  .sec05 .pc_wrapper2 .txt4,
  .sec05 .pc_wrapper2 .txt6,
  .sec05 .pc_wrapper2 .txt7 {
    width: 28%;
    font-size: 17px;
    line-height: 1.59;
  }

  .sec05 .pc_wrapper2 .txt2 {
    width: 65%;
    left: 16%;
    top: 1.6%;
  }

  .sec05 .pc_wrapper2 .txt3 {
    left: 17%;
    top: 20%;
  }

  .sec05 .pc_wrapper2 .txt4 {
    left: 55%;
    top: 20%;
  }

  .sec05 .pc_wrapper2 .txt5 {
    width: 59%;
    left: 30.5%;
    top: 33.4%;
  }

  .sec05 .pc_wrapper2 .txt6 {
    left: 17%;
    top: 51.7%;
  }

  .sec05 .pc_wrapper2 .txt7 {
    left: 55%;
    top: 51.7%;
  }

  .sec05 .pc_wrapper2 .txt8 {
    width: 56%;
    left: 16%;
    top: 65%;
  }

  .sec05 .pc_wrapper2 .txt9 {
    left: 51%;
    top: 70%;

    font-size: 22px;
    line-height: 1.39;
  }

  .sec05 .pc_wrapper2 .txt10 {
    left: 51%;
    top: 80%;

    font-size: 20px;
    line-height: 1.58;
  }

  .sec05 .pc_wrapper2 .txt11 {
    left: 15%;
    top: 92%;
    max-width: 70%;

    font-size: 22px;
    line-height: 1.6;
  }

  .sec05 .sec05_inner .txt12 {
    font-size: 28px;
  }

  .cv_inner_3,
  .cv_inner_4 {
    width: calc(100% - 8px);
  }

  .cv_3 {
    height: fit-content;
    padding-bottom: 48px;
  }

  .cv_3 .txt1 {
    font-size: 24px;
  }

  .cv_3 .txt2 span {
    font-size: 42px;
  }

  .cv_3 .txt3 {
    font-size: 20px;
  }

  .sec06 .pc_wrapper .txt1 {
    font-size: 32px;
  }

  .sec06 .pc_wrapper .txt2 {
    font-size: 32px;
  }

  .sec06 .pc_wrapper .txt3 {
    font-size: 28px;
    padding-left: calc(50% - 127px);
    margin: 104px 0 68px;

    text-align: start;
  }

  .sec06 .pc_wrapper .txt3::before {
    width: calc(251px * 0.9);
    height: calc(198px * 0.9);
    top: -250%;
    left: calc(50% - 355px);

    background-size: contain;
  }

  .sec06 .pc_wrapper .txt4 {
    margin-top: 27px;
    font-size: 22px;
  }

  .sec06 .pc_wrapper .txt5 {
    font-size: 44px;
  }

  .sec06 .pc_wrapper .txt6 {
    top: 9.5%;
    font-size: 30px;
  }

  .sec06 .pc_wrapper .txt6b span {
    font-size: 38px;
  }

  .sec06 .pc_wrapper .txt7 {
    width: 62.7%;
    top: 79.25%;
    left: 18.5%;
    transform: translateY(-50%);

    font-size: 21px;
    line-height: 44px;
  }

  .sec06 .pc_wrapper .txt7 span {
    font-size: 28px;
  }

  .sec06 .pc_wrapper .txt8 {
    top: 92.5%;
    font-size: 32px;
  }

  .sec06 .pc_wrapper .txt9 {
    top: 8%;
    font-size: 26px;
  }

  .sec06 .pc_wrapper .txt9 span {
    font-size: 30px;
  }

  .sec06 .pc_wrapper .txt9 span span {
    font-size: 38px;
  }

  .sec06 .pc_wrapper .txt10,
  .sec06 .pc_wrapper .txt13,
  .sec06 .pc_wrapper .txt15,
  .sec06 .pc_wrapper .txt17,
  .sec06 .pc_wrapper .txt19,
  .sec06 .pc_wrapper .txt21 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42.25%;
    height: 9.6%;
    left: 7%;
    font-size: 20px;
    line-height: 1.5;
  }

  .sec06 .pc_wrapper .txt11,
  .sec06 .pc_wrapper .txt14,
  .sec06 .pc_wrapper .txt16,
  .sec06 .pc_wrapper .txt18,
  .sec06 .pc_wrapper .txt20,
  .sec06 .pc_wrapper .txt22 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42%;
    height: 9.6%;
    left: 50.8%;
    font-size: 20px;
    line-height: 1.5;
  }

  .sec06 .pc_wrapper .txt10,
  .sec06 .pc_wrapper .txt11 {
    height: 8.5%;
    top: 21.15%;
    font-size: 22px;
    line-height: 1.42;
  }

  .sec06 .pc_wrapper .txt12 {
    width: fit-content;
    left: unset;
    right: 51%;
    top: 30%;

    font-size: 12px;
  }

  .sec06 .pc_wrapper .txt13,
  .sec06 .pc_wrapper .txt14 {
    top: 32.7%;
  }

  .sec06 .pc_wrapper .txt15,
  .sec06 .pc_wrapper .txt16 {
    top: 43.1%;
  }

  .sec06 .pc_wrapper .txt17,
  .sec06 .pc_wrapper .txt18 {
    top: 53.4%;
  }

  .sec06 .pc_wrapper .txt19,
  .sec06 .pc_wrapper .txt20 {
    top: 63.8%;
  }

  .sec06 .pc_wrapper .txt21,
  .sec06 .pc_wrapper .txt22 {
    top: 74.2%;
  }

  .sec06 .pc_wrapper .txt23 {
    top: 92.5%;
    font-size: 32px;
  }

  .sec06 .pc_wrapper .txt24 {
    top: 12.5%;
    font-size: 30px;
  }

  .sec06 .txt24 span {
    font-size: 38px;
  }

  .sec06 .pc_wrapper .txt25 {
    width: 68.35%;
    top: 57.8%;
    left: 15.8%;
    padding-top: 0;
    transform: translateY(-50%);

    font-size: 21px;
    line-height: 1.3;
  }

  .sec06 .pc_wrapper .txt26 {
    top: 69%;

    font-size: 21px;
    line-height: 1.48;
  }

  .sec06 .pc_wrapper .txt27 {
    top: 89%;
    font-size: 32px;
  }

  .sec06 .sec06_inner {
    height: 817px;
  }

  .sec06 .sec06_inner .txt28 {
    margin: 17px 0 24px;
    font-size: 28px;
  }

  .sec06 .sec06_inner .txt29 {
    font-size: 50px;
  }

  .sec06 .sec06_inner .txt29+img {
    width: calc(522px * 0.8);
    height: calc(523px * 0.8);
  }

  .cv_4 {
    height: fit-content;
    padding-bottom: 48px;
  }

  .cv_4 .txt1 {
    padding-top: 47px;
  }

  .cv_4 .txt2 {
    padding: 21px 0 27px;
    margin-top: 0;

    font-size: 20px;
  }

  .sec07 .pc_wrapper2 .course {
    width: fit-content;
    margin: 20px auto 0;
  }

  .sec07 .pc_wrapper2 .txt1 {
    font-size: 26px;
  }

  .sec07 .pc_wrapper2 .txt2 {
    font-size: 32px;
  }

  .sec07 .pc_wrapper2 .txt2 span,
  .sec07 .pc_wrapper2 .txt2 span span,
  .sec07 .pc_wrapper2 .txt2 span span span {
    background: none;
    border-bottom: none;
  }

  .sec07 .pc_wrapper2 .txt2>span {
    background: linear-gradient(transparent 67%, #ffe145 60%);
  }

  .sec07 .pc_wrapper2 .txt2>span>span {
    font-size: 38px;
  }

  .sec07 .pc_wrapper2 .txt2>span>span>span {
    font-size: 76px;
  }

  .sec07 .pc_wrapper2 .txt3,
  .sec07 .pc_wrapper2 .txt7,
  .sec07 .pc_wrapper2 .txt11,
  .sec07 .txt15 {
    width: fit-content;
    left: 18%;
    top: 5.5%;
  }

  .sec07 .pc_wrapper2 .txt4,
  .sec07 .pc_wrapper2 .txt8,
  .sec07 .pc_wrapper2 .txt12 {
    width: fit-content;
    left: 52%;
    top: 19.5%;
    transform: translateX(-50%);
  }

  .sec07 .pc_wrapper2 .step1,
  .sec07 .pc_wrapper2 .step2,
  .sec07 .pc_wrapper2 .step3,
  .sec07 .pc_wrapper2 .wakabamark {
    width: 96%;
    padding: 0 2%;
  }

  .sec07 .pc_wrapper2 .step1>div,
  .sec07 .pc_wrapper2 .step2>div,
  .sec07 .pc_wrapper2 .step3>div {
    width: 41.5%;
    left: 41.8%;
    padding: 1.75% 2.5% 0;

    font-size: 17px;
    line-height: 1.55;
  }

  .sec07 .pc_wrapper2 .step1>div span,
  .sec07 .pc_wrapper2 .step2>div span,
  .sec07 .pc_wrapper2 .step3>div span {
    font-size: 19px;
  }

  .sec07 .pc_wrapper2 .txt3 {
    top: 5.5%;
  }

  .sec07 .pc_wrapper2 .txt5 {
    top: 30.5%;
  }

  .sec07 .pc_wrapper2 .txt6 {
    top: 60.9%;
  }

  .sec07 .pc_wrapper2 .txt7 {
    top: 5.25%;
  }

  .sec07 .pc_wrapper2 .txt9 {
    top: 30.5%;
  }

  .sec07 .pc_wrapper2 .txt10 {
    top: 62%;
  }

  .sec07 .pc_wrapper2 .txt11 {
    top: 4.25%;
  }

  .sec07 .pc_wrapper2 .txt13 {
    top: 29.3%;
  }

  .sec07 .pc_wrapper2 .txt14 {
    top: 65.8%;
  }

  .sec07 .txt15 {
    top: 12.75%;
    font-size: 26px;
  }

  .sec07 .txt15 span {
    font-size: 36px;
  }

  .sec07 .txt16 {
    width: 95.5%;
    top: 45%;
    left: 0;
    padding-left: 4.5%;

    font-size: 26px;
    line-height: 1.5;
  }

  .sec07 .txt17 {
    width: 95.5%;
    top: 81%;
    left: 0;
    padding-left: 4.5%;

    font-size: 18px;
  }

  .sec07 .pc_wrapper2 .txt19 {
    top: 45%;
    left: 1.3%
  }

  .sec07 .pc_wrapper2 .txt20 {
    top: 45%;
    left: 35.8%;
  }

  .sec07 .pc_wrapper2 .txt21 {
    top: 45%;
    left: 70%;
  }

  .sec07 .pc_wrapper2 .txt11 {
    font-size: 22px;
  }

  .sec07 .pc_wrapper2 .txt23 {
    font-size: 34px;
    margin-bottom: 65px;
  }

  .sec08 .txt1 {
    font-size: 44px;
  }

  .sec08 .txt2 {
    font-size: 26px;
  }

  .qanda {
    width: 90%;
    margin: 0 auto;
  }

  .toggle dt {
    font-size: 23px;
  }

  .sec08 .toggle dt>img.pc {
    width: 100%;
  }

  .toggle {
    margin-bottom: 27px;
  }

  .toggle dt .inner {
    box-sizing: border-box;
    width: 100%;
  }

  .qanda .toggle .tablet_br {
    display: block !important;
  }

  .toggle dt .inner span::before {
    font-size: 28px;
  }

  .toggle dt .inner img {
    width: 44px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .qanda dd .txt3 {
    font-size: 23px;
  }

  .qanda dd .txt4 {
    font-size: 20px;
  }

  .sec09 {
    background: url(../../img/lp_new/sec09_tabletback01.jpg) no-repeat;
    background-position: top center;
    height: fit-content;
  }

  .sec09 .henka>p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 15%;

    font-size: 18px;
  }

  .sec09 .txt2 {
    left: 2%;
    top: 2%;
    width: 41%;
  }

  .sec09 .txt3 {
    left: unset;
    right: 2.5%;
    top: 15%;
    width: 39%;
  }

  .sec09 .txt4 {
    left: 10.5%;
    top: 46%;
    width: 51%;
  }

  .sec09 .txt5 {
    left: unset;
    right: 12%;
    top: 76.75%;
    width: 32%;
    height: 17%;
  }

  .sec09 .henka {
    width: 98%;
    padding: 0 1%;
    max-height: 714px;
    margin-bottom: 32px;
  }

  .sec09 .henka>img {
    max-height: 694px;

    object-fit: contain;
  }

  .sec09 .henka span {
    font-size: 16px;
  }

  .sec09 .img_only_tablet {
    display: block;
    object-fit: cover;
  }

  .sec09 .pc_wrapper3 .txt6 {
    position: absolute;
    margin-top: 10%;
    width: fit-content;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    font-size: 25px;
    line-height: 1.59;
  }

  .sec09 .pc_wrapper3 .txt7 {
    position: absolute;
    width: fit-content;
    top: 21.5%;
    left: 50%;
    transform: translateX(-50%);

    font-size: 28px;
    line-height: 66px;
  }

  .sec09 .txt7 span {
    font-size: 38px;
  }

  .sec10_wrapper {
    width: 100%;
  }

  .sec10_contener_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .sec10_contener_1 .title {
    width: 100%;
    font-size: 32px;
  }

  .sec10_contener_1 .title::before {
    left: 0;
  }

  .sec10_contener_1 .title::after {
    right: 0;
  }

  .sec10_contener_1 .txt1 {
    font-size: 21px;
    line-height: 1.56;
  }

  .sec10_contener_1 .txt2,
  .sec10_contener_1 .txt3,
  .sec10_contener_1 ul,
  .sec10_contener_1 .txt4 {
    padding-left: 0;
    width: 682px;
  }

  .sec10_contener_1 .txt2 {
    font-size: 18px;
    line-height: 1.59;
  }

  .sec10_contener_1 .txt3 {
    font-size: 23px;
  }

  .sec10_contener_1 ul li {
    font-size: 20px;
  }

  .sec10_contener_2 {
    margin-top: 30px;
  }

  .sec10_contener_2 .office {
    width: 100%;
    font-size: 32px;
  }

  .sec10_contener_2 .office::before {
    left: 0;
    transform: translateX(0);
  }

  .sec10_contener_2 .office::after {
    right: 0;
    transform: translateX(0);
  }

  .sec10_contener_2 .map img {
    width: inherit;
  }

  .sec10_contener_2 .info {
    margin: 0 auto;
    width: 682px;
  }

  .sec10_contener_2 .info dl {
    font-size: 20px;
    font-size: 1.5;
  }

  .btn_2 {
    width: 100%;
    max-width: 753px;
  }

  .btn_2 a {
    font-size: 20px;
  }

  .btn_2 a span {
    font-size: 40px;
  }

  #form {
    padding-bottom: 5%;
    ;
  }

  #form .form_title {
    margin-bottom: 6%;

    font-size: 32px;
    line-height: 1.35;
  }

  #form .privacy {
    width: fit-content;
  }

  #form .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 45px;
    width: -webkit-fill-available;
  }

  .sec11 {
    padding-top: 32px;
  }

  .sec11 .logo {
    margin-bottom: 16px;
  }

  .sec11 .txt1 {
    padding-bottom: 10px;
    font-size: 18px;
  }

  .sec11 .txt2 {
    padding-bottom: 30px;
    font-size: 12px;
  }

  .sec12 {
    font-size: 16px;
  }

  .cv_7 {
    padding: 25px 0 9px;
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1160px) {
  .fv .fv_title {
    top: 23%;
  }

  .font-size {
    font-size: 68px;
  }

  .fv .fv_title .txt2 {
    font-size: 32px;
  }

  .fv .fv_title .txt3 {
    font-size: 44px;
  }

  .sec01 .worry>p {
    font-size: 22px;
  }

  .sec01 .worry>.txt6 {
    font-size: 30px;
  }

  .cv_2 .txt1 {
    font-size: 30px;
  }

  .sec05 .pc_wrapper2 .txt2,
  .sec05 .pc_wrapper2 .txt5,
  .sec05 .pc_wrapper2 .txt8 {
    font-size: 25px;
  }

  .sec05 .pc_wrapper2 .txt9 {
    font-size: 28px;
  }

  .sec05 .pc_wrapper2 .txt10 {
    font-size: 26px;
  }

  .sec05 .pc_wrapper2 .txt11 {
    font-size: 30px;
  }

  .sec06 .pc_wrapper .txt7 {
    font-size: 27px;
    line-height: 50px;
  }

  .sec06 .pc_wrapper .txt7 span {
    font-size: 34px;
  }

  .sec06 .pc_wrapper .txt10,
  .sec06 .pc_wrapper .txt11 {
    font-size: 26px;
  }

  .sec06 .pc_wrapper .txt12 {
    font-size: 16px;
  }

  .sec06 .pc_wrapper .txt13,
  .sec06 .pc_wrapper .txt12~p:not(.txt23) {
    font-size: 24px;
  }

  .sec06 .pc_wrapper .txt23 {
    font-size: 40px;
  }

  .sec06 .pc_wrapper .txt25 {
    font-size: 27px;
  }

  .sec06 .pc_wrapper .txt26 {
    font-size: 27px;
  }

  .sec06 .pc_wrapper .txt27 {
    font-size: 40px;
  }
}

@media all and (min-width: 0px) and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sp-br {
    display: inline;
  }

  img {
    width: 100%;
    vertical-align: bottom;
  }

  .header {
    background-color: #ffffff;
  }

  .header_inner_sp {
    display: flex;
    justify-content: space-between;
  }

  .header .logo {
    width: 42%;
    padding: 4.1% 0 4.1% 4%;
  }

  .header .toiawase {
    padding: 2% 3% 2% 0;
    text-align: center;
  }

  a.head-tel {
    display: block;
    width: 21%;
    margin: 3% calc(4% + 2px) 3% 0;
  }

  a.head-tel img {
    width: 100%;
    display: block;
    border: 2px solid #e9482b;
    border-radius: 50px;
  }

  .header .toiawase .txt {
    font-size: 4vw;
  }

  .header .toiawase .time {
    font-size: 3.3vw;
    margin: 3% 0;
  }

  .header .toiawase .tel {
    font-size: 4.8vw;
    color: #e9482d;
    font-weight: bold;
  }

  .header .toiawase .tel img {
    width: 9%;
  }

  .header-row {
    justify-content: flex-end;
    gap: 4%;
    padding-right: 4%;
  }

  .header .burger-btn {
    width: 50px;
    height: 50px;
  }

  .header .burger-btn .bar {
    width: 70%;
    height: 3px;
  }

  .header .burger-btn .bar_top {
    top: calc(37% - 9px);
  }

  .header .burger-btn .bar_bottom {
    top: calc(37% + 9px);
  }

  .header .burger-btn .text {
    bottom: 2px;
  }

  .header .nav-wrapper .header-nav {
    width: 70%;
    left: unset;
    margin-left: auto;

    transform: translateX(0);
  }

  .header .nav-wrapper a {
    font-size: 15px;
  }

  .header .burger-btn.close {
    top: 11px;
    right: 5.75%;
  }

  .header .burger-btn.close .bar_top {
    transform: translate(-50%, 14px) rotate(45deg);
  }

  .header .burger-btn.close .bar_bottom {
    transform: translate(-50%, -4px) rotate(-45deg);
  }

  .fv {
    margin-top: 50px;
    background: none;
    height: auto;
  }

  .fv.goudo_2 {
    padding-bottom: 22px;
  }

  .fv.goudo_4 {
    padding-bottom: 102px;
  }

  .fv .fv_title {
    position: absolute;
    text-align: center;
    width: 70%;
    top: 10%;
    left: 15%;
    font-weight: bold;
  }

  .fv.goudo_2 .fv_title {
    top: 9.5%;
  }

  .fv.goudo_4 .fv_title {
    top: 9%;
  }

  .fv .fv_title .txt1 {
    font-size: 9vw;
    width: 60%;
    margin: 0 auto;
    letter-spacing: 1vw;
  }

  .fv .fv_title .txt1 span {
    background: linear-gradient(transparent 67%, #ffe145 60%);
    border-bottom: 3px solid #ffe145;
  }

  .fv .fv_title .txt2 {
    font-size: 4.4vw;
    margin: 5% 0 4%;
  }

  .fv .fv_title .txt3 {
    font-size: 6vw;
    color: #e9482d;
  }

  .fv .fv_1 {
    position: absolute;
    width: 96%;
    bottom: 0;
    background-color: #fff4f2;
    color: #70aa18;
    display: flex;
    justify-content: space-between;
    padding: 1.5% 2%;
  }

  .fv .fv_1 .fukidashi {
    background: url(../../img/lp_new/sp/img01.png) no-repeat;
    background-size: 100% 100%;
    width: 36vw;
    height: 15vw;
    display: block;
    margin: 0;
  }

  .fv .fv_1 .fukidashi .txt1 {
    font-size: 3vw;
    font-weight: bold;
    text-align: center;
    margin: 11% 0 0;
    width: 92%;
  }

  .fv .fv_1 .fukidashi .txt1 span {
    font-size: 2vw;
    font-weight: normal;
  }


  .fv .fv_1 .fukidashi .txt2 {
    font-size: 3.5vw;
    margin-top: 5%;
    text-align: center;
    width: 92%;
  }

  .fv .fv_1 .fukidashi .txt2 span {
    font-size: 5vw;
    vertical-align: initial;
    font-weight: bold;
  }

  .fv .fv_1.goudo .fukidashi_wrp {
    margin: 12px 0 5px;
  }

  .fv .fv_1.goudo .fukidashi_wrp .fukidashi {
    width: 22vw;
    height: 10vw;
    margin: initial;
  }

  .fv .fv_1 .txt3 {
    font-size: 3.6vw;
    line-height: 5vw;
    padding: 2% 1% 0 0;
    width: 100vw;
  }

  .fv .fv_1 .txt3 a {
    color: #70aa18;
    border: 1px solid;
    padding: 2px 10px;
    display: block;
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 5px;
  }

  .fv .fv_1 .txt3 span {
    padding-bottom: 21px;

    font-size: 4.6vw;
    font-weight: bold;
  }

  .fv .fv_1 .txt3 span:first-of-type {
    padding-bottom: 14px;
  }

  .fv .fv_1.goudo {
    padding: 0 2% .5%;
    top: unset;
    bottom: 0;
  }

  .fv .fv_1.goudo .fukidashis_wrp .fukidashi {
    width: 23vw;
  }

  .fv .fv_1.goudo .fukidashis_wrp .fukidashi {
    width: 19vw;
    height: 10vw;
  }

  .fv .fv_1.goudo .fukidashi .txt1 {
    font-size: 3vw;
    margin-top: 0;
    padding-top: 6px;
  }

  .fv.goudo_4 .fv_1.goudo .fukidashi .txt1 {
    padding-top: 5px;
  }

  .fv .fv_1.goudo .fukidashi .txt1.long-label {
    font-size: 2.2vw;
  }

  .fv .fv_1.goudo .fukidashi .txt1 span {
    font-size: 2vw;
    font-weight: normal;
  }

  .fv .fv_1.goudo .fukidashi .txt1.long-label span {}

  .fv .fv_1.goudo .fukidashi .txt2 {
    font-size: 2vw;
  }

  .fv .fv_1.goudo .fukidashi .txt2 span {
    font-size: 3.5vw;
  }

  .fv .fv_1.goudo .txt3 {
    padding: 2% 0;
    padding-left: 4px;
    text-align: left;
  }

  .fv .fv_1.goudo .txt3 span {
    font-size: 4.4vw;
  }

  .fv .fv_3 {
    position: absolute;
    width: 93%;
    padding: 4px 6px 3px;
    left: 3%;
    bottom: 17%;
    font-size: 2.3vw;
  }

  .fv.goudo_2 .fv_3 {
    bottom: 20%;
  }

  .fv.goudo_4 .fv_3 {
    bottom: 30%;
  }

  .fv .fv_3 ol li {
    position: relative;
    padding-left: 7%;
    padding-bottom: 0;
    z-index: 1;
    line-height: 3.5vw;
  }

  .fv .fv_3 ol li:first-child:before {
    position: absolute;
    content: "※1";
    width: 5%;
    left: 0;
    top: 0;
  }

  .fv .fv_3 ol li:last-child:before {
    position: absolute;
    content: "※2";
    width: 5%;
    left: 0;
    top: 0;
  }

  /*iwt*/

  .fv .fv_1 .fukidashi.iwt9070 {
    margin: 0;
    height: auto !important;
    background: #fff;
  }

  .fv .fv_1 .fukidashi.iwt9070 .txt1 {
    font-size: 3vw;
    margin: 3px 6px 0;
    text-align: left;
  }

  .fv .fv_1 .fukidashi.iwt9070 .txt2 {
    margin: 1vw 1vw 1vw 0;
  }

  .fv .fv_1 .fukidashi.iwt9070 .txt2 span {
    font-size: 6vw;
  }

  .fv_1.fv_1-9070 {
    top: 75%;
  }

  .fukidashi.iwt9070+.txt3 {
    width: 60vw;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  /*iwt end*/

  .cv_1 {
    position: absolute;
    width: 86%;
    top: 5%;
    left: 7%;
    text-align: center;
    font-weight: bold;
    background: none;
    padding-top: 0;
  }

  .cv_inner_1 {
    background: none;
    border: none;
    border-radius: 0;
    width: 100%;
    margin: 0 auto 0;
  }

  .cv_1 .txt1 {
    font-size: 4vw;
    padding-top: 10%;
  }

  .cv_1 .txt2 {
    font-size: 6.5vw;
    padding-top: 3%;
    padding-bottom: 6%;
    color: #e9482d;
    line-height: 10vw;
  }

  .cv_1 .txt2 span {
    background: linear-gradient(transparent 67%, #ffe145 60%);
    border-bottom: 3px solid #ffe145;
  }

  .cv_txt1 {
    font-size: 4vw;
    line-height: 6vw;
    padding-bottom: 8%;
    padding-top: 6%;
  }

  .sec01 {
    text-align: center;
    height: auto;
    background: none;
  }

  .sec01.layout-bottom {
    margin-bottom: 114%;
  }

  .sec01 .title {
    position: absolute;
    width: 95%;
    top: 0;
    left: 2.5%;
    font-weight: bold;
    font-size: 5vw;
    line-height: 8.5vw;
    padding: 0;
  }

  .sec01 .title span {
    background: linear-gradient(transparent 67%, #ffdad6 60%);
    border-bottom: 3px solid #ffdad6;
  }

  .sec01 .title span span {
    font-size: 6vw;
  }

  .sec01 .txt1 {
    position: absolute;
    width: 60%;
    top: 12.2%;
    left: 21%;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .sec01 .txt1.pos_another {
    top: 20%;
  }

  .sec01 .txt2 {
    position: absolute;
    width: 30%;
    top: 22.3%;
    left: 6.5%;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .sec01 .txt2.pos_another {
    top: 36.7%;
  }

  .sec01 .txt3 {
    position: absolute;
    width: 30%;
    top: 22.3%;
    left: 64%;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .sec01 .txt3.pos_another {
    top: 36.7%;
  }

  .sec01 .txt4 {
    position: absolute;
    width: 30%;
    top: 39.5%;
    left: 6.5%;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .sec01 .txt4.pos_another {
    top: 64.7%;
  }

  .sec01 .txt5 {
    position: absolute;
    width: 30%;
    top: 39.5%;
    left: 64%;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .sec01 .txt5.pos_another {
    top: 64.7%;
  }

  .sec01 .txt6 {
    position: absolute;
    width: 70%;
    top: 52.5%;
    left: 15%;
    font-size: 4vw;
    font-weight: bold;
  }

  .sec01 .txt6.pos_another {
    top: 86%;
  }

  .sec01 .txt7 {
    position: absolute;
    width: 80%;
    top: 63%;
    left: 10%;
    font-size: 4.2vw;
  }

  .sec01 .txt7.pos_another {
    top: 103.8%;
  }


  .sec01 .txt7 span {
    color: #ff4c24;
    font-weight: bold;
    font-size: 5.5vw;
    background: linear-gradient(transparent 67%, #ffdad6 60%);
    border-bottom: 3px solid #ffdad6;
  }


  .cv_txt2 {
    position: absolute;
    width: 90%;
    top: 70%;
    left: 5%;
    font-size: 3.9vw;
    line-height: 6vw;
  }

  .cv_txt2.pos_another {
    top: 115.4%;
  }


  .cv_2 {
    position: absolute;
    width: 86%;
    top: 3.5%;
    left: 7%;
    text-align: center;
    height: auto;
    background: none;
    padding-top: 0;
  }

  .cv_inner_2 {
    background: none;
    border: none;
    border-radius: 0;
    width: 100%;
    margin: 0 auto 0;
    padding-bottom: 0;
  }

  .cv_2 .txt1 {
    font-size: 5vw;
    line-height: 8vw;
    font-weight: bold;
    padding: 10% 0 5%;
  }

  .cv_2 .txt1 span {
    color: #ff4c24;
    background: linear-gradient(transparent 67%, #ffe145 60%);
    border-bottom: 3px solid #ffe145;
  }

  .cv_2 .txt2 {
    font-size: 3.8vw;
    font-weight: bold;
    padding: 4% 0 3%;
  }

  .cv_2 .txt2 span {
    color: #ff4c24;
  }

  .sec02 {
    background: none;
    height: auto;
  }

  .sec02 .title {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 3%;
    font-size: 4.5vw;
    line-height: 7vw;
    text-align: center;
    padding-top: 0;
  }

  .sec02 .title span {
    font-size: 6vw;
    font-weight: bold;
  }

  .sec02 .txt1 {
    position: absolute;
    width: 90%;
    left: 6%;
    top: 52%;
    text-align: center;
    font-size: 4.4vw;
    font-weight: bold;
  }

  .sec02 .txt2 {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 64.5%;
    text-align: center;
    font-size: 4.4vw;
    font-weight: bold;
  }

  .sec02 .txt3 {
    position: absolute;
    width: 72%;
    left: 15%;
    top: 70%;
    font-size: 3.2vw;
    line-height: 5.5vw;
  }

  .sec03 {
    background: none;
    height: auto;
  }

  .sec03 .title {
    position: absolute;
    width: 62%;
    left: 19%;
    top: 0.2%;
    font-size: 4.5vw;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background: #f89c2d;
    border-radius: 5px;
    padding: 2% 0;
  }

  .sec03 .txt1 {
    position: absolute;
    width: 65%;
    left: 17.5%;
    top: 5%;
    font-size: 5.5vw;
    font-weight: bold;
    text-align: center;
  }

  .sec03 .interview {
    font-size: 3.4vw;
    line-height: 5.5vw;
  }

  .sec03 .interview .txt2 {
    position: absolute;
    width: 62.5%;
    left: 8%;
    top: 13%;
  }

  .sec03 .interview .txt3 {
    position: absolute;
    width: 60%;
    left: 33%;
    top: 34%;
  }

  .sec03 .interview .txt4 {
    position: absolute;
    width: 62.5%;
    left: 8%;
    top: 57%;
  }

  .sec03 .interview .txt5 {
    position: absolute;
    width: 60%;
    left: 33%;
    top: 80%;
  }

  .sec03 .interview span {
    color: #ff6247;
  }

  .sec04 {
    height: auto;
    background: none;
  }

  .sec04 .txt1 {
    position: absolute;
    width: 70%;
    left: 15%;
    top: 81%;
    font-size: 3vw;
    line-height: 4.8vw;
    text-align: center;
    color: #4f4f4f;
    text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff,
      -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff,
      -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
  }

  .sec05 .txt1 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 3%;
    font-size: 4vw;
    text-align: center;
    font-weight: bold;
  }

  .sec05 .txt2 {
    position: absolute;
    width: 60%;
    left: 27%;
    top: 12%;
    font-size: 4vw;
    line-height: 5vw;
  }

  .sec05 .txt3 {
    position: absolute;
    width: 40%;
    left: 9%;
    top: 24.5%;
    font-size: 3vw;
    line-height: 4.5vw;
    text-align: center;
  }

  .sec05 .txt3 span,
  .sec05 .txt4 span,
  .sec05 .txt6 span,
  .sec05 .txt7 span,
  .sec05 .txt9 span,
  .sec05 .txt10 span {
    font-weight: bold;
  }

  .sec05 .txt4 {
    position: absolute;
    width: 40%;
    left: 51%;
    top: 24.5%;
    font-size: 3vw;
    line-height: 4.5vw;
    text-align: center;
  }

  .sec05 .txt5 {
    position: absolute;
    width: 50%;
    left: 40%;
    top: 32.8%;
    font-size: 4vw;
    line-height: 5vw;
  }

  .sec05 .txt6 {
    position: absolute;
    width: 40%;
    left: 9%;
    top: 45.5%;
    font-size: 3vw;
    line-height: 4.5vw;
    text-align: center;
  }

  .sec05 .txt7 {
    position: absolute;
    width: 40%;
    left: 51%;
    top: 45.5%;
    font-size: 3vw;
    line-height: 4.5vw;
    text-align: center;
  }

  .sec05 .txt8 {
    position: absolute;
    width: 60%;
    left: 27%;
    top: 53.6%;
    font-size: 4vw;
    line-height: 5vw;
  }

  .sec05 .txt9 {
    position: absolute;
    width: 40%;
    left: 50%;
    top: 59%;
    font-size: 4.3vw;
    line-height: 5.2vw;
  }

  .sec05 .txt10 {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 64.5%;
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .sec05 .txt10 .line1 {
    background: linear-gradient(transparent 67%, #fff16e 60%);
    border-bottom: 3px solid #fff16e;
  }

  .sec05 .txt10 .line2 {
    background: linear-gradient(transparent 67%, #ffcdcd 60%);
    border-bottom: 3px solid #ffcdcd;
  }

  .sec05 .txt10 .line3 {
    background: linear-gradient(transparent 67%, #c3ecce 60%);
    border-bottom: 3px solid #c3ecce;
  }

  .sec05 .txt11 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 72.5%;
    color: #e9482d;
    font-weight: bold;
    font-size: 5vw;
    line-height: 7.5vw;
    text-align: center;
  }

  .sec05 .txt12 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 81.5%;
    font-weight: bold;
    font-size: 5.5vw;
    line-height: 8vw;
    text-align: center;
  }

  .cv_3 {
    position: absolute;
    width: 86%;
    top: 0%;
    left: 7%;
    text-align: center;
    background: none;
    height: auto;
    padding-top: 0;
  }

  .cv_inner_3 {
    background: none;
    border: none;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .cv_3 .txt1 {
    font-size: 4vw;
    padding-top: 18%;
    font-weight: bold;
    padding-bottom: 3%;
  }

  .cv_3 .txt2 span {
    color: #ff4c24;
    background: linear-gradient(transparent 67%, #ffe145 60%);
    border-bottom: 3px solid #ffe145;
    font-size: 6vw;
    line-height: 8vw;
    font-weight: bold;
  }

  .cv_3 .txt3 {
    padding: 7% 0 5%;
    font-size: 3.4vw;
    background: none;
    width: 100%;
    margin: 0;
  }

  .sec06 .txt1 {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 1%;
    font-weight: bold;
    font-size: 4.5vw;
    text-align: center;
    background: #f89c2d;
    border-radius: 5px;
    color: #ffffff;
    padding: 2% 0;
  }

  .sec06 .txt2 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 2.7%;
    font-weight: bold;
    font-size: 5.5vw;
    line-height: 7.5vw;
    text-align: center;
  }

  .sec06 .txt3 {
    position: absolute;
    width: 55%;
    left: 41%;
    top: 15.3%;
    font-size: 5vw;
    line-height: 7vw;
  }

  .sec06 .txt3 span {
    background: linear-gradient(transparent 67%, #f5cd9b 60%);
    border-bottom: 3px solid #f5cd9b;
  }

  .sec06 .txt4 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 18.8%;
    font-size: 4vw;
    line-height: 5.5vw;
    text-align: center;
  }

  .sec06 .txt5 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 20.3%;
    font-weight: bold;
    font-size: 6vw;
    line-height: 8vw;
    text-align: center;
    color: #70aa18;
  }

  .sec06 .txt6 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 24%;
    font-size: 5vw;
    text-align: center;
  }

  .sec06 .txt6 span {
    font-weight: bold;
    font-size: 5.5vw;
  }

  .sec06 .txt7 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 36.8%;
    font-weight: bold;
    font-size: 4.5vw;
    line-height: 6.5vw;
    text-align: center;
  }

  .sec06 .txt7 span {
    background: linear-gradient(transparent 67%, #ffffff 60%);
    border-bottom: 3px solid #ffffff;
  }

  .sec06 .txt8 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 40.3%;
    font-weight: bold;
    font-size: 5.5vw;
    line-height: 7.5vw;
    text-align: center;
  }

  .sec06 .txt8 span {
    color: #e9482d;
  }

  .sec06 .txt9 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 45.7%;
    font-size: 4.8vw;
    line-height: 7.5vw;
    text-align: center;
  }

  .sec06 .txt9 span {
    font-weight: bold;
    font-size: 5.8vw;
  }

  .sec06 .txt10 {
    position: absolute;
    width: 40%;
    left: 8%;
    top: 49.3%;
    font-weight: bold;
    font-size: 3.5vw;
    text-align: center;
    line-height: 4.5vw;
    color: #ffffff;
  }

  .sec06 .txt11 {
    position: absolute;
    width: 40%;
    left: 51%;
    top: 49.3%;
    font-weight: bold;
    font-size: 3.5vw;
    text-align: center;
    line-height: 4.5vw;
    color: #ffffff;
  }

  .sec06 .txt12 {
    position: absolute;
    width: fit-content;
    right: calc(50% - 8px);
    top: 50.35%;
    font-size: 2.6vw;
    color: #fff;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
  }

  .sec06 .txt13 {
    position: absolute;
    width: 40%;
    left: 12%;
    top: 51.75%;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .sec06 .txt14 {
    position: absolute;
    width: 45%;
    left: 52%;
    top: 51.85%;
    font-size: 3vw;
    line-height: 4vw;
  }

  .sec06 .txt15 {
    position: absolute;
    width: 40%;
    left: 12%;
    top: 53.9%;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .sec06 .txt16 {
    position: absolute;
    width: 45%;
    left: 52%;
    top: 53.95%;
    font-size: 3vw;
    line-height: 4vw;
  }

  .sec06 .txt17 {
    position: absolute;
    width: 40%;
    left: 12%;
    top: 56.05%;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .sec06 .txt18 {
    position: absolute;
    width: 38%;
    left: 52%;
    top: 55.85%;
    font-size: 3vw;
    line-height: 4vw;
  }

  .sec06 .txt19 {
    position: absolute;
    width: 40%;
    left: 12%;
    top: 58.2%;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .sec06 .txt20 {
    position: absolute;
    width: 41%;
    left: 51%;
    top: 57.95%;
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
  }

  .sec06 .txt21 {
    position: absolute;
    width: 40%;
    left: 12%;
    top: 60.25%;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .sec06 .txt22 {
    position: absolute;
    width: 40%;
    left: 51.05%;
    top: 60.1%;
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
  }

  .sec06 .txt23 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 63.5%;
    font-weight: bold;
    font-size: 5.5vw;
    line-height: 8vw;
    text-align: center;
  }

  .sec06 .txt23 span {
    color: #e9482d;
  }

  .sec06 .txt24 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 68.85%;
    font-size: 4.8vw;
    line-height: 7vw;
    text-align: center;
  }

  .sec06 .txt24 span {
    font-size: 5.3vw;
    font-weight: bold;
  }

  .sec06 .txt25 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 75.9%;
    font-size: 3.8vw;
    line-height: 6vw;
    text-align: center;
    color: #ffffff;
  }

  .sec06 .txt26 {
    position: absolute;
    width: 86%;
    left: 7%;
    top: 78.5%;
    font-size: 4vw;
    line-height: 6vw;
    text-align: center;
  }

  .sec06 .txt27 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 82.3%;
    font-weight: bold;
    font-size: 5.5vw;
    line-height: 8vw;
    text-align: center;
  }

  .sec06 .txt27 span {
    color: #e9482d;
  }

  .sec06 .txt28 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 87.2%;
    font-size: 5vw;
    line-height: 7vw;
    text-align: center;
  }

  .sec06 .txt29 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 89.3%;
    font-weight: bold;
    font-size: 7vw;
    line-height: 8vw;
    color: #e9482d;
    text-align: center;
  }

  .sec06 .txt29 span {
    background: linear-gradient(transparent 67%, #ffe145 60%);
    border-bottom: 3px solid #ffe145;
  }

  .sec06 .txt30 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 97.65%;
    font-size: 3vw;
    line-height: 4.8vw;
    text-align: center;
    text-shadow: 2px 2px 0px #ffffff, -2px 2px 0px #ffffff, 2px -2px 0px #ffffff,
      -2px -2px 0px #ffffff, 2px 0px 0px #ffffff, 0px 2px 0px #ffffff,
      -2px 0px 0px #ffffff, 0px -2px 0px #ffffff;
  }

  .cv_4 {
    position: absolute;
    width: 86%;
    top: 0%;
    left: 7%;
    text-align: center;
    background: none;
    height: auto;
    padding-top: 0;
  }

  .cv_inner_4 {
    background: none;
    border: none;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }

  .cv_4 .txt1 {
    padding: 20% 0 11%;
    font-size: 5vw;
  }

  .cv_4 .txt1 span {
    background: linear-gradient(transparent 67%, #ffe145 60%);
    border-bottom: 3px solid #ffe145;
    font-weight: bold;
  }

  .cv_4 .txt2 {
    font-size: 3.4vw;
    padding: 0 0 4%;
    background: none;
    width: 100%;
    margin: 0;
  }

  .sec07 .txt1 {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 1.8%;
    font-weight: bold;
    font-size: 4vw;
    text-align: center;
  }

  .sec07 .txt2 {
    position: absolute;
    width: 94%;
    left: 3%;
    top: 2.8%;
    font-weight: bold;
    font-size: 4.8vw;
    text-align: center;
    color: #e9482d;
  }

  .sec07 .txt2 span {
    background: linear-gradient(transparent 67%, #ffe145 60%);
    border-bottom: 3px solid #ffe145;
  }

  .sec07 .txt2 span span {
    font-size: 8vw;
    background: linear-gradient(transparent 85%, #ffe145 60%);
  }

  .sec07 .txt3 {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 6.05%;
    font-size: 4vw;
    line-height: 5.5vw;
    color: #ffffff;
    text-align: center;
  }

  .sec07 .txt3 span {
    font-size: 5vw;
    font-weight: bold;
  }

  .sec07 .txt4 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 9%;
    font-size: 4vw;
    line-height: 5.5vw;
    text-align: center;
  }

  .sec07 .txt4 span {
    color: #e9482d;
    background: #ffffff;
    padding: 1% 1.5%;
    font-weight: bold;
  }

  .sec07 .txt5 {
    position: absolute;
    width: 45.5%;
    left: 44%;
    top: 11.5%;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .sec07 .txt5 span {
    font-weight: bold;
  }

  .sec07 ul li {
    position: relative;
    padding-left: 3vw;
  }

  .sec07 ul li::before {
    position: absolute;
    content: "・";
    left: 0;
  }

  .sec07 .txt6 {
    position: absolute;
    width: 45.5%;
    left: 44%;
    top: 16.4%;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .sec07 .txt6 span {
    font-weight: bold;
  }

  .sec07 .txt6 br {
    display: none;
  }

  .sec07 .txt7 {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 24.6%;
    font-size: 4vw;
    line-height: 5.5vw;
    color: #ffffff;
    text-align: center;
  }

  .sec07 .txt7 span {
    font-size: 5vw;
    font-weight: bold;
  }

  .sec07 .txt8 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 27.55%;
    font-size: 4vw;
    line-height: 5.5vw;
    text-align: center;
  }

  .sec07 .txt8 span {
    color: #e9482d;
    background: #ffffff;
    padding: 1% 1.5%;
    font-weight: bold;
  }

  .sec07 .txt9 {
    position: absolute;
    width: 45.5%;
    left: 44%;
    top: 29.9%;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .sec07 .txt9 span {
    font-weight: bold;
  }

  .sec07 .txt10 {
    position: absolute;
    width: 45.5%;
    left: 44%;
    top: 35.5%;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .sec07 .txt10 span {
    font-weight: bold;
  }

  .sec07 .txt11 {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 42.7%;
    font-size: 4vw;
    line-height: 5.5vw;
    color: #ffffff;
    text-align: center;
  }

  .sec07 .txt11 span {
    font-size: 5vw;
    font-weight: bold;
  }

  .sec07 .txt12 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 45.6%;
    font-size: 4vw;
    line-height: 5.5vw;
    text-align: center;
  }

  .sec07 .txt12 span {
    color: #e9482d;
    background: #ffffff;
    padding: 1% 1.5%;
    font-weight: bold;
  }

  .sec07 .txt13 {
    position: absolute;
    width: 50.2%;
    left: 43%;
    top: 48%;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .sec07 .txt13 span {
    font-weight: bold;
  }

  .sec07 .txt14 {
    position: absolute;
    width: 50.2%;
    left: 43%;
    top: 55%;
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .sec07 .txt14 span {
    font-weight: bold;
  }

  .sec07 .txt15 {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 62.3%;
    font-size: 4vw;
    line-height: 5.5vw;
    color: #ffffff;
    text-align: center;
  }

  .sec07 .txt15 span {
    font-size: 5vw;
    font-weight: bold;
  }

  .sec07 .txt16 {
    position: absolute;
    width: 88%;
    left: 6%;
    top: 65.2%;
    font-size: 4.3vw;
    line-height: 6vw;
    text-align: center;
    font-weight: bold;
  }

  .sec07 .txt17 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 67.7%;
    font-size: 3.5vw;
    text-align: center;
  }

  .sec07 .txt18 {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 71.65%;
    font-size: 5vw;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
  }

  .sec07 .txt18 span {
    font-size: 7vw;
    vertical-align: initial;
  }

  .sec07 .txt19 {
    position: absolute;
    width: 30%;
    left: 4%;
    top: 74.95%;
    font-weight: bold;
    text-align: center;
  }

  .sec07 .no {
    color: #ffffff;
    font-size: 7vw;
  }

  .sec07 .txt24,
  .sec07 .txt26 {
    padding-top: 18%;
    font-size: 4vw;
  }

  .sec07 .txt20 {
    position: absolute;
    width: 30%;
    left: 35.5%;
    top: 74.95%;
    font-weight: bold;
    text-align: center;
  }

  .sec07 .txt25 {
    padding-top: 15%;
    font-size: 4vw;
    line-height: 5vw;
  }

  .sec07 .txt21 {
    position: absolute;
    width: 30%;
    left: 67%;
    top: 74.95%;
    font-weight: bold;
    text-align: center;
  }

  .sec07 .txt22 {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 81%;
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
  }

  .sec07 .txt23 {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 82.6%;
    font-weight: bold;
    font-size: 7vw;
    line-height: 10vw;
    text-align: center;
    color: #e9482d;
  }

  .sec07 .txt23 span {
    background: linear-gradient(transparent 67%, #ffe145 60%);
    border-bottom: 3px solid #ffe145;
  }

  .sec08 .txt1 {
    text-align: center;
    padding-top: 8%;
    color: #e9482d;
    font-size: 6vw;
  }

  .sec08 .txt1 span {
    font-weight: bold;
  }

  .sec08 .txt2 {
    font-size: 4.2vw;
    font-weight: bold;
    text-align: center;
    padding: 8% 0;
  }

  .qanda {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 3%;
  }

  .toggle {
    margin-bottom: 8%;
  }

  .toggle dt {
    cursor: pointer;
    color: #70aa18;
    font-size: 4vw;
  }

  .toggle dt .inner {
    width: 78%;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 0;
  }

  .toggle dt .pa5 {
    padding-top: 3%;
  }

  .toggle dt .inner img {
    width: 9%;
    right: -12%;
    top: -28%;
    position: absolute;
  }

  .toggle dt .line4 {
    line-height: 5.5vw;
  }

  /*
  .toggle dt .inner img.icon2 {
    width: 9%;
    right: -12%;
    top: 28%;
    position: absolute;
  }
  */

  .toggle dt .inner span::before {
    font-weight: bold;
    font-size: 5vw;
    position: absolute;
    content: "Q.";
    left: -10%;
    top: -18%;
    padding-right: 2%;
  }

  .toggle dt .line4 span::before {
    font-weight: bold;
    font-size: 5vw;
    position: absolute;
    content: "Q.";
    left: -10%;
    top: -1%;
  }

  .inner>span:last-of-type,
  .inner.active>span:first-of-type {
    display: none;
  }

  .inner.active>span:last-of-type {
    display: inline;
  }

  .qanda dd {
    display: none;
    padding-top: 3%;
    line-height: 5.5vw;
    padding-bottom: 3%;
  }

  .qanda dd .txt3,
  .qanda dd .txt11 {
    color: #70aa18;
    font-size: 3.7vw;
    padding-left: 8%;
    line-height: 6vw;
  }

  .qanda dd .txt5 {
    color: #70aa18;
    font-size: 3.8vw;
    padding-top: 5%;
    padding-bottom: 0.5%;
  }

  .qanda dd .txt6 {
    font-size: 3.5vw;
    padding-top: 5%;
    padding-bottom: 0.5%;
    font-weight: bold;
  }

  .qanda dd .txt7 {
    font-weight: bold;
  }

  .qanda dd .pat5 {
    padding-top: 5%;
  }

  .qanda dd .pat2 {
    padding-top: 2%;
  }

  .qanda dd .pat3 {
    padding-top: 2%;
  }

  .qanda dd .bold {
    font-weight: bold;
    font-size: 3.4vw;
  }

  .qanda dd .bold1 {
    font-weight: bold;
    font-size: 3.4vw;
  }

  .qanda dd .small {
    font-size: 2.6vw;
    line-height: 4vw;
  }

  .qanda dd .answer,
  .qanda dd .answer1 {
    position: relative;
    padding-left: 3.8%;
  }

  .qanda dd .answer::before {
    position: absolute;
    content: "A.";
    font-size: 5vw;
    font-weight: bold;
    color: #70aa18;
  }

  .qanda dd .answer1::before {
    position: absolute;
    content: "A.";
    font-size: 5vw;
    font-weight: bold;
    color: #70aa18;
    top: 0;
  }

  .qanda dd .txt4 {
    font-size: 3.5vw;
    padding-left: 8%;
  }

  .qanda dd .txt4 .grn {
    color: #70aa18;
    font-weight: bold;
  }

  .qanda dd li {
    padding-left: 4.4%;
    position: relative;
  }

  .qanda dd li::before {
    position: absolute;
    content: "・";
    left: 0%;
  }

  .qanda dd .table1 {
    font-size: 2.1vw;
    border: solid 1px #000000;
    text-align: left;
    width: 95%;
    margin: 5% auto 0;
  }

  .qanda dd .table1 .width1 {
    width: 15%;
  }

  .qanda dd .table1 .width2 {
    width: 60%;
  }

  .qanda dd .table1 .width3 {
    width: 21%;
  }

  .qanda dd .table1 .top {
    vertical-align: top;
  }

  .qanda dd .table1 .middle {
    vertical-align: middle;
  }

  .qanda dd .table1 td {
    padding: 1.5%;
    border: solid 1px #000000;
    line-height: 3.5vw;
  }

  .qanda dd .txt8 {
    font-size: 2.7vw;
    width: 95%;
    margin: 2% auto 5%;
    line-height: 4vw;
  }

  .qanda dd .txt9 {
    font-size: 3.2vw;
    width: 95%;
    margin: 2% auto 5%;
    line-height: 4vw;
  }

  .qanda dd .table2 {
    font-size: 2.1vw;
    border: solid 1px #000000;
    text-align: left;
    width: 95%;
    margin: 5% auto 0;
  }

  .qanda dd .table2 .width1 {
    width: 53%;
  }

  .qanda dd .table2 .width2 {
    width: 45%;
  }

  .qanda dd .table2 .middle {
    vertical-align: middle;
  }

  .qanda dd .table2 td {
    padding: 1.5% 5% 1.5% 1.5%;
    border: solid 1px #000000;
    line-height: 3vw;
  }

  .qanda dd .txt10 {
    font-size: 3.4vw;
    width: 95%;
    margin: 5% auto 0;
    line-height: 5.5vw;
  }

  .qanda dd .txt10 span {
    font-size: 3.3vw;
  }

  .qanda dd .txt10 a {
    text-decoration: underline;
  }

  .sec09 {
    height: auto;
    background: none;
  }

  .sec09 .txt1 {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 2.5%;
    font-weight: bold;
    font-size: 5vw;
    text-align: center;
    line-height: 8vw;
    padding-top: 0;
  }

  .sec09 .txt1 span {
    background: linear-gradient(transparent 67%, #ffe145 60%);
    border-bottom: 3px solid #ffe145;
    font-size: 6vw;
  }

  .sec09 .txt2 {
    position: absolute;
    width: 60%;
    left: 6%;
    top: 18%;
    font-size: 3.3vw;
    line-height: 4.5vw;
    text-align: center;
  }

  .sec09 .txt3 {
    position: absolute;
    width: 60%;
    left: 35%;
    top: 27%;
    font-size: 3.3vw;
    line-height: 4.5vw;
    text-align: center;
  }

  .sec09 .txt4 {
    position: absolute;
    width: 75%;
    left: 6%;
    top: 36.6%;
    font-size: 3.3vw;
    line-height: 4.5vw;
    text-align: center;
  }

  .sec09 .txt5 {
    position: absolute;
    width: 50%;
    left: 42.5%;
    top: 45.6%;
    font-size: 3.3vw;
    line-height: 4.5vw;
    text-align: center;
  }

  .sec09 .txt6 {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 59%;
    font-size: 3.8vw;
    text-align: center;
    line-height: 5.5vw;
  }

  .sec09 .txt7 {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 66%;
    font-size: 4vw;
    line-height: 9vw;
    text-align: center;
    font-weight: bold;
  }

  .sec09 .txt7 span {
    background: linear-gradient(transparent 67%, #ffe145 60%);
    border-bottom: 3px solid #ffe145;
    color: #e9482d;
    font-size: 6vw;
  }

  .sec10 {
    background: #ffcec5;
    padding-bottom: 10%;
  }

  .sec10 .txt5 {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 1.2%;
    font-size: 4.4vw;
    line-height: 7vw;
    text-align: center;
    font-weight: bold;
  }

  .sec10 .txt5 span {
    color: #e9482d;
  }

  .sec10_wrapper {
    width: 93%;
    margin: 0 auto;
  }

  .sec10_contener_1 {
    background-color: #ffffff;
    padding: 7% 3%;
    margin-bottom: 10%;
  }

  .sec10_contener_1 .title {
    text-align: center;
    position: relative;
    font-size: 4.8vw;
    line-height: 7.5vw;
    font-weight: bold;
  }

  .sec10_contener_1 .title::before {
    position: absolute;
    content: "";
    border: #e9482d solid 1px;
    width: 10%;
    top: 50%;
    left: 0;
  }

  .sec10_contener_1 .title::after {
    position: absolute;
    content: "";
    border: #e9482d solid 1px;
    width: 10%;
    top: 50%;
    right: 0;
  }

  .sec10_contener_1 .txt1 {
    text-align: center;
    font-size: 4vw;
    line-height: 6.5vw;
    padding-top: 8%;
  }

  .sec10_contener_1 .img1 {
    width: 85%;
    margin: 15% auto 8%;
  }

  .sec10_contener_1 .img1.office409 {
    margin-top: 5%;
  }

  .sec10_contener_1 .txt2 {
    font-size: 3.2vw;
    line-height: 6vw;
    padding-left: 2%;
  }

  .sec10_contener_1 .txt3 {
    font-size: 4vw;
    font-weight: bold;
    padding: 7% 0 0 2%;
  }

  .sec10_contener_1 ul {
    padding: 3% 0 0 2%;
  }

  .sec10_contener_1 ul li {
    font-size: 3.1vw;
    font-weight: bold;
    position: relative;
    padding-left: 4%;
    padding-bottom: 3%;
  }

  .sec10_contener_1 ul li:last-child {
    padding-bottom: 2%;
  }

  .sec10_contener_1 ul li::before {
    position: absolute;
    content: "・";
    left: 0;
  }

  .sec10_contener_1 .txt4 {
    font-size: 2.9vw;
    line-height: 6vw;
    padding: 0 0 3% 6%;
  }

  .cv_5 {
    width: 86%;
    margin: 0 auto 10%;
    text-align: center;
  }

  .cv_5 .btn_1 {
    padding: 5% 0 5% 0;
  }

  .sec10_contener_2 {
    background-color: #ffffff;
    padding: 7% 3%;
    margin-top: 0;
  }

  .sec10_contener_2 .office {
    text-align: center;
    position: relative;
    font-size: 3.4vw;
    line-height: 7.5vw;
    font-weight: bold;
  }

  .sec10_contener_2 .office::before,
  .sec10_contener_2 .office::after {
    top: 50%;
    width: 30px;
  }

  .sec10_contener_2 .office.subheading {
    font-size: 3.4vw;
  }
  
  .office_name {
    font-size: 5vw;
    margin-top: 10%;
  }

  .map {
    margin: 8% auto 10%;
    width: 75%;
  }

  .sec10_contener_2 .info {
    margin-left: 2.5%;
  }

  .sec10_contener_2 .info dl {
    display: flex;
    justify-content: left;
    font-size: 3.5vw;
    line-height: 5.5vw;
    margin-bottom: 2%;
  }

  .sec10_contener_2 .info dl a {
    color: #333333;
  }


  .sec10_contener_2 .gallery {
    flex-direction: column;
    align-items: center;
    margin: 5% 2.5% 8%;
  }

  .sec10_contener_2 .gallery img {
    margin: 13px 0;
    width: 80%;
  }


  .cv_6 {
    width: 94%;
    margin: 4% auto 0;
  }

  .cv_6 .btn_2 {
    text-align: center;
    margin-top: 0;
  }

  .sec11 {
    padding-top: 7%;
  }

  .sec11 .logo {
    width: 40%;
    margin: 0 auto 8%;
  }

  .sec11 .txt1 {
    font-size: 3.2vw;
    font-weight: bold;
    text-align: center;
    padding-bottom: 6%;
  }

  .sec11 .txt2 {
    font-size: 2.8vw;
    text-align: center;
    line-height: 5.3vw;
    padding-bottom: 8%;
  }

  .sec12 {
    background: #e9482d;
    text-align: center;
    color: #ffffff;
    font-size: 2.5vw;
  }

  .cv_7 {
    padding: 0 0 7%;
    font-size: 2.5vw;
  }

  .cv_7 a {
    color: #ffffff;
  }

  .cv_7 img {
    width: fit-content;
    height: 2.5vw;
  }

  .sec12 p {
    padding-bottom: 5%;
  }

  .btn_1 {
    background: url(../../img/lp_new/sp/btn_1.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding: 5.5% 0 5% 0%;
    width: 90%;
    transition: filter 0.3s;
  }

  .btn_1 a {
    color: #ffffff;
    font-size: 4vw;
    line-height: 7vw;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: block;
    padding-left: 11%;
    font-weight: bold;
  }

  .btn_1 a span {
    font-size: 5.5vw;
  }

  .btn_1:hover {
    filter: brightness(130%);
  }

  .btn_2 {
    background: url(../../img/lp_new/sp/btn_2.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
    padding: 5.5% 0 6% 0%;
    width: 90%;
    transition: filter 0.3s;
  }

  .btn_2 a {
    color: #ffffff;
    font-size: 4.2vw;
    line-height: 6.5vw;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: block;
    font-weight: bold;
  }

  .btn_2 a span {
    font-size: 5.5vw;
  }

  .btn_2:hover {
    filter: brightness(130%);
  }

  .office_data p {
    font-size: 3vw;
    line-height: 5vw;
  }

  .office_data p.p_itex {
    font-size: 3vw;
    line-height: 1.4;
  }

  .office_data h2 {
    font-size: 4.6vw;
  }

  .office_data dt {
    font-size: 4vw;
    flex-basis: 20vw;
  }

  .office_data dd {
    font-size: 4vw;
    padding-left: 6vw;
  }

  .office_data dd::before {
    width: 2vw;
    height: 4.5vw;
    background-size: 2vw;
  }

  .office_data dd span {
    font-size: 3vw;
    line-height: 5vw;
  }


  .flic360{
    width: 90%;
    aspect-ratio: 16 / 21;
  }

  #form p {
    font-size: 4vw;
    line-height: 7.5vw;
  }

  .form_ttl span {
    font-size: 2.8vw;
    display: block;
    line-height: 1.7;
  }

  #form .form_title {
    font-size: 4.8vw;
    line-height: 7.5vw;
  }

  #form input,
  #form textarea,
  #form select {
    font-size: 16px;
    min-height: 32px;
    padding: 0 2%;
  }

  #form input,
  #form textarea,
  #form select {
    border: 1px solid #70aa18;
  }

  #form input,
  #form textarea,
  #form select {
    margin-top: 2%;
    margin-bottom: 4%;
  }

  #form .custom-wpcf7c-confirmed p.form_ttl {
    padding-top: 5%;
  }

  .thanks {
    padding: 20% 0 0;
  }

  .thanks h1 {
    font-size: 5vw !important;
  }

  .thanks p {
    font-size: 4vw;
    text-align: left;
    padding: 5%;
  }

  .thanks img {
    width: 80% !important;
  }

  .thanks ul {
    display: block;
  }

  .thanks ul li {
    margin: 0;
  }

  .thanks div.beginning-text {
    width: fit-content;
    padding-top: 20px;
    margin: 0 auto;
    
    font-size: 14px;
    text-align: left;
  }

  .thanks div.list-text, .thanks div.contacts-text {
    width: fit-content;
    max-width: 93%;
    margin: 0 auto;

    font-size: 14px;
    text-align: left;
  }

  .thanks div.list-text ul {
    margin: 0 auto;
  }

  .thanks h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .thanks p {
    line-height: 1.6;
  }

  .thanks img {
    width: 40%;
    height: auto;
    margin: 10px;
  }

.link_to_form {
  box-sizing: border-box;
}

  .link_to_form a {
    font-size: 4vw;
    gap: 4px;
  }

}

@media all and (min-width: 376px) and (max-width: 414px) {
  .cv_2 .txt2 {
    padding: 5.5% 0 2%;
  }

  .cv_3 .txt3 {
    padding: 8% 0 5%;
  }

  .cv_4 .txt2 {
    padding-bottom: 5%;
  }
}

@media all and (min-width: 321px) and (max-width: 375px) {
  .cv_2 .txt2 {
    padding: 5% 0 2%;
  }

  .cv_3 .txt3 {
    padding: 8% 0 5%;
  }

  .cv_4 .txt2 {
    padding-bottom: 5%;
  }
}

@media all and (min-width: 0px) and (max-width: 320px) {
  .cv_2 .txt2 {
    padding: 5.5% 0 2%;
  }

  .cv_3 .txt3 {
    padding: 8% 0 5%;
  }

  .cv_4 .txt2 {
    padding-bottom: 5%;
  }
}


/* cookie */
.cookie-container {
  bottom: 0;
  position: fixed;
  z-index: 100002;
  width: 100%;
  background: #dcdcdc;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.cookie-container .cookie-container-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 13px;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie-container .cookie-container-inner p {
  float: left;
  width: calc(100% - 156px);
  padding-right: 15px;
  font-size: 12px;
}

.cookie-container .cookie-container-inner p a {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
}

.cookie-container .cookie-container-inner .cookie-btn {
  border: 1px solid #e9482d;
  color: #e9482d;
  background: #FFF;
  border-radius: 2px;
  padding: 7px 15px;
  -webkit-transition: .5s;
  transition: .5s;
  float: right;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 767px) {
  .cookie-container .cookie-container-inner {
    display: block;
    text-align: center;
  }

  .cookie-container .cookie-container-inner p {
    float: none;
    width: 100%;
    padding: 0px;
    font-size: 12px;
    text-align: left;
    margin-bottom: 15px;
    display: inline-block;
  }

  .cookie-container .cookie-container-inner .cookie-btn {
    padding: 7px 0;
    float: none;
    width: 100%;
    display: inline-block;
  }
}

.cookie-container.close {
  display: none;
}