@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  height: 100%;
  color: #3e3e3e;
}

ul {
  list-style: none;
}

html {
  font-size: 0.09765625vw;
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 0.133333333vw;
  }
}
body {
  background: #040000;
}

body, html {
  padding: 0px;
  margin: 0px;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

h2, h3, h4, h5 {
  margin: 0px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

p, dl, dd, dt {
  margin: 0px;
}

ol, ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

figure {
  margin: 0px;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

html {
  height: 100%;
}

#app {
  height: 100%;
}

.centerBoxType1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  width: 90%;
}

.editAreaOver {
  color: #fff;
  margin: 20px;
  line-height: 1.8em;
  font-size: 0.9em;
  height: calc(100% - 83px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.editArea {
  height: 100%;
}

.centerBoxType2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  width: 90%;
}

.centerBoxType3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 90%;
}

.mainContArea {
  height: calc(100% - 61px);
}

.heightFull #app {
  height: 100%;
}

.articleBox1 article {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.articleBox1 article .figureArea {
  position: relative;
  width: 40%;
  max-width: 392px;
}
.articleBox1 article .figureArea img {
  width: 100%;
}
.articleBox1 article .figureArea .sideText {
  color: #1c83d1;
  font-weight: 900x;
  font-size: 5em;
  font-family: "Bebas Neue";
  position: absolute;
  top: 0px;
}
.articleBox1 article .left {
  margin-right: 5%;
}
.articleBox1 article .left .sideText {
  transform: rotate(-90deg);
  transform-origin: left top;
  left: -20px;
}
.articleBox1 article .right .sideText {
  transform: rotate(90deg);
  transform-origin: right top;
  right: -20px;
}
.articleBox1 article .contArea {
  width: 55%;
}
.articleBox1 article .contArea .titleText {
  font-size: 3em;
  font-weight: 900;
  padding-bottom: 20px;
  line-height: 1.3em;
  color: #343434;
}
.articleBox1 article .contArea .textArea {
  line-height: 1.8em;
}

.formAreaType2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.formAreaType2 a {
  color: #2585cf;
  text-decoration: none;
}
.formAreaType2 dl dt {
  padding-bottom: 10px;
  font-size: 1em;
  text-align: left;
}
.formAreaType2 dl dd {
  margin-bottom: 20px;
  text-align: left;
}
.formAreaType2 .cautionArea {
  line-height: 1.5em;
  padding-bottom: 15px;
}
.formAreaType2 .bottomBtnArea {
  margin-left: 15px;
  margin-right: 15px;
}
.formAreaType2 .bottomBtnArea .btnStyle1, .formAreaType2 .bottomBtnArea .btnStyle2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.inputDouble input {
  width: 49% !important;
  margin-right: 2%;
}

.inputToripple input {
  width: 32.3333% !important;
  margin-right: 1.5%;
}

.sideTopNav1 ul {
  display: flex;
}
.sideTopNav1 ul li {
  width: 50%;
  padding: 13px 10px 13px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.9em;
  background: #326182;
  border-right: 1px solid #437393;
  color: #fff;
}
.sideTopNav1 ul li:before {
  content: "";
  display: inline-block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.sideTopNav1 ul li:last-child {
  border-right: none;
}

.stepNav {
  font-weight: bold;
}
.stepNav ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  border-bottom: #d7d7d7 5px solid;
  padding-bottom: 10px;
}
.stepNav ul li.over {
  border-bottom: 5px solid #1c83d1;
}

.cardList {
  margin-top: 20px;
}

.cardList h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #1f2338;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.cardList p {
  padding-bottom: 10px;
}

.cardList li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 2.2em;
  color: #3f3f3f;
}

.cautionArea {
  line-height: 1.5em;
  padding-bottom: 15px;
  text-align: left;
  font-size: 0.9em;
}
.cautionArea a {
  color: #1c83d1;
  text-decoration: none;
}

.cautionAreaStyle2 {
  border: 1px solid #1f2338;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.6em;
  margin-bottom: 30px;
  font-size: 0.9em;
  text-align: left;
}
.cautionAreaStyle2 a {
  color: #299dd3;
  font-weight: bold;
}

.selectBox {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.selectBox select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 100%;
  padding: 5px;
  font-size: 1em;
  box-sizing: border-box;
  border: none;
  background: #fff;
  border-radius: 5px;
  height: 39px;
}

.selectBox:after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  left: 4px;
  border-top: 2px solid #404040;
  border-right: 2px solid #404040;
  transform: rotate(135deg);
  float: right;
  margin-right: 15px;
  margin-top: -23px;
  clear: both;
}

.mainHeader {
  display: flex;
  justify-content: space-between;
}
.mainHeader .logoArea {
  padding: 25px 0px 25px 25px;
  width: 220px;
}
.mainHeader .logoArea img {
  width: 100%;
}
.mainHeader .navArea {
  display: flex;
}
.mainHeader .navArea nav {
  display: flex;
}
.mainHeader .navArea nav ul {
  display: flex;
}
.mainHeader .navArea nav ul li {
  font-size: 0.9em;
  font-weight: 900;
  display: flex;
}
.mainHeader .navArea nav ul li a {
  color: #1f2338;
  display: flex;
  text-decoration: none;
  align-items: center;
}
.mainHeader .navArea nav ul:first-child li {
  padding-right: 30px;
}
.mainHeader .navArea nav ul:last-child li a {
  display: flex;
  padding: 30px;
  background: #1c83d1;
  color: #fff;
  text-align: center;
}
.mainHeader .navArea nav ul:last-child li:last-child a {
  background: #363636;
}
.mainHeader .navArea_ctp {
  display: flex;
}
.mainHeader .navArea_ctp nav {
  display: flex;
}
.mainHeader .navArea_ctp nav ul {
  display: flex;
}
.mainHeader .navArea_ctp nav ul li {
  font-size: 0.9em;
  font-weight: 900;
  display: flex;
  padding-right: 30px;
}
.mainHeader .navArea_ctp nav ul li a {
  color: #1f2338;
  display: flex;
  text-decoration: none;
  align-items: center;
}

.btnStyle1, .btnStyle2 {
  width: 80%;
  max-width: 350px;
  display: block;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #1c83d1;
  padding: 15px;
  filter: drop-shadow(25px 25px 10px rgba(0, 0, 0, 0.3));
  font-size: 0.9em;
}
.btnStyle1:before, .btnStyle2:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(-45deg);
  margin-right: 10px;
}

.btnStyle2 {
  background: #fff;
  color: #1c83d1;
}
.btnStyle2:before {
  border-right: 1px solid #1c83d1;
  border-bottom: 1px solid #1c83d1;
}

.pagination {
  margin-top: 40px;
}
.pagination span {
  background: #0f0e0e;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  margin-right: 5px;
  min-width: 44px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}
.pagination a {
  background: #f1f1f1;
  padding: 10px;
  color: #1f2338;
  text-decoration: none;
  margin-right: 5px;
  min-width: 44px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
}

.sectionType1 {
  background: url(../images/common/main_img1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center top;
}
.sectionType1 .subCopy {
  position: absolute;
  bottom: -30px;
  right: 5%;
  width: 90%;
  max-width: 753px;
}
.sectionType1 .subCopy img {
  width: 100%;
  height: auto;
}
.sectionType1 .textArea {
  overflow: hidden;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  color: #fff;
  padding-top: 245px;
  padding-bottom: 245px;
}
.sectionType1 .textArea h1 {
  font-size: 2.3em;
  line-height: 1.4em;
  padding-bottom: 10px;
}
.sectionType1 .textArea p {
  font-size: 1em;
  line-height: 1.7em;
  padding-bottom: 10px;
  padding-bottom: 30px;
}
.sectionType1 .textArea:before {
  content: "";
  display: block;
  width: 1000px;
  transform: rotate(-25deg);
  background: #00ccff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #00ccff 0%, #1c83d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ccff", endColorstr="#1c83d1",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  height: 1000px;
  top: -780px;
  left: -700px;
  position: absolute;
}
.sectionType1 .textArea:after {
  content: "";
  display: block;
  width: 2000px;
  transform: rotate(-10deg);
  background: #00ccff; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00ccff 0%, #1c83d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ccff", endColorstr="#1c83d1",GradientType=1 ); /* IE6-9 */
  height: 2000px;
  bottom: -1830px;
  right: -1100px;
  position: absolute;
}

.mainBg2 {
  background: url(../images/common/main_img2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.titleSec1 {
  text-align: center;
  color: #fff;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-top: 80px;
}
.titleSec1 p {
  font-size: 0.9em;
  line-height: 1.4em;
  padding-bottom: 10px;
  font-weight: 600;
}
.titleSec1 h2 {
  font-size: 2em;
  line-height: 1.4em;
}

.sectionType2 {
  background: url(../images/common/bg_tex1.png);
}
.sectionType2 .innerCont {
  padding-bottom: 80px;
  padding-top: 80px;
  box-sizing: border-box;
  background: url(../images/common/w_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.sectionType2 .innerCont .contArea {
  line-height: 2em;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding-right: 5%;
  padding-left: 5%;
}
.sectionType2 .innerCont h2 {
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 40px;
  width: 100%;
  line-height: 1.2em;
  color: #fff;
  -webkit-text-stroke: 1px #1c83d1;
  text-stroke: 1px #1c83d1;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 3em;
  font-weight: 900;
  text-shadow: 0px 3px 0 #00ccff;
}
.sectionType2 .innerCont h2:after {
  content: "";
  display: block;
  width: 40%;
  max-width: 200px;
  border-bottom: 3px solid #1c83d1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.coorBlue {
  color: #1c83d1;
  font-weight: 900;
}

.backBtn1 {
  background: #306083;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  top: 50px;
  color: #fff;
}
.backBtn1 span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.subTitleStyle1 {
  background: url(../images/common/bg_sec_title1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
}
.subTitleStyle1 p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 50px;
  background: #fff;
  max-width: 300px;
  display: block;
  font-weight: 600;
  line-height: 1.4em;
  color: #1c83d1;
}
.subTitleStyle1 h2 {
  margin-top: 15px;
  font-size: 2em;
  line-height: 1.4em;
  color: #fff;
}

.pdl10px {
  padding-left: 10px;
}

.pdr10px {
  padding-right: 10px;
}

.pdb10px {
  padding-bottom: 10px;
}

.pdt10px {
  padding-top: 10px;
}

.pd10px {
  padding: 10px;
}

.pdl20px {
  padding-left: 20px;
}

.pdr20px {
  padding-right: 20px;
}

.pdb20px {
  padding-bottom: 20px;
}

.pdt20px {
  padding-top: 20px;
}

.pd20px {
  padding: 20px;
}

.pdl30px {
  padding-left: 30px;
}

.pdr30px {
  padding-right: 30px;
}

.pdb30px {
  padding-bottom: 30px;
}

.pdt30px {
  padding-top: 30px;
}

.pd30px {
  padding: 30px;
}

.pdl40px {
  padding-left: 40px;
}

.pdr40px {
  padding-right: 40px;
}

.pdb40px {
  padding-bottom: 40px;
}

.pdt40px {
  padding-top: 40px;
}

.pd40px {
  padding: 40px;
}

.pdl50px {
  padding-left: 50px;
}

.pdr50px {
  padding-right: 50px;
}

.pdb50px {
  padding-bottom: 50px;
}

.pdt50px {
  padding-top: 50px;
}

.pd50px {
  padding: 50px;
}

.pdl60px {
  padding-left: 60px;
}

.pdr60px {
  padding-right: 60px;
}

.pdb60px {
  padding-bottom: 60px;
}

.pdt60px {
  padding-top: 60px;
}

.pd60px {
  padding: 60px;
}

.pdl70px {
  padding-left: 70px;
}

.pdr70px {
  padding-right: 70px;
}

.pdb70px {
  padding-bottom: 70px;
}

.pdt70px {
  padding-top: 70px;
}

.pd70px {
  padding: 70px;
}

.pdl80px {
  padding-left: 80px;
}

.pdr80px {
  padding-right: 80px;
}

.pdb80px {
  padding-bottom: 80px;
}

.pdt80px {
  padding-top: 80px;
}

.pd80px {
  padding: 80px;
}

.pdl90px {
  padding-left: 90px;
}

.pdr90px {
  padding-right: 90px;
}

.pdb90px {
  padding-bottom: 90px;
}

.pdt90px {
  padding-top: 90px;
}

.pd90px {
  padding: 90px;
}

.pdl100px {
  padding-left: 100px;
}

.pdr100px {
  padding-right: 100px;
}

.pdb100px {
  padding-bottom: 100px;
}

.pdt100px {
  padding-top: 100px;
}

.pd100px {
  padding: 100px;
}

.flowBoxStyle1 {
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.flowBoxStyle1 li {
  position: relative;
  z-index: 500;
  border: 1px solid #1071bb;
  background: #fff;
  padding: 30px 0px 30px 30px;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 30px;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.1));
}
.flowBoxStyle1 li:nth-child(2n) {
  z-index: 400;
}
.flowBoxStyle1 li:nth-child(3n) {
  z-index: 300;
}
.flowBoxStyle1 li:nth-child(4n) {
  z-index: 200;
  margin-bottom: 0px;
}
.flowBoxStyle1 li:nth-child(2n) {
  padding: 30px;
}
.flowBoxStyle1 li figure {
  width: 348px;
  display: block;
  position: relative;
}
.flowBoxStyle1 li figure .arrow1 {
  position: absolute;
  bottom: -78px;
  left: 50%;
  margin-left: -27px;
}
.flowBoxStyle1 li .contArea {
  width: calc(100% - 348px);
}
.flowBoxStyle1 li .contArea .subTitle1 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  -webkit-text-stroke: 1px #1c83d1;
  text-stroke: 1px #1c83d1;
  font-size: 3em;
  font-weight: 900;
  text-shadow: 0px 3px 0 #10a3e5;
  vertical-align: middle;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.flowBoxStyle1 li .contArea .subTitle1 strong {
  display: block;
  width: 100%;
  padding-top: 10px;
  background: #00ccff;
  background: linear-gradient(to right, #00ccff 0%, #1c83d1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ccff", endColorstr="#1c83d1",GradientType=1 );
  margin-top: 14px;
  transform: skewX(30deg);
  margin-right: -30px;
}
.flowBoxStyle1 li .contArea .subTitle1 .fontLsize {
  font-size: 1.6em;
  font-weight: 400;
}
.flowBoxStyle1 li .contArea h3 {
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 1.4em;
  font-size: 2em;
  padding-right: 30px;
}
.flowBoxStyle1 li .contArea .textArea {
  padding-right: 30px;
  line-height: 1.8em;
  padding-bottom: 30px;
}

.sectionType3 {
  background: #fafafa;
}

.sectionType4 {
  background: url(../images/common/bg_sec1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.sectionType4 .innerCont {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.sectionType4 .innerCont header {
  color: #fff;
}
.sectionType4 .innerCont header p {
  font-size: 0.9em;
  line-height: 1.4em;
  padding-bottom: 10px;
  font-weight: 600;
}
.sectionType4 .innerCont header h2 {
  font-size: 2em;
  line-height: 1.4em;
  margin-bottom: 40px;
}
.sectionType4 .innerCont .catList1 {
  display: flex;
  flex-wrap: wrap;
}
.sectionType4 .innerCont .catList1 li {
  background: #fff;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
  border-radius: 30px;
  color: #1c83d1;
  padding: 14px;
  line-height: 1.4em;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
}
.sectionType4 .innerCont .catList1 li:nth-child(4n) {
  margin-right: 0px;
}

.sectionType5 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.sectionType5 .innerCont {
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.sectionType5 .innerCont header {
  text-align: center;
  color: #1c83d1;
  padding-bottom: 50px;
}
.sectionType5 .innerCont header h2 {
  font-size: 2em;
  line-height: 1.4em;
}
.sectionType5 .innerCont header h2:after {
  content: "";
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #1c83d1;
  margin-top: 20px;
}

.contListBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contListBox article {
  margin-bottom: 1.8%;
  width: 32%;
  padding: 10px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-radius: 5px;
}
.contListBox article figure {
  padding-top: 190px;
}
.contListBox article .contBox {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.contListBox article h3 {
  padding-top: 15px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.contListBox article p {
  line-height: 1.6em;
  font-size: 0.8em;
}
.contListBox article figure {
  position: relative;
}
.contListBox article figure img {
  display: none;
}
.contListBox.boxType2 article {
  border: none;
  background: #fff;
  border-right: 3px #ebebeb solid;
  border-bottom: 3px #ebebeb solid;
}
.contListBox.boxType2 article figure img {
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
}

.bgGray1 {
  background: #f1f1f1;
}

.video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headProf {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding-top: 30px;
}
.headProf .headProfLeft {
  display: flex;
  align-content: center;
  align-items: center;
}
.headProf .headProfLeft figure {
  width: 73px;
  height: 73px;
  margin-right: 15px;
  border-radius: 60px;
}
.headProf .headProfLeft dl dt {
  font-weight: bold;
  line-height: 1.4em;
  padding-bottom: 5px;
}
.headProf .headProfLeft dl dd {
  color: #727272;
  line-height: 1.4em;
}
.headProf .headProfRight {
  width: 30%;
  max-width: 200px;
}
.headProf .headProfRight span {
  display: block;
  width: 100%;
  text-align: center;
  border: 3px solid #336489;
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  font-weight: 600;
  box-sizing: border-box;
}

.figFullWidth {
  margin-top: 30px;
}
.figFullWidth figure {
  display: block;
  width: 100%;
  padding-top: 350px;
}

.contBoxBase {
  font-size: 0.9em;
  line-height: 1.6em;
  border-bottom: 1px solid #cecece;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.contBoxBase .entryBtns {
  margin-top: 30px;
}
.contBoxBase p {
  padding-top: 30px;
}

.tableArea1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  background: #ffffff;
  margin-top: 30px;
}
.tableArea1 dt {
  width: 150px;
  padding: 15px;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  box-sizing: border-box;
  background: #fbfbfb;
}
.tableArea1 dd {
  width: calc(100% - 150px);
  padding: 15px;
  border-bottom: 1px solid #cecece;
  border-right: 1px solid #cecece;
  box-sizing: border-box;
}

.sectionType6 {
  background: url(../images/common/bg_cvarea1.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.sectionType6 .innerCont {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.sectionType6 .innerCont h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.4em;
}
.sectionType6 .innerCont .btnStyle2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.mainFooter {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.mainFooter p {
  font-size: 0.8em;
}
.mainFooter nav {
  padding-bottom: 30px;
  line-height: 1.4em;
}
.mainFooter nav a {
  color: #1f2338;
  font-size: 0.8em;
  text-decoration: none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 40px;
  height: 34px;
}

.menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #1f2338;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 15px;
  width: 30px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 20px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(15px) rotate(-45deg);
  width: 40px !important;
  background-color: #fff;
}

.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
  width: 40px !important;
  background-color: #fff;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-15px) rotate(45deg);
  width: 40px;
  background-color: #fff;
}

.spNavBtn {
  display: flex;
  align-items: center;
  padding-right: 25px;
  display: none;
  position: absolute;
  top: 25px;
  right: 0px;
  z-index: 2100;
}

.spNavList {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1100;
  padding: 20% 5% 5% 5%;
  box-sizing: border-box;
}
.spNavList .closeBtn1 {
  color: #fff;
  top: 1%;
  right: 2%;
  position: absolute;
  color: #fff;
  font-size: 6vw;
  font-weight: 900;
}
.spNavList li {
  margin-bottom: 5%;
}
.spNavList li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 6vw;
  line-height: 1.5em;
  font-weight: 600;
}
.spNavList ul:nth-child(2n) {
  display: flex;
  padding-top: 5%;
}
.spNavList ul:nth-child(2n) li {
  width: 50%;
}
.spNavList ul:nth-child(2n) li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 4vw;
  background: #1c83d1;
  padding: 5%;
  box-sizing: border-box;
}
.spNavList ul:nth-child(2n) li:nth-child(2n) a {
  background: #363636;
}

.spVer {
  display: none !important;
}

.pcVer {
  display: block !important;
}

.pcVerFlex {
  display: flex !important;
}

.formArea input {
  border: none;
  padding: 5px 10px 5px 10px;
  font-size: 0.8em;
  border-radius: 20px;
  margin-right: 5px;
}
.formArea button.shBtn1 {
  border: none;
  padding: 6px;
  font-size: 0.8em;
  border-radius: 20px;
  width: 60%;
  min-width: 80px;
  max-width: 150px;
  background: #306083;
  color: #fff;
}

.leftNone {
  left: 0px !important;
}

.ctpHeader1 {
  background: #497fa7;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.ctpHeader1 .leftSide {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.ctpHeader1 .leftSide .formArea {
  display: flex;
  justify-content: space-between;
}
.ctpHeader1 .leftSide h1 {
  margin-right: 15px;
}
.ctpHeader1 .rightSide nav {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.ctpHeader1 .rightSide nav ul {
  display: flex;
  font-size: 0.9em;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.ctpHeader1 .rightSide nav ul li {
  margin-left: 20px;
}
.ctpHeader1 .rightSide nav ul li a {
  color: #fff;
  text-decoration: none;
}
.ctpHeader1 .rightSide nav ul:last-child li a {
  height: 65px;
  padding: 0px 30px 0px 30px;
  background: #336489;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
}

.ctpMainCont {
  height: calc(100% - 65px);
  display: flex;
  justify-content: space-between;
}
.ctpMainCont .conBox {
  background: #f7f7f7;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ctpMainCont .conBox .contBoxInnerOver {
  height: 100%;
  width: calc(100% + 20px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  box-sizing: border-box;
}
.ctpMainCont .conBox .contBoxInner {
  height: 100%;
  width: calc(100% + 20px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 25px 45px 25px 25px;
  box-sizing: border-box;
}
.ctpMainCont .conBox .contBoxInner2 {
  height: calc(100% - 233px);
  width: calc(100% - 20px);
  padding: 25px;
  box-sizing: border-box;
}
.ctpMainCont .leftSideBar {
  width: 100%;
  max-width: 300px;
  height: 100%;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.ctpMainCont .leftSideBar .leftInner {
  height: calc(100% - 89px);
  width: calc(100% + 20px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  border-radius: auto;
}
.ctpMainCont .leftSideBar .headTitle1 {
  display: flex;
  justify-content: space-between;
  background: #ecf2f6;
  padding: 10px 15px 10px 15px;
  box-sizing: border-box;
  align-content: center;
  align-items: center;
}
.ctpMainCont .leftSideBar .headTitle1 .iconArea {
  color: #497fa7;
}
.ctpMainCont .leftSideBar .headTitle1 .followBtn1 {
  display: block;
  border: 1px solid #497fa7;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
}
.ctpMainCont .leftSideBar .headTitle1 .followBtn1 span {
  padding: 7px;
  font-weight: bold;
  color: #497fa7;
}
.ctpMainCont .leftSideBar .headTitle1 .followBtn1 strong {
  padding: 7px;
  background: #497fa7;
  color: #fff;
}
.ctpMainCont .leftSideBar article {
  padding: 20px 40px 20px 20px;
  border-bottom: 1px solid #e3e3e3;
  border-radius: auto;
}
.ctpMainCont .leftSideBar article .headArea {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.ctpMainCont .leftSideBar article .headArea .figArea {
  display: block;
  width: 46px;
  height: 46px;
  margin-right: 10px;
}
.ctpMainCont .leftSideBar article .headArea .personData h2 {
  line-height: 1.4em;
}
.ctpMainCont .leftSideBar article .headArea .personData p {
  line-height: 1.6em;
  font-size: 0.8em;
  color: #515151;
  padding-top: 3px;
}
.ctpMainCont .leftSideBar article .textArea {
  font-size: 0.8em;
  line-height: 1.7em;
  background: #f7f7f7;
  padding: 10px;
  box-sizing: border-box;
}

.ctpMainContMs {
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
}
.ctpMainContMs .messegeList1 {
  width: 20%;
  height: 100%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  min-width: 150px;
  background: #424242;
}
.ctpMainContMs .messegeList1 h1 {
  background: #2f2f2f;
  font-size: 0.7em;
  padding: 5px;
  color: #fff;
}
.ctpMainContMs .messegeList1 ul li {
  padding: 15px;
  border-bottom: 1px solid #606060;
  line-height: 1.4em;
  font-size: 0.9em;
  color: #fff;
}
.ctpMainContMs .messegeList1 ul li div {
  overflow: hidden;
}
.ctpMainContMs .messegeList1 ul li span {
  width: 300px;
  display: block;
}
.ctpMainContMs .messegeList1 ul li i {
  color: #0093ff;
}
.ctpMainContMs .messegeList2 {
  width: 20%;
  height: 100%;
  min-width: 150px;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  background: #f8f8f8;
}
.ctpMainContMs .messegeList2 h1 {
  background: #dedede;
  font-size: 0.7em;
  padding: 5px;
  color: #1f2338;
}
.ctpMainContMs .messegeList2 ul li {
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
  line-height: 1.4em;
  font-size: 0.9em;
  color: #1f2338;
}
.ctpMainContMs .messegeList2 ul li div {
  overflow: hidden;
}
.ctpMainContMs .messegeList2 ul li i {
  color: #0093ff;
}
.ctpMainContMs .messegeList2 ul li span {
  width: 300px;
  display: block;
}
.ctpMainContMs .messegeList3 {
  width: 60%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  background: #fff;
}
.ctpMainContMs .messegeList3 .messegeArea {
  padding: 20px 20px 63px 20px;
}
.ctpMainContMs .messegeList3 article {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
}
.ctpMainContMs .messegeList3 article figure {
  width: 60px;
}
.ctpMainContMs .messegeList3 article figure a {
  display: block;
  padding-top: 100%;
  width: 100%;
  border-radius: 50%;
}
.ctpMainContMs .messegeList3 article .textBox1 {
  width: calc(100% - 60px);
  padding-left: 10px;
}
.ctpMainContMs .messegeList3 article .textBox1 h2 {
  font-size: 0.9em;
  line-height: 1.4em;
  padding-bottom: 5px;
}
.ctpMainContMs .messegeList3 article .textBox1 h2 span {
  color: #a0a0a0;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 10px;
}
.ctpMainContMs .messegeList3 article .textBox1 p {
  font-size: 0.9em;
  line-height: 1.4em;
}

.sendBtnArea {
  border-top: 1px solid #e9e9e9;
  width: 60%;
  background: #fff;
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.sendBtnArea input, .sendBtnArea textarea {
  resize: none;
  width: calc(100% - 100px);
  display: block;
  border: none;
  padding: 10px;
  background: #f8f8f8;
  font-size: 1.2em;
  height: 40px;
  box-sizing: border-box;
}
.sendBtnArea .btnSendArea {
  width: 100px;
}
.sendBtnArea .btnSendArea button {
  width: 100%;
  border: none;
  background: #326182;
  color: #fff;
  font-size: 1em;
  height: 40px;
  box-sizing: border-box;
}

.entryBtns {
  margin-top: 20px;
  display: flex;
}
.entryBtns li {
  background: #fff;
  width: 49%;
  max-width: 200px;
  border-radius: 30px;
  margin-right: 2%;
  padding: 10px 20px 10px 20px;
  box-sizing: border-box;
  color: #1f2338;
  text-align: center;
  font-size: 0.9em;
}
.entryBtns li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #1f2338;
  border-bottom: 1px solid #1f2338;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.cpExpList ul {
  margin: 20px 25px 0px 25px;
  display: flex;
  border-bottom: 1px solid #cecece;
}
.cpExpList ul li {
  padding-bottom: 20px;
}
.cpExpList ul li dl {
  display: flex;
  align-content: center;
  align-items: center;
  line-height: 1.4em;
}
.cpExpList ul li dl dt {
  background: #343434;
  padding: 10px 15px 10px 15px;
  color: #fff;
  border-radius: 5px;
}
.cpExpList ul li dl dd {
  margin-left: 10px;
  margin-right: 20px;
}

.loginArea {
  background: url(../images/common/bg_tex1.png);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.loginArea .loginInner {
  width: 90%;
  max-width: 420px;
}
.loginArea .loginInner .loginBoxArea {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.1));
}
.loginArea .loginInner .loginBoxArea header h1 {
  text-align: center;
  font-size: 1.4em;
  padding-bottom: 60px;
  padding-top: 30px;
}
.loginArea .loginInner .mailBox {
  padding-bottom: 15px;
}
.loginArea .loginInner .passBox {
  padding-bottom: 15px;
}
.loginArea .loginInner .autoLogin {
  padding-bottom: 20px;
  padding-top: 10px;
}

.longTextArea {
  background: url(../images/common/bg_tex1.png);
}
.longTextArea .innerCont {
  padding-bottom: 60px;
}
.longTextArea .innerCont p {
  font-size: 0.9em;
  line-height: 1.6em;
  padding-bottom: 30px;
}
.longTextArea .innerCont p:last-child {
  padding-bottom: 0px;
}
.longTextArea .innerCont h2 {
  padding-bottom: 20px;
  line-height: 1.4em;
}

.whiteBox {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.1));
}

.mgtm30px {
  position: relative;
  top: -30px;
}

.subTopHeader1 {
  background: url(../images/common/bg_photo1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 90px;
}
.subTopHeader1 h1 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.4em;
}
.subTopHeader1 span {
  display: inline-block;
  margin-top: 15px;
  font-weight: 900;
}

/* css checkbox01 */
.autoLogin {
  height: 22px;
}

.checkbox01-input {
  display: none;
}

.checkbox01-parts {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
}

.checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}

.checkbox01-input:checked + .checkbox01-parts {
  color: #009a9a;
  line-height: 15px;
}

.checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

@media screen and (max-width: 679px) {
  .checkbox01-parts::before {
    top: 4px;
  }
  .checkbox01-input:checked + .checkbox01-parts::after {
    top: -5px;
  }
}
.formArea2 input, .formArea2 textarea {
  border: 1px solid #dddddd;
  padding: 10px;
  border-radius: 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1em;
  -webkit-appearance: none;
}
.formArea2 textarea {
  border-radius: 5px;
}
.formArea2 .autologin {
  width: auto !important;
}
.formArea2 .resisterBtn {
  background: #1f2338;
  color: #fff;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  border: none;
  padding: 10px 5px 10px 5px;
  width: 100%;
  max-width: 250px;
  font-size: 1em;
  margin-bottom: 30px;
}
.formArea2 .forgetPass {
  margin-bottom: 10px;
}
.formArea2 .forgetPass a {
  color: #1f2338;
  text-decoration: none;
}
.formArea2 .forgetPass a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #1f2338;
  border-bottom: 1px solid #1f2338;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.formArea2 .newResister a {
  color: #1f2338;
  text-decoration: none;
}
.formArea2 .newResister a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #1f2338;
  border-bottom: 1px solid #1f2338;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.infoList1 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.infoList1 li {
  line-height: 1.4em;
  margin-top: 20px;
  font-weight: bold;
  font-size: 0.9em;
}
.infoList1 li a {
  text-decoration: none;
  color: #1f2338;
}
.infoList1 li dl {
  display: flex;
  align-content: center;
  align-items: center;
}
.infoList1 li dl dt {
  margin-right: 15px;
}
.infoList1 li dl dt span {
  display: inline-block;
  border: 1px solid #497fa7;
  color: #497fa7;
  padding: 0px 5px 0px 5px;
  width: 80px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.8em;
  margin-left: 10px;
}
.infoList1 li dl dd {
  display: flex;
}

.boxList1 {
  display: flex;
  padding-top: 30px;
}
.boxList1 article {
  background: #fff;
  margin-bottom: 40px;
  border-radius: 5px;
  width: 32%;
  margin-right: 2%;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.1));
}
.boxList1 article:nth-child(3n) {
  margin-right: 0px;
}
.boxList1 article .headBox {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 15px;
  background: #3d3d3d;
  box-sizing: border-box;
  border-radius: 5px 5px 0 0;
}
.boxList1 article .headBox figure a {
  display: block;
  width: 46px;
  height: 46px;
}
.boxList1 article .headBox .titleBox {
  position: relative;
  width: 100%;
  margin-left: 15px;
  color: #fff;
}
.boxList1 article .headBox .titleBox h2 {
  font-size: 0.7em;
  line-height: 1.8em;
}
.boxList1 article .headBox .titleBox .titleBox2 {
  font-weight: bold;
}
.boxList1 article .headBox .titleBox .labelBox {
  width: 75px;
  background: #497fa7;
  font-size: 0.8em;
  padding: 5px;
  text-align: center;
  position: absolute;
  color: #fff;
  border-radius: 5px;
  top: -30px;
  right: 0px;
}
.boxList1 article .workInfo1 {
  padding: 10px;
  font-size: 0.8em;
  line-height: 1.5em;
}
.boxList1 article .workInfo1 span {
  display: inline-block;
  margin-right: 10px;
}
.boxList1 article .boxBtnArea1 {
  text-align: center;
  display: flex;
  border-top: 1px solid #dfdfdf;
}
.boxList1 article .boxBtnArea1 a {
  display: block;
  width: 50%;
  color: #1f2338;
  text-decoration: none;
  font-size: 0.8em;
  padding: 10px;
  box-sizing: border-box;
}
.boxList1 article .boxBtnArea1 a:last-child {
  border-left: 1px solid #dfdfdf;
}
.boxList1 article .boxBtnArea1 a:first-child {
  vertical-align: middle;
}
.boxList1 article .boxBtnArea1 a:first-child:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #1f2338;
  border-bottom: 1px solid #1f2338;
  transform: rotate(-45deg);
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.titleArea1 {
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.titleArea1 h1 {
  font-size: 1.4em;
}
.titleArea1 h1 span {
  color: #497fa7;
}
.titleArea1 ul {
  display: flex;
  align-content: center;
  align-items: center;
}
.titleArea1 ul li {
  margin-left: 10px;
}
.titleArea1 ul li a {
  color: #497fa7;
  border: 1px solid #497fa7;
  display: block;
  padding: 10px;
  font-size: 0.8em;
  text-decoration: none;
  border-radius: 5px;
  vertical-align: middle;
  display: block;
  width: 100px;
  text-align: center;
}
.titleArea1 ul li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #497fa7;
  border-bottom: 1px solid #497fa7;
  transform: rotate(-45deg);
  margin-right: 8px;
  vertical-align: middle;
}

.titleArea2 {
  background: #497fa7;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
}
.titleArea2 h1 {
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
}
.titleArea2 .btnRight1 {
  display: flex;
}
.titleArea2 .btnRight1 a {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 10px 30px 10px 30px;
  background: #336489;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  vertical-align: middle;
}
.titleArea2 .btnRight1 a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-right: 8px;
  vertical-align: middle;
}

.singleMainVis {
  background: url(../images/common/bg_single_main.png);
  background-repeat: no-repeat;
  padding: 60px 40px 60px 40px;
  position: relative;
  width: calc(100% - 20px);
  box-sizing: border-box;
}
.singleMainVis .btnStyle3 {
  position: absolute;
  right: 10px;
  top: 10px;
}
.singleMainVis .titleCont {
  display: flex;
  align-content: center;
  align-items: center;
}
.singleMainVis .titleCont .figArea a {
  display: block;
  width: 113px;
  height: 113px;
  border-radius: 100px;
  border: 5px solid #fff;
  box-sizing: border-box;
}
.singleMainVis .titleCont .titileData {
  margin-left: 25px;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.singleMainVis .titleCont .titileData h1 {
  font-size: 1.4em;
  line-height: 1.3em;
}
.singleMainVis .titleCont .titileData h1:after {
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100px;
}
.singleMainVis .titleCont .titileData p {
  font-size: 0.9em;
  line-height: 1.4em;
}

.btnStyle3 {
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.8em;
}
.btnStyle3:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.userListStyle1 {
  padding-top: 30px;
}
.userListStyle1 .headArea1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}
.userListStyle1 .headArea1 .leftArea {
  display: flex;
}
.userListStyle1 .headArea1 .leftArea h2 {
  color: #497fa7;
  margin-right: 20px;
  line-height: 1.6em;
}
.userListStyle1 .headArea1 .leftArea h2:before {
  content: "";
  display: inline-block;
  width: 13px;
  margin-right: 5px;
  border-bottom: 3px solid #497fa7;
  position: relative;
  top: -5px;
}
.userListStyle1 .headArea1 .leftArea p {
  font-weight: bold;
  line-height: 1.6em;
}
.userListStyle1 .headArea1 .rightArea a {
  text-decoration: none;
  font-weight: bold;
  color: #1f2338;
}
.userListStyle1 .headArea1 .rightArea a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #497fa7;
  border-bottom: 1px solid #497fa7;
  transform: rotate(-45deg);
  margin-right: 8px;
}
.userListStyle1 .portList1Over {
  overflow: hidden;
  width: 100%;
  height: 164px;
}
.userListStyle1 .portList1 {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 100%;
  padding-bottom: 40px;
  height: 174px;
}
.userListStyle1 .portList1 li {
  margin-right: 10px;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
  height: 149px;
}
.userListStyle1 .portList1 li figure {
  background: #fff;
  border-radius: 5px;
}
.userListStyle1 .portList1 li figure a {
  border-radius: 5px;
  display: block;
  width: 163px;
  height: 149px;
}

.spNav {
  position: fixed;
  width: 100%;
  background: #497fa7;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
}
.spNav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.spNav ul li {
  width: 20%;
  text-align: center;
  border-right: 1px solid #5188b1;
  box-sizing: border-box;
}
.spNav ul li:first-child {
  background: #336489;
}
.spNav ul li strong {
  display: block;
  width: 100%;
  font-size: 0.7em;
  line-height: 1.4em;
  padding-top: 4px;
  box-sizing: border-box;
}
.spNav ul li a {
  text-decoration: none;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.spNav ul li span {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.pcMgb50px {
  margin-bottom: 50px;
}

.articleList article {
  background: #fff;
  border-radius: 5px;
  filter: drop-shadow(25px 25px 10px rgba(0, 0, 0, 0.1));
  width: 90%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding: 30px;
  box-sizing: border-box;
}
.articleList article:first-child {
  margin-top: 0px;
}
.articleList article h2 {
  border-bottom: 1px solid #e6e6e6;
  font-size: 1.6em;
  line-height: 1.4em;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.articleList article .video {
  margin-bottom: 20px;
}
.articleList article .textArea p {
  font-size: 1em;
  line-height: 2.2em;
}
.articleList article a {
  color: #287dbe;
  text-decoration: none;
}

.mainContArea2 {
  padding-bottom: 60px;
  padding-top: 30px;
}

.tagArea {
  padding-top: 20px;
  text-align: right;
}
.tagArea a {
  color: #3e3e3e;
  font-size: 0.9em;
  display: inline-block;
  margin-left: 5px;
}

@media screen and (min-width: 1750px) {
  .boxList1 article {
    width: 24%;
    margin-right: 1.3333333%;
  }
  .boxList1 article:nth-child(4) {
    margin-right: 0px;
  }
}
.listFigArea {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.listFigArea article {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 24%;
  padding-top: 24%;
  background: #fff;
  border-radius: 5px;
  margin-right: 1.3%;
  margin-bottom: 1.3%;
}
.listFigArea article:nth-child(4n) {
  margin-right: 0px;
}
.listFigArea article figure {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.listFigArea article figure a {
  display: block;
  width: 100%;
  padding-top: 100%;
}
.listFigArea article h2 {
  position: absolute;
  bottom: 0px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1.5em;
}
.listFigArea article:last-child {
  font-size: 6em;
}
.listFigArea article:last-child .innerBox {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 45%;
  font-weight: 200;
}

.mgt80px {
  margin-top: 80px;
}

.spVer {
  display: none;
}

.contListBox article .centerTextTitle1 {
  color: #292929;
  font-size: 0.9em;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 0px;
}

.sectionType7 {
  background: url(../images/common/bg_office1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sectionType7 .innerCont {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
}
.sectionType7 .innerCont h2 {
  font-size: 4em;
  line-height: 1.4em;
}
.sectionType7 .innerCont h2:after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 30%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sectionType7 .innerCont h2.titleVer2 {
  font-size: 3em;
}
.sectionType7 .innerCont h2.titleVer2:after {
  display: none;
}
.sectionType7 .innerCont p {
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.6em;
}

.sectionType9 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.sectionType9 .textBox {
  line-height: 1.9em;
  font-weight: 900;
  color: #343434;
}

.titleVer3 {
  text-align: center;
  font-size: 2em;
  line-height: 1.3em;
}
.titleVer3:after {
  content: "";
  border-bottom: 1px solid #1f2338;
  width: 30%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sectionType8 {
  overflow: hidden;
}

.sectionType10 {
  background: url(../images/common/bg_photo1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sectionType10 .innerCont {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sectionType10 .innerCont .box1 {
  display: flex;
}
.sectionType10 .innerCont .box1 article {
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  padding-right: 20px;
  padding-left: 20px;
  width: 31%;
  margin-bottom: 3.33333%;
  margin-right: 3.3333333%;
}
.sectionType10 .innerCont .box1 article:last-child {
  margin-right: 0px;
}
.sectionType10 .innerCont .box1 article h2 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.4em;
  line-height: 1.2em;
  border-bottom: 1px solid #e7e7e7;
}
.sectionType10 .innerCont .box1 article .textBox {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.9em;
  line-height: 2em;
}
.sectionType10 .innerCont .box1 article figure {
  text-align: center;
  padding-top: 20px;
}
.sectionType10 .innerCont .box1 article figure img {
  width: 100%;
}
.sectionType10 .innerCont .box2 {
  text-align: center;
  border: 1px solid #fff;
  padding: 40px;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  line-height: 1.8em;
  border-radius: 5px;
}

.colorYellow {
  color: #fccb05;
}

.bdb1px_a {
  border-bottom: 1px solid #e9e9e9;
}

.bdt1px_a {
  border-top: 1px solid #e9e9e9;
}

.sideBarList {
  border-right: 1px solid #e9e9e9;
  width: 100%;
  max-width: 180px;
  height: 100%;
  overflow: hidden;
}
.sideBarList nav {
  width: calc(100% + 20px);
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.sideBarList nav ul li a {
  display: block;
  width: 100%;
  padding: 30px 40px 30px 10px;
  box-sizing: border-box;
  font-size: 0.8em;
  border-bottom: 1px solid #e9e9e9;
  text-decoration: none;
  color: #1f2338;
}
.sideBarList nav ul li a:hover {
  background: #f3f3f3;
}

.sideBarListSchool {
  max-width: 250px;
  border-right: 1px solid #e9e9e9;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sideBarListSchool nav {
  width: calc(100% + 20px);
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.sideBarListSchool nav ul li a {
  display: block;
  width: 100%;
  padding: 30px 40px 30px 10px;
  box-sizing: border-box;
  font-size: 0.8em;
  border-bottom: 1px solid #e9e9e9;
  text-decoration: none;
  color: #1f2338;
}
.sideBarListSchool nav ul li a:hover {
  background: #f3f3f3;
}
.sideBarListSchool nav ul li {
  padding: 0px;
}
.sideBarListSchool nav ul li dl dt {
  font-size: 0.8em;
  padding: 20px 40px 20px 20px;
  border-bottom: 1px solid #e9e9e9;
}
.sideBarListSchool nav ul li dl dd {
  border-bottom: 1px solid #e9e9e9;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sideBarListSchool nav ul li dl dd ul li {
  border-bottom: none;
}
.sideBarListSchool nav ul li dl dd ul li a {
  position: relative;
  display: block;
  padding: 15px 40px 15px 20px;
  background: none !important;
  border-bottom: none;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 2.2em;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  top: 0.14em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "✓ ";
  position: absolute;
  top: 0.22em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #fff;
  pointer-events: none;
}

[type=checkbox]:disabled:checked + label:after {
  color: #09ad7e;
  pointer-events: none;
}

[type=checkbox]:disabled + label {
  color: #1f2338;
  pointer-events: none;
}

/* accessibility */
[type=checkbox]:checked:focus + label:before,
[type=checkbox]:not(:checked):focus + label:before {
  border: 2px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #4778d9 !important;
}

.postContArea {
  height: 100%;
  overflow: auto;
}
.postContArea header {
  background: #f3f3f3;
  padding: 15px;
  font-size: 0.9em;
  box-sizing: border-box;
}
.postContArea p, .postContArea figure {
  margin-top: 30px;
  line-height: 2em;
  font-size: 0.9em;
}
.postContArea p:first-child, .postContArea figure:first-child {
  margin-top: 0px;
}
.postContArea p img, .postContArea figure img {
  width: 100%;
  border-radius: 5px;
  height: auto;
}
.postContArea h2 {
  margin-top: 40px;
  line-height: 1.8em;
  font-size: 1.2em;
  background: #f3f3f3;
  padding: 15px 20px 15px 20px;
  box-sizing: border-box;
  border-left: 3px solid #287dbe;
  color: #287dbe;
}
.postContArea h2:first-child {
  margin-top: 0px;
}
.postContArea h3 {
  border-bottom: 3px solid #e9e9e9;
  margin-top: 40px;
  padding-bottom: 20px;
  font-size: 1.2em;
  color: #287dbe;
}
.postContArea h3:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #287dbe;
  border-bottom: 2px solid #287dbe;
  transform: rotate(-45deg);
  margin-right: 10px;
}
.postContArea h3:first-child {
  margin-top: 0px;
}
.postContArea ul, .postContArea ol {
  font-size: 0.9em;
  line-height: 2em;
  margin-top: 30px;
  background: #f3f3f3;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 5px;
}
.postContArea ul:first-child, .postContArea ol:first-child {
  margin-top: 0px;
}
.postContArea ul li, .postContArea ol li {
  list-style-type: disc;
  margin-left: 20px;
}

.blogTextArea header {
  background: #f3f3f3;
  padding: 15px;
  font-size: 0.9em;
  box-sizing: border-box;
}
.blogTextArea p, .blogTextArea figure {
  margin-top: 40px;
  line-height: 2em;
  font-size: 0.9em;
}
.blogTextArea p:first-child, .blogTextArea figure:first-child {
  margin-top: 0px;
}
.blogTextArea p img, .blogTextArea figure img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.blogTextArea h3 {
  margin-top: 30px;
  line-height: 1.8em;
  font-size: 1em;
  background: #f3f3f3;
  padding: 10px 15px 10px 15px;
  box-sizing: border-box;
  border-left: 3px solid #1f2338;
}
.blogTextArea h3:first-child {
  margin-top: 0px;
}
.blogTextArea h4 {
  border-bottom: 1px solid #e0e0e0;
  margin-top: 30px;
  padding-bottom: 20px;
}
.blogTextArea h4:first-child {
  margin-top: 0px;
}
.blogTextArea ul, .blogTextArea ol {
  font-size: 1em;
  line-height: 2.2em;
  margin-top: 40px;
  background: #f3f3f3;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 5px;
}
.blogTextArea ul:first-child, .blogTextArea ol:first-child {
  margin-top: 0px;
}
.blogTextArea ul li, .blogTextArea ol li {
  list-style-type: disc;
  margin-left: 20px;
}
.blogTextArea .wp-block-group {
  font-size: 1em;
  line-height: 2.2em;
  margin-top: 40px;
  background: #f3f3f3;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 5px;
}
.blogTextArea a {
  color: #287dbe;
  text-decoration: none;
}

.postPopUpArea {
  text-align: center;
  padding-top: 30px;
}

.postTextArea {
  padding: 30px;
}
.postTextArea img {
  width: 100%;
  margin-top: 30px;
}
.postTextArea img:first-child {
  margin-top: 0px;
}
.postTextArea a {
  color: #287dbe;
}
.postTextArea a.btnStyle1, .postTextArea a.btnStyle2 {
  color: #fff;
}

.mainEduArea {
  display: flex;
  height: 100%;
}

.editSection {
  width: 100%;
  height: calc(100% - 57px);
  max-width: 300px;
  background: #1d2023;
  position: relative;
}
.editSection header {
  background: #333;
  color: #fff;
  padding: 15px;
  font-size: 0.9em;
}
.editSection .editButtonArea {
  background: #333;
  text-align: right;
  position: fixed;
  padding: 10px;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  width: 100%;
  max-width: 300px;
}
.editSection .editButtonArea button {
  width: 100%;
  padding: 10px;
  background: #0fa88a;
  color: #fff;
  font-size: 0.8em;
  border: none;
}

.sectionType11 {
  background: url(../images/common/bg_lines.png);
}
.sectionType11 .innerCont {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}
.sectionType11 .innerCont dl {
  width: 48%;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  margin-right: 4%;
  text-align: center;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  filter: drop-shadow(25px 25px 10px rgba(0, 0, 0, 0.1));
}
.sectionType11 .innerCont dl:last-child {
  margin-right: 0px;
}
.sectionType11 .innerCont dl dt {
  font-size: 2em;
  padding-bottom: 15px;
  font-weight: 900;
  color: #1c83d1;
  line-height: 1.2em;
}
.sectionType11 .innerCont dl dd {
  color: #565656;
}
.sectionType11 .innerCont dl dd .pliceArea {
  font-size: 1.4em;
  font-weight: 900;
  padding-bottom: 20px;
}
.sectionType11 .innerCont dl dd .pliceArea span {
  display: inline-block;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.2em;
}
.sectionType11 .innerCont dl dd p {
  font-weight: 900;
  line-height: 1.4em;
}

.mgt0px {
  margin-top: 0px;
}

.fontsmall {
  font-size: 0.9em;
  line-height: 1.6em;
}

.ctpHeader {
  height: 61px;
  align-items: center;
  align-content: center;
}
.ctpHeader .logoArea {
  padding-top: 0px;
  padding-left: 15px;
  padding-bottom: 0px;
  width: 220px;
}

.ctpSpNavBtn {
  top: 15px;
}

.over {
  background: #f3f3f3;
}

.backBlack {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #1f2338;
  opacity: 0.8;
  display: none;
  z-index: 9999;
}

.subHeader1 {
  text-align: left;
  font-size: 1.4em;
  width: 90%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
}

.subHeader2 {
  text-align: left;
  font-size: 1.4em;
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
  margin-bottom: 40px;
  padding-top: 10px;
}

.popUpCover {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  align-content: center;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-left: -9999px;
  z-index: 10000;
  overflow: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.popUpCover .popUpBox {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  display: block;
  z-index: 10000;
}
.popUpCover .popUpBox .closeBtn {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: -50px;
  right: 0px;
}
.popUpCover .popUpBox h2 {
  font-size: 1.6em;
  line-height: 1.2em;
  padding-bottom: 20px;
}
.popUpCover .popUpBox p {
  line-height: 1.6em;
  padding-bottom: 20px;
}
.popUpCover .popUpBox p a {
  color: #1879c3;
}
.popUpCover .popUpBox .nextNtnBox {
  text-align: center;
}
.popUpCover .popUpBox .nextNtnBox .btnStyle1, .popUpCover .popUpBox .nextNtnBox .btnStyle2 {
  margin-left: auto;
  margin-right: auto;
  background: #4d4d4d;
}

.shareBox {
  border: 3px solid #eeeeee;
  padding: 20px;
  margin-bottom: 30px;
}
.shareBox dt {
  text-align: left;
  padding-bottom: 10px;
}
.shareBox dd {
  margin-bottom: 20px;
}
.shareBox dd:last-child {
  margin-bottom: 0px;
}

.col2Btn {
  display: flex;
  justify-content: space-between;
}
.col2Btn button {
  width: 49% !important;
  box-sizing: border-box;
}
.col2Btn button:last-child {
  background: #287dbe;
}

.formInputBase {
  width: 100%;
  background: #f1f1f1;
  border: none;
  padding: 10px;
  font-size: 1em;
  box-sizing: border-box;
  border-radius: 20px;
}

.formInputBase2 {
  width: 100%;
  background: #f1f1f1;
  border: none;
  padding: 8px;
  font-size: 1em;
  box-sizing: border-box;
  border-radius: 5px;
}

.addBtn {
  background: #287dbe;
  color: #fff;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  line-height: 50px;
  font-size: 2em;
  border-radius: 25px;
  z-index: 80;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.blogStyleArea1 {
  display: flex;
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.blogStyleArea1 aside {
  width: 90%;
  max-width: 200px;
  margin-right: 40px;
}
.blogStyleArea1 aside li {
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}
.blogStyleArea1 aside li a {
  text-decoration: none;
  color: #3e3e3e;
  font-weight: bold;
  padding-bottom: 20px;
  width: 100%;
  display: block;
}
.blogStyleArea1 .articleList .subHeader1 {
  width: 100%;
}
.blogStyleArea1 .articleList article {
  width: 100%;
  max-width: 834px;
}
.blogStyleArea1 .articleList article a {
  color: #287dbe;
  text-decoration: none;
}

.selectBox select {
  width: 100%;
  padding: 5px;
  font-size: 1em;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 5px;
  height: 39px;
  -webkit-appearance: none;
}

.selectBox:after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  left: 4px;
  border-top: 2px solid #404040;
  border-right: 2px solid #404040;
  transform: rotate(135deg);
  float: right;
  margin-right: 15px;
  margin-top: -23px;
}

@media screen and (max-width: 870px) {
  .spNavBtn {
    display: flex;
  }
  .mainHeader .navArea_ctp {
    display: none;
  }
  .navArea nav {
    display: none !important;
  }
  .sectionType1 {
    height: calc(100% - 125px);
  }
  .sectionType1 .textArea {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .flowBoxStyle1 li figure {
    width: 200px;
  }
  .flowBoxStyle1 li .contArea {
    width: calc(100% - 200px);
  }
  .mainEduArea {
    display: block;
  }
  .sideBarList {
    width: 100%;
    max-width: 100%;
    height: 51px;
    overflow: hidden;
  }
  .sideBarList nav {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 61px;
  }
  .sideBarList nav ul {
    width: 1920px;
    display: flex;
  }
  .sideBarList nav ul li {
    width: 160px;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;
  }
  .sideBarList nav ul li a {
    padding: 20px 10px 20px 10px;
    text-align: center;
    border-bottom: none;
  }
  .sideBarListSchool {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-bottom: none !important;
    overflow: inherit !important;
  }
  .sideBarListSchool nav {
    width: 100%;
    overflow: inherit !important;
  }
  .sideBarListSchool nav ul li dl dt {
    padding: 10px;
    background: #f3f3f3;
  }
  .sideBarListSchool nav ul li dl dd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sideBarListSchool nav ul li dl dd ul li a {
    padding: 10px;
  }
  .postContArea {
    border-top: none;
    height: auto;
  }
  .editSection {
    max-width: 100%;
    height: auto;
  }
  .editSection .editArea {
    min-height: 200px;
  }
  .editSection .editButtonArea {
    position: relative;
    max-width: 100%;
  }
  .spVer {
    display: block !important;
  }
  .pcVerFlex {
    display: none !important;
  }
  .ctpHeader .logoArea {
    width: 220px;
  }
}
@media screen and (max-width: 750px) {
  .ctpMainCont {
    height: calc(100% - 51px) !important;
  }
  .ctpArea {
    font-size: 0.9em;
  }
  .ctpArea .conBox .contBoxInner2 {
    padding: 10px;
  }
  .contBoxBase p {
    padding-top: 15px;
  }
  .tableArea1 {
    margin-top: 15px;
  }
  .singleMainVis {
    padding: 60px 20px 60px 20px;
  }
  .tableArea1 dt {
    padding: 10px;
    width: 100px;
  }
  .tableArea1 dd {
    padding: 10px;
    width: calc(100% - 100px);
  }
  .contBoxBase {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .userListStyle1 {
    padding-top: 10px;
  }
  .userListStyle1 .headArea1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    align-items: flex-end;
  }
  .userListStyle1 .headArea1 .leftArea {
    display: block;
  }
  .userListStyle1 .headArea1 .leftArea h2 {
    font-size: 1.2em;
  }
  .userListStyle1 .headArea1 .leftArea h2:before {
    display: none;
  }
  .userListStyle1 .headArea1 .leftArea P {
    font-size: 0.8em;
  }
  .userListStyle1 .headArea1 .rightArea {
    line-height: 1.6em;
  }
  .singleMainVis .titleCont .titileData {
    margin-left: 15px;
  }
  .singleMainVis .titleCont .titileData h1:after {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .singleMainVis .titleCont .figArea {
    width: 60px;
  }
  .singleMainVis .titleCont .figArea a {
    width: 100%;
    padding-top: calc(100% - 6px);
    height: auto;
    border: 3px solid #fff;
    box-sizing: border-box;
  }
  .ctpMainCont {
    height: auto;
  }
  .ctpMainCont .leftSideBar {
    position: fixed;
    z-index: 200;
    width: 90%;
    max-width: 300px;
    top: 0px;
    left: -300px;
    transition-duration: 0.5s;
  }
  .ctpMainCont .leftSideBar .leftInner {
    height: calc(100% - 138px);
  }
  .ctpHeader1 {
    height: auto;
  }
  .ctpHeader1 .rightSide {
    display: none;
  }
  .ctpHeader1 .leftSide {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
  }
  .ctpHeader1 .leftSide .formArea {
    width: calc(100% - 55px);
  }
  .ctpHeader1 .formArea input {
    width: 40%;
  }
  .ctpHeader1 .formArea button {
    width: 20%;
    min-width: 50px;
  }
  .ctpMainCont .infoList1 li dl {
    display: block;
  }
  .ctpMainCont .infoList1 li dl dt {
    width: 100%;
    padding-bottom: 10px;
  }
  .ctpMainCont .boxList1 article {
    width: 90%;
  }
  .ctpMainCont .conBox {
    padding-bottom: 53px;
  }
  .ctpMainCont .conBox .contBoxInner {
    width: 100%;
    padding: 20px 10px 20px 10px;
    box-sizing: border-box;
  }
  .ctpMainCont .conBox .contBoxInner .boxList1 {
    display: block;
  }
  .ctpMainCont .conBox .contBoxInner .boxList1 article {
    width: 100%;
  }
  .ctpMainCont .conBox .contBoxInner .titleArea1 h1 {
    font-size: 1.2em;
  }
  .ctpMainCont .conBox .contBoxInner .titleArea1 ul li {
    margin-left: 5px;
  }
  .ctpMainCont .conBox .contBoxInner .titleArea1 ul li:first-child {
    margin-left: 0px;
  }
  .ctpMainCont .conBox .contBoxInner .titleArea1 ul li a {
    width: 70px;
    padding: 7px;
  }
  .spNav {
    display: block;
  }
  .pcMgb50px {
    margin-bottom: 0px;
  }
  .cpExpList ul {
    margin: 10px 10px 0px 10px;
  }
  .cpExpList ul li {
    padding-bottom: 10px;
  }
  .cpExpList ul li dl dt {
    padding: 8px;
    font-size: 0.9em;
  }
  .cpExpList ul li dl dd {
    margin-left: 10px;
    margin-right: 10px;
  }
  .entryBtns {
    margin-top: 15px;
  }
  .entryBtns li {
    padding: 10px;
    font-size: 0.8em;
  }
  .entryBtns li:before {
    top: -1px;
  }
  .singleMainVis .titleCont {
    align-content: flex-start;
    align-items: flex-start;
  }
  .headProf {
    padding-top: 15px;
  }
  .figFullWidth {
    margin-top: 15px;
  }
  .figFullWidth figure {
    padding-top: 50%;
  }
  .contBoxBase .entryBtns {
    margin-top: 15px;
  }
}
.entryBtnsCenter {
  justify-content: center;
}
.entryBtnsCenter li {
  background: #315f7f;
  color: #fff;
}
.entryBtnsCenter li:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.urlArea {
  background: #fff;
  width: calc(100% - 70px);
  margin-left: 25px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 25px;
}
.urlArea a {
  line-height: 1.4em;
  border: 1px solid #cecece;
  display: block;
  padding: 25px;
  color: #1f2338;
  text-decoration: none;
  box-sizing: border-box;
  word-break: break-word;
}

.section-mv {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 300;
  /*background:url(../img/common/mv.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 252rem;
  text-align: center;
  padding-bottom: 250rem;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}
.section-mv img {
  width: 462rem;
  height: 125rem;
}
.section-mv h1 {
  color: #fff;
  font-size: 16rem;
  line-height: 30rem;
  padding-top: 20rem;
  padding-bottom: 30rem;
}

.btn-style__1 {
  text-align: center;
  display: block;
  width: 280rem;
  margin-left: auto;
  margin-right: auto;
  padding: 15rem 20rem 15rem 20rem;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 40rem;
  font-size: 20rem;
  box-sizing: border-box;
  text-decoration: none;
}

.box-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-left: auto;
  margin-right: auto;
}

.box-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube-over {
  background: #232323;
}
.youtube-over .youtube-over__inner {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-clippath {
  -webkit-animation-name: image-clippath;
  animation-name: image-clippath;
  transition: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes image-clippath {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 23% 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 23% 100%, 0 100%);
    opacity: 0;
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
.l-video-fullsize {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  .section-mv {
    /*background: url(../img/common/mv.png);*/
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;
    box-sizing: border-box;
  }
}
@media screen and (max-height: 680px) {
  .sectionType1 .textArea:after {
    bottom: -1830px;
  }
  .sectionType1 .textArea:before {
    top: -800px;
  }
}
@media screen and (max-width: 800px) {
  .section-mv {
    /*height:108%;*/
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .articleBox1 article {
    align-items: start;
  }
  .sectionType10 .innerCont .box1 {
    display: block;
  }
  .sectionType10 .innerCont .box1 article {
    width: 100%;
  }
  .sectionType11 .innerCont {
    display: block;
  }
  .sectionType11 .innerCont dl {
    padding: 25px;
    width: 100%;
  }
  .sectionType11 .innerCont dl:first-child {
    margin-bottom: 6%;
  }
  .sectionType11 .innerCont dl dt {
    padding-bottom: 0px;
  }
  .sectionType11 .innerCont dl dd .pliceArea {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .articleBox1 article {
    display: block;
  }
  .articleBox1 article .figureArea {
    width: 100%;
    margin: 0px;
    max-width: 100%;
  }
  .articleBox1 article .contArea {
    width: 100%;
    margin-top: 20px;
  }
  .articleBox1 article .contArea .titleText {
    font-size: 2em;
  }
  .articleBox1 article .contArea .textArea {
    font-size: 0.9em;
  }
  .articleBox1 article {
    align-items: start;
  }
  .loginArea .loginInner .loginBoxArea {
    padding: 30px;
  }
  .loginArea .loginInner .mailBox {
    padding-bottom: 10px;
  }
  .loginArea .loginInner .passBox {
    padding-bottom: 10px;
  }
  .spVer {
    display: block;
  }
  .ctpMainContMs {
    display: block;
  }
  .messegeList1 {
    display: block;
    width: 100% !important;
  }
  .messegeList2 {
    display: block;
    padding-top: 33px;
    padding-bottom: 53px;
    position: absolute !important;
    right: -100%;
    top: 0px;
    width: 100% !important;
    transition-duration: 0.3s;
    box-sizing: border-box;
  }
  .sendBtnArea {
    padding-bottom: 63px !important;
    width: 100%;
    display: none;
  }
  .messegeList3 {
    display: block;
    padding-top: 33px;
    position: absolute !important;
    right: -100%;
    top: 0px;
    padding-bottom: 115px !important;
    width: 100% !important;
    transition-duration: 0.3s;
    box-sizing: border-box;
  }
  .messegeList3 .messegeArea {
    padding-bottom: 0px !important;
  }
  .sectionType1 .textArea h1 {
    font-size: 1.6em;
  }
  .sectionType1 .textArea:after {
    bottom: -1930px;
  }
  .sectionType1 .textArea:before {
    top: -880px;
  }
  .sectionType2 .innerCont .contArea {
    text-align: left;
  }
  .sectionType2 .innerCont .contArea p {
    font-size: 0.9em;
  }
  .sectionType2 .innerCont h2 {
    font-size: 2em;
  }
  .sectionType2 .innerCont {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .sectionType2 .innerCont h2 {
    padding-bottom: 20px;
  }
  .subTitleStyle1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .subTitleStyle1 h2 {
    font-size: 1.2em;
  }
  .subTitleStyle1 p {
    padding: 4px;
    font-size: 0.9em;
  }
  .flowBoxStyle1 li {
    padding: 5%;
    display: block;
    box-sizing: border-box;
  }
  .flowBoxStyle1 li figure {
    width: 100%;
    padding-top: 50%;
    box-sizing: border-box;
  }
  .mgt80px {
    margin-top: 40px;
  }
  .flowBoxStyle1 li figure .arrow1 {
    display: none;
  }
  .flowBoxStyle1 li .contArea {
    padding: 5% 0 0 0;
    width: 100%;
  }
  .spVer {
    display: block !important;
  }
  .pcVer {
    display: none !important;
  }
  .flowBoxStyle1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .flowBoxStyle1 li .contArea h3 {
    font-size: 1.3em;
  }
  .flowBoxStyle1 li .contArea .textArea {
    font-size: 0.9em;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .sectionType4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sectionType4 .innerCont header h2 {
    margin-bottom: 20px;
    font-size: 1.5em;
  }
  .sectionType4 .innerCont .catList1 li {
    width: 49%;
    padding: 5px;
    font-size: 0.8em;
  }
  .sectionType5 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .sectionType5 .innerCont header h2 {
    font-size: 1.5em;
  }
  .sectionType5 .innerCont header {
    padding-bottom: 25px;
  }
  .contListBox {
    display: block;
  }
  .contListBox article {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
  }
  .contListBox article:last-child {
    margin-bottom: 0px;
  }
  .sectionType6 .innerCont {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sectionType6 .innerCont .btnStyle2 {
    margin-top: 20px;
  }
  .sectionType6 .innerCont h2 {
    font-size: 1.5em;
  }
  .mainFooter {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cpExpList ul {
    display: block;
  }
  .cpExpList ul li {
    width: 100%;
  }
  .cpExpList ul li dl dt {
    padding: 5px;
  }
  .urlArea {
    margin-top: 15px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    margin-left: 10px;
  }
  .urlArea a {
    padding: 15px;
  }
  .listFigArea article {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding-top: 49%;
  }
  .listFigArea article:nth-child(3n) {
    margin-right: 2%;
  }
  .listFigArea article:nth-child(2n) {
    margin-right: 0px;
  }
  .listFigArea {
    margin-top: 20px;
  }
  .noEditBtnMain {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pdt60px {
    padding-top: 30px;
  }
  .pdb60px {
    padding-bottom: 30px;
  }
  .sectionType7 .innerCont h2 {
    font-size: 2em;
  }
  .sectionType7 .innerCont p {
    font-size: 1.2em;
  }
  .sectionType7 .innerCont p br {
    display: none;
  }
  .sectionType7 .innerCont h2:after {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sectionType7 .innerCont h2.titleVer2 {
    font-size: 2em;
  }
  .sectionType9 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .sectionType10 .innerCont .box1 article {
    margin-bottom: 6%;
  }
  .sectionType10 .innerCont .box2 {
    padding: 25px;
    font-size: 1.2em;
    text-align: left;
  }
  .sectionType10 .innerCont .box1 article h2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sectionType10 .innerCont {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .longTextArea .innerCont {
    padding-bottom: 40px;
  }
  .subTopHeader1 h1 {
    font-size: 1.5em;
  }
  .whiteBox {
    padding: 25px;
  }
  .loginArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .loginArea .loginInner .loginBoxArea {
    padding: 20px;
  }
  .cautionAreaStyle2 {
    margin-bottom: 20px;
  }
  .loginArea .loginInner .loginBoxArea header h1 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .popUpCover .popUpBox {
    padding: 20px;
  }
  .popUpCover .popUpBox p {
    padding-bottom: 10px;
    font-size: 0.9em;
  }
  .popUpCover .popUpBox .shareBox {
    margin-bottom: 10px;
    padding: 10px;
  }
  .popUpCover .popUpBox .shareBox dd {
    margin-bottom: 10px;
  }
  .popUpCover .popUpBox h2 {
    font-size: 1.4em;
    padding-bottom: 10px;
  }
  .articleList article {
    padding: 20px;
  }
  .articleList article h2 {
    font-size: 1em;
  }
  .popUpCover .popUpBox .shareBox dt {
    font-size: 0.9em;
  }
  .subHeader1 {
    font-size: 1em;
  }
  .mainContArea2 {
    padding-top: 20px;
  }
  .articleList article {
    margin-top: 20px;
  }
  .subHeader2 {
    padding-top: 10px;
    margin-bottom: 30px;
    font-size: 1.2em;
  }
  .blogStyleArea1 {
    display: block;
  }
  .blogStyleArea1 aside {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
  }
  .blogStyleArea1 aside li {
    margin-bottom: 15px;
  }
  .blogStyleArea1 aside li:last-child {
    margin-bottom: 30px;
  }
  .blogStyleArea1 aside li a {
    padding-bottom: 15px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  .mainHeader .logoArea {
    padding: 15px 0 15px 15px;
    width: 160px;
  }
  .mainHeader .logoArea img {
    width: 100%;
  }
  .postTextArea {
    padding: 20px;
  }
  .spNavBtn {
    padding-right: 15px;
    top: 15px;
    position: fixed;
  }
  .flowBoxStyle1 li:nth-child(2n) {
    padding: 20px;
  }
  .titleSec1 {
    padding-top: 40px;
  }
}
/*# sourceMappingURL=common_top.css.map */