@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.7.2/css/all.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap");
/* Scss Document */

@font-face {

  font-weight: 300;
  font-style: normal;
}

@font-face {

  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: italic;
}

@font-face {

  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: 0 0;
  box-sizing: border-box;
}

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;

  scroll-padding-top: 20px;
}

body {
  font-size: 14px;
  color: #fff;
  overflow-x: hidden;
  max-width: 2560px;
  margin: 0 auto;
}

address,
caption,
code,
figcaption,
pre,
th {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}

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

fieldset,
iframe,
img {
  border: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

caption,
th {
  text-align: left;
}

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

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

small {
  font-size: 0.8em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background: 0 0;
  border: 0;
  box-sizing: content-box;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  overflow: visible;
  vertical-align: inherit;
}

button:disabled {
  cursor: default;
}

audio:not([controls]) {
  display: none;
}

:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:link,
a:visited {
  color: yellow;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

ul {
  list-style: none;
}

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

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
}

::-webkit-scrollbar:hover {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background-color: #666;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

.yellow {
  color: #fed50c;
}

.vermilion {
  color: #e9482d;
}

.title {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  opacity: 0;
  transition-duration: 1.2s;
}

.title:before {
  content: "";
  display: block;
  height: 56px;
  width: 1px;
  background: #fff;
  position: absolute;
  top: -80px;
  left: 50%;
  z-index: 11;
  transform: translateX(-50%);
}

.title:after {
  content: "";
  display: block;
  width: 35px;
  height: 4px;
  background: #ffea00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.title em {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}

.title h2 {
  font-size: 30px;

  font-weight: 700;
}

#chatplusheader .title {
  opacity: 1;
}

/* 0923*/
.events {
  display: flex;
  align-items: center;
}

.event {
  display: flex;
}

.event_sp-view {
  display: none;
}

.event_image {
  width: 40%;
  padding: 20px;
}

.event_desc {
  padding: 20px 0 30px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.event_date {
  color: #feea00;
  margin-bottom: 10px;
}

.event_btn_wrp {
  display: flex;
  column-gap: 35px;
  width: 60%;
  margin-left: auto;
}

.topic .event-btn {
  font-family: "futura-pt", sans-serif;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 5px;
  padding: 13px 5px 11px;
}

.topic .event-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}

.fixed .ui-widget-overlay {
  background: #000000c4;
  opacity: 1 !important;
}

.event-btn:first-child {
  background: #feea00;
  color: #e9482d;
}

.event-btn:last-child {
  background: #e9482d;
}

.topic .event_detail {
  display: flex;
  column-gap: 20px;
}

.topic .event_detail img {
  width: 38%;
  height: fit-content;
  padding-top: 20px;
}

.topic .event_detail picture {
  width: 38%;
}

.topic .event_detail picture img {
  width: 100%;
}

.topic p.event_overview {
  width: 60%;
  padding: 20px 0;

  font-size: 14px;
}

.ui-dialog {
  width: 2894px;
  height: auto;
}

.modal {
  width: 100%;
  height: 100%;
}

.ui-widget-overlay {
  opacity: .3 !important;
  filter: Alpha(Opacity=30) !important;
  background: #333;
}

span.ui-icon-closethick {
  color: #000;
  float: center;
}

body.fixed {
  position: fixed;
  top: 1px;
  left: 0;
}

.modal-content {
  width: 50%;
  margin: 1.5em auto 0;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 9999;
}

.modal-overlay {
  z-index: 9998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;

  /* A4にする。 */
  width: 2894px;
  height: 4093px;
  background-color: rgba(0, 0, 0, 0.75);
}

.btn-link {
  color: #00f;
  text-decoration: underline;
}

.btn-link:hover {
  cursor: pointer;
  color: #f00;
}


/* 挿入箇所終了 */

.inner {
  margin: auto;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 40px;
  max-width: 1480px;
}

@media (max-width: 800px) {
  .inner {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .inner {
    padding: 0 20px;
  }

  .fixed_footer .inner {
    padding: 0 12px;
  }
}

.inner1 {
  margin: auto;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 40px;
  max-width: 980px;
}

@media (max-width: 800px) {
  .inner1 {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .inner1 {
    padding: 0 20px;
  }
}

.inner2 {
  max-width: 1150px;
  margin: auto;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 40px;
}

@media (max-width: 800px) {
  .inner2 {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .inner2 {
    padding: 0 20px;
  }
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
  font-style: normal;
}

.sp-br {
  display: none;
}

.sp-wrapper {
  display: none;
}


/* 20231002 */
.mobile-btn {
  position: fixed;
  z-index: 80;
  top: 45px;
  right: 20px;
  display: block;
}

.mobile-btn div {
  width: 30px;
  height: 20px;
  background: none;
  cursor: pointer;
  display: block;
  position: relative;
  right: 0;
  top: 0;
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}

.mobile-btn div span {
  width: 30px;
  height: 2px;
  top: 9px;
  background: #e9482d;
  display: block;
  position: absolute;
  z-index: 5;
  left: 50%;
  margin: 0 0 0 -15px;
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
}

.mobile-btn div span:nth-child(1) {
  -moz-transform: translateY(-9px);
  -webkit-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
}

.mobile-btn div span:nth-child(3) {
  -moz-transform: translateY(9px);
  -webkit-transform: translateY(9px);
  -o-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}

.mobile-btn .active {
  transform: translateX(-200px) rotate(180deg);
}

.mobile-btn .active span:nth-child(1) {
  transform: rotate3d(0, 0, 1, -40deg) !important;
  transform-origin: 0.71429px center !important;
  width: 20px !important;
}

.mobile-btn .active span:nth-child(3) {
  transform: rotate3d(0, 0, 1, 40deg) !important;
  transform-origin: 0.71429px center !important;
  width: 20px !important;
}

.sp-wrapper-move {
  transform: translateX(0px) !important;
}

.sp-wrapper {
  width: 200px;
  height: 100vh;
  position: fixed;
  z-index: 60;
  background: #e9482d;
  right: 0;
  top: 0;
  transform: translateX(200px);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  display: block;
  z-index: 999;
}

.sp-wrapper .sp-heading {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.sp-wrapper nav ul {
  padding: 0 15px;
}

.sp-wrapper nav ul li:first-child {
  border-top: 1px solid #fff;
}

.sp-wrapper nav ul li {
  border-bottom: 1px solid #fff;
}

.sp-wrapper nav ul li a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  text-transform: uppercase;
  transition: .3s;
}

.sp-wrapper nav ul li a svg {
  width: 27px;
  fill: #fff;
}

.sp-wrapper nav ul li a:hover {
  background: #f2f2f2;
  color: #a81f24;
}

.sp-wrapper nav ul li a:hover svg {
  fill: #a81f24;
}


.mobile-btn1 {
  top: 30px;
}

/*hero*/
.hero {
  height: auto;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  min-height: 550px;
  max-height: 1200px;
  z-index: 9;
}

.hero .navs {
  position: fixed;
  top: 25%;
  z-index: 10;
  right: 25px;
}

.hero .navs .pagetop {
  position: absolute;
  right: 0;
  bottom: -75px;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
  transition: .3s;
}

.hero .navs .pagetop:hover {
  opacity: 0.8;
}

.hero .navs .pagetop i {
  display: block;
  padding-top: 5px;
  transform: rotate(180deg);
}

.hero ul li {
  text-align: right;
}

.hero ul li a {
  display: block;
  color: #fff;
  padding-bottom: 10px;
  padding-right: 24px;
  position: relative;
  height: 46px;
}

.hero ul li a h2 {
  display: none;
  font-size: 18px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}

.hero ul li a p {
  display: none;
  font-size: 12px;
}

.hero ul li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: 0;
}

.hero ul li a:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 7px;
  top: 0;
  background: #fff;
}

.hero ul .current a:before {
  width: 14px;
  height: 14px;
  right: 0;
}

.hero ul .current a h2,
.hero ul .current a p {
  display: block;
}

.xslider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform-origin: center;
  transform: scale(1.4, 1.4);
  transition: all 1.6s cubic-bezier(0.8, 0, 0.2, 1);
  z-index: 1;
}

.xslider.do {
  opacity: 1;
  transform: scale(1, 1);
}

.xslide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left;
  position: absolute;
}

.xslide img {
  position: absolute;
  height: auto;
  left: 50%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  min-width: 100vw;
  width: auto;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.xslide img {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  transform: none;
  width: 100%;
}

.open {
  background: #feea00;
  color: #053f53;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 20px;
  margin-top: 30px;
}

.station {
  border: 1px solid;
  display: block;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: bold;
}

.office_name {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #feea00;
  margin-bottom: 10px;
  display: block;
}

.office_wrp {
  background: rgb(0 0 0 / 0.4);
  padding: 3vh 40px;
  display: inline-block;
}

.office_wrp div {
  display: flex;
  justify-content: center;
}

.featured-wrapper {
  position: absolute;
  top: 50%;
  left: 6.7%;
  z-index: 10;
  transform: translateY(-50%);
  max-width: 760px;
  text-align: center;

  font-weight: 500;
  max-height: 80vh;
}

.featured-wrapper h2 {
  font-size: 40px;
  line-height: 1.4;
}

.featured-wrapper p {
  font-size: 18px;

  font-weight: 500;
  padding: 20px 0 25px;
}

.featured-wrapper a {
  display: flex;
  align-items: center;
  background: #e9482d;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  font-size: 16px;
  padding: 10px 15px;
  max-width: 360px;
  margin: 0 auto;
  transition: .3s;
}

.featured-wrapper a:hover {
  background: #8f200d;
}

.featured-wrapper a i {
  margin-right: 15px;
  font-size: 20px;
}

.hero-txt {
  writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  position: absolute;
  left: 25px;
  top: 30%;
  z-index: 10;
  text-transform: uppercase;
}

.scroll {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  z-index: 10;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  transition: .3s;
  font-size: 2.4vh;
  height: 5vh;
}

.scroll:hover {
  opacity: 0.8;
}

.scroll i {
  display: block;
  padding-top: 10px;
  animation: change1 2s 0s infinite ease alternate;
}

@keyframes change1 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}

@keyframes zoomo {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.zoomo img {
  animation: zoomo 12s linear infinite 0s;
}

/*loading*/
.loading {
  width: 100%;
  height: 100%;
  z-index: 999999999999999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #171717;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  flex-direction: column;
}

.loading span {
  font-size: 0.4em;
  width: 100%;
  display: block;
  text-transform: capitalize;
  text-align: center;
  opacity: 0.5;
  letter-spacing: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  transform: translateY(10px);
  padding: 20px 40px 40px 60px;
  transition: .3s;
}

header .head-left {
  display: flex;
  align-items: center;
}

header .head-left a {
  display: block;
  transition: .3s;
}

header .head-left a:hover {
  opacity: 0.8;
}

header .head-left div {
  padding-left: 20px;
}

header .head-right {
  display: flex;
  justify-content: flex-end;
}

header .head-right .head-sign,
header .head-right .head-enve {
  display: flex;
  align-items: center;
  max-width: 180px;
  border-radius: 50px;
  background: #e9482d;
  color: #fff;
  transition: .3s;
}

header .head-right .head-sign:hover,
header .head-right .head-enve:hover {
  opacity: 0.8;
}

header .head-right .head-sign i,
header .head-right .head-enve i {
  height: 100%;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  padding: 0 15px;
  font-size: 22px;
  line-height: 70px;
  background: #8f200d;
}

header .head-right .head-sign span,
header .head-right .head-enve span {
  display: block;
  font-size: 14px;

  font-weight: 700;
  padding: 0 20px;
}

header .head-right .head-enve {
  margin: 0 20px;
  background: #ffea00;
  color: #f9644e;
}

header .head-right .head-enve i {
  background: #d6c608;
}

header .head-right .head-tel {
  max-width: 50px;
  right: 60px;
  position: absolute;
}

header .head-right .head-tel:hover {
  opacity: 0.8;
}

header .head-right .head-tel i {
  height: 100%;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  padding: 0 15px;
  line-height: 60px;
  font-size: 22px;
  background: #8f200d;
  color: #fff;
}

header .head-right .head-tel i.fa-phone-volume::before {
  display: block;
  transform: translateY(3px);
}

header .head-right .head-tel div {
  padding: 10px 20px;
}

header .head-right .head-tel div h2 {
  font-size: 20px;

  font-weight: 700;
}

header .head-right .head-tel div p {
  font-size: 12px;
}

.fixheader {
  background: #08082a;
  padding: 15px 40px 15px 60px;
  transform: translateY(0);
  box-shadow: 0 10px 16px rgba(255, 255, 255, 0.22);
  z-index: 12;
}

.fixheader .head-right .head-tel div {
  padding: 5px 20px 5px 14px;
}

section {
  padding: 70px 0;
}

.topic h3 {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #feea00;
  padding-bottom: 20px;
}

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

.topic {
  background: #08082a;
}

.topic ul {
  padding-top: 20px;
  max-width: 800px;
}

.topic ul>div {
  position: relative;
  opacity: 0;
  transition-duration: 1.2s;
}

.topic ul>div .more {
  display: block;
  position: absolute;
  bottom: 0;
  right: -92px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 20px;
  transition: .3s;
  z-index: 11;
}

.topic ul>div .more:hover {
  background: #e9482d;
  border: 1px solid #e9482d;
}

.topic ul li {
  opacity: 0;
  font-size: 18px;
  padding-top: 10px;
  transition-duration: 1.2s;
  border-bottom: solid 3px #fff;
  /* text-align:center;*/
}

.topic li:last-child {
  border-bottom: none;
}

.topic ul li span {
  background: #E9482D;
  margin-right: 20px;
  font-size: 14px;
  padding: 0 8px;
  /*  background: #e9482d;
        margin-right: 20px;
        font-size: 14px;
        padding: 3px 8px;
        border-radius: 3px;*/
}

.topic ul li em {
  font-style: normal;
  font-family: "futura-pt", sans-serif;
}

.topic ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  transition: .3s;
}

.topic ul li a:hover {
  text-decoration: underline;
}

.anxiety {
  background: url(../img/lpdi_sample_a/bg2.jpg) repeat-y top center;
  background-size: cover;
  padding: 60px 0 20px;
}

.anxiety ul {

  font-weight: 500;
  margin-top: 30px;
  position: relative;
  opacity: 0;
  transition-duration: 1.2s;
}

.anxiety ul:before {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% + 40px);
  background: #fff;
  position: absolute;
  left: 60px;
  top: -20px;
}

.anxiety ul:after {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% + 40px);
  background: #fff;
  position: absolute;
  right: 60px;
  top: -20px;
}

.anxiety ul li {
  margin-top: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 20px;
  font-size: 18px;
}

.anxiety ul li div {
  position: relative;
  padding-left: 10px;
  margin: 0 15px;
}

.anxiety ul li div:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.anxiety-tit {
  text-align: center;
  font-size: 30px;
  padding: 60px 0 110px;

  font-weight: 500;
  line-height: 1.4;
  opacity: 0;
  transition-duration: 1.2s;
}

.anxiety-tit dl {
  margin: 0 10px;
  font-size: 25px;
  font-weight: 700;
  justify-content: center;
  display: flex;
}

.anxiety-tit .catch-copy p {
  font-size: 18px;
}

.anxiety-tit .catch-copy p.intro-text {
  margin-top: 40px;
  margin-bottom: 40px;
}

.anxiety-tit .catch-copy p.last-text {
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
  .anxiety-tit dl {
    margin: 0 30px;
    font-size: 30px;
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .anxiety-tit {
    padding: 40px 10px 80px;
  }

  .anxiety-tit dl {
    font-size: 25px;
    margin: 0;
  }
}

.anxiety-box {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  opacity: 0;
  transition-duration: 1.2s;
}

.anxiety-box>div {
  width: 32%;
}

.anxiety-box-common .anxiety-box-tit {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.anxiety-box-common .anxiety-box-tit:after {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  background: #ffea00;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.anxiety-box-common .anxiety-box-tit h3 {
  color: #ffea00;
  font-size: 24px;

  font-weight: 500;
  line-height: 1.3;
  height: 67px;
  padding-top: 5px;
}

.anxiety-box-common .anxiety-box-tit img {
  margin: auto;
}

.anxiety-box-common p {
  padding: 20px 0;
  line-height: 1.8;
}

.anxiety-box-common em {
  font-size: 12px;
  color: #606060;
}

.anxiety-box-te .anxiety-box-tit h3 {
  line-height: 57px;
}

.about {
  background: url(../img/lpdi_sample_a/bg3.jpg) no-repeat top center;
  text-align: center;
  background-size: cover;
}

.about p {
  font-size: 16px;
  padding-top: 30px;
  opacity: 0;
  transition-duration: 1.2s;
}

.about .about-content {
  padding: 20px 0 20px;
  opacity: 0;
  transition-duration: 1.2s;
}

.about .about-content dl.sentence {
  text-align: left;
  display: inline-block;
}

.about .about-content .bold {
  font-weight: bold;
}

.about .about-content div {
  font-size: 18px;

  font-weight: 500;
}

.about .about-content .intro-text {
  margin-bottom: 30px;
}

.about .about-content .intro-text .yellow {
  font-weight: 700;
}

.about .about-content .last-text {
  margin-top: 30px;
}

.about .about-content .main-text {
  line-height: 40px;
  justify-content: center;
  display: flex;
}

.about .about-content figure {
  vertical-align: middle;
}

.about .about-content img {
  vertical-align: middle;
  margin: 0 auto;
}

.about .about-content h3 {
  margin: 0 10px;
  vertical-align: middle;
  font-size: 28px;

  font-weight: 700;
}

.about .about-content p {
  font-size: 12px;
  max-width: 450px;
  margin: auto;
  text-align: left;
}

.about .about-bottom {
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
  opacity: 0;
  transition-duration: 1.2s;
}

.about .about-bottom span {
  font-weight: bold;
}

.it-web {
  background: url(../img/lpdi_sample_a/bg4.jpg) no-repeat top center;
  text-align: center;
  background-size: cover;
}

.it-web>p {
  opacity: 0;
  transition-duration: 1.2s;
}

.it-web p span {
  font-weight: bold;
}

.it-web .it-web-tit {
  margin: 0 120px 40px;
}

.it-web .it-web-tit h3 {
  font-size: 28px;
  color: #FEF000;
  background: none;
  margin-bottom: 10px;
}

.it-web .it-web-tit h4 {
  font-size: 20px;
  margin: 10px 0;
  border-bottom: 1px solid;
  color: #FFEF00;
}

.it-web-tit ul.flex {
  margin: 0 auto;
  flex-wrap: wrap;
  width: 850px;
}

.it-web-tit ul.flex>li.point {
  width: 50%;
}

.it-web-tit ul.flex>li.point img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

li.point:nth-child(odd) {
  padding-right: 15px;
}

li.point:nth-child(even) {
  padding-left: 15px;
}

.point .accent {
  width: 2.5em;
  height: 2.5em;
  padding: 0.4em;
  line-height: 0.8em;
  text-align: center;
  border-radius: 50%;
  font-size: 27px;
  font-weight: bold;
  background-color: #fed50c;
  color: #e9482d;
  position: absolute;
}

.point .accent .acc-text {
  font-size: 18px;
}

.point .point-content {
  margin-top: 20px;
  text-align: left;
}

.point .point-content .point-img {
  width: 100%;
  position: relative;
}

.point .point-content ul.triangle {
  margin-left: .8em;
  font-size: 15px;
}

.point .point-content ul.triangle li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}

.point .point-content ul.triangle li::before {
  position: absolute;
  content: '';
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 1100px) {
  .it-web-tit ul.flex {
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
  }

  .it-web .it-web-tit .flex .point {
    padding: 0;
  }

  .it-web-tit>ul {
    width: 100%;
    margin: 0 auto;
  }

  .it-web-tit ul.flex>li.point {
    padding: 0;
    width: 100%;
    background: none;
    color: #fff;
    margin: 0 auto;

  }

  .point .point-content h4 {
    margin: 25px 0;
    border-bottom: 1px solid;
    color: #FFEF00;
  }

  .point .point-content ul.triangle {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 750px) {
  .about .about-content .main-text {
    line-height: 30px;
    justify-content: center;
    flex-direction: column;
    display: flex;
  }

  .about .about-content img {
    height: 30px;
    vertical-align: middle;
    margin: 0 auto;
  }

  .it-web .it-web-tit h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 550px) {
  .it-web .it-web-tit {
    margin: 0 60px 40px;
  }
}

@media screen and (max-width: 500px) {
  .it-web .it-web-tit {
    margin: 0 20px 40px;
  }
}

.it-web .it-web-1 {

  font-weight: 500;
  color: #ffea00;
  padding: 15px 0 25px;
  line-height: 1.4;
  opacity: 0;
  transition-duration: 1.2s;
}

.it-web .it-web-1 sub {
  font-size: 18px;
}

.it-web .it-web-1 h3 {
  font-size: 30px;
}

.it-web .it-web-1 p {
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
  padding-top: 5px;
}

.it-web .it-web-2 {
  padding-bottom: 40px;
  opacity: 0;
  transition-duration: 1.2s;
}

.it-web .it-web-2 h3 {
  font-size: 30px;

  font-weight: 500;
  padding-bottom: 20px;
}

.it-web .it-web-2 p {
  font-size: 16px;
}

.it-web-box {
  display: flex;
  justify-content: center;
  opacity: 0;
  transition-duration: 1.2s;
}

.it-web-box .it-web-left {
  margin-right: 30px;
  text-align: center;
}

.it-web-box .it-web-left span {
  color: #ffea00;
  font-size: 20px;
  display: block;
  padding-bottom: 5px;
}

.it-web-box .it-web-left a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffea00;
  color: #e9482d;
  padding: 0 40px;
  height: 58px;
  line-height: 58px;
  border-radius: 5px;
  font-size: 16px;
  transition: .3s;
}

.it-web-box .it-web-left a:hover {
  background: #decd08;
}

.it-web-box .it-web-left a i {
  font-size: 20px;
}

.it-web-box .it-web-left a h3 {
  font-size: 30px;

  font-weight: 700;
  padding-left: 15px;
  padding-right: 20px;
}

.it-web-box .it-web-right span {
  color: #e9482d;
  font-size: 20px;
  display: block;
  padding-bottom: 5px;
}

.it-web-box .it-web-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9482d;
  color: #fff;
  padding: 0 40px;
  height: 58px;
  line-height: 58px;
  border-radius: 5px;
  font-size: 20px;

  font-weight: 500;
  transition: .3s;
}

.it-web-box .it-web-right a:hover {
  background: #8f200d;
}

.it-web-box .it-web-right a i {
  font-size: 22px;
  margin-right: 20px;
}

.it-web-box .it-web-right a em {
  font-style: normal;
}

.curriculum {
  background: #08082a;
  text-align: center;
}

.curriculum>p {
  font-size: 16px;
  line-height: 1.8;
  padding: 20px 0 40px;
  opacity: 0;
  transition-duration: 1.2s;
}

.curriculum .curriculum1 {
  background: url(../img/lpdi_sample_a/bg0a.png) no-repeat;
  display: flex;
  max-width: 750px;
  margin: 0 auto;
  padding: 30px;
  opacity: 0;
  transition-duration: 1.2s;
  justify-content: space-between;
}

.curriculum .curriculum1-left img {
  margin: auto;
}

.curriculum .curriculum1-left figure {
  padding: 10px;
  border-radius: 15px;
  background-color: #fff;
}

.curriculum .curriculum1-left figure img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.curriculum .curriculum1-left h3 {
  padding: 15px 0 0;
  font-size: 18px;

  font-weight: 500;
}

.curriculum .curriculum1-left h3 span {
  font-size: 24px;
}

.curriculum .curriculum1-left p {
  font-size: 16px;
}

.curriculum .curriculum1-right {
  background: #090a24;
  margin: 15px;
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.curriculum .curriculum1-right h3 {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}

.curriculum .curriculum1-right h3:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #f9644e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.curriculum .curriculum1-right ul {
  padding-left: 20px;
  text-align: left;
  margin-top: 10px;
}

.curriculum .curriculum1-right ul li {
  line-height: 1.8;
  position: relative;
  padding-left: 5px;
  margin-top: 5px;
}

.curriculum .curriculum1-right ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.curriculum .curriculum1-right p {
  text-align: left;
}

.curriculum .curriculum1-left sub {
  margin-bottom: 10px;
  vertical-align: text-top;
  font-size: 12px;
}

.curriculum .curriculum1-left figure {
  padding: 10px;
  border-radius: 15px;
  background-color: #fff;
}

.curriculum2 {
  position: relative;
  padding-top: 40px;
}

.curriculum2>figure {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
}

.curriculum2 .curriculum-tit {
  position: relative;
  z-index: 3;
  opacity: 0;
  transition-duration: 1.2s;
}

.curriculum2 .curriculum-tit h2 {
  font-size: 28px;

  font-weight: 500;
  line-height: 1.4;
}

.curriculum2 .curriculum-tit em {
  font-style: normal;
  padding-top: 15px;
  display: block;
  color: #b3b3b3;
}

.curriculum2>ul {
  display: block;
  margin-top: 40px;
  text-align: left;
  opacity: 0;
  transition-duration: 1.2s;
}

.curriculum2>ul>li {
  color: #fff;
  font-weight: bold;
  margin: 10px 120px;
  padding: 10px;
}

.curriculum2 h3 {
  color: #FEF000;
  background: none;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

.flex {
  color: #fff;
  display: flex;
}

.flex>li {
  width: calc(100% / 3);
  background-color: none;
}

/* ライフコース */
.life {
  width: 100%;
}

.life h3 {
  font-size: 18px;
}

.life .life-inner {
  width: 100%;
  display: flex;
}

.life .life-inner h4 {
  padding-left: 8px;
  margin-bottom: 10px;
  color: #fff;
  border-left: 5px solid #e9482d;
  font-size: 14px;
}

.life .life-inner ul {
  width: 100%;
}

.life img {
  object-fit: contain;
  object-position: 0 0;
  width: 25%;
  height: auto;
  margin: 0 10px 0 0;
  display: block;
}

.life .life-curriculum {
  padding: 10px;
}

.life .life-curriculum p {
  padding-left: 1.5em;
  font-size: 10px;
}

.life .life-curriculum ul.triangle {
  margin-left: 14px;
  font-size: 12px;
}

.life .life-curriculum ul.triangle li {
  position: relative;
  margin: 4px 0;
  padding: 0em 0.3em 0.3em 1.3em;
}

.life .life-curriculum ul.triangle li::before {
  position: absolute;
  content: '';
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #fff;
}

/* ワークコース */
.work {
  width: 100%;
}

.work h3 {
  font-size: 18px;
}

.work .work-inner {
  width: 100%;
  display: flex;
}

.work .work-inner h4 {
  padding-left: 8px;
  margin-bottom: 10px;
  color: #fff;
  border-left: 5px solid #e9482d;
  font-size: 14px;
}

.work .work-content {
  display: flex;
}

.work .work-inner ul {
  width: 100%;
}

.work img {
  object-fit: contain;
  object-position: 0 0;
  width: 25%;
  height: auto;
  margin: 0 10px 0 0;
  display: block;
}

.work .work-curriculum {
  padding: 10px;
}

.work .work-curriculum p {
  padding-left: 1.5em;
  font-size: 10px;
}

.work .work-curriculum ul.triangle {
  margin-left: 14px;
  font-size: 12px;
}

.work .work-curriculum ul.triangle li {
  position: relative;
  margin: 4px 0;
  padding: 0em 0.3em 0.3em 1.3em;
}

.work .work-curriculum ul.triangle li::before {
  position: absolute;
  content: '';
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #fff;
}

.work .work-curriculum .triangle ul.minus {
  font-size: 10px;
}

.work .work-curriculum .triangle ul.minus li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
}

.work .work-curriculum .triangle ul.minus li::before {
  position: absolute;
  content: '-';
  top: -25%;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent transparent;
}

/* リクルートコース */
.recruit {
  width: 100%;
}

.recruit h3 {
  font-size: 18px;
}

.recruit .recruit-inner {
  width: 100%;
  display: flex;
}

.recruit .recruit-inner h4 {
  padding-left: 8px;
  margin-bottom: 10px;
  color: #fff;
  border-left: 5px solid #e9482d;
  font-size: 14px;
}

.recruit .recruit-inner ul {
  width: 100%;
}

.recruit img {
  object-fit: contain;
  object-position: 0 0;
  width: 25%;
  height: auto;
  margin: 0 10px 0 0;
  display: block;
}

.recruit .recruit-curriculum {
  padding: 10px;
}

.recruit .recruit-curriculum p {
  padding-left: 1.5em;
  font-size: 10px;
}

.recruit .recruit-curriculum ul.triangle {
  margin-left: 14px;
  font-size: 12px;
}

.recruit .recruit-curriculum ul.triangle li {
  position: relative;
  margin: 4px 0;
  padding: 0em 0.3em 0.3em 1.3em;
}

.recruit .recruit-curriculum ul.triangle li::before {
  position: absolute;
  content: '';
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent transparent #fff;
}

.recruit .flex>li {
  width: calc(100% / 2);
  background-color: none;
}

@media screen and (max-width: 1100px) {
  .curriculum2 {
    margin: 0 20px
  }

  .curriculum2 ul li {
    padding: 0;
  }

  .work .work-content {
    display: flex;
    flex-direction: column;
  }

  .life img,
  .work img,
  .recruit img {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex {
    max-width: 400px;
    flex-direction: column;
  }

  .recruit .flex>li {
    width: 100%;
  }

  .flex .life-curriculum,
  .flex .work-curriculum,
  .flex .recruit-curriculum {
    width: 100%;
  }
}

.curriculum2 .bold-text {
  font-weight: 700;
}

.curriculum2 .curriculum2-top {
  display: flex;
  align-items: center;
  text-align: left;
}

.curriculum2 .curriculum2-top img {
  min-width: 145px;
  margin-right: 10px;
}

.curriculum2 .curriculum2-bottom {
  background: #04041f;
  padding: 20px;
  text-align: left;
  margin-top: 20px;
}

.curriculum2 .curriculum2-bottom li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.curriculum2 .curriculum2-bottom li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #fed50c;
  position: absolute;
  top: 6px;
  left: 0;
}

.curriculum2 .curriculum2-bottom li p {
  font-size: 14px;
  font-weight: 400;
}

.curriculum2 .curriculum-tit1 h3 {
  font-size: 20px;

  font-weight: 500;
}

.curriculum2 .curriculum-tit1 em {
  display: block;
  text-align: right;
  padding: 10px 0 15px;
}

.curriculum2 .curriculum-tit1 p {
  line-height: 1.8;
}

.message {
  background: url(../img/lpdi_sample_a/bg6.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 70px 0;
}

.message p {
  max-width: 850px;
  margin: 30px auto 0;
  line-height: 1.8;
  opacity: 0;
  transition-duration: 1.2s;
}

.message img {
  display: inline;
}

.employment {
  background: #08082a;
}

.employment .employment-content {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.employment .employment-content>div:first-child {
  margin-right: 100px;
}

.employment .employment-box {
  max-width: 440px;
  opacity: 0;
  transition-duration: 1.2s;
}

.employment .employment-top {
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 30px;
}

.employment .employment-top img {
  height: 190px;
  margin-right: 15px;
}

.employment .employment-top span {
  display: block;
  background: #f9644e;
  color: #fff;

  font-weight: 500;
  padding: 10px 15px;
}

.employment .employment-top p {

  font-weight: 500;
  font-size: 18px;
  padding-top: 10px;
}

.employment .employment-cen {
  background: #10103a;
  padding: 25px;
  position: relative;
}

.employment .employment-cen h3 {
  font-size: 16px;
  padding-bottom: 10px;
}

.employment .employment-cen p {
  line-height: 1.8;
}

.employment .after {
  background: #e9482d;
  text-align: center;
  height: 60px;
  font-size: 18px;
  margin: 8px 0;
  color: #feea00;
  font-weight: bold;
  transition: .3s;
  position: relative;
  width: 80%;
  transform: translateX(-50%);
  left: 50%;
  padding-top: 10px;
  border-radius: 10px;
}

.employment .after:hover {
  opacity: 0.8;
  cursor: pointer;
}

.employment .after:after {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 0;
  height: 0;
  border-top: 10px solid #feea00;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}

.employment .employment-bottom {
  display: none;
  background: #05051b;
  padding: 25px;
  position: relative;
}

.employment .employment-bottom h3 {
  font-size: 16px;
  padding-bottom: 10px;
}

.employment .employment-bottom p {
  line-height: 1.8;
}

.employment .employment-bottom ul {
  margin-top: 10px;
}

.employment .employment-bottom ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}

.employment .employment-bottom ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.employment .employment-bottom span {
  font-size: 36px;

  font-weight: 700;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #1e1e32;
}

.flow {
  background: #05051b;
  text-align: center;
}

.flow>p {
  padding: 25px 0 40px;
  line-height: 1.8;
  opacity: 0;
  transition-duration: 1.2s;
}

.flow>p span {
  display: block;
  padding-bottom: 15px;
  font-weight: bold;
}

.flow .flow-body {
  opacity: 0;
  transition-duration: 1.2s;
}

.flow .flow-head {
  margin: 0 40px;
}

.flow .flow-head ul {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition-duration: 1.2s;
}

.flow .flow-head ul li {
  width: 23%;
  padding: 10px;
  margin: 0 10px;
  cursor: pointer;
  transition: .3s;
  background: url(../img/lpdi_sample_a/step-bg2.png) no-repeat;
  height: 78px;
}

.flow .flow-head ul li:hover {
  background: url(../img/lpdi_sample_a/step-bg1.png) no-repeat;
  height: 78px;
}

.flow .flow-head ul li:hover .flow-flex span,
.flow .flow-head ul li:hover .flow-flex div {
  color: #333;
}

.flow .flow-head ul li .flow-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow .flow-head ul li .flow-flex span {
  display: block;
  font-size: 18px;

  font-weight: 700;
  color: #ffea00;
  text-transform: uppercase;
  margin-right: 5px;
}

.flow .flow-head ul li .flow-flex div {
  margin-left: 5px;
}

.flow .flow-head ul li .flow-flex div h4 {
  font-size: 19px;
}

.flow .flow-head ul li .flow-flex div em {
  font-style: normal;
  font-size: 16px;

  font-weight: 700;
}

.flow .flowitem {
  margin-left: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 1100px;
  background: #08082a;
  color: #fff;
  text-align: left;
  padding: 40px 0;
  position: relative;
}

.flow .flowitem h3 {
  display: flex;
  margin: 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.flow .flowitem h3 .order {

  font-weight: 700;
  background: #ffea00;
  border-radius: 5px;
  padding: 5px 10px;
  color: #333;
  text-transform: uppercase;
}

.flow .flowitem h3 span {
  font-size: 22px;
  margin-left: 25px;
}

.flow .flowitem p {
  padding: 20px 30px;
  line-height: 1.8;
}

.flow .flowitem em {
  font-style: normal;
  position: absolute;
  bottom: 25px;
  right: 40px;
  font-size: 50px;

  font-weight: 700;
  color: #ffea00;
  font-style: italic;
}

.flow .bx-controls {
  display: flex;
  justify-content: center;
  background: #fff;
  color: #333;
  max-width: 210px;
  margin: 0 auto;
  border-radius: 50px;
  position: relative;
  padding: 10px 0;
}

.flow .bx-controls .bx-controls-direction {
  width: calc(100% - 30px);
  position: absolute;
  left: 50%;
  top: 7px;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: space-between;
}

.flow .bx-controls .bx-pager {
  display: flex;
  justify-content: center;
}

.flow .bx-controls .bx-prev {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
  transition: .3s;
}

.flow .bx-controls .bx-prev:hover {
  opacity: 0.8;
}

.flow .bx-controls .bx-prev:before {
  content: "<";
  display: block;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: #2a337a;
  border-radius: 50%;
}

.flow .bx-controls .bx-next {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: block;
  transition: .3s;
}

.flow .bx-controls .bx-next:hover {
  opacity: 0.8;
}

.flow .bx-controls .bx-next:before {
  content: ">";
  display: block;
  font-size: 14px;
  line-height: 25px;
  width: 25px;
  height: 25px;
  color: #fff;
  background: #2a337a;
  border-radius: 50%;
}

.flow .bx-controls .bx-pager-item {
  margin: 0 6px;
  position: relative;
  z-index: 8;
}

.flow .bx-controls .bx-pager-item a {
  transition: .3s;
  color: #333;
  font-size: 14px;
}

.flow .bx-controls .bx-pager-item a:hover {
  color: #2a337a;
}

.flow .bx-controls .bx-pager-item .active {
  color: #2a337a !important;
}

.office {
  background: #08082a;
  text-align: center;
}

.office .office-box1 {
  margin-top: 30px;
  opacity: 0;
  transition-duration: 1.2s;
}

.office .office-box1 h3 {
  font-size: 22px;

  font-weight: 700;
}

.office .office-box1 h3 span {
  padding-left: 10px;
}

.office .office-box1 p {

  font-weight: 700;
}

.office .office-box1 p span {
  padding-left: 10px;
}

.office .office-box2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  opacity: 0;
  transition-duration: 1.2s;
}

.office :not(.not-it)>.office-box2 img {
  max-width: 537px;
  object-fit: cover;
}

.office :not(.not-it)>.office-box2 .office-box2-right {
  margin-left: 30px;
  width: 100%;
}

.office .office-box2 .office-box2-right .office-box2-tab {
  border: 1px solid #fff;
  border-bottom: none;
}

.office .office-box2 .office-box2-right .office-box2-tab div {
  border-bottom: 1px solid #fff;
  display: flex;
  text-align: left;
}

.office .office-box2 .office-box2-right .office-box2-tab div span {
  display: block;
  min-width: 90px;
  padding: 20px 15px;
  background: #05051b;
}

.office .office-box2 .office-box2-right .office-box2-tab div p {
  padding: 20px;
}

.office .office-box2 .office-box2-right .office-contact,
.office-box3-right .office-contact {
  display: flex;
  justify-content: flex-end;
  column-gap: 18px;
  margin-top: 10px;
}

.office .office-box2 .office-box2-right .office-contact .office-tel,
.office-box3-right .office-contact .office-tel {
  background: #ffea00;
  color: #f9644e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  transition: .3s;
}

.office .office-box2 .office-box2-right .office-contact .office-tel:hover,
.office-box3-right .office-contact .office-tel:hover {
  background: #decd08;
}

.office .office-box2 .office-box2-right .office-contact .office-tel i,
.office-box3-right .office-contact .office-tel i {
  font-size: 20px;
  margin-right: 15px;
}

.office .office-box2 .office-box2-right .office-contact .office-tel h3,
.office-box3-right .office-contact .office-tel h3 {
  font-size: 22px;

  font-weight: 700;
}

.office .office-box2 .office-box2-right .office-contact .office-tel p,
.office-box3-right .office-contact .office-tel p {
  font-size: 12px;
}

.office .office-box2 .office-box2-right .office-contact .office-ele,
.office-box3-right .office-contact .office-ele,
.office .office-box2 .office-box2-right .office-contact .office-link {
  background: #f9644e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
}

.office .office-box2 .office-box2-right .office-contact .office-ele:hover,
.office-box3-right .office-contact .office-ele:hover,
.office .office-box2 .office-box2-right .office-contact .office-link:hover {
  background: #8f200d;
}

.office .office-box2 .office-box2-right .office-contact .office-ele i,
.office-box3-right .office-contact .office-ele i,
.office .office-box2 .office-box2-right .office-contact .office-link i {
  font-size: 20px;
  margin-right: 15px;
}

.office .office-img {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
  opacity: 0;
  transition-duration: 1.2s;
}

.office .office-img.two-pictures {
  justify-content: space-between;
}

.office .office-img figure {
  width: 32%;
}

.office .office-img figure.two-pictures {
  width: 47%;
}

.office .office-img figure.one-picture {
  width: 75%;
}

.office .office-img figure img {
  width: 100%;
  height: 265px;
  object-fit: cover;
}

.office .office-img figure.two-pictures img,
.office .office-img figure.one-picture img {
  height: 100%;
}

.office .office-img figure {
  margin: 0;
}

/*
    .office .office-img figure:nth-child(2) {
      margin: 0 20px; }
    */
.office .office-box3 {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
  text-align: left;
  opacity: 0;
  transition-duration: 1.2s;
}

.office .office-box2 .map-box a,
.office .office-box3 .map-box a {
  display: block;
  background: #f9644e;
  color: #fff;
  margin-top: 20px;
  padding: 12px 0;
  text-align: center;
  max-width: 120px;
  transition: .3s;
  font-size: 16px;
  font-weight: bold;
}

.office .office-box2 .map-box a:hover,
.office .office-box3 .map-box a:hover {
  background: #8f200d;
}

.office .office-box2 .map,
.office .office-box3 .map {
  height: 360px;
  min-width: 537px;
}

.office .office-box3-right {
  margin-left: 40px;
  width: 100%;
}

.office .office-box3-right h3 {
  font-size: 20px;

  font-weight: 700;
}

.office .office-box3-right p {
  line-height: 1.8;
}

.office .office-box3-right>p {
  padding: 25px 0;
}

.office .office-box3-1 {
  display: flex;
  justify-content: space-between;
}

.office .office-box3-1 span {
  display: block;
  padding-top: 10px;
  text-align: right;
}

.office .office-box3-1>figure {
  margin: 0 0 1em;
}

.office .office-box3-1>div {
  width: 150%;
  margin-left: 10px;
}

.office .not-it {
  border: 1px solid #dfdfdf;
  padding: 20px 30px 30px;
  width: 80%;
  margin: 30px auto;
}

.office .not-it .office-box1 {
  margin-top: 14px;
}

.office .not-it .office-box1:nth-of-type(n+3) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #fff;
}

.office .not-it .office-box2 .office-box2-right {
  margin: auto 0;
}

.office .not-it .office-box2 .office-box2-right .office-box2-tab {
  border: none;
}

.office .not-it .office-box2 .office-box2-right .office-box2-tab div p {
  padding: 0 0 20px;
  max-width: 375px;
}

.office .not-it .office-box2 .office-box2-right .office-contact {
  column-gap: 12px;
}

.office .not-it .office-box2 .office-box2-right .office-contact .office-tel div {
  display: flex;
}

.office .not-it .office-box2 .office-box2-right .office-contact .office-tel p {
  margin-left: 10px;
  margin-top: 5px;
}

.office .not-it .office-box2 .office-box2-right .office-contact .office-link {
  justify-content: start;
}

.office .not-it .office-box2 .office-box2-right .office-contact .office-link div {
  margin: 0 auto;
}

.office .not-it-label {
  width: 500px;
  margin: auto;
  background: #e9482d;
  padding: 4px 10px;
  font-weight: bold;
}

.office .not-it figure {
  width: 40%;
  margin: 10px 0;
}

.office .not-it img {
  width: 100%;
}

.office .not-it .link_to_not-it {
  display: block;
  border: 1px solid #feea00;
  margin-top: 20px;
  padding: 4px;
  color: #feea00;
}

.not-it .office-box2 {
  width: 90%;
  margin: 14px auto 0;
}

.faq {
  background: #05051b;
}

.faq table.darkTable {
  border: 1px solid #fff;
  background-color: #05051b;
  width: 100%;
  height: 200px;
  border-collapse: collapse;
  color: white;
}

.faq table.darkTable th {
  border: 1px solid #fff;
  padding-left: 10px;
  text-align: left;
}

.faq table.darkTable td {
  border: 1px solid #fff;
  padding-left: 10px;
  text-align: left;
}

.faq .list {
  margin-top: 40px;
  opacity: 0;
  transition-duration: 1.2s;
}

.faq .list dl {
  background-color: #0e1038;
}

.faq .list dl:not(:last-child) {
  margin-bottom: 10px;
}

.faq .list dl dd {
  background: #08082a;
  display: none;
  line-height: 2;
  padding: 20px 50px;
  position: relative;
}

.faq .list dl dd .content {
  opacity: 0;
  transform: translateX(10px);
  transition-duration: 0s;
  transition-delay: 0s;
}

.faq .list dl dd.show .content {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.37, 0.87, 0.57, 0.97);
}

.faq .list dl dd p {
  margin: 0 0 1em;
  width: 100%;
  overflow: hidden;
}

.faq .list dl dd p:last-child {
  margin-bottom: 0;
}

.faq .list dl dd p small {
  opacity: 0.5;
}

.faq .list dl dd a,
.faq .list dl dd a:link {
  color: #ffffff;
}

.faq .list dl dd a:hover,
.faq .list dl dd a:link:hover {
  text-decoration: underline;
}

.faq .list dl dd strong {
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  margin: 0.5em 0 0.4em;
}

.faq .list dl dd h4 {
  color: #ffea00;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  display: block;
  margin: 1.5em 0 0.8em;
}

.faq .list dl dd h4:first-child {
  margin-top: 0em;
}

.faq .list dl dd h5 {
  display: block;
  line-height: 1.3;
  font-size: 15px;
  padding: 0.1em 0.3em 0.1em 0.7em;
  margin: 1.6em 0 1.2em;
  border-left: 4px solid #ffea00;
}

.faq .list dl dd h5:first-child {
  margin-top: 0.2em;
}

.faq .list dl dd ul {
  margin: 0.8em 0 1em;
  padding-left: 2em;
  list-style: disc;
}

.faq .list dl dd ul li small {
  opacity: 0.5;
}

.faq .list dl dd:before {
  content: "A";
  position: absolute;
  left: 25px;
  font-size: 16px;
  line-height: 1.2;
  top: 21px;
}

.faq .list dl dd ::selection {
  color: #ffea00;
  background-color: #ffffff;
}

.faq .list dl dt {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  padding: 20px;
  cursor: pointer;
  user-select: none;
}

.faq .list dl dt h3 {
  transition: 0.3s;
}

.faq .list dl dt:hover {
  color: #ffea00;
}

.faq .list dl dt.active {
  color: #ffea00;
}

.faq .list dl dt.active:before {
  transform: translateY(-50%) rotate(-180deg);
}

.faq .list dl dt:before {
  content: "";
  position: absolute;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #fff;
  top: 50%;
  transform: translateY(-50%);
}

.faq .list dl dt:after {
  content: "";
  position: absolute;
  right: 25px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  top: 50%;
  transform: translateY(-50%);
}

.about-us {
  background: url(../img/lpdi_sample_a/bg6.jpg) no-repeat center center;
  text-align: center;
  background-size: cover;
}

.about-us .about-us-tit {
  padding-bottom: 35px;
  opacity: 0;
  transition-duration: 1.2s;
}

.about-us .about-us-tit em {
  font-style: normal;
  font-size: 18px;
  color: #ffe600;

  font-weight: 700;
}

.about-us .about-us-tit h3 {
  font-size: 30px;

  font-weight: 500;
}

.about-us .about-us-tit h3 span>span {
  font-size: 14px;
  display: block;
}

.about-us .it-web-box .it-web-left span,
.about-us .it-web-box .it-web-right span {
  display: block;
  padding-bottom: 0;
  padding-top: 15px;
}

.company {
  background: #08082a;
}

.company ul {
  max-width: 940px;
  margin: 30px auto 0;
  opacity: 0;
  transition-duration: 1.2s;
}

.company ul li {
  display: flex;
  font-size: 16px;
}

.company ul li span {
  display: block;
  padding: 15px 40px;
  border-bottom: 1px solid #2a337a;
  min-width: 160px;
}

.company ul li p {
  padding: 15px 90px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.bases {
  background: #05051b;
}

.bases ul {
  max-width: 940px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition-duration: 1.2s;
}

.bases ul li {
  width: 31%;
  text-align: center;
}

.bases ul li figure {
  background: #fafafa;
  padding: 40px 0;
}

.bases ul li figure img {
  margin: auto;
  height: 70px;
}

.bases ul li h3 {
  font-size: 16px;

  font-weight: 700;
}

.bases ul li h3 span {
  font-size: 20px;
}

.bases ul li .base-box {
  background: #080828;
  padding: 20px;
}

.bases ul li .base-box div {
  background: url(../img/lpdi_sample_a/bases-bg.png) no-repeat;
  width: 186px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  font-size: 16px;
  color: #2a337a;

  font-weight: 700;
  margin: 10px auto;
}

.bases ul li p {
  text-align: left;
  line-height: 1.8;
  padding-top: 10px;
}

.company-bases {
  max-width: 1360px;
  margin: auto;
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  /*折り返し*/
  align-items: stretch;
  justify-content: center;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
}

.company-bases .col {
  width: calc(530px);
  min-width: calc(520px);
  margin: 25px;
  background-color: #fafafa;
  border-radius: 10px;
  border: 2px solid #ffffff;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
}

.company-bases .col .base-brand {
  padding: 5px 10px;
}

.company-bases .col .base-brand img {
  display: block;
  width: 45%;
  float: left;
  padding-top: 20px;
}

.company-bases .col .base-body {
  padding: 26px 30px;
  position: relative;
  color: #ffffff;
  background: #0E1038 url(img/point-bg.png) center center/cover no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  clear: both;
}

.company-bases .col .base-body p small {
  font-size: 0.8em;
}

.company-bases .col .tag {
  display: inline-block;
  line-height: 1.3;
  padding: 0.2em 1em;
  color: #ffffff;
  background-color: #0E1038;
  border-radius: 10em;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 200;
}

.company-bases .col h3 {
  width: 55%;
  float: right;
  text-align: center;
  color: #0E1038;

  font-size: 22px;
  font-weight: 700;
  display: block;
  margin: 0.6em 0;
  line-height: 1.1;
}

.company-bases .service {
  font-size: 17px;
  font-weight: 200;
}

.company-bases .col p {
  font-size: 14px;
  width: 100%;
  overflow: hidden;
}

.company-bases.animate .col {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

.company-bases.animate .col:nth-child(1) {
  transition-delay: 0s;
}

.company-bases.animate .col:nth-child(2) {
  transition-delay: 0.2s;
}

.company-bases.animate .col:nth-child(3) {
  transition-delay: 0.4s;
}


@media (max-width: 1150px) {
  .company-bases .col h3 {
    font-size: 1.8vw;
  }
}

@media (max-width: 900px) {
  .company-bases .col h3 {
    font-size: 2vw;
  }

  .company-bases .col p {
    font-size: 12px;
  }

  .faq .list dl dt {
    font-size: 16px;
  }

  .company-bases .col .base-body {
    padding: 2vw;
  }
}

@media (max-width: 700px) {
  .company {
    padding: 40px 0 0;
  }

  .company .list {
    margin: 0px 0 40px;
  }

  .company-bases {
    display: block;
  }

  .company-bases .col .base-brand img {
    max-width: 200px;
    margin: auto;
  }

  .company-bases .col h3 {
    font-size: 18px;
  }

  .company-bases .col .base-body {
    height: auto !important;
  }

  .company-bases .col p {
    max-width: 300px;
    margin: 0.5em auto;
    text-align: center;
  }

  .company-bases .col {
    width: 100%;
    min-width: 0;
    max-width: 500px;
    margin: 20px auto;
  }
}

@media (max-width: 550px) {
  .company .list-wrapper {
    padding-top: 10px;
  }
}

@media (max-width: 500px) {
  .company-bases .col .base-brand img {
    float: none;
    width: auto;
  }

  .company-bases .col .base-brand h3 {
    float: none;
    width: auto;
  }

  .company-bases .col .base-body {
    padding: 4.5vw 4vw 3.6vw;
  }

  .company-bases .col p {
    text-align: left;
  }

  .office .office-box2 .office-box2-right .office-contact,
  .office-box3-right .office-contact {
    display: block;
  }

  .office .office-box2 .office-box2-right .office-contact .office-tel,
  .office-box3-right .office-contact .office-tel {
    padding: 12px 20px;
    margin-bottom: 20px;
  }

  .office .office-box2 .office-box2-right .office-contact>a,
  .office-box3-right .office-contact>a {
    max-width: 250px;
    margin: 0 auto;
  }
}


footer {
  background: #08082a;
  padding-top: 45px;
}

footer .foot-top {
  display: flex;
  justify-content: space-between;
}

footer .foot-top .foot-logo {
  transition: .3s;
  display: block;
}

footer .foot-top .foot-logo:hover {
  opacity: 0.8;
}

footer .foot-top ul {
  display: flex;
  justify-content: flex-end;
}

footer .foot-top ul li a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  transition: .3s;
}

footer .foot-top ul li a:hover {
  text-decoration: underline;
}

footer .foot-top ul li:last-child a {
  border-left: 1px solid #fff;
}

footer .copy {
  text-align: center;
  padding: 0 10px;
}

body #chatplusview #eye_catcher .button-hide {
  top: 2px;
  right: 9px;
  font-size: 12px;
}

.animates {
  opacity: 1 !important;
}

@media screen and (max-width: 1920px) {
  .flow .flow-head ul li {
    background: none;
    border: 1px solid #fff;
    height: auto;
  }

  .flow .flow-head ul li:before,
  .flow .flow-head ul li:after {
    display: none;
  }

  .flow .flow-head ul li:hover {
    background: #ffea00;
    height: auto;
    border: 1px solid #ffea00;
  }
}

@media screen and (max-width: 1600px) {
  .flow .flow-head ul li .flow-flex div h4 {
    font-size: 14px;
  }

  .flow .flow-head ul li .flow-flex div em {
    font-size: 12px;
  }

  .flow .flow-head ul li .flow-flex span {
    font-size: 12px;
  }
}

@media screen and (max-width: 1400px) {
  .fixheader {
    padding: 10px 20px 10px 30px;
  }

  header {
    padding: 15px 20px 15px 30px;
  }

  /*  .topic ul li {
    margin-right: 120px; }*/

  .topic ul>div .more {
    right: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .hero .navs .main-navigation {
    display: none;
  }

  .hero .navs .pagetop {
    position: fixed;
    right: 20px;
    bottom: 70px;
  }

  .fixheader .head-right .head-tel div {
    padding: 0 10px;
  }

  header .head-right {
    margin-right: 50px;
  }

  header .head-right .head-tel,
  header .head-right .head-enve,
  header .head-right .head-sign {
    display: block;
    border-radius: 5px;
  }

  header .head-right .head-tel i,
  header .head-right .head-enve i,
  header .head-right .head-sign i {
    display: block;
    height: auto;
    background: none;
    text-align: center;
    line-height: 1;
    padding: 10px 0 5px;
  }

  header .head-right .head-tel i {
    color: #e9482d;
  }

  header .head-right .head-tel i.fa-phone-volume::before {
    transform: translateY(0);
  }

  header .head-right .head-enve,
  header .head-right .head-sign {
    padding-bottom: 10px;
  }

  header .head-right .head-enve span,
  header .head-right .head-sign span {
    padding: 0 10px;
  }

  header .head-right .head-tel div {
    padding: 0 10px;
  }

  header .head-right .head-tel div h2 {
    font-size: 18px;
    text-align: center;
  }

  header .head-right .head-tel div p {
    display: none;
  }

  .topic ul li {
    margin-right: 0;
  }

  .topic ul>div .more {
    position: static;
    max-width: 92px;
    margin: 30px auto 0;
  }

  .it-web-box .it-web-right a,
  .it-web-box .it-web-left a {
    padding: 0 20px;
  }

  .flow .flowitem {
    margin: 40px 10px;
  }
}

@media screen and (max-width: 1100px) {
  header .head-left div {
    display: none;
  }

  .flow .flow-head ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .flow .flow-head ul li {
    width: 32%;
    margin-bottom: 20px;
  }

  .flow .flow-head ul li img {
    margin: 0 10px;
  }

  .office .office-box2 {
    display: block;
  }

  .office .office-box2 img,
  .office :not(.not-it)>.office-box2 img {
    margin: 0 auto 20px;
    width: 100%;
  }

  .office :not(.not-it)>.office-box2 .office-box2-right {
    margin-left: 0;
  }

  .office .office-box2 .office-box2-right {
    margin: 30px auto 0;
    max-width: 537px;
  }

  .office .office-box3-right {
    margin-left: 0;
  }

  .office .office-box3 {
    display: block;
    max-width: 537px;
    margin: auto;
  }

  .office .office-box3 .map-box {
    margin: 30px auto;
  }

  .office .office-box2 .map,
  .office .office-box3 .map {
    height: 200px;
    margin-bottom: 30px;
  }

  .it-web-box {
    display: block;
  }

  .it-web-box .it-web-left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .it-web-box .it-web-right a,
  .it-web-box .it-web-left a {
    max-width: 600px;
    margin: 0 auto;
  }

  .curriculum {
    padding: 70px 0 40px;
  }

  .curriculum2>ul {
    display: block;
  }

  .curriculum2>ul>li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .employment {
    display: block;
  }

  .employment .employment-content {
    display: block;
    padding: 0 20px;
    margin: 0 auto;
  }

  .employment .employment-content>div:first-child {
    margin: 0 auto 30px;
  }

  .employment .employment-content>div {
    margin: 0 auto;
  }

  .employment .employment-top figure {
    width: 80%
  }

  .employment .employment-top>div {
    width: 120%;
  }

  .flow .flowitem em {
    font-size: 26px;
  }

  .message p {
    padding: 0 20px;
  }

  .about .about-bottom {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .anxiety-box {
    display: block;
  }

  .anxiety-box>div {
    width: 100%;
    margin: 0 auto 30px;
  }

  .bases ul {
    display: block;
  }

  .bases ul li {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 30px;
  }

  .bases {
    padding: 70px 0 40px;
  }

  .mobile-btn .active {
    width: 40px;
    height: 40px;
    padding: 10px 5px;
    background-color: #fff;
    border: solid 1px #000;
  }
}

@media screen and (max-width: 800px) {
  header {
    align-items: center;
  }

  header .head-left a {
    max-width: 180px;
  }

  header .head-right .head-enve span,
  header .head-right .head-sign span {
    display: none;
  }

  header .head-right .head-tel,
  header .head-right .head-enve,
  header .head-right .head-sign {
    padding-bottom: 0;
  }

  header .head-right .head-tel i,
  header .head-right .head-enve i,
  header .head-right .head-sign i {
    padding: 10px;
  }

  header .head-right .head-tel div {
    display: none;
  }

  header .head-right .head-tel {
    top: 6px;
    width: 40px;
  }

  .office .office-img {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .office .office-img figure,
  .office .office-img figure.two-pictures,
  .office .office-img figure.one-picture {
    width: 76.5%;
    margin: 0 auto 30px;
  }

  .mobile-btn {
    top: 35px;
  }

  .mobile-btn1 {
    top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .featured-wrapper {
    transform: translate(0, -50%);
    text-align: center;
    margin: 0 auto;
    left: 0;
    width: 100%;
  }

  .featured-wrapper h2 {
    font-size: 18px;
  }

  .featured-wrapper p {
    font-size: 14px;
    padding: 10px 0 15px;
  }

  .featured-wrapper a {
    max-width: 300px;
    padding: 13px 10px;
    margin: 0 auto;
    
    font-size: 14px;
  }

  .featured-wrapper a i {
    margin-right: 5px;
    font-size: 18px;
  }

  .open {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .station {
    font-size: 16px;
  }

  .office_wrp {
    margin-top: -10px;
    padding: 20px 10px;
  }

  .office_wrp .station {
    display: inline-block;
    text-align: left;
  }

  .office_name {
    font-size: 14px;
    line-height: 20px;
  }

  .employment .employment-top img {
    height: auto;
  }

  .flow>p {
    padding: 25px 20px 40px;
  }

  .flow .flow-head {
    margin: 0 20px;
  }

  .flow .flow-head ul li {
    width: 44%;
  }

  section {
    padding: 40px 0;
  }

  .topic ul li {
    font-size: 14px;
  }

  .topic ul {
    width: 100%;
  }

  .topic a {
    font-size: 14px;
  }

  .event {
    display: block;
  }

  .event_pc-view {
    display: none;
  }

  .event_sp-view {
    display: block;
  }

  .event_image {
    width: 50%;
    margin: auto;
    padding: 10px 0;
  }

  .topic .event_detail picture {
    display: none;
  }

  .topic p.event_overview {
    width: 100%;
  }

  .event_btn_wrp {
    width: 100%;
  }

  .event_desc {
    width: initial;
  }

  .title:before {
    top: -50px;
    height: 40px;
  }

  .title em {
    font-size: 12px;
  }

  .title h2 {
    font-size: 18px;
  }

  .anxiety {
    padding: 40px 0 20px;
  }

  .anxiety ul li {
    font-size: 14px;
  }

  .anxiety-tit {
    font-size: 18px;
    padding: 40px 20px 80px;
  }

  .anxiety-box-common .anxiety-box-tit h3 {
    font-size: 16px;
  }

  .about p {
    font-size: 14px;
    padding: 20px 15px 0;
  }

  .about .about-content {
    padding: 40px 0;
  }

  .about .about-content div {
    font-size: 14px;
  }

  .about .about-content h3 {
    font-size: 16px;
  }

  .about .about-content img {
    margin: 10px auto;
  }

  .about .about-bottom {
    font-size: 14px;
  }

  .it-web p {
    padding: 0 20px;
  }

  .it-web .it-web-1 sub {
    font-size: 14px;
  }

  .it-web .it-web-1 h3 {
    font-size: 16px;
  }

  .it-web .it-web-left a,
  .it-web .it-web-right a {
    max-width: 275px;
    height: 48px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 5px;
  }

  .it-web .it-web-left a i,
  .it-web .it-web-right a i {
    font-size: 16px;
    margin-right: 5px;
  }

  .it-web .it-web-left a h3,
  .it-web .it-web-right a h3 {
    font-size: 20px;
  }

  .it-web .it-web-left span,
  .it-web .it-web-right span {
    font-size: 14px;
  }

  .it-web .it-web-left small,
  .it-web .it-web-right small {
    display: none;
  }

  .office .office-box2 .map,
  .office .office-box3 .map {
    min-width: auto;
  }

  .curriculum>p {
    font-size: 14px;
    padding: 15px 20px 20px;
  }

  .curriculum .curriculum1 {
    justify-content: center;
  }

  .curriculum .curriculum1-left {
    margin-right: 40px;
  }

  .curriculum .curriculum1-left h3 {
    font-size: 16px;
  }

  .curriculum .curriculum1-left h3 span {
    font-size: 18px;
  }

  .curriculum .curriculum1-left p {
    font-size: 14px;
  }

  .curriculum .curriculum1-right {
    padding: 15px;
  }

  .curriculum2 .curriculum-tit h2 {
    font-size: 16px;
  }

  .curriculum2 .curriculum-tit1 h3 {
    font-size: 16px;
  }

  .curriculum2 .curriculum2-bottom li {
    font-size: 14px;
  }

  .message p {
    font-size: 14px;
  }

  .it-web .it-web-2 {
    padding-bottom: 20px;
  }

  .it-web .it-web-2 h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .it-web .it-web-2 p {
    font-size: 14px;
  }

  .employment .employment-top p {
    font-size: 16px;
  }

  .flow .flowitem {
    margin: 30px 10px;
  }

  .flow .flowitem p {
    padding: 15px;
  }

  .flow .flowitem h3 span {
    font-size: 16px;
  }

  .flow .flowitem h3 .order {
    font-size: 12px;
  }

  .office .office-box1 h3 {
    font-size: 16px;
  }

  .office .office-box2 .office-box2-right .office-contact .office-tel h3,
  .office-box3-right .office-contact .office-tel h3 {
    font-size: 16px;
  }

  .office .office-box2 .office-box2-right .office-contact .office-tel p,
  .office-box3-right .office-contact .office-tel p {
    display: none;
  }

  .office .office-box2 .office-box2-right .office-contact .office-ele,
  .office-box3-right .office-contact .office-ele,
  .office .office-box2 .office-box2-right .office-contact .office-link {
    padding: 5px 10px;
    font-size: 14px;
  }

  .office .office-box2 .office-box2-right .office-contact .office-ele i,
  .office-box3-right .office-contact .office-ele i,
  .office .office-box2 .office-box2-right .office-contact .office-link i {
    margin-right: 10px;
  }

  .office .office-img figure:first-of-type {
    margin: 0 auto 20px;
  }

  .office .not-it {
    width: 90%;
    padding: 20px 10px;
  }

  .company ul li {
    font-size: 14px;
  }

  .company ul li span {
    padding: 5px 10px;
  }

  .company ul li p {
    padding: 5px 20px;
  }

  .bases ul li h3 {
    font-size: 14px;
  }

  .about-us .about-us-tit h3 {
    font-size: 16px;
  }

  .about-us .about-us-tit h3 span>span {
    font-size: 12px;
  }

  .about-us .it-web-left a,
  .about-us .it-web-right a {
    max-width: 275px;
    height: 48px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 5px;
  }

  .about-us .it-web-left a i,
  .about-us .it-web-right a i {
    font-size: 16px;
    margin-right: 5px;
  }

  .about-us .it-web-left a h3,
  .about-us .it-web-right a h3 {
    font-size: 20px;
  }

  .about-us .it-web-left a small,
  .about-us .it-web-right a small {
    display: none;
  }

  .about-us .it-web-left span,
  .about-us .it-web-right span {
    font-size: 14px;
  }

  .foot-top {
    margin-bottom: 20px;
  }

  .office .office-box2 .office-box2-right .office-box2-tab div span,
  .office .office-box2 .office-box2-right .office-box2-tab div p {
    padding: 10px;
  }

  .office .office-img {
    margin: 30px auto 0;
  }

  .office .not-it-label {
    width: 100%;
  }

  .office .not-it figure {
    width: 100%;
  }

  .office .not-it .office-box2 .office-box2-right .office-contact a {
    margin-bottom: 12px;
  }

  .office .not-it .office-box2 .office-box2-right .office-contact a:last-of-type {
    margin-bottom: 0;
  }

  .office .not-it .office-box2 .office-box2-right .office-contact .office-link {
    justify-content: center;
  }

  .office .not-it .office-box2 .office-box2-right .office-contact .office-link div {
    margin: 0;
  }

  .office .office-box3-right h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 550px) {
  .hero-txt {
    display: none;
  }

  .faq .list dl dt h3:hover {
    color: #fff;
  }

  .faq .list dl dt.active h3:hover {
    color: #ffea00;
  }

  .curriculum .curriculum1 {
    background: none;
    padding: 30px 20px;
    display: block;
  }

  .curriculum .curriculum1 .curriculum1-right {
    margin-top: 20px;
    text-align: left;
  }

  .curriculum .curriculum1-left {
    margin-right: 0;
  }

  .anxiety ul:before {
    left: 40px;
  }

  .anxiety ul:after {
    right: 40px;
  }
}

@media screen and (max-width: 500px) {
  .sp-br {
    display: inline;
  }

  .hero {
    height: 500px;
  }

  header {
    padding: 15px 10px 15px 15px;
  }

  header .head-left a {
    max-width: 130px;
  }

  header .head-right .head-enve {
    margin: 0 10px;
  }

  .fixheader {
    padding: 10px 10px 10px 15px;
  }

  header .head-right .head-tel i,
  header .head-right .head-enve i,
  header .head-right .head-sign i {
    padding: 5px;
  }

  .mobile-btn {
    top: 30px;
  }

  .mobile-btn1 {
    top: 15px;
  }

  .flow .flow-head ul li {
    width: 100%;
  }

  .faq .list dl dt {
    padding-right: 48px;
  }

  .office .office-box2 .office-box2-right .office-contact {
    display: block;
  }

  .office .office-box2 .office-box2-right .office-contact>a {
    max-width: 250px;
    margin: 0 auto;
  }

  .office .office-box2 .office-box2-right .office-contact .office-tel {
    margin-bottom: 20px;
  }

  .office .office-img {
    flex-wrap: wrap;
  }

  .office .office-img figure,
  .office .office-img figure.two-pictures,
  .office .office-img figure.one-picture {
    width: 100%;
    margin: 0 auto 20px;
  }

  .office .office-img figure:first-of-type {
    margin: 0 auto 20px;
  }

  /*
    .office .office-img figure:nth-child(2) {
      margin: 0; }
      */

  .company ul li span {
    min-width: 100px;
  }

  footer {
    padding-top: 30px;
  }

  footer .foot-top {
    display: block;
  }

  footer .foot-top ul {
    justify-content: center;
    margin-top: 20px;
  }

  .foot-logo {
    max-width: 210px;
    display: block;
    margin: 0 auto;
  }

  .bases ul li {
    max-width: 300px;
  }
}

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

/* ----------------------------------------------- */
/* contact > ModalWindow(privacy-policy) */
/* ----------------------------------------------- */
.modal_open {
  display: inline-block;
  text-decoration: underline;
}

.modal_open:hover {
  cursor: pointer;
  text-decoration: none;
}

#mw_pp02 .modal_open {
  text-decoration: none;
  padding: 0 10px;
}

.modal_box {
  position: fixed;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 840px;
  margin: 0;
  padding: 10px;
  border: 2px solid #aaa;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  height: 70%;
}

.modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  font-size: 30px;
  color: #000;
  line-height: 30px;
  text-align: center;
  background: #e6e6e6;
}

.modal_close i {
  line-height: 33px;
  vertical-align: bottom;
  font-size: 0.5em;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  /* display: none; */
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.link_area {
  overflow: hidden;
  max-width: 410px;
  margin: 60px auto 0;
  text-align: center;
}

.link_area .modal_link {
  display: inline;
}

.link_area .modal_link a {
  display: inline-block;
  width: 180px;
  color: #000;
  line-height: 2.5;
  text-decoration: none;
  margin: 0 10px;
  background: #e6e6e6;
}

.link-area ul li.modal_link:first-child a {
  float: left;
}

.link-area ul li.modal_link:last-child a {
  float: right;
}


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

  /*  ウィンドウサイズ769px以下の時のスタイル  */

  .modal_box {
    padding: 30px 10px;
  }

  .link_area {
    margin: 25px auto 0;
  }

  .link_area .modal_link a {
    margin: 15px auto 0;
  }

  .link_area ul li.modal_link:first-child a {
    float: none;
    margin-top: 0;
  }

  .link_area ul li.modal_link:last-child a {
    float: none;
  }
}


/* 20231002 */


.fixed_footer {
  position: fixed;
  bottom: -75px;
  width: 100%;
  margin: auto;
  background: #08082a;
  padding: 10px 0;
  z-index: 999;
  transition: .7s
}

.fixed_footer.show {
  bottom: 0
}

.fixed_footer .group {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.fixed_footer .group>div.tel {
  background: #ff0;
  color: #e9482d;
  font-weight: 700;
}

.fixed_footer .group>div {
  width: min(300px, 100%);
  text-align: center;
  max-width: 48%;
  border-radius: 10px;
  padding: 6px;
}

.fixed_footer.show {
  bottom: 0
}

.fixed_footer .group>div a {
  display: block;
  width: 100%;
  height: 100%;
}

.group>div.to_content {
  background: #e9482d;
}

.fixed_footer .group>div.tel a {
  padding-top: .4em;
  
  color: #e9482d;
  line-height: 1.3;
}

.fixed_footer .group>div.to_content a {
  color: #fff;
}

.fixed_footer .group>div span.large {
  font-size: 120%;
  font-weight: bold;
}


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


  .fixed_footer .group {
    gap: 8px;
  }

  .fixed_footer .group>div a {
    font-size: 12px;
  }

}