@charset "UTF-8";
#page {
  margin-bottom: 75px;
}
.ib{
  display: inline-block;
}
#page h3 {
  font-size: 1.56em;
  line-height: 1.28;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 75px;
  border-bottom: 1px solid #7BCDDC;
}

#page h3:before {
  content: "●";
  color: #7BCDDC;
  font-feature-settings: normal;
}

@media only screen and (max-width: 860px) {
  #page h3 {
    font-size: 1.125em;
    margin-top: 40px;
    margin-bottom: 5px;
  }
}

#page ul.dot {
  list-style: none;
  margin: 0;
  padding: 0;
}

#page ul.dot > li {
  margin-left: 1em;
  text-indent: -1em;
}

#page ul.dot > li:before {
  content: "・";
  font-feature-settings: normal;
}

#page dl.dt5 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
}

#page dl.dt5 > dt {
  width: 5em;
  text-indent: 0;
  text-align: justify;
  text-align-last: justify;
  position: relative;
}

#page dl.dt5 > dt:after {
  content: "：";
  font-feature-settings: normal;
  position: absolute;
  left: 100%;
  top: 0;
}

#page dl.dt5 > dd {
  width: calc(100% - 6em);
}

#heading {
  margin-bottom: 75px;
}

@media only screen and (max-width: 640px) {
  #heading {
    margin-bottom: 25px;
  }
}

#page_visual {
  padding-top: 35px;
  max-height: 300px;
  background: #DEF2F6;
}

#page_visual .heading {
  display: flex;
  gap: 20px 4.5%;
}

#page_visual .text {
  width: 275px;
  margin: 0 auto;
}
#page_visual .image {
  border-radius: 15px;
  overflow: hidden;
  flex: 1;
}

#page_visual h1 {
  font-size: 1rem;
}

#page_visual h1 span {
  display: inline-block;
}

#page_visual h1 .jp {
  font-size: 0.875em;
  font-weight: 400;
  color: #616161;
  line-height: 1.15;
}

#page_visual h1 .en {
  font-size: 3.75em;
  font-weight: 900;
  color: #7BCDDC;
  line-height: 1.2;
}

@media only screen and (max-width: 860px) {
  #page_visual {
    padding-top: 0;
    max-height: initial;
  }
  #page_visual .heading {
    text-align: center;
  }
  #page_visual h1 .en {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 860px) {
  #page_visual .heading {
    flex-direction: column;
  }
}

#pankuzu {
  margin-bottom: 20px;
  padding: 15px 0;
  font-size: 0.75em;
  line-height: 1.2;
  font-weight: 400;
  color: #A4A5A6;
}

#pankuzu a {
  color: #A4A5A6;
}

#pankuzu span.arrow {
  color: #7BCDDC;
  padding: 0 1em;
}

@media only screen and (max-width: 860px) {
  #pankuzu {
    display: none;
  }
}

#main {
  clear: both;
}

#main .entry {
  margin: 70px auto;
  font-size: 0.9375em;
  line-height: 1.2;
  text-align: center;
}

#main .entry .photo_pdf a{
	display: inline-block;
 	color: #005C8D;
	margin-bottom: 20px;
	font-size: 1em;
	line-height: 2;
	font-weight: 700;
	text-align: center;
}

#main .entry .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #005C8D;
  border: 2px solid #005C8D;
  max-width: 560px;
  height: 50px;
  border-radius: 100px;
  text-decoration: none;
  margin: auto;

  transition: 0.3s ease;
}
#main .entry .button  a:hover {
  color: #005C8D;
  background: #fff;
}
#main .entry .note{
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  #main .entry {
    margin: 40px auto;
  }
}

#about-lead {
  margin: 0 auto 75px;
  width: 88%;
}

#about-lead h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.5625em;
  line-height: 1.56;
  font-weight: 700;
  color: #00B0C8;
}

#about-lead p {
  margin-bottom: 35px;
}

#about-lead .photo {
  display: flex;
  gap: 20px 8%;
}

#about-lead .photo .image {
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 860px) {
  #about-lead {
    margin: 0 auto 40px;
    width: 100%;
  }
  #about-lead .photo {
    flex-direction: column;
  }
  #about-lead p {
    margin-bottom: 20px;
  }
}

#club-lead {
  margin: 0 auto 75px;
  width: 88%;
}

#club-lead h2 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.5625em;
  line-height: 1.56;
  font-weight: 700;
  color: #00B0C8;
}

#club-lead .goal {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.5625em;
  line-height: 1.56;
  font-weight: 700;
}

#club-lead p {
  text-align: center;
}

@media only screen and (max-width: 860px) {
  #club-lead {
    margin: 0 auto 40px;
  }
  #club-lead .photo {
    flex-direction: column;
  }
}

#club-list .from {
  text-align: right;
  margin-bottom: 20px;
}

#club-list table {
  border-collapse: collapse;
  width: 100%;
}

#club-list .table-wrapper{
  max-width: 860px;
  margin: 0 auto 45px;
}
#club-list table caption {
  text-align: left;
  position: relative;
  font-size: 1.375em;
  font-weight: 700;
}

#club-list table caption span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.6em;
  font-weight: 400;
}

#club-list h4 {
  text-align: left;
  position: relative;
  font-size: 1.375em;
  font-weight: 700;
}

#club-list h4 sub {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.6em;
  font-weight: 400;
}

#club-list table th {
  background: #CAEBF1;
  text-align: center;
}

#club-list table th,
#club-list table td {
  border: 1px solid #140700;
  padding: 4px 8px;
}

#club-list tr:nth-child(odd) td {
  background: #EBF7FA;
}

@media only screen and (max-width: 860px) {
  #club-list .from {
    margin-bottom: 10px;
  }
  #club-list table {
  }

  #club-list .table-wrapper{
    max-width: 860px;
    margin: 0 auto 30px;
  }
}

#interview_visual {
  padding-top: 40px;
  max-height: 175px;
  background: #DEF2F6;
}

#interview_visual .heading {
  display: flex;
  justify-content: end;
}

#interview_visual .image {
  width: 61.5%;
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #interview_visual {
    max-height: none;
    background: linear-gradient(#DEF2F6 50%, transparent 0%);
  }
  #interview_visual .heading {
    display: flex;
    justify-content: center;
  }
  #interview_visual .image {
    width: 100%;
  }
}

#page #main .wrapper {
  z-index: 2;
}

h1#interview-heading {
  font-size: 2.8em;
  line-height: 1;
  font-weight: 900;
  writing-mode: vertical-rl;
  color: #DBDCDC;
  position: absolute;
  right: 30px;
  top: 0px;
  z-index: -1;
  white-space: nowrap;
}

h1#interview-heading span {
  color: transparent;
  -webkit-text-stroke: 1px #DBDCDC;
  text-stroke: 1px #DBDCDC;
}

@media only screen and (max-width: 640px) {
  h1#interview-heading {
    font-size: 1.8em;
    transform: translateY(-85%);
  }
  h1#interview-heading.scroll {
    transform: translateY(0);
  }
}

.interview-info {
  padding: 0 5px;
}

.interview-info h2 {
  font-size: 1.5em;
  line-height: 1.66;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 0.075em;
}

.interview-info h2 span {
  color: #5CBBD0;
  background: #fff;
  padding: 0 20px 0 0;
}

.interview-info h2 span.sp {
  display: none;
}
.interview-info .job {
  font-size: 0.8125em;
  line-height: 1.53;
  font-weight: 400;
  margin-bottom: 15px;
}

.interview-info .job span {
  color: #fff;
  border-radius: 50px;
  background: #7BCDDC;
  padding: 5px 20px;
}

.interview-info .job.part span {
  background: #F78D8D;
}

.interview-info .club {
  font-size: 0.8125em;
  line-height: 2.15;
  font-weight: 400;
  margin-bottom: 5px;
}

.interview-info .name {
  font-size: 1.25em;
  line-height: 1.75;
  font-weight: 700;
}

@media only screen and (max-width: 860px) {
  .interview-info {
    padding: 0 5px;
  }
  .interview-info h2 {
    font-size: 1.25em;
    margin-bottom: 15px;
    margin-top: -0.35em;
  }
  .interview-info h2 span.pc {
    display: none;
  }
  .interview-info h2 span.sp {
    display: initial;
  }
  .interview-info .job {
    font-size: 0.8125em;
  }
  .interview-info .club {
    font-size: 0.8125em;
    line-height: 1.53;
    font-weight: 400;
    margin-bottom: 0;
  }
  .interview-info .name {
    font-size: 1.25em;
    line-height: 1.75;
    font-weight: 700;
  }
}

#interview-qa {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 75px;
  margin-right: 70px;
}

#interview-qa .qa {
  display: flex;
  gap: 15px 6%;
}

#interview-qa .qa .image {
  width: 42%;
}

#interview-qa .qa .image img {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: -20px 20px 0 #BDE6ED;
}

#interview-qa .qa .text {
  flex: 1;
}

#interview-qa .qa .text .qa-q {
  font-size: 1.25em;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 15px;
}

#interview-qa .qa .text .qa-q:before {
  content: "Q. ";
  color: #005C8D;
}

#interview-qa .qa:nth-child(even) .image {
  order: 2;
}

#interview-qa .qa:nth-child(even) .image img {
  box-shadow: 20px 20px 0 #BDE6ED;
}

#interview-qa .qa:nth-child(even) .text {
  order: 1;
}

@media only screen and (max-width: 860px) {
  #interview-qa {
    margin-right: 10px;
    margin-bottom: 45px;
    gap: 45px;
  }
  #interview-qa .qa {
    flex-direction: column;
    gap: 10px;
  }
  #interview-qa .qa .image {
    width: 100%;
    padding: 0 0 0 12px;
  }
  #interview-qa .qa .image img {
    box-shadow: -12px 12px 0 #BDE6ED;
  }
  #interview-qa .qa .text .qa-q {
    margin-bottom: 10px;
  }
  #interview-qa .qa:nth-child(even) .image {
    order: 2;
    padding: 0 12px 0 0;
  }
  #interview-qa .qa:nth-child(even) .image img {
    box-shadow: 12px 12px 0 #BDE6ED;
  }
  #interview-qa .qa:nth-child(even) .text {
    order: 1;
  }
}

#interview-schedule {
  padding: 35px 75px;
  margin-bottom: 30px;
  background: url(../images/schedule-bg.png) center center/100%;
}

#interview-schedule .wrap {
  display: flex;
  align-items: center;
  gap: 30px 10%;
}

#interview-schedule h3 {
  margin-top: 0;
  font-size: 1.375em;
  line-height: 1.17;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 45px;
  color: #7BCDDC;
  position: relative;
  border: none;
}

#interview-schedule h3:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: url(../images/schedule-icon.png) center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#interview-schedule .wrap .schedule {
	width:calc(100% - 310px);
}
#interview-schedule .wrap .photo {
  display: flex;
  flex-direction: column;
  gap: 70px 30px;
  width: 280px;
}

#interview-schedule .wrap .photo .image {
}

#interview-schedule .wrap .photo .image img {
  border-radius: 15px;
  overflow: hidden;
}

@media only screen and (max-width: 860px) {
  #interview-schedule {
    padding: 20px 0;
    margin-bottom: 40px;
    margin-right: 10px;
  }
  #interview-schedule .wrap {
    flex-wrap: wrap;
  }
  #interview-schedule .wrap .schedule {
    width:100%;
  }
  #interview-schedule .wrap .photo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 4%;
    width: auto;
  }
  #interview-schedule .wrap .photo .image {
    width: 48%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  #interview-schedule .wrap .photo {
    gap: 20px 4%;
    justify-content: center;
  }
  #interview-schedule .wrap .photo .image {
    width: 78.50%;
    max-width: 100%;
  }
}

#modelcase-lead {
  margin-top: 55px;
  margin-bottom: 55px;
}

#modelcase-lead h2 {
  text-align: center;
  font-size: 1.5625em;
  line-height: 1.56;
  font-weight: 700;
  color: #00B0C8;
}

@media only screen and (max-width: 860px) {
  #modelcase-lead {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #modelcase-lead h2 {
    font-size: 1.25em;
  }
}

#modelcase-case h3 {
  padding: 5px 25px;
  border: 1px solid #7BCDDC;
  margin-bottom: 45px;
  font-size: 1.67em;
  line-height: 1.66;
  font-weight: 700;
}

#modelcase-case h3:before {
  content: "";
}

#modelcase-case h4 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 20px;
  margin-top: 75px;
}

#modelcase-case h4 .year {
  display: block;
  color: #fff;
  background: #7BCDDC;
  border-radius: 6px;
  width: 150px;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 700;
  padding: 2px;
}

#modelcase-case h4 .promotion {
  color: #797A7A;
  font-weight: 400;
}

#modelcase-case h3 + h4 {
  margin-top: 45px;
}

#modelcase-case .salary {
  font-weight: 700;
}

@media only screen and (max-width: 860px) {
  #modelcase-case h3 {
    padding: 5px 10px;
    margin-bottom: 30px;
    font-size: 1.125em;
  }
  #modelcase-case h4 {
    margin-bottom: 10px;
    margin-top: 40px;
  }
  #modelcase-case h4 .year {
    font-size: 1.125em;
  }
  #modelcase-case .salary {
    display: block;
  }
  #modelcase-case p + p {
    margin-top: 35px;
  }
  #modelcase-case h3 + h4 {
    margin-top: 30px;
  }
}

#work-style .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 8%;
}

#work-style .flex .image {
  width: 40%;
}

#work-style .flex .image img {
  border-radius: 15px;
  overflow: hidden;
}

#work-style .flex .text {
  flex: 1;
}

#work-style .case {
  margin-bottom: 75px;
}

#work-style .case h4 {
  margin-top: 45px;
  margin-bottom: 15px;
  color: #1A1004;
  background: #E5F5F8;
  border-radius: 6px;
  font-size: 1.375em;
  line-height: 1.3636;
  font-weight: 700;
  padding: 4px 16px;
}

#work-style .case h4:before {
  content: "●";
  color: #7BCDDC;
  font-feature-settings: normal;
}

#work-style .case .conclusion {
  margin-top: 25px;
}

@media only screen and (max-width: 860px) {
  #work-style .flex {
    flex-direction: column;
  }
  #work-style .flex .image {
    width: 100%;
  }
  #work-style .case {
    margin-bottom: 40px;
  }
  #work-style .case h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.1em;
  }
  #work-style .case .conclusion {
    margin-top: 25px;
  }
}

#recruit-lead {
  margin-top: 55px;
  margin-bottom: 75px;
}

#recruit-lead h2 {
  text-align: center;
  font-size: 1.5625em;
  line-height: 1.56;
  font-weight: 700;
  color: #00B0C8;
  margin-bottom: 40px;
}

#recruit-lead h3 {
  font-size: 1.56em;
  line-height: 1.2;
  font-weight: 700;
  padding-bottom: 0px;
  margin-bottom: 5px;
  margin-top: 25px;
  border: none;
}

#recruit-lead h3:before {
  content: "";
}

@media only screen and (max-width: 860px) {
  #recruit-lead {
    margin-top: 30px;
    margin-bottom: 45px;
  }
  #recruit-lead h2 {
    font-size: 1.25em;
    margin-bottom: 20px;
  }
  #recruit-lead h3 {
    font-size: 1.125em;
    line-height: 1.5;
  }
}

#nav-button {
  display: flex;
  justify-content: center;
  width: 60%;
  gap: 15px 15%;
  margin: 40px auto 50px;
}

#nav-button a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.1;
  font-weight: 700;
  border-radius: 50px;
  padding: 16px;
  width: 280px;
  text-decoration: none;
}

#nav-button a span {
  position: relative;
  padding-left: 24px;
}

#nav-button a span:before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#nav-button .fulltime a {
  background: #7BCDDC;
}

#nav-button .fulltime a span:before {
  background: url(../images/arrow-fulltime.svg) no-repeat center center/contain;
}

#nav-button .parttime a {
  background: #F78D8D;
}

#nav-button .parttime a span:before {
  background: url(../images/arrow-parttime.svg) no-repeat center center/contain;
}

@media only screen and (max-width: 640px) {
  #nav-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    gap: 15px 15%;
    margin: 15px auto 25px;
  }
  #nav-button a {
    display: block;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
    border-radius: 50px;
    padding: 16px;
    text-decoration: none;
  }
}

.recruit-detail table {
  border-collapse: collapse;
  margin-bottom: 50px;
  width: 100%;
}

.recruit-detail table td {
  border: 1px solid #C9CACB;
  padding: 8px 32px;
}

.recruit-detail table td:nth-child(1) {
  background: #ECEDED;
  font-weight: 700;
}

.recruit-detail h4 {
  font-size: 1.375em;
  line-height: 1.36;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.recruit-detail h4:before {
  content: "●";
  font-feature-settings: normal;
}

.recruit-detail h5 {
  font-size: 1em;
  line-height: 1.36;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 5px;
}

.recruit-detail h5:before {
  content: "■";
  font-feature-settings: normal;
}

#fulltime h3 {
  font-size: 1.56em;
  line-height: 1.28;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 75px;
  border-bottom: 1px solid #7BCDDC;
}

#fulltime h3:before {
  content: "●";
  color: #7BCDDC;
  font-feature-settings: normal;
}

#fulltime h4 {
  background: #E5F5F8;
}

#fulltime h4:before {
  color: #7BCDDC;
}

#parttime h3 {
  font-size: 1.56em;
  line-height: 1.28;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 75px;
  border-bottom: 1px solid #F78D8D;
}

#parttime h3:before {
  content: "●";
  color: #F78D8D;
  font-feature-settings: normal;
}

#parttime h4 {
  background: #FDE8E8;
}

#parttime h4:before {
  color: #F78D8D;
}

@media only screen and (max-width: 860px) {
  .recruit-detail table {
    margin-bottom: 0px;
  }
  .recruit-detail table td {
    display: block;
    border: none;
    padding: 4px 0;
  }
  .recruit-detail table td:nth-child(1) {
    padding: 4px 4px;
  }
  .recruit-detail table tr {
    display: block;
    margin-bottom: 25px;
  }
  .recruit-detail h4 {
    font-size: 1.0625em;
    line-height: 1.36;
    margin-bottom: 10px;
  }
  #fulltime h3 {
    font-size: 1.125em;
    margin-bottom: 10px;
    margin-top: 45px;
  }
  #parttime h3 {
    font-size: 1.125em;
    margin-bottom: 10px;
    margin-top: 45px;
  }
}



.movie-category{
  margin-bottom: 110px;
}
.movie-list{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 70px 7.5%;
}

.movie-list .movie{
  width: 46.25%;
}
.movie-list .movie .player{
	margin-bottom: 15px;
}
@media only screen and (max-width: 860px) {
  .movie-category{
    margin-bottom: 50px;
  }
  .movie-list{
    flex-direction: column;
    gap: 30px 7.5%;
  }
  .movie-list .movie{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #7BCDDC;
  }
  .movie-list .movie:last-child{
    border-bottom: none;
  }
}


#movie_sns{
	position: fixed;
	bottom: 80px;
	right: 0px;
	z-index: 8887;
	padding: 15px 30px;
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15)
}
#movie_sns .sns {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}

#movie_sns .sns span {
  position: relative;
  padding: 0 20px;
}

#movie_sns .sns span:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #1A1004;
  position: absolute;
  left: 5px;
  bottom: 0;
  transform: rotate(-20deg);
}

#movie_sns .sns span:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #1A1004;
  position: absolute;
  right: 5px;
  bottom: 0;
  transform: rotate(20deg);
}


#movie_sns .link {
  display: flex;
  justify-content: center;
  gap: 12px;
}

#movie_sns .link a {
  gap: 10px;
  color: #005C8D;
}
#movie_sns .link a img {
  width: 50px;
}


.entry-tel{
	background: #FFFEEA;
	padding:25px 5px 30px;
	text-align: center;
	
}
.entry-tel .entry-tel-01{
	color: #005C8D;
	font-size: 1.5625em;
	line-height: 1.32;
	font-weight: 700;
}
.entry-tel .entry-tel-01 span{
	background: linear-gradient(transparent 60%, #fff100 60%);
}
.entry-tel .entry-tel-01 br{
	display: none;
}
.entry-tel .entry-tel-02{
	font-size: 1.25em;
	line-height: 1.65;
	font-weight: 700;
}
.entry-tel .entry-tel-03 a{
	color: #005C8D;
	font-size: 2.5em;
	line-height: 1.15;
	font-weight: 700;
	text-decoration: none;
}
.entry-tel .entry-tel-04{
	font-size: 0.93755em;
	line-height: 1.85;
}

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

	.entry-tel .entry-tel-01{
		font-size: 1.25em;
		line-height: 1.32;
	}
	.entry-tel .entry-tel-01 br{
		display: inherit;
	}
	.entry-tel .entry-tel-02{
		font-size: 1em;
		line-height: 1.65;
	}
	.entry-tel .entry-tel-03 a{
		font-size: 1.875em;
		line-height: 1.15;
	}
	.entry-tel .entry-tel-04{
		font-size: 0.75em;
		line-height: 1.58;
	}
}





/*お問い合わせ------------------------------------*/
.wpcf7 form{
  max-width: 525px;
  margin: auto;
}
.wpcf7 form .item-wrap{
  display: flex;
  gap: 30px ;
  align-items: center;
}
.wpcf7 form .item{
  display:block;
  min-width: 110px;
  width: fit-content;
  padding: 15px 0;
}
.wpcf7 form .item span{

  text-align:left;
}
.wpcf7 form .item span.require{
  color: #e60012;
}
.wpcf7 form .input span.birthday{
  padding: 0 0.5em;
}
.wpcf7 form .item span.jp{
  font-size: 1em;
  color: #1a1004;
}
.wpcf7 form .item span.en{
  font-size: 0.875em;
  color: #ee7d80;
}
.wpcf7 form .input{
  flex:1;
  padding: 7.5px 0;
}
.wpcf7 form .input.short{
  flex: unset;
  width: 77.5px;
}
.wpcf7 form .input input[type="text"],
.wpcf7 form .input input[type="tel"],
.wpcf7 form .input input[type="email"],
.wpcf7 form .input textarea{
  width: 100%;
  background: #e8ecf1;
  border:2px solid #efefef;
  padding: 4px 8px;
  font-size: 1em;
  margin:7.5px 0;
}
.wpcf7 form .input select{
  width: ;
  background: #e8ecf1;
  border:2px solid #efefef;
  padding: 4px 8px;
  font-size: 1em;
  margin:7.5px 0;
}
.wpcf7 form .input label{
  font-size: 1em;
}



input[type="checkbox"]{
	display:none;
}
input[type="checkbox"]+span{
	display: flex;
	position:relative;
}
input[type="checkbox"]+span:before{
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 1px solid #4c4948;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 4px;
	position: relative;
	margin-right: .5em;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type="checkbox"]:checked+span:before{
	background-color: #005c8d;
	box-shadow: inset 0 0 0 4px #fff;
}
input[type="checkbox"]:checked+span:after{
	background-color: #005c8d;
	box-shadow: inset 0 0 0 4px #fff;
}

input[type="radio"]{
	display:none;
}
input[type="radio"]+span{
	display: flex;
	position:relative;
}
input[type="radio"]+span:before{
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 1px solid #4c4948;
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 4px;
	position: relative;
	margin-right: .5em;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type="radio"]:checked+span:before{
	background-color: #005c8d;
	box-shadow: inset 0 0 0 4px #fff;
}
input[type="radio"]:checked+span:after{
	background-color: #005c8d;
	box-shadow: inset 0 0 0 4px #fff;
}
.wpcf7 form input[type="submit"]{
  width: 100%;
  max-width: 265px;
  margin: 60px auto 0;
  height: 100%;
  display: flex;
  justify-content:center;
  align-items:center;
  text-decoration: none;
  color: #fff;
  background:#005c8d;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5;
  border: 2px solid #005c8d;
  border-radius: 50px;
  transition: 0.3s ease color,0.3s ease background;
  position: relative;
  padding: 15px 35px;
  cursor: pointer;
}
.wpcf7 form input[type="submit"]:not(:disabled):hover{
  color: #005c8d;
  background-color: #fff;
}
.wpcf7 form input[type="submit"]:hover:after{
  opacity: 0;
}
#page h2.privacy{
  text-align:center;
  color: #00b0c8;
  font-size: 1.56em;
  line-hegiht: 1.56;
  font-weight: 600;
  margin:0 0 60px;
}
#page h3.privacy{
  text-align:left;
  border:none;
  font-size: 1.25em;
  line-hegiht: 1.5;
  font-weight: 400;
  margin:15px 0 5px;
}
#page  h3.privacy:before{
  content:"";
}
.wpcf7 form .privacy-wrap{
  background: #efefef;
  padding: 15px;
  height: 320px;
  overflow-y: scroll;
  margin:0 auto 30px;
}
.wpcf7 form .privacy-wrap h4{
  font-weight: 400;
  margin-bottom: 1em;
}
.wpcf7 form .privacy-wrap p:not(:last-child){
  margin-bottom: 1em;
}
.wpcf7 form .privacy-wrap ol{
  list-style: none;
  margin: 0 0 1em;
}
.wpcf7 form .privacy-wrap ol li{
  text-indent: -1.5em;
}
.wpcf7 form .wpcf7-list-item:first-child{
  margin-left: 0;
}
@media only screen and (max-width: 860px) {

  #page h2.privacy{
    font-size: 1.56em;
    margin:0 0 40px;
  }
  .wpcf7 form .item-wrap{
    flex-direction: column;
    align-items:start;
    gap: 0;
  }
  .wpcf7 form .item{
    padding: 15px 0 0;
  }
  .wpcf7 form .input{
    padding: 0 0 15px;
  }
  .wpcf7 form .item{
    display:flex;
    align-items:start;
    width:fit-content;
  }
  .wpcf7 form .item span{
    text-align:left;
  }
  .wpcf7 form  input[type="submit"]{
    margin-top:30px;
  }
}

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

  #page h2.privacy{
    font-size: 1.25em;
    margin:0 0 20px;
  }
  #page h3.privacy{
    font-size: 1em;
  }
  .wpcf7 form .item-wrap{
    padding: 0 0;
  }

  .wpcf7 form .item span.jp{
    font-size: 1.125em;
  }
  .wpcf7 form .item span.en{
    font-size: 0.75em;
  }
  .wpcf7 form .input input[type="text"],
  .wpcf7 form .input input[type="tel"],
  .wpcf7 form .input input[type="email"],
  .wpcf7 form .input select,
  .wpcf7 form .input textarea{
    padding: 4px 8px;
    font-size: 1em;
  }
  .wpcf7 form .input label{
    font-size: 1em;
  }
  .wpcf7 form .input input[type="checkbox"]+span:before{
  	width: 22px;
  	height: 22px;
  }
  .wpcf7 form .input input[type="checkbox"]+span:after{

  	left: 10px;
  	top: 12px;
  	width: 16px;
  	height: 10px;
  }
}

.article{
}
.article .date{
  color: #5cbbd0;
}
.article h1{
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.375;
  color: #1a1004;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}


.article .button a{
  margin: 100px auto 0px;
}
.article .button a {
  display: block;
  width: 220px;
  height: 50px;
  border: 2px solid #7BCDDC;
  color: #7BCDDC;
  border-radius: 50px;
  font-size: 0.9375em;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  text-align: center;
}

.article .button a:hover {
  border: 1px solid #7BCDDC;
  background: #7BCDDC;
  color: #fff;
}
.article .button a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 24px;
}

.article .button a span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow-blue2.svg) left center/contain;
}
.article .button a:hover span:before {
  background: url(../images/arrow-white2.svg) left center/contain;
}

@media only screen and (max-width: 660px) {
  .article h1{
    font-size: 1.125em;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .article .button a{
    margin: 50px auto 0px;
  }
}



.article .article-list{
  /*border-top: 1px solid #e4e4e4;*/
}
.article  .article-list .post{
  border-bottom: 1px solid #e4e4e4;
}
.article  .article-list .post a{
  display: block;
  text-decoration : none;
  color: #1a1004;
  padding: 25px 0;
}
.article  .article-list .post .text{
  display: flex;
  align-items: center;
  gap: 0px 40px;
}
.article .article-list .post .date{
  color: #5cbbd0;
  font-size: 1em;
  line-height: 1.56;
}
.article .article-list .post .title{
  color: #1a1004;
  font-size: 1em;
  line-height: 1.56;
}

@media only screen and (max-width: 660px) {
  .article .article-list .post .text{
    flex-direction: column;
    align-items: start;
  }
}