@charset "UTF-8";

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSans3-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSans3-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSans3-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/*html{
  scroll-behavior: smooth;
}*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial,
    Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

section,
div,
ul,
li {
  box-sizing: border-box;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-position: top center;
}

section {
  margin: 0 auto;
}

#top h2,
#top h3 {
  font-weight: bold;
  text-align: center;
}

#top .aleft h2,
#top .aleft h3 {
  text-align: left;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  transition: 0.5s;
}

.bg_white {
  background-color: #fff;
}

.bg_blue {
  background-color: #007ac9;
}

.bg_blue a {
  color: #fff;
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 204px;
  height: 149px;
  z-index: 50;
}

.logo a:hover img {
  opacity: 1;
  filter: brightness(120%);
}

.inner {
  max-width: 1470px;
  padding: 0 55px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

/*header .bg_blue .inner{
  height: 40px;
  text-align: right;
  line-height: 40px;
}
header .bg_white ul{
  height: 80px;
  width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
}
header li{
  line-height: 80px;
  margin-left: 40px;
}
nav img{
  padding-left: 12px;
}*/
footer {
  /*padding: 0px 55px 60px 55px;
  font-weight: bold;
  text-align: left;
  max-width: 1470px;
  margin: 0 auto;*/
  max-width: inherit !important;
}

#header,
#footer {
  max-width: inherit !important;
}

#header *,
#footer * {
  font-family: "Source Sans Pro", sans-serif;
}

.f_inner {
  max-width: 290px;
  margin-top: 60px;
}

footer .orangeborder {
  text-align: left;
  margin-bottom: 20px;
}

.f_upper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.sns {
  display: flex;
}

footer h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.f_desc {
  margin: 30px 0 40px 0;
}

footer h3 {
  color: #007ac9;
  margin: 0 0 6px 0;
}

footer input {
  height: 54px;
}

footer input::placeholder {
  color: #000;
  font-weight: bold;
  padding-left: 1em;
}

input {
  vertical-align: bottom;
}

footer input.left {
  width: 230px;
}

.f_upper li {
  line-height: 1.7;
}

.sns li {
  margin-right: 15px;
}

.f_lower {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 110px;
}

.f_lower ul {
  display: flex;
  margin-bottom: 20px;
}

.f_lower li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #000;
}

.f_lower p a {
  text-decoration: underline;
}

.mv {
  background-image: url(../img/mv.jpg);
  height: 710px;
  padding-top: 544px;
  position: relative;
  background-size: cover;
}

.mv_arrow {
  background-image: url(../img/mvarrow_bg.png);
  background-position: center top 30px;
  background-size: cover;
  height: 166px;
  text-align: center;
}

.h1 {
  text-align: center;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 32%;
  color: #fff;
}

.h1 br {
  display: none;
}

.h1 h1 {
  font-size: 30px;
}

.h1 span {
  display: block;
  margin-bottom: 40px;
  font-size: 60px;
}

#mv_text {
  background-color: #007ac9;
  padding: 30px 0 100px 0;
  color: #fff;
}

#mv_text .inner {
  display: flex;
  justify-content: space-between;
}

#mv_text .left {
  width: 50%;
}

@media all and (max-width: 1280px) {
  #mv_text h2 br {
    display: none !important;
  }
}

#mv_text .orangeborder {
  margin: 10px 0 25px 0;
}

#mv_text ul {
  display: flex;
  width: 50%;
}

#mv_text ul li {
  margin-left: 25px;
}

#mv_text ul img {
  border-radius: 20px 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  height: auto;
}

@media all and (max-width: 768px) {
  #mv_text ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  #mv_text ul li {
    width: 49%;
    margin-left: 0;
  }
}

#top section {
  max-width: 1470px;
}

.mv,
#mv_text {
  /*max-width: 1580px;*/
}

#top .bg_white {
  color: #007ac9;
  margin: 50px auto 0 auto;
  max-width: 1470px;
  padding: 80px 0 20px 0;
  border-radius: 20px 20px;
}

.bg_white p {
  color: #000;
}

#top .bg_blue {
  color: #fff;
  margin: 50px auto 0 auto;
  max-width: 1470px;
  padding: 80px 0 20px 0;
  border-radius: 20px 20px;
}

h2 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 14px;
}

.sec_head {
  text-align: center;
  margin-bottom: 60px;
}

.aleft {
  text-align: left;
}

.sec_head .small,
.relate .small {
  font-style: italic;
  font-weight: bold;
}

.sec_head .orangeborder {
  margin-bottom: 20px;
}

.sec_desc {
  font-size: 18px;
}

.bg_blue li {
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bg_blue li a {
  color: #000;
}

.bg_blue .sec_desc {
  margin-top: 10px;
}

.bg_blue .sec_head {
  margin-bottom: 40px;
}

.bg_white .bottombutton a {
  display: block;
  background-color: #007ac9;
  color: #fff;
  margin: 60px auto;
  padding: 25px;
  text-align: center;
  width: 260px;
  border-radius: 6px;
}

.bg_white .bottombutton a:hover {
  background-color: #39a2e8;
  transition: 0.5s;
  text-decoration: none;
}

.bg_blue .bottombutton a {
  display: block;
  background-color: #fff;
  color: #007ac9;
  margin: 60px auto;
  padding: 25px;
  text-align: center;
  width: 260px;
  border-radius: 6px;
}

.bg_blue .bottombutton a:hover {
  opacity: 0.7;
  transition: 0.5s;
  text-decoration: none;
}

#top article {
  background-color: #e5f1f9;
  padding: 55px;
  /*max-width: 1580px;*/
}

.sl_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 68px;
}

.sl_list li {
  width: calc((100% - 68px * 2) / 3);
  display: flex;
  flex-direction: column;
}

.sl_list img {
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
}

#top .sl_list h3 {
  text-align: left;
}

.sl_list h3 a {
  color: #007ac9;
}

.sl_list p {
  margin-bottom: 14px;
}

.sl_list .bottom {
  margin-top: auto;
}

#top .industry {
  background-image: url(../img/top_industry_bg.png);
  color: #fff;
  margin: 50px auto 0 auto;
  max-width: 1470px;
  padding: 80px 0 20px 0;
  height: 664px;
  border-radius: 20px;
}

@media all and (min-width: 769px) and (max-width: 1224px) {
  #top .industry .three {
    justify-content: space-between;
  }

  #top .industry .three > li {
    width: calc((100% - 68px) / 2);
    padding-bottom: 0;
  }
}

@media all and (min-width: 921px) and (max-width: 1224px) {
  #top .industry .three > li {
    padding-bottom: 0;
  }
}

@media all and (max-width: 920px) {
  #top .industry .three > li p {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.industry h2 {
  color: #fff;
}

.three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 68px;
}

#industry .three {
  justify-content: space-evenly;
}

.three > li {
  width: calc((100% - 68px * 2) / 3);
  justify-content: flex-start;
  /*justify-content: space-between;*/
  border-radius: 20px 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.three img {
  margin-bottom: 10px;
  border-radius: 19px 19px 0 0;
  width: 100%;
  height: auto;
}

.industry p {
  padding: 0 60px 0px 60px;
}

.industry li p {
  padding-bottom: 20px;
}

/*.industry .bottom{
  background-color: #007ac9;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: auto auto 0 auto;
  padding: 0;
  text-align: center;
  line-height: 30px;
}
.industry .bottom a{
  color: #fff;
  font-size: 20px;
}
.industry .bottom a:hover{
  text-decoration: none;
}
.industry .bottom:hover{
  background-color: #39a2e8;
  transition: 0.5s;
}*/
.industry li {
  background-color: #fff;
  color: #000;
}

.industry h3 a {
  color: #007ac9;
}

#top .academy {
  margin-top: 120px;
}

.academy li {
  flex-direction: row;
}

.two {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.two li {
  width: 48%;
}

.two .left {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}

.two h3 {
  font-size: 28px;
  text-align: left;
  margin: 40px 0 20px 0 !important;
}

.two .bottom {
  margin: 20px 0;
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.two .right {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  min-width: 200px;
}

.two .right img {
  max-width: 100%;
  object-fit: cover;
  min-height: 100%;
  width: 100%;
}

/*.academy li{
height: 291px;
}*/
.two li .right img + img {
  display: none;
}

@media all and (min-width: 769px) and (max-width: 920px) {
  .two h3 {
    font-size: 20px;
  }
}

@media all and (max-width: 1280px) {
  .two li .right {
    border-radius: 20px 20px 0 0;
  }

  .two li .right img {
    display: none;
    max-width: inherit;
    width: 100%;
    border-radius: 0;
    height: auto;
  }

  .two li .right img + img {
    display: block;
  }
}

@media all and (min-width: 769px) and (max-width: 1280px) {
  .two li {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .two li .left {
    padding: 0 20px;
  }

  .two li .left h3 {
    font-size: 22px;
  }

  .two li .right {
    border-radius: 20px 20px 0 0;
  }

  .two li img {
    object-fit: none;
    border-radius: 20px 20px 0 0;
  }
}

.seminar .three li {
  box-shadow: none;
}

.sem_info {
  color: #000;
  margin-top: 1em;
}

.sem_info span {
  color: #007ac9;
  border: solid 1px #007ac9;
  border-radius: 5px;
  margin-right: 14px;
  padding: 2px 8px;
}

#top .seminar h3 {
  text-align: left;
  margin-bottom: 4px;
  letter-spacing: -1px;
}

.seminar a {
  color: #007ac9;
}

.seminar .sem_subtitle {
  color: #007ac9;
  font-weight: bold;
  margin-bottom: 1em;
}

.sem_desc {
  margin-bottom: 1em;
}

.seminar .bottom a {
  color: #000;
}

.useful .sec_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.useful h3 {
  margin: 30px 30px 0 30px;
}

.useful li p {
  padding: 16px 30px 0 30px;
}

.useful .small {
  font-size: 14px;
}

.useful .bottom {
  margin: 14px 0 30px 0;
}

.useful .bottombutton a {
  margin: 0;
}

.one_two {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.one_two .first {
  width: 542px;
}

.one_two .second li {
  width: 775px;
  display: flex;
  flex-direction: row-reverse;
  height: 261px;
  margin-bottom: 40px;
}

.one_two .second li .bottom {
  margin-top: 30px;
}

.useful .three h3 {
  margin: 0;
  padding: 10px 30px 0 30px;
  flex: 1;
}

.useful .three h3 a {
  color: #007ac9;
}

.useful .three .bottom {
  margin: 0;
  padding: 10px 30px 0 30px;
}

/*.interview{
  height: 520px;
}*/
.interview .sec_head {
  /*  display: flex;
  justify-content: space-between;*/
  margin-bottom: 20px;
}

#top .slider {
  display: flex;
  max-width: 1360px;
  justify-content: space-around;
}

.slider .int_block {
  background-color: #fff;
  /*width: 425px;*/
  justify-content: space-between;
  border-radius: 20px 20px;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.slider .int_block .int_inner {
  padding: 0 20px;
}

.slider .int_block .int_inner .small {
  padding: 0;
  margin-top: 15px;
}

.slider .int_block .int_inner .bottom {
  margin-top: 15px;
}

.slider .int_block .int_inner .bottom a {
  height: auto !important;
}

.interview h3 {
  margin-top: 10px;
  color: #333;
  display: inline-block;
  /*min-height: 85px;*/
}

.interview .small {
  font-size: 14px;
  margin-bottom: 20px;
}

.interview .slider .small {
  padding-left: 20px;
  margin-bottom: 0;
}

/*.interview .bottombutton a {
  margin: 0;
}*/
.slick-slide img {
  width: 100% !important;
  height: auto !important;
  border-radius: 19px 19px 0 0;
  display: block;
}

.slick-slide a {
  height: 250px;
  display: block;
  overflow: hidden;
}

.slick-prev {
  position: absolute;
  left: -20px;
  top: 142px;
  z-index: 2;
}

.slick-next {
  position: absolute;
  right: -20px;
  top: 142px;
}

.slick-slide {
  padding: 5px;
}

/*下層ページ*/
#column_detail,
#elearning_detail,
#elearning_index,
#training_detail,
#download_detail {
  border-top: solid 1px #e5f1f9;
  border-bottom: solid 50px #e5f1f9;
}

#column_detail {
  padding-bottom: 125px;
}

#elearning_detail,
#elearning_index,
#training_detail,
#download_detail {
  padding-bottom: 50px;
}

.pankuzu {
  margin: 57px auto 37px auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  max-width: 1360px;
}

.pankuzu li:not(:last-child) {
  border-right: solid 1px #ccc;
  margin-right: 1em;
  padding-right: 1em;
}

.wrapper {
  max-width: 1360px;
  margin: 0 auto;
}

@media all and (min-width: 769px) and (max-width: 1470px) {
  .wrapper,
  .pankuzu {
    margin-right: 55px;
    margin-left: 55px;
  }

  #header {
    padding-right: 0;
    padding-left: 0;
  }
}

@media all and (max-width: 768px) {
  #header {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.one_column h2,
.two_column h2 {
  font-size: 40px;
}

main {
  /* max-width: 892px; */
  /* flex: 1; */
  width: 70%;
}

aside {
  /* width: 425px; */
  margin-left: 40px;
  min-width: calc(30% - 40px);
  flex: 1;
}

.wrapper h2,
.wrapper h3,
.wrapper h4 {
  color: #007ac9;
  text-align: left;
}

main h2 {
  font-size: 40px;
  text-align: left;
  margin: 0 0 15px 0;
}

.pagetop .subtitle {
  color: #007ac9;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 15px;
}

@media all and (max-width: 768px) {
  #column_detail main h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #column_detail main h3 {
    font-size: 20px;
  }

  .pagetop .subtitle {
    font-size: 20px;
  }
}

.pagetop .desc {
  font-size: 18px;
  /*width:813px;*/
  margin: 50px auto 100px auto;
  line-height: 1.7;
}
.pagetop .desc h2 {
  font-size: 26px;
  margin-bottom: 25px;
  margin-top: 20px;
  line-height: 1.5;
}

.mokuji {
  border: solid 1px #ccc;
  font-size: 18px;
  padding: 30px;
}

.mokuji h3 {
  margin: 0px 0 20px 0;
  color: #000;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.mokuji li {
  padding-left: 1em;
  text-indent: -1.1em;
}

.mokuji li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: dotted 1px #ccc;
}

.mokuji a {
  color: #007ac9;
  font-weight: bold;
}

.normal {
  /*margin-top: 80px;
  padding-bottom: 40px;
  border-bottom: dotted 1px #ccc;*/
  padding-top: 140px;
  position: relative;
}

.normal#titlenum-01 {
  margin-top: -40px;
}

.normal + .normal:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 70px;
  border-bottom: dotted 1px #ccc;
}

@media all and (max-width: 768px) {
  .normal {
    padding-top: 100px;
  }

  .normal#titlenum-01 {
    margin-top: -30px;
  }

  .normal + .normal:before {
    top: 50px;
  }
}

.normal h3 {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: bold;
}

.normal img {
  margin: 0px auto 50px auto;
}

.normal p {
  font-size: 18px;
  line-height: 1.7;
  /*width: 813px;*/
  margin: 0 auto 40px auto;
}

.normal p img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.normal dl {
  /*width: 813px;*/
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7;
}

.normal dt {
  font-weight: bold;
}

.normal dd {
  margin-bottom: 40px;
}
.normal dd strong {
  font-weight: bold;
}

.relate h3 {
  font-size: 30px;
  margin-top: 80px;
  line-height: 1;
}

.relate .orangeborder {
  margin: 5px 0 30px 0;
}

.relate ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.relate li {
  width: calc((100% - 30px * 2) / 3);
  line-height: 1.7;
}

.relate img {
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

.relate a {
  color: #007ac9;
  font-size: 17px;
  letter-spacing: -2px;
}

.relate h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}

aside h2 {
  font-size: 26px;
}

.asidetop {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  border-bottom: solid 2px #f0ab00;
}

.asidetop a {
  font-size: 15px;
  margin-left: 1em;
}

.two_column .asidetop h2 {
  font-size: 24px;
}

ul + .asidetop {
  margin-top: 50px;
}

aside li {
  border-bottom: 1px dotted #ccc;
}

aside li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

aside li p {
  font-size: 18px;
  /*width: 273px;*/
  margin: 0 15px;
  flex: 1;
}

@media all and (max-width: 768px) {
  aside li p {
    flex: 1;
    margin: 0 0 0 20px;
  }
}

aside .thum {
  border-radius: 5px;
}

aside .arrow {
  height: 100%;
}

.chapter {
  padding: 50px 0 38px 0;
  margin: 0 auto;
  /*width: 1279px;*/
  list-style: none;
}

#elearning_detail .chapter {
  border-bottom: dotted 1px #ccc;
}

.chapter li {
  background-image: url(../img/checkbox.png);
  background-position: left center;
  background-size: auto;
  padding-left: 30px;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: bold;
}

.chapter li.meltsub {
  background-image: none;
}

.cont_desc p {
  /*width: 1279px;*/
  margin: 0 auto;
  font-size: 18px;
  padding: 10px 0 50px 0;
}

.pagenation {
  color: #007ac9;
}

#elearning_index h3,
#training_detail h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 37px 0 0 0;
}

.pagetop .small,
#training_detail .small {
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
}

#elearning_index .orangeborder,
#training_detail .orangeborder {
  margin-bottom: 40px;
}

#elearning_index .three p,
#elearning_index .three ol,
#elearning_index .three ul,
#elearning_index .three h4 {
  padding: 0 8%;
}

#elearning_index .three .small {
  margin: 10px 0 6px 0;
}

#elearning_index h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media all and (max-width: 768px) {
  .archivewide h4 {
    font-size: 18px !important;
  }

  .archivewide .listname span,
  .archivewide .listname {
    font-size: 14px !important;
  }
}

#elearning_index h4 a {
  color: #007ac9;
}

#elearning_index .three .chapter {
  width: 100%;
}

#elearning_index .chapter li {
  font-size: 16px;
}

#elearning_index .three .bottom {
  margin-top: auto;
  text-align: left;
}

#elearning_index .three .bottom a {
  color: #000;
}

.chap_wrap {
  display: flex;
}

#training_detail .chapter {
  width: 600px;
  margin-left: 40px;
}

#training_detail .content:not(:last-of-type) {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 42px;
  margin-bottom: 80px;
}

#training_detail .bottombutton a {
  display: block;
  background-color: #007ac9;
  color: #fff;
  margin: 0px auto;
  padding: 25px;
  text-align: center;
  max-width: 430px;
  min-width: 300px;
  border-radius: 6px;
}

#training_detail .bottombutton a:hover {
  background-color: #39a2e8;
  transition: 0.5s;
  text-decoration: none;
}

#training_detail .bottombutton p {
  text-align: center;
  margin: 20px 0 40px 0;
}

.industry li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  img {
    max-width: 100%;
  }

  header li {
    margin-left: 0;
  }

  .inner {
    width: 100%;
    padding: 0 5%;
  }

  header {
    width: 100%;
    min-width: auto;
  }

  #top article,
  .mv,
  #mv_text,
  section,
  #top .bg_white,
  #top .bg_blue,
  #top .industry {
    width: 100%;
    min-width: auto;
    padding-top: 40px;
    border-radius: 0;
  }

  .orangeborder {
    text-align: center;
  }

  #top .aleft {
    text-align: center;
  }

  #top .aleft h2,
  #top .aleft h3 {
    text-align: center;
  }

  .sec_head {
    margin-bottom: 30px;
  }

  .logo {
    width: 100px;
    height: auto;
  }

  footer {
    padding: 0;
    width: 100%;
  }

  .f_upper {
    flex-wrap: wrap;
    justify-content: left;
  }

  .f_inner {
    min-width: fit-content;
    margin-left: 40px;
  }

  .f_lower {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
  }

  .f_lower ul {
    flex-direction: column;
  }

  .f_lower li {
    margin-bottom: 15px;
    text-align: center;
  }

  .f_lower li:not(:last-child) {
    border-right: none;
  }

  .f_lower .left {
    margin-bottom: 40px;
    text-align: center;
  }

  .mv {
    height: auto;
    padding: 100px 5% 50px 5%;
  }

  #mv_text {
    padding-bottom: 30px;
  }

  #mv_text .inner {
    flex-direction: column;
  }

  #mv_text ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #mv_text li {
    margin-top: 30px;
  }

  #mv_text h2 {
    font-size: 28px;
    text-align: center;
  }

  #mv_text .left {
    width: 100%;
  }

  #mv_text ul img {
    margin: 0;
  }

  #top article {
    padding: 3%;
  }

  .sl_list {
    justify-content: space-around;
  }

  .sl_list li {
    text-align: center;
    margin: 0 20px 30px 20px;
  }

  #top .sl_list h3,
  #top .seminar h3 {
    text-align: center;
  }

  #top .industry {
    background-size: auto;
    height: auto;
    background-color: #000;
  }

  .industry p {
    padding: 0;
  }

  .industry li {
    border-radius: 0;
    text-align: center;
    margin-bottom: 30px;
    /*padding: 20px 5% 20px 5%; */
    overflow: hidden;
  }

  .industry li img {
    border-radius: 20px;
    margin: 20px auto 0 auto;
    max-width: 100%;
    height: auto;
  }

  .three > li {
    width: 100%;
  }

  .two {
    flex-direction: column;
    margin-bottom: 0;
  }

  .two li {
    width: 100%;
    flex-direction: column-reverse;
  }

  .two .left {
    padding: 0 5%;
  }

  .two h3 {
    text-align: center;
    margin: 20px 0;
  }

  .two .bottom {
    text-align: center;
    padding-bottom: 16px;
  }

  .academy {
    margin-top: 40px;
  }

  .academy li {
    height: auto;
    margin-bottom: 30px;
  }

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

  .academy .right img {
    border-radius: 20px;
    object-fit: cover;
    width: 261px;
    height: 200px;
  }

  .one_two .first {
    width: 100%;
  }

  .one_two .second li {
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .three {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .three li,
  .seminar h3 {
    text-align: center;
  }

  .sem_info {
    margin-top: 0;
    text-align: center;
  }

  .sem_info span {
    /*display: block;*/
    margin: 0 10% 10px 0;
  }

  .seminar .bottom {
    margin-bottom: 20px;
  }

  .bg_white .bottombutton a,
  .bg_blue .bottombutton a {
    margin: 10px auto 30px auto;
  }

  article .useful .sec_head,
  article .interview .sec_head,
  .one_two {
    flex-direction: column;
  }

  .one_two li img {
    border-radius: 20px;
    margin-top: 20px;
  }

  .one_two .first {
    margin-bottom: 30px;
  }

  .one_two .second li {
    height: auto;
    margin-bottom: 30px;
  }

  .one_two .second img {
    height: auto;
  }

  .one_two .second li .bottom {
    margin-top: 0px;
  }

  .useful li,
  .interview li {
    margin-bottom: 30px;
    padding: 5%;
  }

  .useful img,
  .interview img {
    border-radius: 20px;
  }

  .interview {
    height: auto;
  }

  .interview h3 a {
    margin: 0;
    padding: 0;
  }

  .interview .int_block .small {
    padding-left: 0;
  }

  #top .slider {
    min-width: 100%;
    width: 100%;
  }

  .slider .int_block {
    background-color: #fff;
    width: 100%;
    max-width: 425px;
    margin: 0 auto;
  }

  .slick-prev,
  .slick-next {
    top: 45%;
  }

  /*下層ページ*/
  .pankuzu,
  .wrapper,
  main,
  aside {
    width: 100%;
  }

  .pankuzu,
  .wrapper {
    padding: 0 5%;
  }

  .pankuzu {
    margin: 110px 0 0 0;
  }

  .two_column .wrapper {
    flex-direction: column;
  }

  .pagetop .desc,
  .normal p,
  .normal dl {
    width: 100%;
  }

  main article {
    padding-top: 0;
  }

  .normal {
    margin-top: 0;
    padding-bottom: 0;
  }

  .relate h3,
  .relate .small,
  .relate h4 {
    text-align: center;
  }

  .relate h3 {
    margin-top: 25px;
  }

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

  .relate li {
    text-align: center;
    width: 360px;
    padding: 20px 20px 30px 20px;
    margin-bottom: 30px;
    border-bottom: dotted 1px #ccc;
  }

  .relate li:not(:nth-child(3)) {
    margin-right: 0;
  }

  aside {
    margin-top: 40px;
    margin-left: 0;
  }

  .asidetop {
    flex-direction: column;
  }

  aside .thum {
    margin-bottom: 10px;
  }

  aside .arrow {
    display: none;
  }

  aside li a {
    justify-content: center;
  }

  .chapter,
  .cont_desc p {
    width: 100%;
  }

  #elearning_index h2,
  #elearning_index h3,
  #elearning_index .small,
  #elearning_index h4 {
    text-align: center;
  }

  #elearning_index .three > li:not(:last-child) {
    margin-bottom: 30px;
  }

  #elearning_index .three .chapter {
    width: fit-content;
    margin: auto;
  }

  #elearning_index .three .chapter li {
    text-align: left;
  }

  #training_detail h3 {
    margin-top: 0;
  }

  #training_detail .orangeborder {
    text-align: left;
  }

  #training_detail .content:not(:last-of-type) {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #training_detail .bottombutton a {
    max-width: 90%;
  }

  .chap_wrap {
    flex-direction: column;
    padding: 40px 0;
  }

  #training_detail .chapter {
    width: 90%;
    margin-left: 0;
    padding: 0;
  }

  /*ハンバーガーメニュー*/
  #g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    right: 0;
    width: 250px;
    height: 500px;
    background: #e5f1f9;
    transition: all 0.6s;
  }

  #g-nav.panelactive {
    top: 0;
  }

  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 250px;
    height: 500px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 56%;
    right: -20%;
    transform: translate(-50%, -50%);
  }

  #g-nav li {
    list-style: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  #g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
  }

  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff;
  }

  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #000;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .h1 {
    position: static;
  }

  .h1 br {
    display: block;
  }

  .h1 h1 {
    font-size: 20px;
  }

  .h1 span {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
  }
}

#column_detail article section h3 {
  font-weight: bold;
}

#column_detail article section.normal h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
  margin-top: 20px;
  color: #000;
  border-bottom: 2px solid #007ac9;
  padding-bottom: 5px;
}

.pagetop .detailhead {
  border-left: 5px solid orange;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
}

.pagetop .detailhead .subtitle {
  margin-bottom: 0;
}

#training_detail .orangeborder + img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#training_detail img + .caption {
  text-align: center;
  margin-top: 10px;
}

.elearning-vimeo {
  background: #e5f1f9;
  padding: 50px 5%;
}

@media all and (max-width: 768px) {
  .elearning-vimeo {
    padding: 5%;
  }

  .elearning-vimeo iframe {
    height: 250px;
  }
}

.three + .sec_head {
  margin-top: 60px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 10000;
}

.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  height: 60%;
  width: 60%;
  background: #fff;
  padding: 40px;
}

a.js-modal-close {
  line-height: 1;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #000;
  border-radius: 500px;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 768px) {
  .modal {
    display: none;
  }

  .modal-bg {
  }

  .modal-content {
    width: 90%;
    padding: 20px;
    height: 240px;
  }

  .modal-content iframe {
    height: 200px;
  }
}

.pagetop .three + h3 {
  margin-top: 50px !important;
}

body {
  padding-top: 120px;
}

@media all and (max-width: 768px) {
  body {
    padding-top: 70px;
  }
}

header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: solid 1px #e5f1f9;
  z-index: 500;
}

header.fixed {
  position: fixed;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
  z-index: 51;
}

.page-top a {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #007ac9;
}

.page-top:hover {
  opacity: 0.7;
}

.page-top a:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #007ac9;
  border-left: 2px solid #007ac9;
}

.page-top.is-hidden {
  right: -100px;
  opacity: 0;
}

@media all and (max-width: 768px) {
  .page-top {
    display: none !important;
  }
}

.under_mv {
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}

.under_mv + div .pankuzu {
  margin-top: 37px;
}

.under_mv.movieMv {
  background: url("../img/movieMv.jpg") no-repeat center center;
}

.under_mv.columnMv {
  background: url("../img/columnMv.jpg") no-repeat center center;
}

.under_mv.downloadMv {
  background: url("../img/downloadMv.jpg") no-repeat center center;
}

.under_mv.seminar_form-detailMv {
  background: url("../img/seminar_form-detailMv.jpg") no-repeat center center;
  min-height: auto;
  height: 240px;
  padding: 0 15px;
}

.under_mv.download-detailMv {
  background: url("../img/download-detailMv.jpg") no-repeat center center;
  min-height: auto;
  height: 240px;
}
.under_mv.contactMv {
  background: url("../img/contactMv.jpg") no-repeat center center;
  min-height: auto;
  height: 240px;
}

.under_mv.companyMv {
  background: url("../img/companyMv.jpg") no-repeat center center;
}

.under_mv.interviewMv {
  background: url("../img/interviewMv.jpg") no-repeat center center;
}

.under_mv-inner {
  margin: 0 auto;
  max-width: 1360px;
}

.under_mv-ttl {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.under_mv-ttl span {
  display: block;
  font-size: 20px;
  font-style: italic;
}

.btn_center {
  display: block;
  width: 100%;
  text-align: center;
  margin: 50px 0 80px 0;
}

.btn_center a {
  margin: 0 auto !important;
}

@media all and (max-width: 768px) {
  .btn_center {
    margin: 0 0 80px 0;
  }
}

.three.three4 {
  gap: 60px 32px;
}

.three.three4 li {
  width: calc((100% - 32px * 3) / 4);
}

.three.three4 li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media all and (max-width: 768px) {
  .three.three4 {
    flex-wrap: wrap;
  }

  .three.three4 li {
    width: 100%;
  }

  #column ul.three li {
    flex-wrap: wrap;
  }

  #column ul.three li {
    width: 100%;
  }
}

.headerpdf {
  margin-left: 20px;
}

.area-modal,
.area-link {
  transition: 0.3s;
}

.area-modal:hover,
.area-link:hover {
  opacity: 0.7;
}

.area-modal:hover a {
  text-decoration: none;
}

.area-modal a:hover img,
.area-modal a:hover {
  opacity: 1;
}

.area-modal:hover .bottom strong,
.area-link:hover a {
  text-decoration: underline;
}

.three-custom {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px 68px;
}

/*.three-custom li {
	margin-right: 5%;
}
@media all and (min-width: 769px) {
	.three-custom li:nth-child(3n) {
		margin-right: 0;
	}
	.three-custom li:nth-child(n+4) {
		margin-top: 40px;
	}
}*/
@media all and (max-width: 768px) {
  .three-custom li {
    width: 100%;
    margin-right: 0;
  }
}

.three-custom li img {
  max-width: 100%;
  max-height: 200px;
  display: block;
  margin: 20px auto;
  width: auto;
}

img.tcimg {
  max-height: inherit !important;
  margin-top: 0 !important;
  width: 100% !important;
  box-shadow: 0 1px 0 #efefef;
}

.block-category {
  margin-bottom: 50px;
}

.block-category ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.block-category ul li {
  padding: 20px 10px;
  font-weight: bold;
  background: #efefef;
  color: #007ac9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.block-category ul li:hover,
.block-category ul li.is-active {
  color: #fff;
  background: #007ac9;
}

@media all and (max-width: 768px) {
  .block-category {
    margin-bottom: 30px;
  }

  .block-category ul li {
    padding: 10px;
    width: 100%;
    text-align: center;
  }
}

.lispancate {
  padding: 0 20px;
  margin-bottom: 10px;
}

section#column.useful .lispancate {
  padding: 10px 30px 0 30px;
}

.lispancate span {
  display: flex;
  align-items: center;
  font-size: 15px;
}

@media all and (max-width: 768px) {
  .lispancate span {
    justify-content: center;
  }
}

.lispancate span:before {
  content: url("../img/icon_label.png");
  display: inline-block;
  margin-right: 5px;
  height: 19px;
}

.sidelist img {
  max-width: 100%;
}

.sidelist a {
  display: flex;
  max-width: 80px;
  margin: 0;
  line-height: 0;
}

.sidelist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  padding-right: 5px;
}

.sidelist .arrow {
  left: auto;
  transform: translateY(-50%);
  bottom: auto;
  top: 50%;
  right: 0;
  height: auto;
}

aside ul {
  margin-top: 15px;
}

.br_none br {
  display: none;
}

.f_lower .right img {
  max-width: 121px;
}

.elearning_chapterlist ol.chapter {
  counter-reset: number 0 number2 0;
  list-style: none;
}

.elearning_chapterlist ol.chapter li {
  background: none !important;
}

.elearning_chapterlist ol.chapter li.list__title {
  counter-reset: number2 0;
  position: relative;
  padding-left: 20px;
}

.elearning_chapterlist ol.chapter li.list__title:before {
  counter-increment: number 1;
  content: counter(number) ". ";
  position: absolute;
  left: 0;
}

.elearning_chapterlist ol.chapter li.list__subtitle {
  padding-left: 60px;
  position: relative;
}

.elearning_chapterlist ol.chapter li.list__subtitle:before {
  counter-increment: number2 1;
  content: counter(number) "-" counter(number2) ".";
  position: absolute;
  left: 20px;
}

.elearning-index-list ol.chapter li.list__subtitle {
  display: none !important;
}

header {
  background: linear-gradient(
    180deg,
    #007ac9 0%,
    #007ac9 33%,
    #fff 33%,
    #fff 100%
  );
}

.header_inner {
  margin: 0 auto;
  max-width: 1360px;
  position: relative;
}

.header_inner nav ul,
.header_inner .inner {
  width: auto;
}

.header_inner .inner {
  padding-right: 0;
}

/* eng footer
-----------------------------------------------------*/
.footer {
  width: 100%;
  background-color: #fff;
}

.footer__wrapper {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .footer__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1360px;
    padding: 70px 0 50px;
  }
}

.footer-left {
  padding: 30px 30px 40px;
}

@media only screen and (min-width: 1024px) {
  .footer-left {
    padding: 0 30px 0 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    max-width: 24%;
  }
}

.footer-newsletter > .row {
  margin-right: 0;
  margin-left: 0;
}

.footer-newsletter hr {
  margin: 30px 0;
}

.footer-newsletter p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  max-width: 300px;
}

.footer-newsletter__title {
  font-size: 30px;
  font-size: 3rem;
  color: #000;
  font-weight: 700;
}

.footer-newsletter__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 405px;
}

@media only screen and (min-width: 1024px) {
  .footer-newsletter__wrapper {
    max-width: 305px;
  }
}

.footer-newsletter__input {
  width: calc(100% - 60px);
  height: 60px;
  border-width: 2px 0 2px 2px;
  border-color: #000;
  border-style: solid;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  padding: 15px 20px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.footer-newsletter__submit {
  width: 60px;
  height: 60px;
  padding: 17px;
  border: none;
  background-color: #007ac9;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

.footer-newsletter__submit:active,
.footer-newsletter__submit:focus,
.footer-newsletter__submit:hover {
  color: #fff;
  background-color: #0367a7;
  border-color: #0367a7;
}

.footer-newsletter__submit svg {
  width: 25px;
  height: 25px;
}

.footer-nav {
  border-bottom: 2px solid #e5f1f9;
}

@media only screen and (min-width: 1024px) {
  .footer-nav {
    padding: 0 90px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border: 0;
  }
}

.footer-nav a {
  color: #000;
  text-decoration: none;
}

.footer-nav a:active,
.footer-nav a:focus,
.footer-nav a:hover {
  color: #007ac9;
}

.footer-nav hr {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .footer-nav hr {
    display: block;
    margin: 30px 0;
  }
}

.footer-nav h2 {
  height: 60px;
  line-height: 1;
}

@media all and (max-width: 768px) {
  .footer-nav h2 {
    height: auto;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-nav h2 {
    line-height: 1.5;
    height: auto;
  }
}

.footer-nav h2 span {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .footer-nav h2 span {
    display: block;
    font-size: 16px;
    /*font-size: 1.6rem;*/
    line-height: 1.1;
    font-weight: 600;
  }
}

.footer-social h2 span {
  display: block;
  font-size: 16px;
  /*font-size: 1.6rem;*/
  line-height: 1.1;
  font-weight: 600;
}

.footer-nav__trigger {
  font-size: 16px;
  font-weight: 500;
  color: #007ac9;
  padding: 20px 30px;
  border: none;
  border-top: 2px solid #e5f1f9;
  width: 100%;
  text-align: left;
  background: none;
}

@media only screen and (min-width: 1024px) {
  .footer-nav__trigger {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}

.footer-nav__list {
  font-size: 16px;
  /*font-size: 1.6rem;*/
  padding: 15px 30px;
  display: none;
}

.footer-nav__list.expanded {
  border-top: 2px solid #e5f1f9;
}

@media only screen and (min-width: 1024px) {
  .footer-nav__list {
    padding: 0;
    border: 0 !important;
    display: block !important;
  }
}

.footer-nav__list li {
  margin: 10px 0;
}

.footer-social {
  padding: 30px 30px 20px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .footer-social {
    text-align: left;
    padding: 0 0 0 30px;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
}

.footer-social hr {
  margin: 20px auto;
}

@media only screen and (min-width: 1024px) {
  .footer-social hr {
    margin: 30px 0;
  }
}

.footer-social__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 600;
}

.footer-social__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 3px;
  color: #007ac9;
  border: 2px solid #f0ab00;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.footer-social__icon:active,
.footer-social__icon:focus,
.footer-social__icon:hover {
  color: #0367a7;
  border-color: #db9d01;
}

.footer-social__icon svg {
  max-width: 25px;
  max-height: 25px;
}

.footer-utility {
  width: 100%;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media only screen and (min-width: 1024px) {
  .footer-utility {
    position: relative;
    padding: 0 400px 0 0;
    min-height: 125px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 20px;
  }
}

.footer-utility a {
  color: #000;
}

.footer-utility a:active,
.footer-utility a:focus,
.footer-utility a:hover {
  color: #007ac9;
}

.footer-utility__logo {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1024px) {
  .footer-utility__logo {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px 0 0;
  }
}

.footer-utility__logo svg {
  width: 220px;
  height: 73px;
}

@media only screen and (min-width: 1024px) {
  .footer-utility__logo svg {
    width: 368px;
    height: 125px;
  }
}

.footer-utility__nav {
  margin-bottom: 20px;
}

.footer-utility__nav a,
.footer-utility__nav {
  font-size: 13px;
  font-weight: normal;
}

.footer-utility__nav a {
  text-decoration: underline;
}

footer .rich-text strong {
  font-weight: bold;
}

footer .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

footer h2 {
  color: #007ac9;
}

footer hr {
  border-style: solid;
  border-color: #f0ab00;
  border-width: 2px 0 0 0;
  width: 100px;
  margin: 1.875rem 0;
}

.footer-nav__list li a {
  font-weight: 500;
  font-size: 16px;
}

footer .component-content {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
}

/* / eng footer
-----------------------------------------------------*/
/*  eng header
-----------------------------------------------------*/
header {
  width: 100%;
}

#header > .row {
  margin: 0;
}

.header {
  position: relative;
  background: linear-gradient(270deg, #005293 0, #007ac9 100%);
  width: 100%;
  height: 70px;
  padding-top: 20px;
  border-bottom: 1px solid #e5f1f9;
}

@media only screen and (min-width: 1080px) {
  .header {
    padding-top: 0;
    background: #fff;
    height: 120px;
  }

  .header:before {
    content: "";
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #007ac9;
  }
}

.skipnav {
  display: block;
  text-decoration: none;
  padding: 5px;
  position: absolute;
  left: -1000em;
  top: 0;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
  z-index: 100;
  border: 2px solid #007ac9;
  border-top: 0;
}

.skipnav:focus {
  left: 1em;
  color: #007ac9;
}

@media only screen and (min-width: 1080px) {
  .header__container {
    position: relative;
    width: calc(100% - 60px);
    margin: 0 auto;
    max-width: 1360px;
  }
}

.header__logo {
  position: absolute;
  z-index: 4;
  top: 0;
  left: calc(50% - 75px);
  width: 150px;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 20px 20px;
  padding: 20px 17px 25px;
  text-align: center;
}

@media only screen and (min-width: 1080px) {
  .header__logo {
    left: 0;
    width: 192px;
    height: 140px;
    padding: 40px 23px 45px;
  }
}

.header__logo svg {
  max-width: 100%;
}

.header__mobile-logo {
  position: absolute;
  width: 103px;
  height: 35px;
  top: 15px;
  left: 15px;
}

.header__mobile-logo svg {
  max-width: 100%;
}

@media only screen and (min-width: 1080px) {
  .header__mobile-logo {
    display: none !important;
  }
}

.header__wrapper {
  height: 50px;
  background-color: #fff;
}

@media only screen and (min-width: 1080px) {
  .header__wrapper {
    background-color: transparent;
    height: 120px;
    width: calc(100% - 210px);
    position: relative;
    margin-left: 210px;
  }
}

.header__search {
  position: absolute;
  top: 32px;
  left: 15px;
  color: #007ac9;
  width: 25px;
  height: 25px;
}

@media only screen and (min-width: 1080px) {
  .header__search {
    display: none;
  }
}

@media only screen and (max-width: 1079px) {
  .cm-js-active .header__search {
    display: none;
  }
}

.header__search svg {
  max-width: 100%;
  max-height: 100%;
}

.header__burger {
  position: absolute;
  top: 35px;
  right: 15px;
  width: 25px;
  height: 18px;
  border-style: solid;
  border-width: 2px 0;
  border-color: #007ac9;
  background: #fff;
}

.header__burger:after,
.header__burger:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  background-color: #007ac9;
  top: 6px;
  left: 0;
  position: absolute;
}

@media only screen and (min-width: 1080px) {
  .header__burger {
    display: none !important;
  }

  /*body {
		padding-top: 150px;
	}*/
}

@media only screen and (max-width: 1079px) {
  body {
    padding-top: 70px;
  }
}

.cm-js-active .header__burger {
  border-color: transparent;
  z-index: 1001;
  background-color: #007ac9;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  top: 20px;
}

.cm-js-active .header__burger:after,
.cm-js-active .header__burger:before {
  background-color: #fff;
  width: 18px;
  top: 14px;
  left: 8px;
}

.cm-js-active .header__burger:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cm-js-active .header__burger:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__nav {
  display: none;
  overflow-y: auto;
}

@media only screen and (min-width: 1080px) {
  .header__nav {
    display: block !important;
    overflow-y: visible;
  }
}

@media only screen and (max-width: 1079px) {
  .cm-js-active .header__nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: fixed;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: #fff;
    padding-top: 75px;
  }

  .cm-js-active .header__nav:before {
    display: block;
    content: "";
    width: calc(100% - 30px);
    height: 2px;
    background-color: #e5f1f9;
    position: absolute;
    top: 75px;
    left: 15px;
  }
}

.utility-nav {
  width: 100%;
  background: linear-gradient(270deg, #005293 0, #007ac9 100%);
  padding: 10px 15px;
}

@media only screen and (min-width: 1080px) {
  .utility-nav {
    width: auto;
    height: 40px;
    background: #007ac9;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 1440px) {
  .utility-nav {
    padding-right: 0;
  }
}

.utility-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  /*font-size: 1.4rem;*/
  display: block;
  padding: 10px 0;
}

@media only screen and (min-width: 1080px) {
  .utility-nav a:last-of-type {
    border-right: 1px solid #fff;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1080px) {
  .utility-nav a {
    /* margin-left: 30px; */
    margin-left: 15px;
    display: inline-block;
    padding: 0;
    border-left: 1px solid #fff;
    padding-left: 15px;
  }
}

.utility-nav a:active,
.utility-nav a:focus,
.utility-nav a:hover {
  text-decoration: underline;
}

.utility-nav a:visited {
  color: #fff;
}

.header__inner-wrapper {
  width: 100%;
  overflow-x: hidden;
}

@media only screen and (min-width: 1080px) {
  .header__inner-wrapper {
    width: auto;
    height: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    overflow: visible;
  }
}

@media only screen and (min-width: 1080px) {
  .main-nav {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 80px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

.main-nav__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: 5px;
}

@media only screen and (min-width: 1080px) {
  .main-nav__wrapper {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    /*height: 80px;*/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-top: 0;
  }
}

.main-nav__item {
  width: 100%;
}

@media only screen and (min-width: 1080px) {
  .main-nav__item {
    margin-left: 40px;
    width: auto;
    position: relative;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-nav__item:first-child {
    margin-left: 0;
  }
}

.main-nav__button {
  padding: 15px 55px 15px 15px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  /*font-size: 1.8rem;*/
  text-decoration: none;
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  z-index: 1;
}

.main-nav__button span {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1080px) {
  .main-nav__button {
    padding: 5px 0;
    transition: color 0.3s ease-in-out;
    width: auto;
    display: inline-block;
    border-bottom: 2px solid transparent;
  }

  .main-nav__button:active,
  .main-nav__button:focus,
  .main-nav__button:hover {
    color: #007ac9 !important;
  }

  .main-nav__button:visited {
    color: #000;
  }

  .main-nav__button:after {
    display: none !important;
  }

  .opened > .main-nav__button {
    border-bottom: 2px solid #007ac9;
  }
}

.main-nav__button svg {
  display: none;
}

@media only screen and (min-width: 1080px) {
  .main-nav__button svg {
    display: inline-block;
    color: #007ac9;
    width: 10px;
    height: 7px;
    margin-left: 10px;
    position: relative;
    top: -1px;
  }
}

button.main-nav__button:after {
  width: 22px;
  height: 13px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0icmlnaHQtYXJyb3ciIHdpZHRoPSIyMnB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAyMiAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPHRpdGxlPlJpZ2h0IEFycm93PC90aXRsZT4NCiAgICA8cG9seWdvbiBmaWxsPSIjMDM2N2E3IiBwb2ludHM9IjIxLjc4OCw2LjMzNyAyMiw2LjEyMiAyMS4yNzUsNS4zODUgMjEuMjc1LDUuMjk1IDIxLjE4Nyw1LjI5NSAxNS45NzcsMCAxNC41MjYsMS40NzQgMTguMjg3LDUuMjk1IDAsNS4yOTUgDQogICAgICAgIDAsNy4zNzkgMTguMjg3LDcuMzc5IDE0LjIwNiwxMS41MjYgMTUuNjU2LDEzIDIxLjE4Nyw3LjM3OSAyMS4yNzUsNy4zNzkgMjEuMjc1LDcuMjkgMjIsNi41NTMgIi8+DQo8L3N2Zz4=);
}

@media only screen and (min-width: 1080px) {
  .main-nav__dropdown {
    display: none;
  }
}

.main-nav__search {
  display: none;
  color: #007ac9;
  width: 25px;
  height: 25px;
  margin-left: 40px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

@media only screen and (min-width: 1080px) {
  .main-nav__search {
    display: inline-block;
  }
}

.main-nav__search svg {
  max-width: 100%;
  max-height: 100%;
}

.nav-dropdown {
  position: absolute;
  display: none;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 15px;
  transition: left 0.25s ease-in-out;
  z-index: 4;
}

.opened > .nav-dropdown {
  left: 0;
  display: block;
}

.nav-dropdown a,
.nav-dropdown button {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: none;
}

@media only screen and (min-width: 1080px) {
  .nav-dropdown {
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
    width: auto;
    border-radius: 0 0 20px 20px;
    padding: 18px 20px;
    border: 1px solid #e5f1f9;
    border-top-width: 2px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .opened > .nav-dropdown {
    left: 50%;
  }

  .nav-dropdown.nav-dropdown--two-col {
    padding-left: 30px;
  }

  .nav-dropdown.nav-dropdown--two-col .nav-dropdown__wrapper {
    display: -webkit-flex;
    display: flex;
  }

  .nav-dropdown .nav-dropdown {
    left: calc(100% + 20px) !important;
    top: -20px !important;
    -webkit-transform: none;
    transform: none;
    border-left: 2px solid #e5f1f9;
  }

  .nav-dropdown .nav-dropdown .nav-dropdown__info {
    display: none;
  }

  .nav-dropdown .nav-dropdown .nav-dropdown__list {
    min-width: 0;
  }

  .nav-dropdown .nav-dropdown .nav-dropdown__list > li {
    white-space: nowrap;
  }
}

.nav-dropdown__info {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1080px) {
  .nav-dropdown__info {
    display: none;
  }

  .nav-dropdown--two-col .nav-dropdown__info {
    display: block;
    width: 270px;
    border-right: 2px solid #e5f1f9;
    margin: 30px 30px 30px 0;
    padding-right: 30px;
  }
}

.nav-dropdown__back {
  margin-bottom: 28px;
}

.nav-dropdown__back:before {
  width: 22px;
  height: 13px;
  content: "";
  display: inline-block;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0icmlnaHQtYXJyb3ciIHdpZHRoPSIyMnB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAyMiAxMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogICAgPHRpdGxlPlJpZ2h0IEFycm93PC90aXRsZT4NCiAgICA8cG9seWdvbiBmaWxsPSIjMDM2N2E3IiBwb2ludHM9IjIxLjc4OCw2LjMzNyAyMiw2LjEyMiAyMS4yNzUsNS4zODUgMjEuMjc1LDUuMjk1IDIxLjE4Nyw1LjI5NSAxNS45NzcsMCAxNC41MjYsMS40NzQgMTguMjg3LDUuMjk1IDAsNS4yOTUgDQogICAgICAgIDAsNy4zNzkgMTguMjg3LDcuMzc5IDE0LjIwNiwxMS41MjYgMTUuNjU2LDEzIDIxLjE4Nyw3LjM3OSAyMS4yNzUsNy4zNzkgMjEuMjc1LDcuMjkgMjIsNi41NTMgIi8+DQo8L3N2Zz4=);
}

@media only screen and (min-width: 1080px) {
  .nav-dropdown__back {
    display: none;
  }
}

.nav-dropdown__title {
  color: #007ac9;
  display: block;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5f1f9;
}

@media only screen and (min-width: 1080px) {
  .nav-dropdown__title {
    border-bottom: 0;
  }
}

.nav-dropdown__details {
  display: none;
}

@media only screen and (min-width: 1080px) {
  .nav-dropdown__details {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.nav-dropdown__cta {
  padding: 20px 0 0;
}

.nav-dropdown__cta > .button {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1080px) {
  .nav-dropdown__cta > .button {
    width: auto;
    padding: 14px 24px;
  }
}

@media only screen and (min-width: 1080px) {
  .nav-dropdown__list {
    min-width: 300px;
    padding: 18px 0;
    position: relative;
  }

  .nav-dropdown--split-col .nav-dropdown__list {
    min-width: 340px;
    -webkit-columns: 2 auto;
    columns: 2 auto;
  }

  .nav-dropdown--split-col .nav-dropdown__list > li {
    padding-right: 15px;
  }
}

.nav-dropdown__list > li {
  padding: 12px 0;
}

@media only screen and (min-width: 1080px) {
  .nav-dropdown__list > li {
    padding: 12px 10px;
  }

  .nav-dropdown__list > li.opened {
    background-color: #e5f1f9;
  }
}

.nav-dropdown__button {
  width: 100%;
  text-align: left;
  position: relative;
  padding-right: 30px;
  display: block;
}

.nav-dropdown__button:after {
  content: "";
  border-top: 2px solid #007ac9;
  border-right: 2px solid #007ac9;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
}

.nav-search {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.nav-search.active {
  display: block;
}

.nav-search .button {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

@media only screen and (min-width: 1080px) {
  .nav-search .button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.nav-search .form-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 600px;
  margin-right: 15px;
  margin-bottom: 0;
}

.nav-search .form-input .nav-search__input {
  width: 100%;
  height: 48px;
}

@media only screen and (min-width: 1080px) {
  .nav-search .form-input .nav-search__input {
    height: 60px;
  }
}

.nav-search .CoveoSearchInterface .CoveoSearchbox {
  margin-right: 0;
}

.nav-search .CoveoSearchInterface .CoveoSearchbox .coveo-globalsearchbox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.nav-search__wrapper {
  width: 800px;
  max-width: 1360px;
  padding: 60px 15px 15px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

@media only screen and (min-width: 1080px) {
  .nav-search__wrapper {
    padding: 30px;
  }
}

.nav-search__wrapper .row {
  width: 100%;
  margin: 0;
  -webkit-justify-content: center;
  justify-content: center;
}

.nav-search__wrapper .row > div {
  width: 100%;
}

.nav-search__close {
  background-color: #007ac9;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  transition: background-color 0.3s ease-in-out;
}

@media only screen and (min-width: 1080px) {
  .nav-search__close {
    top: 20px;
    right: 20px;
  }
}

/* / eng header
-----------------------------------------------------*/

.main-nav__button img {
  margin-left: 7px;
  vertical-align: 4px;
}

@media all and (max-width: 768px) {
  .mokuji li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .mokuji a {
    font-weight: 500;
    font-size: 16px;
  }

  #column_detail main p {
    font-size: 16px;
    line-height: 1.7;
  }
}

.anc-technical {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.anc-technical li a {
  display: block;
  background-color: #007ac9;
  color: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 6px;
  transition: 0.3s;
}

.anc-technical li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

@media all and (min-width: 769px) {
  .anc-technical li {
    min-width: 370px;
  }

  .anc-technical li + li {
    margin-left: 20px;
  }

  .anc-technical li br {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .anc-technical {
    flex-wrap: wrap;
  }

  .anc-technical li {
    width: 90%;
  }

  .anc-technical li + li {
    margin-top: 20px;
  }
}

.content > .pstrong {
  margin-top: 37px;
}

.pstrong {
}

.pstrong p {
}

.pstrong p + p {
  margin-top: 1em;
}

.pstrong strong {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline #f4ac00 5px;
}

.meltHead {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background: #007ac9;
  color: #fff;
  padding: 50px 0 30px 0;
  margin-top: 50px;
  position: relative;
}

.meltHead:after {
  content: "";
  background: #007ac9;
  position: absolute;
  top: 0;
  left: 0;
  height: 24vh;
  z-index: -1;
  width: 100%;
}

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

.meltBody .slick-arrow {
}

.meltBody .slick-arrow img {
  display: none !important;
}

.meltBody button.slick-arrow {
  background: #fff;
  color: #000;
  border-radius: 500px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.meltBody button.slick-arrow:before {
  font-weight: bold;
  font-size: 16px;
}

.meltBody button.slick-arrow.slick-next,
.meltBody button.slick-arrow.slick-prev {
  top: calc(50% - 20px);
}

.meltBody button.slick-arrow.slick-prev {
  left: 0;
}

.meltBody button.slick-arrow.slick-prev:before {
  content: "<";
}

.meltBody button.slick-arrow.slick-next {
  right: 0;
}

.meltBody button.slick-arrow.slick-next:before {
  content: ">";
}

.meltItem {
  width: 40%;
}

.meltItem + .meltItem {
  margin-left: 5%;
}

.meltItem .maltChapter {
  display: flex;
  justify-content: center;
}

.meltItem ul.chapter {
  width: auto !important;
  margin: 0 !important;
  padding: 0;
}

.meltItem ul {
}

.maltName {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #007ac9;
  margin: 20px 0;
}

.meltSlide {
  background: #fff;
}

.meltSlide span {
  padding-top: 0;
}

.meltSlide span img {
  max-width: 100%;
  border-radius: 0;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

@media all and (max-width: 768px) {
  .meltHead {
    margin-bottom: 30px;
    padding: 30px;
  }

  .meltHead:after {
    display: none;
  }

  .meltBody {
    display: block;
  }

  .meltBody + .btn_center {
    margin-top: 50px !important;
    margin-bottom: 0 !important;
  }

  .meltBody .btn_center {
    margin: 20px 0 0 0;
  }

  .meltBody button.slick-arrow {
  }

  .meltBody button.slick-arrow:before {
    font-weight: bold;
    font-size: 16px;
  }

  .meltItem {
    width: 100%;
  }

  .meltItem + .meltItem {
    margin-left: 0;
    margin-top: 40px;
  }

  .maltName {
    font-size: 22px;
    margin: 20px 0;
  }

  .meltSlide {
  }

  .meltSlide span {
    padding-top: 0;
  }

  .meltSlide span img {
  }
}

.sectionLayout {
}

@media all and (min-width: 769px) {
  .sectionLayout p + .btn_center .bottombutton a {
    margin-left: 0 !important;
  }
}

@media all and (max-width: 768px) {
  .sectionLayout p + .btn_center .bottombutton a {
    margin-top: 50px !important;
  }
}

#training_detail .sectionLayout h3 {
  margin: 0 0 37px 0;
}

@media all and (max-width: 768px) {
}

.sLhead {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.sLimg {
  margin-left: 50px;
}

.sLimg img {
  max-width: 100%;
}

.sLcontent {
  flex: 1;
}

@media all and (max-width: 768px) {
  .sLimg img {
    display: block;
    margin: 0 auto;
  }

  .sLhead {
    display: block;
  }

  .sLimg {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .sLcontent {
  }
}

@media all and (max-width: 768px) {
  #top #seminar .three,
  #top #industry .three,
  #top #solution .sl_list {
    justify-content: space-between;
  }

  #top #industry .three li,
  #top #solution .sl_list li {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    border-radius: 20px;
  }

  #top #seminar .three li {
    width: 100%;
  }

  .useful li,
  .interview li {
    padding: 0 0 5% 0;
  }

  .useful img,
  .interview img {
    border-radius: 20px 20px 0 0;
  }

  .academy .right {
    padding-top: 0;
  }

  .academy .right img {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }

  .industry li img {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }
}

@media all and (min-width: 769px) {
  .menu {
    /*position: relative;*/
  }

  .menu .menu_list {
  }

  .menu .menu_list > a {
    border: 1px solid #ccc;
    display: block;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
  }

  .menu .menu_list > a:hover {
    color: #fff;
    background: #fb4343;
  }

  /* ②メガメニューのスタイル */
  .menu_contents {
    background: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    padding: 50px 0;
  }

  .menu_contents ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1000px;
  }

  .menu_contents li {
    width: 33%;
  }

  .menu_contents li:nth-child(n + 4) {
    margin-top: 10px;
  }

  .menu_contents li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 13px;
    display: block;
  }

  .menu_contents li a br {
    display: none;
  }

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

  .menu_contents li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent;
  }
}

@media all and (max-width: 768px) {
  .menu {
    /*position: relative;*/
  }

  .menu .menu_list {
  }

  .menu .menu_list > a {
    border: 1px solid #ccc;
    display: block;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
  }

  /* ②メガメニューのスタイル */
  .menu_contents {
    padding: 15px 15px 15px 30px;
  }

  .nordmenu-pc.open .main-nav__button {
    background: #e5f5ff;
  }

  .menu_contents ul {
    display: block;
    width: 100%;
  }

  .menu_contents li {
  }

  .menu_contents li:nth-child(n + 2) {
    margin-top: 10px;
  }

  .menu_contents li a {
    text-decoration: none;
    position: relative;
    padding-left: 13px;
    display: block;
    font-weight: normal !important;
    font-size: 15px;
    color: #000;
  }

  #menu li a:visited {
    color: #000 !important;
  }

  .menu_contents li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    border-top: 5px solid transparent;
    border-left: 5px solid #007ac9;
    border-bottom: 5px solid transparent;
  }
}

.side-end-nav {
  position: fixed;
  right: 0;
  top: calc(50% - 108px);
  transition: 0.5s;
  transform: translateX(230px) !important;
  z-index: 10000;
  min-width: 300px;
}

.side-end-nav:hover {
  transform: translateX(0) !important;
}

.side-end-nav li {
  background: #fff;
  cursor: pointer;
  border: 1px solid #007ac9;
}

.side-end-nav li.area-link:hover {
  opacity: 0.8;
}

.side-end-nav li + li {
  margin-top: 3px;
}

.side-end-nav li span {
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 70px;
  position: relative;
}

.side-end-nav li span b {
}

.side-end-nav li span a {
  display: block;
  padding: 10px 10px 10px 70px;
  width: 100%;
  letter-spacing: -0.5px;
}

.side-end-nav li span a:before {
  content: "";
  display: inline-block;
  margin: 0 10px;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 10px;
  top: calc(50% - 20px);
}

.side-end-nav li span a:after {
  width: 62px;
  position: absolute;
  left: 5px;
  top: 45px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.side-end-nav li.sen-seminar span a:after {
  content: "SEMINAR";
}

.side-end-nav li.sen-download span a:after {
  content: "DOWNLOAD";
  color: #007ac9;
}

.side-end-nav li.sen-contact span a:after {
  content: "CONTACT";
  color: #007ac9;
}

.side-end-nav li.sen-mail span a:after {
  content: "LETTER";
  color: #007ac9;
}

.side-end-nav li.sen-seminar span a:before {
  background: url("../img/icon_seminar01.png") no-repeat center center;
  background-size: contain;
}

.side-end-nav li.sen-download span a:before {
  background: url("../img/icon_download01.png") no-repeat center center;
  background-size: contain;
}

.side-end-nav li.sen-contact span a:before {
  background: url("../img/icon_contact01.png") no-repeat center center;
  background-size: contain;
}

.side-end-nav li.sen-mail span a:before {
  background: url("../img/icon_mail01.png") no-repeat center center;
  background-size: contain;
}

.side-end-nav li.sen-seminar {
  background: #007ac9;
  color: #fff;
}

.side-end-nav li.sen-seminar a {
  color: #fff;
}

@media all and (max-width: 768px) {
  .side-end-nav {
    right: 0;
    top: inherit;
    bottom: 0;
    width: 100%;
    transform: none !important;
    display: flex;
  }

  .side-end-nav li {
    background: #007ac9;
    cursor: pointer;
    border: 1px solid #fff;
    flex: 1;
  }

  .side-end-nav li + li {
    border-left: none;
    margin-top: 0;
  }

  .side-end-nav li span {
    display: flex;
    align-items: center;
    min-height: 45px;
    position: relative;
  }

  .side-end-nav li span b + br,
  .side-end-nav li span b {
    display: none;
  }

  .side-end-nav li span a {
    display: block;
    padding: 10px;
    width: 100%;
    color: #fff !important;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
  }

  .side-end-nav li span a:before {
    display: block;
    margin: 0 auto;
    height: 20px;
    width: 20px;
    position: static;
    margin-bottom: 5px;
  }

  .side-end-nav li span a:after {
    display: none !important;
  }

  .side-end-nav li.sen-seminar span a:before {
    background: url("../img/icon_seminar01.png") no-repeat center center;
    background-size: contain;
  }

  .side-end-nav li.sen-download span a:before {
    background: url("../img/icon_download02.png") no-repeat center center;
    background-size: contain;
  }

  .side-end-nav li.sen-contact span a:before {
    background: url("../img/icon_contact02.png") no-repeat center center;
    background-size: contain;
  }

  .side-end-nav li.sen-mail span a:before {
    background: url("../img/icon_mail02.png") no-repeat center center;
    background-size: contain;
  }
}

#main .mainVisual .inner .textBox p {
  font-size: 14px;
}

.meltSlide video {
  width: 100%;
}

body#semimnarPage {
  line-height: 1.72;
}

body.seminarIndex .seminarList a,
body.lpPage .seminarList a {
  font-weight: normal;
}

body.lpPage div#main,
body.lpPage table,
body.lpPage input,
body.lpPage textarea,
body.lpPage select,
body.lpPage option,
body#semimnarPage div#main,
body#semimnarPage table,
body#semimnarPage input,
body#semimnarPage textarea,
body#semimnarPage select,
body#semimnarPage option {
  font-family: "Noto Serif JP", serif;
}

#semimnarPage #container {
  padding-top: 0;
}

#semimnarPage #main .mainVisual .inner {
  padding: 0 !important;
}

#semimnarPage #main .mainVisual {
  height: 600px;
}

@media all and (max-width: 768px) {
  #semimnarPage #container {
    padding-top: 70px;
  }

  #semimnarPage #main .mainVisual {
    padding-top: 60px;
  }
}

body#semimnarPage .seminar-btn02 {
  min-width: 520px;
  padding: 30px 0 !important;
  background-position: top 50% left 8rem !important;
}

@media all and (max-width: 768px) {
  body#semimnarPage .seminar-btn02 {
    width: 100%;
    min-width: inherit;
  }
}

body#semimnarPage .seminar-btn_flex3 .seminar-btn02 {
  padding: 15px 20px !important;
  width: 30%;
  min-width: inherit;
  background-position: top 50% left 1rem !important;
}

@media all and (max-width: 768px) {
  body#semimnarPage .seminar-btn_flex3 .seminar-btn02 {
    padding: 25px 0 !important;
    width: 100%;
  }
}

body#semimnarPage .seminar-btn_flex2 .seminar-btn02 {
  min-width: inherit;
  padding: 15px 0px !important;
  background-position: top 50% left 1rem !important;
}

#elearning_index .companyhead {
  margin-bottom: 50px;
}

.companyhead .sLimg span {
  display: block;
  text-align: right;
  margin-top: 5px;
  font-weight: bold;
}

.companyhead table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.companyhead table th {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 20px;
  font-weight: bold;
  background: #efefef;
  border-bottom: 1px solid #fff;
}

#elearning_index .companyhead table td {
  padding: 10px 20px;
  border-bottom: 1px dotted #ccc;
}

#elearning_index .companyhead h3 {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

/*.companyhead .sLimg {
	margin-left: 30px;
}*/
.companyhead .accessBlock {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.companyhead .accessMap {
  flex: 1;
}

.companyhead .accessMap iframe {
  width: 100% !important;
}

.companyhead .accessInfo {
  margin-left: 50px;
}

.companyhead .accessInfo dl {
}

.companyhead .accessInfo dl + dl {
  margin-top: 30px;
}

.companyhead .accessInfo dl dt {
  font-weight: bold;
}

@media all and (min-width: 769px) {
  .hide-pc {
    display: none;
  }

  .companyhead .accessInfo {
    min-width: 456px;
  }

  /*.companyhead .sLcontent {
		flex: initial;
	}*/
  .companyhead .sLimg {
    width: 32%;
  }
}

@media all and (max-width: 768px) {
  .companyhead .accessMap iframe {
    height: 300px;
  }

  .sLhead.companyhead {
    display: flex;
    flex-direction: column-reverse;
  }

  .sLhead.companyhead .sLimg {
    margin-top: 20px;
    margin-bottom: 0;
  }

  #elearning_index .companyhead {
    margin-bottom: 50px;
  }

  .companyhead table {
  }

  .companyhead table th {
    width: 20%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    background: #efefef;
    border-bottom: 1px solid #fff;
  }

  #elearning_index .companyhead table th,
  #elearning_index .companyhead table td {
    width: 100%;
    display: block;
  }

  #elearning_index .companyhead table td {
    padding: 10px;
    border-bottom: 1px dotted #ccc;
  }

  #elearning_index .companyhead h3 {
    margin-bottom: 30px !important;
  }

  .companyhead .sLimg {
    margin-left: 0;
  }

  .companyhead .accessBlock {
    display: block;
  }

  .companyhead .accessInfo {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*221024*/
#main .about_conformal-coating {
  margin-bottom: 77px;
  padding: 47px 0 54px;
  background-color: #0071bf;
  color: #fff;
}

#main .about_conformal-coating h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

#main .about_conformal-coating .imgBox {
  display: flex;
  justify-content: space-between;
}

#main .about_conformal-coating .imgBox .photoBox {
  width: 388px;
}

#main .about_conformal-coating .imgBox .photoBox img {
  width: 100%;
  height: auto;
}

#main .about_conformal-coating .imgBox .textBox {
  width: 582px;
}

#main .about_conformal-coating .imgBox .textBox p {
  text-align: left;
}

#main .about_conformal-coating .imgBox .textBox strong {
  margin-bottom: 12px;
  font-size: 1.8rem;
}

#main .about_conformal-coating .imgBox .textBox .comBtn {
  width: 270px;
  margin-top: 1rem;
}

#main .about_conformal-coating .imgBox .textBox .comBtn a {
  padding: 18px;
}

#main .about_conformal-coating .imgBox .textBox .comBtn a span {
  padding-left: 0;
  padding-right: 40px;
  background: url(../../seminar/img/btn_icon02.png) no-repeat right center;
  font-size: 1.6rem;
}

#main .about_conformal-coating .imgBox + .imgBox {
  margin-top: 6rem;
}

@media screen and (max-width: 896px) {
  #main .about_conformal-coating h2 {
    margin-bottom: 7px;
    font-size: 2.4rem;
    line-height: 1.5;
  }

  #main .about_conformal-coating .imgBox {
    display: block;
  }

  #main .about_conformal-coating .imgBox .photoBox {
    width: 100%;
    margin: 12px auto 0;
  }

  #main .about_conformal-coating .imgBox .textBox {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.73;
  }

  #main .about_conformal-coating .imgBox .textBox strong {
    display: block;
    margin: 12px auto 12px 0;
  }
}

@media all and (min-width: 769px) {
  .outlineimg {
    max-width: 456px;
  }
}

.outlineimg {
}

.outlineimg img + img {
  margin-top: 15px;
}

.supportTel {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  background: #e5f1f9;
  padding: 30px;
}

.supportTel .supportTel-num,
.supportTel .supportTel-mail {
}

.supportTel .supportTel-num {
  flex: 1;
  margin-right: 30px;
}

.supportTel .supportTel-mail strong,
.supportTel .supportTel-num strong {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.supportTel .supportTel-num .snum-body {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.supportTel .supportTel-num .snum-tel-free,
.supportTel .supportTel-num .snum-fax-free {
  flex: 1;
}

.supportTel .supportTel-num .snum-tel-free,
.supportTel .supportTel-num .snum-fax-free {
  font-weight: bold;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
}

.supportTel .supportTel-num .snum-tel-free:before,
.supportTel .supportTel-num .snum-fax-free:before {
  content: "FREE";
  display: inline-block;
  margin-right: 10px;
  width: 27px;
  padding-top: 30px;
  color: #007ac9;
  font-size: 10px;
  text-align: center;
}

.supportTel .supportTel-num .snum-tel-free:before {
  background: url("../img/support_icon01.png") no-repeat center 0;
}

.supportTel .supportTel-num .snum-fax-free:before {
  background: url("../img/support_icon02.png") no-repeat center 0;
}

.supportTel .supportTel-num .snum-other {
  display: block;
  width: 100%;
  clear: both;
  font-size: 14px;
  padding: 10px 0 0 0;
  border-top: 1px solid #ddd;
}

.supportTel .supportTel-num .snum-other span {
  display: inline-block;
}

.supportTel .supportTel-num .snum-other span + span {
  margin-left: 15px;
}

.supportTel .supportTel-mail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.supportTel .supportTel-mail a {
  display: block;
  background-color: #007ac9;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.5s;
}

.supportTel .supportTel-mail a:hover {
  opacity: 0.7;
}

.supportList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.supportList li {
  width: 32%;
  display: flex;
  margin-top: 1%;
  margin-right: 2%;
}

.supportList li:nth-child(3n) {
  margin-right: 0;
}

.supportList li a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  background: #007ac9;
  border-radius: 6px;
  transition: 0.5s;
}

.supportList li a:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background: url("../img/icon_contact02.png") no-repeat 0 0;
  background-size: cover;
  width: 22px;
  height: 16px;

  display: none !important;
}

.supportList li a:hover {
  opacity: 0.7;
}

@media all and (min-width: 769px) and (max-width: 1328px) {
  .supportTel {
    display: block;
  }

  .supportTel .supportTel-mail {
    margin-top: 30px;
  }

  .supportTel .supportTel-mail a {
    margin-top: 10px;
  }

  .supportList li a {
    padding: 20px;
  }
}

@media all and (max-width: 768px) {
  .supportTel {
    display: block;
    padding: 20px;
  }

  .supportTel .supportTel-num {
    margin-right: 0;
  }

  .supportTel .supportTel-mail strong,
  .supportTel .supportTel-num strong {
    font-size: 18px;
    font-weight: bold;
    display: block;
  }

  .supportTel .supportTel-num .snum-body {
    display: block;
    justify-content: space-between;
    margin: 10px 0;
  }

  .supportTel .supportTel-num .snum-fax-free {
    margin-top: 10px;
  }

  .supportTel .supportTel-num .snum-tel-free:before,
  .supportTel .supportTel-num .snum-fax-free:before {
    content: "FREE";
    display: inline-block;
    margin-right: 10px;
    width: 27px;
    padding-top: 30px;
    color: #007ac9;
    font-size: 10px;
    text-align: center;
  }

  .supportTel .supportTel-num .snum-other {
    font-size: 16px;
    padding: 10px 0 0 0;
  }

  .supportTel .supportTel-num .snum-other span {
    display: block;
  }

  .supportTel .supportTel-num .snum-other span + span {
    margin-left: 0;
    margin-top: 5px;
  }

  .supportTel .supportTel-mail {
    margin-top: 30px;
  }

  .supportTel .supportTel-mail a {
    margin-top: 10px;
  }

  .supportList {
    display: block;
  }

  .supportList li {
    width: 100%;
    display: block;
  }

  .supportList li a {
    width: 100%;
    padding: 15px;
    font-size: 15px;
    justify-content: flex-start;
    font-weight: normal;
  }

  .supportList li a:before {
    min-width: 22px;
    margin-right: 10px;
  }

  #elearning_index #support.companyhead {
    display: flex;
    flex-direction: column-reverse;
  }

  #elearning_index #support.companyhead .sLimg {
    margin-top: 20px;
    margin-bottom: 0;
    width: 100%;
  }
}

@media all and (min-width: 769px) {
  #outline .sLimg,
  #support .sLimg {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #support {
    margin-bottom: 0 !important;
  }
}

.interImg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 40px 0 0 0;
}

.caparea a {
  word-break: break-all;
}

.imglist-center + *,
.caparea + *,
.interImg + * {
  margin-top: 40px !important;
}

.interImg .interImg-cont {
  flex: 1;
}

.interImg .interImg-img {
  width: 38%;
}

.capimgcenter {
  text-align: center;
  display: block;
  margin-top: 10px;
}

.imglistcaption,
.capimgcenter,
.caparea,
.imglist-center li,
.img2list li,
.img3list li,
.interImg .interImg-img {
  font-size: 14px;
  font-weight: bold;
  color: #7d9aaa;
}

.imglistcaption a,
.capimgcenter a,
.caparea a,
.imglist-center li a,
.img2list li a,
.img3list li a,
.interImg .interImg-img a {
  text-decoration: underline;
  color: #007ac9;
}

.interImg .interImg-img img {
  max-width: 100%;
  display: block;
  margin-bottom: 10px;
  border-radius: 20px;
}

#interview_detail main p {
  width: inherit !important;
  margin-left: 0;
  margin-right: 0;
}

@media all and (min-width: 769px) {
  .interImg.iI-right {
  }

  .interImg.iI-right .interImg-img {
    margin-left: 20px;
  }

  .interImg.iI-left {
    flex-direction: row-reverse;
  }

  .interImg.iI-left .interImg-cont {
    margin-left: 20px;
  }
}

@media all and (max-width: 768px) {
  .interImg {
    flex-direction: column;
  }

  .interImg .interImg-img {
    width: 100%;
    text-align: center;
  }
}

.interviewProfile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.interviewProfile img {
  max-width: 210px;
}

.interviewProfile dl {
  margin-left: 40px;
  width: 100%;
}

.interviewProfile dt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}

.interviewProfile dt span {
  color: #005293;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}

.interviewProfile dd {
  font-size: 18px;
  line-height: 1.7;
}

.caparea a {
  color: #007ac9;
  text-decoration: underline;
}

.interviewProfile dd a {
  color: #007ac9;
  text-decoration: underline;
  font-weight: normal;
}

.interviewProfile dd a:hover {
  text-decoration: none;
}

.inter-info {
  background: #e5f1f9;
  padding: 30px;
  margin: 30px 0;
  font-size: 18px;
  line-height: 1.7;
}

.detailday {
  font-size: 16px;
  font-weight: bold;
  color: #7d9aaa !important;
  margin: 20px 0 50px 0;
}

.bnr-area {
  margin: 50px 0;
}

.bnr-area img {
  width: 100%;
  height: auto;
}

.bnr-magazine {
  border: 1px solid #007ac9;
  padding: 20px 30px;
}

.bnr-magazine p {
  font-size: 14px;
  line-height: 1.7;
}

.bnr-magazine .magazine-head {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}

.bnr-magazine .magazine-href {
  margin-top: 20px;
}

.bnr-magazine .magazine-href a {
  display: block;
  background: #007ac9;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s;
  padding: 10px 0;
}

.bnr-magazine .magazine-href a:hover {
  opacity: 0.7;
}

.offername {
  font-size: 14px;
}

.img3list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.img3list li {
  /*line-height: 0;*/
}

.img3list li img {
  max-width: 100%;
  margin-bottom: 0;
}

@media all and (min-width: 769px) {
  .img3list li {
    width: calc(33% - 10px);
  }

  .img3list li + li {
    margin-left: 10px;
  }
}

@media all and (max-width: 768px) {
  .img3list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .img3list li {
    margin-right: 10px;
    width: calc(33% - 10px);
    /*line-height: 0;*/
  }

  .img3list li:nth-child(3n) {
    margin-right: 0;
  }

  .img3list li:nth-child(n + 4) {
    margin-top: 10px;
  }
}

.img2list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.img2list li {
}

.img2list li img {
  max-width: 100%;
  margin-bottom: 10px;
  display: block;
}

@media all and (min-width: 769px) {
  .img2list li {
    width: calc(50% - 10px);
  }

  .img2list li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

@media all and (max-width: 768px) {
  .img2list {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .img2list li {
    width: calc(50% - 10px);
  }

  .img2list li:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.interwriter {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  background: #e5f1f9;
}

.interwriter img {
  margin: 0;
  max-width: 100%;
  width: 20%;
}

.interwriter dl {
  margin-left: 30px;
  flex: 1;
}

.interwriter dt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.interwriter dt span {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
  color: #007ac9;
}

.interwriter dd {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
}

.interwriter dd p {
  margin-bottom: 0;
}

@media all and (max-width: 768px) {
  .interwriter {
    flex-direction: column;
  }

  .interwriter img {
    margin: 0 auto;
    max-width: 100%;
    width: inherit;
  }

  .interwriter dl {
    margin-left: 0;
    margin-top: 15px;
    flex: none;
  }

  .interwriter dt {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
  }
}

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

.imglist-center li {
}

.imglist-center li img {
  margin: 0;
}

.imglist-center li + li {
  margin-left: 10px;
}

.plabel {
  font-weight: bold;
}

.plabel strong {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  background: #00294a;
}

#interview_detail article p strong {
  font-weight: bold;
}

.blueback {
  background: #e5f1f9;
}

.blueback .wrapper {
  padding: 50px 0;
}

.blueback section {
  background: #fff;
  padding: 50px 50px 80px 50px;
  margin: 50px 0;
  border-radius: 20px;
}

.blueback section h2,
.blueback section p.small,
.blueback section p.orangeborder {
  text-align: center;
}

.blueback .list_item {
  box-shadow: none;
}

section.archivewide {
  padding-bottom: 75px !important;
}

section.archivewide button img {
  max-width: 45px;
  margin-bottom: 0;
}

section.archivewide .slick-list {
  padding-bottom: 10px !important;
}

.archivewide .list_item {
  box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
  padding: 0;
  border-radius: 20px;
  margin: 0 15px;
}

.archivewide .list_item img {
  margin-bottom: 0 !important;
}

.archivewide .list_item h4 {
  margin-top: 25px;
  color: #333;
}

.archivewide .list_item .listname {
  padding-bottom: 30px !important;
}

.interviewSlider li a {
  height: auto;
}

@media all and (max-width: 768px) {
  .interviewSlider .slick-prev {
    left: 0;
  }

  .interviewSlider .slick-next {
    right: 0;
  }
}

.overcont {
  /*text-overflow: ellipsis;
	overflow: hidden;
	max-height: 70px;*/
}

.trainingLabel {
  margin-top: 1em;
}

.trainingLabel li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.trainingLabel li + li {
  margin-top: 5px;
}

.trainingLabel li span {
  display: inline-block;
  color: #fff;
  background: #007ac9;
  text-align: center;
  /*width: px;*/
  margin-right: 10px;
  padding: 3px 15px;
  white-space: nowrap;
}

@media all and (max-width: 768px) {
  .trainingLabel {
    margin: 1.5em 0;
  }

  .trainingLabel li {
    display: block;
  }

  .trainingLabel li + li {
    margin-top: 10px;
  }

  .trainingLabel li span {
    display: block;
    text-align: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    padding: 3px 15px;
  }
}

#elearning_index .blueback .list_item h4 {
  margin: 10px 0;
  color: #333;
}

.list_item .detailday {
  margin: 0 20px;
  font-size: 14px;
}

.blueback .list_item * {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.blueback .list_item img {
  border-radius: 20px;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 20%);
}

.listname {
  font-weight: bold;
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: 15px;
}

.listname span {
  color: #005293;
  display: block;
  font-size: 14px;
}

.archive-bnr {
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
  border: 1px solid #005293;
  background: #fafafa;
}

.archive-bnr dl {
  font-size: 14px;
  margin-right: 40px;
}

.archive-bnr dl dt {
  margin-bottom: 5px;
  font-weight: bold;
  color: #005293;
}

.archive-bnr dl dd {
}

.archive-bnr .bnr {
  display: flex;
}

.archive-bnr .bnr a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  width: 230px;
  color: #fff;
  /*background: linear-gradient(to bottom left, #1a1e21, #00294a);*/
  /*background: linear-gradient(90deg, #00294a 0%, #1a1e21 50%, #00294a 100%);*/
  background: #007ac9;
  background-size: 200% 100%;
  transition: 0.3s;
}

.archive-bnr:hover .bnr a {
  background-position: 100% 0;
  text-decoration: none;
  opacity: 0.8;
}

@media all and (max-width: 768px) {
  .archive-bnr {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .archive-bnr dl {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .archive-bnr dl dt {
    margin-bottom: 5px;
    font-weight: bold;
    color: #005293;
  }

  .archive-bnr dl dd {
  }

  .archive-bnr .bnr {
    display: flex;
    width: 100%;
  }

  .archive-bnr .bnr a {
    font-size: 18px;
    width: 100%;
    padding: 15px 0;
  }
}

.pagerList {
  display: flex;
  justify-content: center;
  margin: 70px 0;
}

.pagerList span + *,
.pagerList a + * {
  margin-left: 10px;
}

.pagerList span,
.pagerList a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #005293;
  text-decoration: none;
}

.pagerList span.current,
.pagerList a.current {
  color: #fff;
  background: #005293;
}

.pagerList a.prev,
.pagerList a.next {
  border: none;
}

@media all and (max-width: 768px) {
  .interviewInfo {
  }

  .interviewInfo h2 {
    font-size: 30px;
  }

  .interviewInfo .interviewProfile {
    display: block;
  }

  .interviewInfo .interviewProfile img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .interviewInfo .interviewProfile dl {
    margin-left: 0;
    margin-top: 30px;
  }
}

.interviewInfo {
  position: relative;
}

.shareList {
  position: absolute;
  left: -65px;
  top: 0;
  display: flex;
  flex-direction: column;
}

.shareList li {
  border-radius: 7px;
}

.shareList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: 0.3s;
  fill: #fff;
}

.shareList li a:hover {
  opacity: 0.7;
}

.shareList li + li {
  margin-top: 10px;
}

.shareList-twitter {
  background: #1da1f2;
}

.shareList-facebook {
  background: #1a77f2;
}

.shareList-line {
  background: #00b300;
}

.shareList-copy {
  background: #666;
}

@media all and (max-width: 1486px) {
  .shareList {
    position: static;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
  }

  .shareList li {
    flex: 1;
  }

  .shareList li a {
    width: 100%;
  }

  .shareList li + li {
    margin-top: 0;
    margin-left: 5px;
  }
}

@media all and (max-width: 1170px) {
  .sidelist {
    flex-direction: column;
  }

  .sidelist a {
    margin-bottom: 5px;
  }
}

@media all and (max-width: 768px) {
  .pankuzu {
    margin-top: 40px;
  }
}

.interview_choice_after {
  margin-top: 20px;
}

.interview_choice_after a {
  text-decoration: underline;
  color: #007ac9;
}

.interview_choice_after a:hover {
  text-decoration: none;
}

@media all and (min-width: 1080px) and (max-width: 1240px) {
  .main-nav__item {
    margin-left: 2%;
  }

  .main-nav__button {
    font-size: clamp(14px, 0.784rem + 0.45vw, 16px);
  }
}

.three.three-custom img.archive-download-img {
  padding-left: 8% !important;
  padding-right: 8% !important;
}

@media all and (min-width: 769px) and (max-width: 960px) {
  .three .bottom,
  .three .lispancate,
  .three h3 {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }

  .three.three-custom img {
    padding-left: 8% !important;
    padding-right: 8% !important;
  }

  .three.three-custom img.archive-movie-img {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sl_list,
  .three {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sl_list li,
  .three li {
    width: calc((100% - 68px) / 2);
    margin-right: 0;
  }

  .three li .chapter li {
    width: 100% !important;
  }

  /*.sl_list li:nth-child(n+3),
	.three li:nth-child(n+3) {
		margin-top: 20px;
	}
	.relate li:not(:nth-child(3)) {
		margin-right: 3% !important;
	}*/
}

.ul_archives_1410 + p {
  margin-top: 30px;
}

.ul_archives_1410 li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ul_archives_1410 li span {
  margin-left: 10px;
  text-align: left;
  flex: 1;
}

@media all and (min-width: 1060px) {
  h4.interlisttitle {
    font-size: 18px;
    letter-spacing: -2px;
  }
}

@media all and (max-width: 1059px) {
  br.none1060 {
    display: none;
  }
}

.coseimg {
  max-width: inherit;
  width: 100%;
}

@media all and (min-width: 769px) and (max-width: 1119px) {
  .relate.lotofseminar ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .relate.lotofseminar ul li {
    width: calc((100% - 30px) / 2);
    margin-right: 0 !important;
  }

  .relate.lotofseminar ul li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media all and (min-width: 1120px) {
  .relate.lotofseminar ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media all and (max-width: 768px) {
  #semimnarPage #container {
    padding-top: 70px;
  }
}

.lp-info-solution {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e8f2f9;
  overflow: hidden;
  margin-top: 40px;
}

.lp-info-solution .lis-img {
  line-height: 1;
  font-size: 0;
}

.lp-info-solution .lis-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .lp-info-solution {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .lp-info-solution .lis-img img {
    max-width: inherit;
    width: 100%;
  }
}

.lp-info-solution .lis-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
  padding: 33px 40px;
  max-height: 268px;
}

.lp-info-solution .lis-cont h3 {
  color: #0071bf;
  font-size: 25px;
  font-weight: bold;
  background: none;
  margin-top: 0;
}

.lp-info-solution .lis-cont p {
  text-align: left;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #000000;
}

.lp-info-solution .lis-cont .btn {
  max-width: inherit;
  min-width: 283px;
  margin: 0 auto;
}

.lp-info-solution .lis-cont .btn a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0;
  display: block;
  position: relative;
  background-color: #0071bf;
  text-align: center;
  text-decoration: none;
}

.lp-info-solution .lis-cont .btn a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  transition: all ease 0.3s;
}

.lp-info-solution .lis-cont .btn a:hover::before {
  right: 25px;
}

.lp-info-solution .lis-cont .btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .lp-info-solution .lis-cont {
    max-height: inherit;
  }

  .lp-info-solution .lis-cont h3 {
    font-size: 20px;
  }

  .lp-info-solution .lis-cont .btn {
    min-width: 100%;
  }

  .lp-info-solution .lis-cont .btn a {
    font-size: 1rem;
  }
}

.task-info-product {
  background: url("https://nordson-web.jp/electronics/img/index/product-back.png")
    no-repeat 0 0;
  background-size: cover;
  padding: 30px 40px;
  margin-top: 50px;
  color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .task-info-product {
    padding: 5%;
  }
}

.task-info-product-head {
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 20px;
}

.task-info-product-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 896px) {
  .task-info-product-item {
    flex-direction: column;
  }
}

@media screen and (max-width: 896px) {
  .task-info-product-img {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 896px) {
  .task-info-product-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}

.task-info-product-cont {
  flex: 1;
  margin-left: 30px;
}

@media screen and (max-width: 896px) {
  .task-info-product-cont {
    margin-left: 0;
    margin-top: 20px;
  }
}

.task-info-product-cont h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .task-info-product-cont h3 {
    font-size: 2rem;
    text-align: center;
  }
}

.task-info-product-link {
  display: block;
  text-align: right;
}

@media screen and (max-width: 896px) {
  .task-info-product-link {
    text-align: center;
  }
}

.task-info-product-link a {
  display: block;
  background: #fff;
  color: #0071bf;
  border: 1px solid #0071bf;
  padding: 5px 10px;
  margin-top: 20px;
  font-size: 2rem;
  text-align: center;
  max-width: 250px;
  width: 100%;
  float: right;
  position: relative;
}

@media screen and (max-width: 896px) {
  .task-info-product-link a {
    margin: 20px auto 0 auto;
    float: none;
  }
}

.task-info-product-link a:after {
  content: "";
  right: 0;
}

aside .task-info-product {
  padding: 10px;
  transition: 0.3s;
}

aside .task-info-product a {
  display: flex;
  text-decoration: none;
}

aside .task-info-product:hover {
  opacity: 0.8;
}

aside .task-info-product-img {
  width: 30%;
  display: flex;
  align-items: center;
}

aside .task-info-product-img img {
  width: 100%;
}

aside .task-info-product-cont {
  display: flex;
  align-items: center;
}

aside .task-info-product-cont h3 {
  font-size: 1rem;
  margin: 0;
}

.wrapper .task-info-product-cont h3 {
  color: #fff;
}

/*.reception::before {
  color: #fff;
  background: rgb(244, 172, 0, 0.8);
  border: 1px solid rgb(244, 172, 0, 0.8);
  font-weight: 500;
}
.mention__left span.yellow,*/
.sem_info span.front-yellow {
  color: #fff;
  background: rgb(244, 172, 0);
  border: 1px solid rgb(244, 172, 0);
  font-weight: 500;
}

/*230126*/

.top_solution_list {
  flex-wrap: wrap;
  gap: 60px 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.top_solution_list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}

.top_solution_list img {
  border-radius: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: auto;
}

#top .top_solution_list h3 {
  text-align: left;
  letter-spacing: -0.5px;
}

.top_solution_list h3 a {
  color: #007ac9;
}

.top_solution_list p {
  margin-bottom: 14px;
}

.top_solution_list .bottom {
  margin-top: auto;
}

@media all and (max-width: 768px) {
  #top #solution .top_solution_list {
    justify-content: space-between;
    grid-template-columns: repeat(1, 1fr);
  }

  #top #solution .top_solution_list li {
    width: 100%;
  }
}

@media all and (min-width: 769px) and (max-width: 960px) {
  .top_solution_list li {
    width: calc((100% - 68px) / 2);
    margin-right: 0;
  }
}

.four {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 2rem;
}

.four > li {
  width: calc((100% - 2rem * 3) / 4);
  justify-content: flex-start;
  /*justify-content: space-between;*/
  border-radius: 20px 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.four > li p {
  padding: 0 20px 20px;
}

.four > li p.bottom {
  margin-top: auto;
}

.four img {
  margin-bottom: 10px;
  border-radius: 19px 19px 0 0;
}

.bnr_column--download {
  background: #fff;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
  margin: 7rem 0;
  padding: 3rem 0;
}

.bnr_column--download-tag {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px 0;
  line-height: 1;
  color: #000;
  border-bottom: solid 2px #f0ab00;
  display: inline-block;
  margin-bottom: 15px;
}

.bnr_column--download-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.bnr_column--download-img {
  width: 39%;
  display: flex;
  align-items: center;
}

.bnr_column--download-img img {
  max-width: 100%;
}

.bnr_column--download-box {
  width: 55%;
  color: #0071bf;
}

.bnr_column--download-title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 8px;
}

.bnr_column--download-text {
  font-size: 18px;
  font-weight: 600;
}

.bnr_column--download-text ul li {
  text-indent: -1rem;
  padding-left: 1rem;
}

.bnr_column--download-btn {
  margin-top: 1rem;
}

.bnr_column--download-btn a {
  background: #0071bf;
  color: #fff;
  padding: 10px 50px 10px 40px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 18px;
}

.bnr_column--download-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.5s;
}

.bnr_column--download-btn a::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  border-radius: 1px;
  content: "";
  transition: all 0.4s;
  position: absolute;
  right: 15px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .bnr_column--download {
    margin: 5rem 0 0;
  }

  .bnr_column--download-img {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .bnr_column--download-title {
    font-size: 24px;
  }

  .bnr_column--download-box {
    width: 100%;
    padding: 0 0 30px 0;
  }

  .bnr_column--download-btn a {
    width: 100%;
  }
}

.seminar li p.bottom {
  margin-top: auto;
}

section#movie h2 {
  margin-bottom: 30px;
  color: #0071bf;
  text-align: center;
}

.movie_detail {
  padding: 5rem 6.5rem;
  background: #007ac9;
  display: flex;
  gap: 7rem;
  flex-wrap: wrap;
}

.movie_detail .movie_img {
  width: 44%;
  max-width: 38rem;
}

.movie_detail .movie_img img {
  width: 100%;
  height: auto;
}

.movie_detail .movie_text {
  width: calc(100% - 7rem - 38rem);
  color: #fff;
}

.movie_detail .movie_title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  text-align: left;
}

.movie_detail .movie_summary {
  text-align: left;
}

.movie_detail .movie_summary p {
  font-size: 1.6rem;
  text-align: left;
}

.movie_detail .movie_btn {
  margin-top: 4rem;
}

.movie_detail .movie_btn .comBtn {
  width: 100%;
}

.movie_detail .movie_btn .comBtn a span {
  padding-left: 0;
  padding-right: 40px;
  background: url(../../seminar/img/btn_icon02.png) no-repeat right center;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .movie_detail {
    padding: 3rem;
    gap: 2rem;
  }

  .movie_detail .movie_img {
    width: 100%;
  }

  .movie_detail .movie_text {
    width: 100%;
  }

  .four > li {
    width: 100%;
  }
}

section#elearning h2 {
  margin-bottom: 30px;
  color: #0071bf;
  text-align: center;
}

section#elearning .text {
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}

.elearning-bnr {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px 40px;
  background-color: #0071bf;
  background-image: url("../images/elearning-bnr-bg.png");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.elearning-bnr-img {
  width: 38%;
}

.elearning-bnr-txtbox {
  width: calc(100% - 38% - 30px);
}

.elearning-bnr .elearning-bnr-txtbox p {
  line-height: 1.75;
  text-align: left;
  font-size: 16px;
}

.elearning-bnr .elearning-bnr-txtbox ul {
  margin-top: 15px;
}

.elearning-bnr .elearning-bnr-txtbox ul li {
  font-size: 22px;
  line-height: 1.636;
}

.elearning-bnr .elearning-bnr-txtbox .comBtn {
  margin-left: auto;
  max-width: 230px;
}

.elearning-bnr .elearning-bnr-txtbox .comBtn a {
  padding: 12px;
}

.elearning-bnr .elearning-bnr-txtbox .comBtn a span {
  padding-right: 25px;
  background: url(../../seminar/img/btn_icon02.png) no-repeat right center;
  font-size: 1.6rem;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .elearning-bnr {
    padding: 20px;
    gap: 20px;
  }

  .elearning-bnr-img {
    width: 100%;
  }

  .elearning-bnr-txtbox {
    width: 100%;
  }

  .elearning-bnr .elearning-bnr-txtbox .comBtn {
    max-width: 100%;
    margin-top: 20px;
  }

  .elearning-bnr .elearning-bnr-txtbox ul li {
    font-size: 20px;
  }
}

section.bnr-area .content {
  width: 1260px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 896px) {
  section.bnr-area .content {
    width: auto;
    margin: 0 20px;
  }
}

div.bnr-area .content img {
  max-width: 100%;
}

#top .bg_white.interview {
  padding: 80px 0;
}

.interview .top_sdgs {
  margin-top: 30px;
  text-align: center;
  padding: 100px 55px 120px;
  background: url(../img/top_sdg-bg.png) no-repeat center center;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
}

.interview .top_sdgs .btn_center {
  margin-bottom: 0;
}

.interview .top_sdgs h3 {
  font-size: 32px;
  color: #fff;
}

.bg_white .top_sdgs p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1.75;
}

.interview .top_sdgs-interview {
  margin-top: 60px;
  padding: 110px 55px 40px;
  background: url(../img/top_sdgs-interview-bg.png) no-repeat top center;
  border-radius: 20px;
  background-size: cover;
}

.interview .top_sdgs-interview .top_sdgs-title {
  margin-bottom: 50px;
  text-align: center;
}

.interview .top_sdgs-interview h3 {
  font-size: 32px;
}

.interview .top_sdgs-interview p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

#top .interview .top_sdgs-interview .slider h3 {
  text-align: left;
  font-size: 18px;
}

.menu_contents ul.menu_contents-sdgs {
  gap: 140px;
}

.menu_contents ul.menu_contents-sdgs li {
  width: calc((100% - 140px) / 2);
}

.menu_contents-sdgs-innner {
  margin-top: 1rem;
  color: #fff !important;
}

.menu_contents-sdgs-innner p {
  margin: 25px 0 20px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff !important;
  text-align: left;
}

.menu_contents-sdgs-view {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .interview .top_sdgs {
    padding: 50px 5%;
    border-radius: 10px;
  }

  .interview .top_sdgs-interview {
    padding: 50px 0 0;
    border-radius: 10px;
    background: none;
  }

  .top_sdgs-title {
    margin-bottom: 20px;
  }

  .interview .top_sdgs-interview .top_sdgs-title {
    margin-bottom: 0;
  }

  #top .interview .top_sdgs-interview .slider {
    margin-bottom: 20px;
  }

  #top .bg_white.interview {
    padding: 50px 0 1px;
  }

  .slick-prev,
  .slick-next {
    width: 13%;
  }

  .menu_contents-sdgs-innner {
    display: none;
  }

  .menu_contents ul.menu_contents-sdgs li {
    width: 100%;
  }
}

.main-nav__item a {
  color: #000;
}

.top_bnr img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

section.problem-solving {
  padding: 60px 0 80px;
}

.problem-solving-flex {
  display: flex;
  gap: 80px;
  flex-wrap: wrap;
}

.problem-solving-flex + .problem-solving-flex {
  margin-top: 20px;
}

.problem-solving-item {
  width: calc((100% - 80px) / 2);
  text-align: center;
  padding: 20px;
  position: relative;
}

.problem-solving-item.problem {
  background: #e9e9e9;
}

.problem-solving-item.solving {
  background: #ebf3fa;
}

.problem-solving-item.problem::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 19px solid #0071bf;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -50px;
}

.problem-solving-icon {
  width: 60px;
  margin: 0 auto 20px;
}

.problem-solving-icon img {
  width: 100%;
  height: auto;
}

.problem-solving-item p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.problem-solving-item p span {
  font-size: 18px;
  color: #0171bf;
  font-weight: 800;
}

@media screen and (max-width: 896px) {
  .problem-solving-flex {
    gap: 50px;
  }

  .problem-solving-item {
    width: 100%;
    padding: 10px 20px;
  }

  .problem-solving-item.problem::after {
    top: auto;
    transform: translate(-50%, 0);
    left: 50%;
    right: auto;
    bottom: -35px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 19px solid #0071bf;
    border-bottom: 0;
  }

  .problem-solving-flex + .problem-solving-flex {
    margin-top: 50px;
  }

  .intro {
    padding: 0;
  }

  .footer-utility {
    padding: 30px 30px 60px;
  }
}

#column_detail article .normal a {
  text-decoration: underline;
  color: #0071bf;
  transition: 0.3s;
  word-break: break-all;
}

#column_detail article .normal a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}

#column_detail article .pagetop a {
  text-decoration: underline;
  color: #0071bf;
  transition: 0.3s;
}

#column_detail article .pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.3s;
}

#column_detail article .pagetop img {
  max-width: 100%;
}

#column_detail article .pagetop .bnr {
  margin: 0 auto 60px;
}

#column_detail article .pagetop .bnr a {
  display: block;
  line-height: 1;
  text-decoration: none;
}

#column_detail article .normal .column_table table {
  background-color: #ecf5fa;
  border-collapse: collapse;
}

#column_detail article .normal .column_table table caption {
  text-align: left;
  font-weight: 800;
  margin-bottom: 10px;
}

#column_detail article .normal .column_table th,
#column_detail article .normal .column_table td {
  border: solid 2px #fff;
  padding: 15px;
  font-weight: 500;
  text-align: left;
}

#column_detail article .normal .column_table th {
  background-color: #e2e7eb;
  vertical-align: middle;
  font-weight: 700;
  word-break: auto-phrase;
}

#column_detail article .normal .column_table th.pc {
  display: table-cell !important;
}

#column_detail article .normal .column_table td.pc {
  display: table-cell !important;
}

@media screen and (max-width: 768px) {
  #column_detail article .normal .column_table table {
    background: none;
  }

  #column_detail article .normal .column_table th,
  #column_detail article .normal .column_table td {
    display: block;
    padding: 10px;
  }

  #column_detail article .normal .column_table th.pc {
    display: none !important;
  }

  #column_detail article .normal .column_table td.pc {
    display: none !important;
  }
}

.merit-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.merit-list ul li {
  width: calc((100% - 30px * 2) / 3);
}

.merit-list-item {
  border: 1px solid #dddddd;
  height: 100%;
}

.merit-list-item-title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: #0071bf;
  padding: 15px 10px;
}

.merit-list-item-img {
  text-align: center;
  padding: 20px;
}

.merit-list-item-txt {
  padding: 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .merit-list ul li {
    width: 100%;
  }
}

.column_list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.column_list li {
  width: calc((100% - 30px * 2) / 3);
}

.column_list_item {
  border-radius: 20px 20px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: column;
}

.column_list_img img {
  width: 100%;
  height: auto;
}

.column_list_textbox {
  padding: 15px 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial,
    Helvetica, sans-serif;
}

.column_list_textbox h4 {
  color: #0071bf;
  font-weight: bold;
  font-size: 18px;
}

.column_list_bottom {
  padding: 0px 20px 15px;
  margin-top: auto;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial,
    Helvetica, sans-serif;
}

.column_list_bottom a {
  color: #000 !important;
}

@media screen and (max-width: 768px) {
  .column_list li {
    width: 100%;
  }
}

/* 240423 about-page */
.p-about__inner {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

.p-about-mv__inner {
  width: 1366px;
}

.p-about-mv {
  background-image: url(../img/about/mv.jpg);
  position: relative;
  background-size: cover;
}

.p-about-mv__txt {
  color: rgb(255, 255, 255);
  padding: min(10.14666vw, 194px) 0 min(9.947916vw, 191px);
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

@media screen and (max-width: 960px) {
  .p-about-mv__txt {
    padding: clamp(70px, 10.41666vw, 100px) 0 clamp(66px, 10vw, 96px);
  }
}

.p-about-mv__sub-ttl {
  font-size: 20px;
}

.p-about-mv__main-ttl br {
  display: none;
}

@media screen and (max-width: 960px) {
  .p-about-mv__main-ttl br {
    display: block;
  }
}

.p-about-mv__main-ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.8;
}

.p-about-top {
  padding: 80px 0 90px;
}

.p-about-top .p-about__inner {
  width: auto;
}

.p-about-top__txt {
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 1.778;
  text-align: center;
}

.p-about__sec-ttl {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 40px;
  line-height: 0.8;
  font-weight: bold;
}

.p-about-point {
  background-color: #0071bf;
  padding: 91px 0 90px;
}

.p-about-point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: calc((1000px / 1900px) * 100%);
  margin: 0 auto;
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .p-about-point__list {
    flex-direction: column;
  }
}

.p-about-point__item {
  max-width: 480px;
  min-height: 304px;
  width: calc(50% - 20px);
  margin-top: 23px;
  margin-left: 40px;
  background-color: #ffffff;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .p-about-point__item {
    width: calc(50% - 3.33611vw);
    margin-left: 3.33611vw;
  }
}

@media screen and (max-width: 768px) {
  .p-about-point__item {
    width: 100%;
    margin-left: 0;
  }
}

.p-about-point__item-wrapper {
  padding: 30px 34px 30px 31px;
}

.p-about-point__item-wrapper:nth-child(1) {
  padding-left: 34px;
  padding-right: 36px;
}

.p-about-point__item-wrapper:nth-child(2) {
  padding-right: 61px;
  padding-left: 40px;
}

.p-about-point__item-wrapper:nth-child(3) {
  padding-right: 41px;
  padding-left: 41px;
}

.p-about-point__item-wrapper:nth-child(4) {
  padding-right: 41px;
  padding-left: 40px;
}

.p-about-point__item:nth-child(1),
.p-about-point__item:nth-child(3) {
  margin-left: 0;
}

.p-about-point__item-sub-ttl {
  font-size: 12px;
  color: rgb(115, 163, 211);
  font-weight: bold;
}

.p-about-point__item-sub-ttl--emphasis {
  font-size: 30px;
  color: rgb(115, 163, 211);
  font-weight: bold;
  padding-left: 5px;
}

.p-about-point__item-ttl-01 {
  display: block;
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.333;
}

@media screen and (max-width: 1199px) {
  .p-about-point__item-ttl-01 {
    font-size: clamp(18px, 2.002vw, 24px);
  }
}

.p-about-point__item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .p-about-point__item-inner {
    gap: 20px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 560px) {
  .p-about-point__item-inner {
    flex-direction: column;
    padding-bottom: 40px;
  }
}

.p-about-point__item-inner.mt15 {
  margin-top: 15px;
}

.p-about-point__item-ttl-02 {
  display: inline-block;
}

.p-about-point__item-ttl-02.mt {
  margin-top: 39px;
}

.p-about-point__item-img img {
  max-width: 100%;
}

.p-about-point__item-ttl-02--emphasis {
  font-size: 90px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 0.356;
}

@media screen and (max-width: 1199px) {
  .p-about-point__item-ttl-02--emphasis {
    font-size: 6.5vw;
  }
}

@media screen and (max-width: 768px) {
  .p-about-point__item-ttl-02--emphasis {
    font-size: 90px;
  }
}

@media screen and (max-width: 560px) {
  .p-about-point__item-ttl-02--emphasis.mt40 {
    margin-top: 40px;
    display: inline-block;
  }
}

.p-about-point__item-ttl-02--small {
  font-size: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 1.067;
}

@media screen and (max-width: 1199px) {
  .p-about-point__item-ttl-02--small {
    font-size: clamp(24px, 2.52vw, 30px);
  }
}

@media screen and (max-width: 768px) {
  .p-about-point__item-ttl-02--small {
    font-size: 30px;
  }
}

.p-about-point__item-ttl-02--small.mt {
  margin-top: 7px;
  display: inline-block;
}

.p-about-point__item-ttl-02--sub-txt {
  display: block;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1.6;
}

@media screen and (max-width: 1199px) {
  .p-about-point__item-ttl-02--sub-txt {
    font-size: clamp(16px, 1.6681vw, 20px);
  }
}

@media screen and (max-width: 1199px) {
  .p-about-point__item-ttl-02--sub-txt {
    font-size: 20px;
  }
}

aside .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 18px;
  margin: 0 auto;
}

aside .arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: solid 2px rgb(0, 113, 191);
  border-right: solid 2px rgb(0, 113, 191);
  position: absolute;
  bottom: 20px;
}

.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}

.p-about-detail {
  background-color: #e8f2f9;
  padding: 90px 0 101px;
}

.p-about-detail__inner {
  max-width: 90%;
  margin: 0 auto;
  width: 1000px;
}

.p-about__inner.mt {
  margin-top: 110px;
}

.p-about-detail__inner.mt {
  margin-top: 110px;
}

.p-about-detail__sub-ttl {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}

.p-about-detail__sub-ttl::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background-color: rgb(0, 113, 191);
  content: "";
  margin-top: 20px;
}

.p-about-detail__ttl {
  font-size: 30px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: rgb(0, 0, 0);
  line-height: 1.067;
  margin-top: 31px;
}

.p-about-detail__ttl.fns40 {
  font-size: 40px;
}

.p-about-detail__ttl--emphansis01 {
  font-size: 90px;
  font-family: "Lato";
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 0.356;
  display: inline-block;
  margin-top: 14px;
  margin-left: 7px;
}

@media screen and (max-width: 630px) {
  .p-about-detail__ttl--emphansis01 {
    display: inline-block;
    line-height: 1.2;
  }
}

.p-about__sp {
  display: none;
}

@media screen and (max-width: 630px) {
  .p-about__sp {
    display: block;
  }
}

.p-about-detail__ttl--small01 {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  color: rgb(0, 113, 191);
  line-height: 0.8;
  display: inline-block;
  margin-left: 8px;
}

.p-about-detail__txt {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans Japanese";
  color: rgb(0, 0, 0);
  line-height: 2;
  margin-top: 29px;
}

.p-about-detail__point01-ttl {
  margin-top: 81px;
}

.p-about-detail__point01-ttl h3 {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.6;
}

.p-about-detail__point01-ttl p {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", "Noto Sans Japanese";
  color: rgb(0, 0, 0);
  line-height: 2;
}

.p-about-detail__point01-img-container {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 3px;
}

@media screen and (max-width: 1199px) {
  .p-about-detail__point01-img-container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-about-detail__point01-img-container {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}

.grid_img01 {
  grid-area: 1 / 1 / 2 / 2;
}

.grid_img02 {
  grid-area: 1 / 2 / 2 / 3;
}

.grid_img03 {
  grid-area: 1 / 3 / 2 / 4;
}

.grid_img04 {
  grid-area: 1 / 4 / 2 / 5;
}

.grid_img05 {
  grid-area: 1 / 5 / 2 / 7;
}

.grid_img06 {
  grid-area: 2 / 1 / 4 / 2;
}

.grid_img07 {
  grid-area: 2 / 2 / 3 / 5;
}

.grid_img08 {
  grid-area: 2 / 5 / 3 / 6;
}

.grid_img09 {
  grid-area: 2 / 6 / 3 / 7;
}

.grid_img10 {
  grid-area: 3 / 2 / 4 / 3;
}

.grid_img11 {
  grid-area: 3 / 3 / 4 / 4;
}

.grid_img12 {
  grid-area: 3 / 4 / 4 / 5;
}

.grid_img13 {
  grid-area: 3 / 5 / 4 / 6;
}

.grid_img14 {
  grid-area: 3 / 6 / 4 / 7;
}

@media screen and (max-width: 768px) {
  .grid_img01 {
    grid-area: 1 / 1 / 2 / 2;
  }

  .grid_img02 {
    grid-area: 1 / 2 / 2 / 3;
  }

  .grid_img03 {
    grid-area: 1 / 3 / 2 / 4;
  }

  .grid_img04 {
    grid-area: 2 / 1 / 3 / 2;
  }

  .grid_img05 {
    grid-area: 3 / 1 / 4 / 4;
  }

  .grid_img06 {
    grid-area: 2 / 2 / 3 / 3;
  }

  .grid_img07 {
    grid-area: 6 / 1 / 7 / 4;
  }

  .grid_img08 {
    grid-area: 2 / 3 / 3 / 4;
  }

  .grid_img09 {
    grid-area: 4 / 1 / 5 / 2;
  }

  .grid_img10 {
    grid-area: 4 / 2 / 5 / 3;
  }

  .grid_img11 {
    grid-area: 4 / 3 / 5 / 4;
  }

  .grid_img12 {
    grid-area: 5 / 1 / 6 / 2;
  }

  .grid_img13 {
    grid-area: 5 / 2 / 6 / 3;
  }

  .grid_img14 {
    grid-area: 5 / 3 / 6 / 4;
  }
}

.p-about-detail__point01-img-container img {
  max-width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-about-detail__point01-img-container img {
    width: 100%;
    object-fit: cover;
  }
}

.p-about-point__link {
  text-decoration: none;
}

.p-about-point__link:hover {
  text-decoration: none;
}

.p-about-detail__point02-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  position: relative;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-about-detail__point02-wrapper {
    flex-direction: column;
  }
}

.p-about-detail__point02 {
  position: absolute;
  top: 60px;
}

.p-about-detail__point02-txt {
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.6;
}

.p-about-detail__point02-list {
  background-color: #ffffff;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 0, 0);
  margin-top: 30px;
  padding-top: 22px;
  padding-left: 47px;
  padding-bottom: 20px;
  padding: 20px 22px 14px 47px;
  width: 190px;
}

@media screen and (max-width: 560px) {
  .p-about-detail__point02-list {
    width: 160px;
  }
}

.p-about-detail__point02-list-item {
  position: relative;
}

.p-about-detail__point02-list-item02,
.p-about-detail__point02-list-item03 {
  margin-top: 8px;
}

.p-about-point__item-ttl-02--emphasis.mt {
  margin-top: 50px;
  display: inline-block;
}

.p-about-detail__point02-list-item::before {
  content: "";
  display: block;
  width: 12px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.3em;
}

.p-about-detail__point02-list-item01::before {
  background-image: url(../img/about/detail__point02-icon01.png);
}

.p-about-detail__point02-list-item02::before {
  background-image: url(../img/about/detail__point02-icon02.png);
}

.p-about-detail__point02-list-item03::before {
  background-image: url(../img/about/detail__point02-icon03.png);
  width: 6px;
  height: 6px;
}

.p-about-detail__point02-contents-ttl {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
}

.p-about-detail__point02-contents-txt {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 0, 0);
}

.p-about-detail__point02-img img {
  max-width: 100%;
}

.p-about-detail__ttl--fw40 {
  font-size: 40px;
}

.p-about-detail__point02-wrapper {
  position: relative;
}

.p-about-detail__point02 {
  position: absolute;
  top: 0;
  left: 0;
}

.p-about-detail__point02-contents {
  margin-top: -188px;
}

@media screen and (max-width: 768px) {
  .p-about-detail__point02-contents {
    margin-top: -40px;
    display: flex;
    gap: 20px;
    justify-content: center;
  }
}

.p-about-detail__point02-contents-inner {
  margin-top: 33px;
}

.p-about-detail__point02-contents-txt {
  display: block;
}

.p-about-detail__point02-contents-img {
  margin-top: 10px;
}

.p-about-detail__img.mt30 {
  margin-top: 30px;
}

.p-about-detail__img img {
  max-width: 100%;
  object-fit: cover;
}

.p-about-detail__point03-heading3 {
  font-size: 30px;
  font-family: "Noto Serif JP";
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 1.067;
  margin-top: 110px;
}

.p-about-detail__point03-inner {
  width: 100%;
  margin-top: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 13px 10px 13px 2.08333vw;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-inner {
    flex-direction: column;
    align-items: center;
    padding-right: 5%;
    padding-left: 5%;
    justify-content: center;
  }
}

.p-about-detail__point03-txt {
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(80, 80, 80);
  font-weight: bold;
  margin-right: 33px;
}

.p-about-detail__point03-txt.bl__left-01 {
  margin-right: 14px;
}

.p-about-detail__point03--emphasis {
  font-size: 110px;
  font-family: "Lato";
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 0.291;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-about-detail__point03--emphasis {
    display: inline-block;
    margin-top: 50px;
  }
}

.p-about-detail__point03--small {
  font-size: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 0.8;
}

.p-about-detail__point03--small.mr {
  margin-right: 98px;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03--small.mr {
    margin-right: 0;
  }
}

.p-about-detail__point03-content-wrapper {
  padding: 90px 30px 30px 30px;
}

@media screen and (max-width: 768px) {
  .p-about-detail__point03-content-wrapper {
    padding: 20px;
  }
}

.p-about-detail__point03-content {
  padding: 65px 0 58px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-about-detail__point03-content {
    flex-direction: column;
  }
}

.p-about-detail__point03-content.bl__left-01 {
  padding: 0;
}

.p-about-detail__point03-sub-txt {
  display: inline-block;
  background-color: #ededed;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(57, 56, 56);
  padding: 4px 9px 4px 9px;
}

.p-about-detail__point03-sub-txt--01 {
  margin-top: 23px;
}

.p-about-detail__point03-sub-txt--02 {
  margin-top: 11px;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-sub-txt--02 {
    display: block;
  }
}

.p-about-detail__point03-bl {
  display: flex;
  gap: 40px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl {
    flex-direction: column;
    gap: 0;
  }
}

.p-about-detail__point03-bl h4 {
  font-size: 24px;
  font-family: "Noto Serif JP";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.333;
  text-align: center;
  padding-top: 35px;
}

.p-about-detail__point03-img.bl__left-01 {
  margin-top: 35px;
}

@media screen and (max-width: 560px) {
  .p-about-detail__point03-img.bl__left-01 {
    margin-top: 0;
    padding: 0 20px 20px;
  }
}

.p-about-detail__point03-bl-inner {
  margin-top: 40px;
  width: calc(50% - 20px);
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl-inner {
    width: 100%;
    margin-top: 0;
  }
}

.p-about-detail__point03-bl-inner.mt {
  margin-top: 43px;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl-inner.mt {
    margin-top: 30px;
  }
}

.p-about-detail__point03-bl-left {
  background-color: rgb(255, 255, 255);
}

.p-about-detail__point03-bl-flex {
  display: flex;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl-flex {
    justify-content: center;
    gap: 40px;
  }
}

@media screen and (max-width: 560px) {
  .p-about-detail__point03-bl-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}

.p-about-detail__point03-bl-left.bl__left-01 {
  min-height: 277px;
}

.p-about-detail__point03-bl-left.bl__left-04 {
  min-height: 266px;
  margin-top: 40px;
}

.p-about-detail__point03-txt.bl__left-04 {
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(80, 80, 80);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  display: block;
  padding-top: 45px;
}

.p-about-detail__point03-content-wrapper.bl__left-04 {
  padding: 0;
  text-align: center;
  margin-top: 10px;
}

.p-about-detail__point03-bl-flex.bl__left-04 {
  gap: 0;
}

.p-about-detail__point03-content.bl__left-04 {
  padding: 0;
  text-align: center;
  display: inline-block;
}

.p-about-detail__point03--emphasis.bl__left-04 {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-about-detail__point03--emphasis.bl__left-04 {
    padding-top: 0;
  }
}

.p-about-detail__point03--small.bl__left-04 {
  font-size: 30px;
  padding: 30px 0 0 12px;
  font-weight: bold;
  line-height: 1.067;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-about-detail__point03--small.bl__left-04 {
    padding: 50px 0 0 12px;
  }
}

.p-about-detail__point03-txt--samll.bl__left-04 {
  display: block;
  text-align: right;
  margin-top: 6px;
  padding-right: 20px;
}

@media screen and (max-width: 560px) {
  .p-about-detail__point03-txt--samll.bl__left-04 {
    text-align: center;
    padding-right: 0;
  }
}

.p-about-detail__point03-img.bl__left-04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-about-detail__point03-bl-left.bl__left-02 {
  min-height: 247px;
  margin-top: 37px;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl-left.bl__left-02 {
    margin-top: 30px;
  }
}

.p-about-detail__point03-bl-left.bl__left-02 h4 {
  padding-top: 20px;
}

.p-about-detail__point03-bl-flex.bl__left-02 {
  flex-direction: row-reverse;
  align-items: end;
  justify-content: space-between;
  padding: 13px 1.5104166vw 0 3.020833vw;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl-flex.bl__left-02 {
    flex-direction: row-reverse;
    align-items: end;
    justify-content: center;
    gap: 40px;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 560px) {
  .p-about-detail__point03-bl-flex.bl__left-02 {
    flex-direction: column;
    align-items: center;
  }
}

.p-about-detail__point03-content.bl__left-02 {
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
  .p-about-detail__point03-content.bl__left-02 {
    gap: 0;
    align-items: center;
    margin-bottom: 0;
  }
}

.p-about-detail__point03--emphasis.bl__left-02 {
  font-size: 90px;
  font-family: "Lato";
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 0.356;
}

.p-about-detail__point03--small.bl__left-02 {
  font-size: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 1.067;
}

.p-about-detail__point03-content.bl__left-02 {
  padding: 0;
}

.p-about-detail__point03-txt.bl__left-02 {
  display: block;
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(80, 80, 80);
  font-weight: bold;
  line-height: 1.6;
}

.p-about-detail__point03-bl-left.bl__left-03 {
  min-height: 411px;
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl-left.bl__left-03 {
    margin-top: 30px;
  }
}

.p-about-detail__point03--sup {
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(80, 80, 80);
  text-align: center;
  display: block;
  margin-top: 10px;
}

.p-about-detail__point03-bl-flex.bl__left-03 {
  flex-direction: column-reverse;
  align-items: center;
  margin-top: 17px;
}

.p-about-detail__point03-content.bl__left-03 {
  flex-direction: column;
  align-items: center;
  padding: 35px 0 20px;
}

.p-about-detail__point03--emphasis.bl__left-03 {
  font-size: 80px;
  font-family: "Lato";
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 0.4;
}

@media screen and (max-width: 768px) {
  .p-about-detail__point03--emphasis.bl__left-03 {
    margin-top: 0;
  }
}

.p-about-detail__point03--small.bl__left-03 {
  font-size: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 1.067;
}

.p-about-detail__point03-txt.bl__left-03 {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(80, 80, 80);
  font-weight: bold;
  line-height: 1.778;
  margin-top: 11px;
  margin-left: 20px;
}

.p-about-detail__point03-bl-inner.bl__right-01 {
  margin-top: 37px;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl-inner.bl__right-01 {
    margin-top: 30px;
  }
}

.p-about-detail__point03-bl-right {
  background-color: rgb(255, 255, 255);
}

.p-about-detail__point03-bl-right.bl__right-01 {
  min-height: 354px;
  text-align: center;
  overflow: hidden;
}

.p-about-detail__point03-bl-flex.bl__right-01 {
  justify-content: center;
  padding: 42px 0 44px;
}

@media screen and (max-width: 768px) {
  .p-about-detail__point03-bl-flex.bl__right-01 {
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 20px 0 25px;
  }
}

.p-about-detail__point03--emphasis.bl__right-01 {
  font-size: 90px;
  font-family: "Lato";
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 0.356;
}

.p-about-detail__point03--small.bl__right-01 {
  font-size: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 1.067;
}

.p-about-detail__point03-img.bl__right-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.p-about-detail__point03-bl-right.bl__right-04 {
  margin-top: 40px;
  min-height: 240px;
}

.p-about-detail__point03-bl-flex.bl__right-04 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 27px 1.40625vw 0 1.8229166vw;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl-flex.bl__right-04 {
    justify-content: center;
  }
}

@media screen and (max-width: 560px) {
  .p-about-detail__point03-bl-flex.bl__right-04 {
    flex-direction: column;
    padding: 27px 1.40625vw 20px 1.8229166vw;
  }
}

.p-about-detail__point03--emphasis.bl__right-04 {
  font-size: 70px;
  font-family: "Lato";
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 0.457;
}

.p-about-detail__point03-content.bl__right-04 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 560px) {
  .p-about-detail__point03-content.bl__right-04 {
    padding: 0;
  }
}

.p-about-detail__point03-txt.bl__right-04 {
  margin-top: 10px;
  text-align: right;
  margin-right: 0;
}

.p-about-detail__point03-bl-right.bl__right-02 {
  min-height: 287px;
  margin-top: 40px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl-right.bl__right-02 {
    margin-top: 30px;
  }
}

.p-about-detail__point03-bl-flex.bl__right-02 {
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 27px 38px;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl-flex.bl__right-02 {
    justify-content: center;
    align-items: center;
    padding: 30px 0 30px 0;
  }
}

@media screen and (max-width: 560px) {
  .p-about-detail__point03-bl-flex.bl__right-02 {
    gap: 40px;
  }
}

.p-about-detail__point03-content.bl__right-02 {
  padding: 0;
}

.p-about-detail__point03-txt.bl__right-02 {
  margin-right: 12px;
}

.p-about-detail__point03-bl-right.bl__right-03 {
  min-height: 326px;
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .p-about-detail__point03-bl-right.bl__right-03 {
    margin-top: 30px;
  }
}

.p-about-detail__point03-bl-flex.bl__right-03 {
  flex-direction: row-reverse;
  justify-content: center;
  gap: 72px;
  padding: 69px 0 0 0;
}

@media screen and (max-width: 560px) {
  .p-about-detail__point03-bl-flex.bl__right-03 {
    flex-direction: column;
    align-items: center;
    padding: 20px 0 20px;
    gap: 20px;
    justify-content: center;
  }
}

@media screen and (max-width: 560px) {
  .p-about-detail__point03-img.bl__right-03 {
    padding-right: 60px;
  }
}

.p-about-detail__point03-content.bl__right-03 {
  flex-direction: column;
  padding: 0;
}

.p-about-detail__point03-txt.bl__right-03 {
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(80, 80, 80);
  font-weight: bold;
  line-height: 1.6;
}

.p-about-detail__point03--emphasis.bl__right-03 {
  font-size: 90px;
  font-family: "Lato";
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 0.356;
  margin-top: 30px;
}

.p-about-detail__point03--small.bl__right-03 {
  font-size: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 1.067;
}

.p-about-detail__point03--sup-02 {
  display: block;
  font-size: 15px;
  letter-spacing: 0.01em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 0, 0);
  line-height: 1.5;
  margin-top: 20px;
}

.p-about-detail__point04-wrapper {
  position: relative;
  margin-top: 50px;
}

@media screen and (max-width: 1199px) {
  .p-about-detail__point04-wrapper {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .p-about-detail__point04-wrapper {
    margin-top: 200px;
  }
}

.p-about-detail__point04-content {
  position: absolute;
  width: 160px;
  height: 160px;
  background-color: #0071bf;
  border-radius: 50%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-about-detail__point04-content {
    width: clamp(140px, 20.8333vw, 160px);
    height: clamp(140px, 20.8333vw, 160px);
  }
}

.p-about-detail__point04-content01 {
  top: 20px;
  left: 0;
}

@media screen and (max-width: 1199px) {
  .p-about-detail__point04-content01 {
    top: -20px;
  }
}

@media screen and (max-width: 960px) {
  .p-about-detail__point04-content01 {
    top: -50px;
  }
}

@media screen and (max-width: 768px) {
  .p-about-detail__point04-content01 {
    top: -150px;
    left: 0;
  }
}

.p-about-detail__point04-content02 {
  bottom: 26px;
  left: 234px;
}

@media screen and (max-width: 1199px) {
  .p-about-detail__point04-content02 {
    bottom: -30px;
    left: 13.3444vw;
  }
}

@media screen and (max-width: 768px) {
  .p-about-detail__point04-content02 {
    bottom: -150px;
    left: 0;
  }
}

.p-about-detail__point04-content03 {
  bottom: 230px;
  left: 515px;
}

@media screen and (max-width: 1199px) {
  .p-about-detail__point04-content03 {
    left: 37.53127vw;
    bottom: 15.0125vw;
  }
}

@media screen and (max-width: 768px) {
  .p-about-detail__point04-content03 {
    bottom: auto;
    left: auto;
    top: -150px;
    right: 0;
  }
}

.p-about-detail__point04-content04 {
  top: 215px;
  right: -106px;
}

@media screen and (max-width: 1199px) {
  .p-about-detail__point04-content04 {
    top: 19.53125vw;
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .p-about-detail__point04-content04 {
    top: auto;
    bottom: -150px;
    right: 0;
  }
}

.p-about-detail__point04-content-inner {
  position: relative;
  width: 100%;
}

.p-about-detail__point04-txt {
  width: 100%;
  display: block;
  font-size: 20px;
  font-family: "NotoSerifJP";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.6;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-about-detail__point04-txt--emphasis {
  display: inline-block;
  font-size: 40px;
  font-family: "Lato";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.8;
  margin-top: 80px;
}

.p-about-detail__point04-txt--small {
  display: inline-block;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.p-about-detail__point04-img {
  width: 1048px;
}

@media screen and (max-width: 1199px) {
  .p-about-detail__point04-img {
    width: 100%;
  }
}

.p-about-detail__point04-img img {
  width: 100%;
}

.p-about-detail__container {
  width: 1048px;
  max-width: 90%;
  margin: 0 auto;
}

.p-about-detail__container.mt {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .p-about-detail__container.mt {
    padding-bottom: 100px;
  }
}

.p-about-detail__container.mt {
  margin-top: 110px;
}

#top.p-about-conteiner {
  position: relative;
}

#top .bg_white.p-about-media {
  position: relative;
  z-index: 3;
  max-width: 1470px;
  margin-top: 140px;
}

@media screen and (max-width: 1199px) {
  #top .bg_white.p-about-media {
    margin-top: 6.6722268vw;
  }
}

.p-about__bg-image {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  min-height: 400px;
  background-attachment: fixed;
}

.p-about__bg-image img {
  width: 100%;
  object-fit: cover;
}

#top h2.p-about-media__ttl {
  font-size: 32px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  color: rgb(0, 113, 191);
  font-weight: bold;
  line-height: 1.625;
  padding-top: 0;
}

.p-about-media__img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3.6979vw;
  max-width: 90%;
  margin: 56px auto 0;
}

@media screen and (max-width: 768px) {
  .p-about-media__img {
    margin-bottom: 40px;
  }
}

.p-about-article {
  position: relative;
  background-color: rgb(255, 255, 255);
}

.p-about-conteiner .interview .top_sdgs {
  background: url(../img/about/sdgs-bg.png) no-repeat center center;
}

.p-about-conteiner .interview .top_sdgs h3 {
  color: rgb(0, 0, 0);
  margin-bottom: 69px;
}

.p-about-conteiner .bg_white .top_sdgs p {
  color: rgb(0, 0, 0);
}

.p-about-conteiner .bg_white .top_sdgs p.bottombutton {
  color: rgb(255, 255, 255);
}

.js-fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
  transform: translate(0, 50px);
}

.js-fadein.js-scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

.scroll-pt-01 {
  padding-top: 200px;
}

@media screen and (max-width: 1000px) {
  .scroll-pt-01 {
    padding-top: 150px;
  }
}

.scroll-negative-mt-01 {
  margin-top: -200px;
}

@media screen and (max-width: 1000px) {
  .scroll-negative-mt-01 {
    margin-top: -150px;
  }
}

.scroll-pt {
  padding-top: 100px;
}

@media screen and (max-width: 1000px) {
  .scroll-pt {
    padding-top: 60px;
  }
}

.scroll-negative-mt {
  margin-top: -100px;
}

@media screen and (max-width: 1000px) {
  .scroll-negative-mt {
    margin-top: -60px;
  }
}

.scroll-pt-02 {
  padding-top: 30px;
}

@media screen and (max-width: 1000px) {
  .scroll-pt-02 {
    padding-top: 0;
  }
}

.scroll-negative-mt-02 {
  margin-top: -30px;
}

@media screen and (max-width: 1000px) {
  .scroll-negative-mt-02 {
    margin-top: 0;
  }
}

.p-about-detail__point01-img-wrapper {
  position: relative;
}

.hover-text {
  position: absolute;
  z-index: 10;
  width: calc(100% + 60px);
  height: auto;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  padding: 20px;
  color: #fff;
  background-color: rgb(0, 113, 191);
  opacity: 0;
  transition: 0.3s ease-in-out;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .hover-text {
    display: none;
  }
}

.hover-text .text1 {
  font-size: 13px;
  font-family: "Noto Sans CJK JP";
  color: rgb(255, 255, 255);
  line-height: 1.667;
}

.modalWrapper .text1 {
  font-size: 16px;
  font-family: "Noto Sans CJK JP";
  color: rgb(255, 255, 255);
  line-height: 1.667;
}

.p-about-detail__point01-img-wrapper:hover .hover-text {
  opacity: 0.8;
}

.modalArea {
  display: none;
}

.hover-icon {
  display: none;
}

@media screen and (max-width: 768px) {
  .modal-active {
    overflow: hidden;
    height: 100%;
  }

  .modalArea {
    visibility: hidden;
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
  }

  .modalBg {
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
  }

  .modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    background-color: rgb(0, 113, 191);
  }

  .is-show {
    visibility: visible;
    display: block;
    opacity: 1;
  }

  .closeModal {
    position: absolute;
    cursor: pointer;
    top: 200px;
    right: 30px;
  }

  .closeModal__icon {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 50%;
  }

  .closeModal__icon::before,
  .closeModal__icon::after {
    position: absolute;
    width: 40px;
    height: 4px;
    top: -10px;
    right: clamp(24px, 6.5104167vw, 50px);
    background-color: #fff;
    content: "";
  }

  .closeModal__icon::before {
    transform: rotate(45deg);
  }

  .closeModal__icon::after {
    transform: rotate(-45deg);
  }

  .hover-icon {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    bottom: 50px;
    right: 40px;
    display: block;
  }

  .hover-icon__item {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    background-color: #0071bf;
    border-radius: 50%;
  }

  .hover-icon__item::before,
  .hover-icon__item::after {
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 2.6041666vw;
    width: 10px;
    height: 2px;
    content: "";
    z-index: 11;
  }

  .hover-icon__item::before {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .hover-icon__item::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

.p-about-point .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 18px;
  margin: 0 auto;
}
.p-about-point .arrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border-top: solid 2px rgb(0, 113, 191);
  border-right: solid 2px rgb(0, 113, 191);
  position: absolute;
  bottom: 20px;
  transform: rotate(135deg);
}

.related_link {
  background: #e8f2f9;
  margin-bottom: 50px;
}
.related_link:has(+ .related_link) {
  margin-bottom: 25px;
}

#column_detail article .related_link p {
  margin: 0;
}
#column_detail article .related_link a {
  display: block;
  text-decoration: none;
}
.related_link_item {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.related_link_textbox::before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: calc(50% + 4px);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #0071bf;
  border-right: 2px solid #0071bf;
  border-color: #0071bf;
}
.related_link_img {
  width: 18%;
  line-height: 1;
  font-size: 0;
  overflow: hidden;
  position: relative;
  min-height: 120px;
  order: 1;
}
.related_link_img img {
  max-height: 100%;
  margin: 0;
  max-width: 200px;
  position: absolute;
  min-width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.related_link_textbox {
  width: calc(100% - 18%);
  padding: 20px;
  text-decoration: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  order: 2;
  position: relative;
}
.related_link_type {
  font-size: 15px;
  margin-bottom: 5px;
  color: #0071bf;
  font-weight: 600;
}

#column_detail article .related_link_title a {
  font-size: 18px;
  color: rgb(17, 17, 17);
  line-height: 1.5;
  font-weight: 500;
}

.column_download_bnr {
  margin: 70px 0 0;
  background: #e1ecf5;
  overflow: hidden;
}

.column_download_bnr_item {
  display: flex;
  flex-wrap: wrap;
}

.column_download_bnr_textbox {
  width: 58%;
  padding: 30px 0 30px 30px;
  background: #0171bf;
  position: relative;
  z-index: 1;
}

.column_download_bnr_img {
  width: 42%;
  position: relative;
  overflow: hidden;
}
.column_download_bnr_img img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: calc(100% - 70px);
  filter: drop-shadow(0px 0px 15px rgba(1, 45, 76, 0.3));
}

.column_download_bnr_title {
  margin-bottom: 10px;
  font-feature-settings: "palt";
}

.column_download_bnr_btn {
  background: #fff;
  padding: 15px 40px 15px 30px;
  color: #0171bf;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.column_download_bnr_btn::before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: calc(50% + 4px);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid #0071bf;
  border-right: 2px solid #0071bf;
  border-color: #0071bf;
}

#column_detail article .column_download_bnr_title a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

#column_detail article .column_download_bnr_title a span {
  font-size: 30px;
}

.column_download_bnr_textbox::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: -1px;
  right: -30px;
  width: 100%;
  height: calc(100% + 2px);
  transform: skewX(-15deg);
  background: #0171bf;
  content: "";
}

.bnr_column--download {
  background: #fff;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
  margin: 7rem 0;
  padding: 3rem 0;
}
.bnr_column--download-tag {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px 0;
  line-height: 1;
  color: #000;
  border-bottom: solid 2px #f0ab00;
  display: inline-block;
  margin-bottom: 15px;
}
.bnr_column--download-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.bnr_column--download-img {
  width: 39%;
  display: flex;
  align-items: center;
}
.bnr_column--download-img img {
  max-width: 100%;
}
.bnr_column--download-box {
  width: 55%;
  color: #0071bf;
}
.bnr_column--download-title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 8px;
}
.bnr_column--download-text {
  font-size: 18px;
  font-weight: 600;
}
.bnr_column--download-text ul li {
  text-indent: -1rem;
  padding-left: 1rem;
}
.bnr_column--download-btn {
  margin-top: 1rem;
}
.bnr_column--download-btn a {
  background: #0071bf;
  color: #fff;
  padding: 10px 50px 10px 40px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 18px;
}
.bnr_column--download-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.5s;
}
.bnr_column--download-btn a::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 2px solid;
  border-right: 2px solid;
  border-radius: 1px;
  content: "";
  transition: all 0.4s;
  position: absolute;
  right: 15px;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .bnr_column--download {
    margin: 5rem 0 0;
  }
  .bnr_column--download-img {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .bnr_column--download-title {
    font-size: 24px;
  }
  .bnr_column--download-box {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .bnr_column--download-btn a {
    width: 100%;
  }
  .column_download_bnr_textbox {
    width: 100%;
    padding: 20px;
  }

  .column_download_bnr_img {
    width: 100%;
    padding: 10px 0 0;
    text-align: center;
  }

  #column_detail article .column_download_bnr_title a span {
    font-size: 25px;
  }

  .column_download_bnr_img img {
    position: initial;
    width: 65%;
  }
  .related_link_img {
    width: 100%;
  }
  .related_link_textbox {
    width: 100%;
  }
  .related_link_img {
    min-height: 100px;
  }

  .related_link_img img {
    max-height: none;
  }
}

#column_detail article hr {
  height: 0;
  margin: 0 auto 40px auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #eee;
}

#column_detail article h1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  color: #007ac9;
  margin: 0 0 15px 0;
}
#column_detail article .normal h2 {
  font-size: 26px;
  margin-bottom: 25px;
  margin-top: 20px;
  line-height: 1.5;
}

#column_detail .pagetop img {
  margin: 0 auto;
  display: block;
}

#column_detail .normal img {
  display: block;
}

.wrapper.interviewSlider {
  width: 100%;
  max-width: inherit;
  margin: 0;
  padding: 0 0 20px 0;
}

/* 241120 */
.download_container {
  display: flex;
  gap: 70px;
}
.download_detail {
  width: calc((100% - 70px) / 2);
  padding-left: 100px;
}
.download_detail h2 {
  font-size: 24px;
  line-height: 1.5;
  color: inherit;
  margin-bottom: 40px;
}
.download_detail h3 {
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 1px solid #007ac9;
}
.download_detail_img {
  text-align: center;
  margin-bottom: 40px;
}
.download_detail_img img {
  width: 85%;
}
.download_form {
  width: calc((100% - 70px) / 2);
  background: #e5f1f9;
  border-radius: 15px;
  padding: 40px;
}
@media screen and (max-width: 896px) {
  .download_container {
    flex-direction: column;
    gap: 40px;
  }
  .download_detail {
    padding-left: 0;
  }
  .download_detail,
  .download_form {
    width: 100%;
  }
}
.mt30 {
  margin-top: 30px;
}

.seminar_form-inner {
  max-width: 980px;
  margin: 0 auto;
}

.seminar_form-sub {
  font-size: 18px;
  color: rgb(0, 113, 191);
  font-weight: bold;
  margin-bottom: 10px;
}
.seminar_form-inner h2 {
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.583;
  margin-bottom: 25px;
  text-align: left;
}
.seminar_form-conts {
  margin-bottom: 70px;
}

.seminar_form-blbg {
  background: #e5f1f9;
  padding: 30px;
}

.seminar_form-conts dl {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}
.seminar_form-conts dl + dl {
  margin-top: 16px;
}

.seminar_form-conts dl dt {
  color: rgb(0, 113, 191);
  border: 1px solid #0071bf;
  min-width: 100px;
  text-align: center;
}
.seminar_form-conts dl dd {
  max-width: calc(100% - 20px - 100px);
}

@media screen and (max-width: 896px) {
  .seminar_form-inner h2 {
    font-size: 20px;
  }
  .seminar_form-blbg {
    padding: 15px;
  }
  .seminar_form-conts dl {
    gap: 10px;
  }
  .seminar_form-conts dl dd {
    width: 100%;
    max-width: 100%;
  }
}

/* 250110（12月改善） */
.interview h3 {
  margin-top: 30px;
}

/* 250121（フォーム追加） */
.seminar_form-inner.technicaltraining h2 {
  margin-bottom: 10px;
}

.seminar_form-inner.technicaltraining .seminar_form-sub {
  margin-bottom: 25px;
  color: #000;
  font-size: 16px;
}

/* 250225（2月改善） */
.free-seminar {
  display: flex;
  border-radius: 20px;
  background-color: #e5f1f9;
  justify-content: center;
  padding: 40px;
  gap: 40px;
}

.free-seminar-left {
  width: 60%;
  flex-direction: column;
  display: flex;
  gap: 20px;
}

.free-seminar-tag {
  border: solid 1px #007ac9;
  border-radius: 3px;
  font-size: 14px;
  color: #007ac9;
  width: 138px;
  text-align: center;
  padding: 5px 0px;
  font-weight: bold;
}

.free-seminar-title {
  font-size: 26px;
  font-weight: bold;
}

.free-seminar-right {
  flex-direction: column;
  display: flex;
  gap: 20px;
}

.free-seminar-recommendation {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  flex-direction: column;
  display: flex;
  gap: 10px;
}

.recommendation-list {
  flex-direction: column;
  display: flex;
  gap: 10px;
  font-size: 14px;
}
.recommendation-title {
  text-align: center;
  color: #007ac9;
  font-weight: bold;
}

.recommendation-item {
  list-style: disc;
  margin-left: 20px;
}

.recommendation-item::marker {
  color: #007ac9;
}

.free-seminar-cta {
  border-radius: 5px;
  background-color: #007ac9;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.free-seminar-cta .cta-link {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .free-seminar {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .free-seminar-left {
    width: 100%;
    align-items: center;
  }

  .free-seminar-right {
    width: 100%;
  }

  .free-seminar-title {
    font-size: 23px !important;
  }
}
/* 3月改善 */

.under_mv.solutionMv {
  background: url("../img/solutionMv.jpg") no-repeat center center;
}

#top.solution_archive {
  border-top: solid 1px #e5f1f9;
  border-bottom: solid 50px #e5f1f9;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #top.solution_archive .top_solution_list {
    justify-content: space-between;
    grid-template-columns: repeat(1, 1fr);
  }
}
#top.solution_archive .top_solution_list {
  gap: 40px 2rem;
}
#top.solution_archive .top_solution_list li {
  grid-row: span 1;
}
#top.solution_archive .top_solution_list li:hover {
  cursor: pointer;
  text-decoration: none;
}
#top.solution_archive .top_solution_list a:hover {
  text-decoration: none;
}
#top.solution_archive .top_solution_list a:hover h3 {
  text-decoration: underline;
}
#top.solution_archive .top_solution_list a:hover p {
  text-decoration: none;
}

.under_mv.applicationMv {
  background: url("../img/applicationMv.jpg") no-repeat center center;
}

/* 3月度改善ページ改善 */

#elearning_index p.pagetop_desc {
  margin-top: 20px;
}

#elearning_index .orangeborder {
  margin-bottom: 30px;
}

#elearning_index p.chapter_desc {
  margin-bottom: 30px;
}

#elearning_detail .cont_desc p {
  padding: 0px 0px 20px 0;
}

#elearning_detail .cont_desc h3 {
  font-size: 26px;
  font-weight: bold;
  color: initial;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  margin: 50px 0 20px 0;
}

#elearning_detail .elearning_chapterlist_items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: 30px 0px 40px 0px;
}

#elearning_detail .elearning_chapterlist_items .elearning_chapterlist_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #f2f2f2;
  padding: 30px 40px;
  width: calc(100% / 2 - 40px);
  gap: 10px;
  min-width: 660px;
}

#elearning_detail
  .elearning_chapterlist_items
  .elearning_chapterlist_item
  .elearning_chapterlist_item--point {
  font-size: 26px;
  font-weight: bold;
  color: #0071bf;
}

#elearning_detail
  .elearning_chapterlist_items
  .elearning_chapterlist_item
  .elearning_chapterlist_item--ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#elearning_detail
  .elearning_chapterlist_items
  .elearning_chapterlist_item
  .elearning_chapterlist_item--ul
  li {
  background-image: url(../img/checkbox.png);
  background-position: left top;
  background-size: auto;
  padding-left: 30px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #elearning_detail h2 {
    font-size: 30px;
  }
  #elearning_detail .cont_desc h3 {
    margin: 0px 0 20px 0;
    font-size: 24px;
  }

  #elearning_detail .elearning_chapterlist_items {
    flex-direction: column;
    margin-top: initial;
  }
  #elearning_detail .elearning_chapterlist_items .elearning_chapterlist_item {
    width: 100%;
    min-width: auto;
    padding: 20px;
  }

  #elearning_detail
    .elearning_chapterlist_items
    .elearning_chapterlist_item
    .elearning_chapterlist_item--point {
    font-size: 24px;
  }
}

.supportSection .supportTel .supportTel-mail {
  min-width: 350px;
  gap: 10px;
}
@media all and (max-width: 768px) {
  .supportSection .supportTel .supportTel-mail {
    margin-top: 0;
    gap: 0;
    min-width: inherit;
  }
}
.supportSection .supportTel .supportTel-mail a {
  width: 100%;
}
.supportSection .supportSection-head {
  display: flex;
  flex-direction: column;
}
.supportSection .supportSection-head h4 {
  color: #111;
  margin-bottom: 15px !important;
}
.supportSection .supportSection-head ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.supportSection .supportSection-head ul li {
  position: relative;
  padding-left: 15px;
}
.supportSection .supportSection-head ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 9999px;
  width: 10px;
  height: 10px;
  background: #007ac9;
}
.supportSection .snum-body3 {
  display: flex;
  justify-content: space-between;
}
.supportSection .companyhead + .companyhead .snum-body2 + .snum-body2 {
  flex: 1;
}
.supportSection .snum-body {
  justify-content: space-between;
}
.supportSection .snum-body .snum-tel-free,
.supportSection .snum-body .snum-fax-free {
  min-width: 300px;
}
.supportSection .snum-other {
  font-size: 12px !important;
  display: flex !important;
  gap: 30px;
  align-items: flex-start;
  padding-top: 20px !important;
  margin-top: 15px;
}
@media all and (max-width: 768px) {
  .supportSection .snum-other {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
}
.supportContact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media all and (max-width: 768px) {
  .supportContact {
    flex-direction: column;
    gap: 15px;
  }
}
.supportContact-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.supportContact-item span {
  margin-top: auto;
  max-height: 64px;
  min-height: 64px;
  flex: auto;
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .supportContact-item:not(.supportTel-mail) strong {
    display: block;
    margin-bottom: 15px;
  }
  .supportContact-item span {
    margin-top: 0 !important;
    max-height: auto;
    min-height: auto;
  }
}
.supportContact-item.snum-free {
  font-size: 13px;
}
@media all and (min-width: 769px) {
  .side-end-nav.layout2 {
    transform: none !important;
    min-width: auto;
    top: calc(50% - 223px);
  }
  .side-end-nav.layout2 li + li {
    margin-top: 5px;
  }
  .side-end-nav.layout2 a {
    display: flex;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 10px;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    font-size: 15px;
    transition: 0.3s;
    min-height: 170px !important;
    color: #000 !important;
  }
  .side-end-nav.layout2 a:hover {
    text-decoration: none;
    color: #007ac9 !important;
  }
  .side-end-nav.layout2 a:before {
    position: static;
    margin: 0 10px 5px 10px;
  }
  .side-end-nav.layout2 a:after {
    display: none;
  }
}
.companyNavi {
  display: flex;
  gap: 20px;
  margin: 30px 0;
}
.companyNavi li {
  flex: 1;
}
.companyNavi li a {
  color: #fff;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #007ac9;
  min-height: 70px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  transition: 0.3s;
}
.companyNavi li a:hover {
  opacity: 0.8;
}
.companyNavi li a span {
  font-size: 11px;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 2px;
  display: inline-block;
  margin-left: 5px;
}
.companyNavi li a.icon_blank {
}
.companyNavi li a.icon_blank:after {
  content: url("../img/link_icon.png");
  display: inline-block;
  margin-left: 5px;
}
.companyNavi li a:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .companyNavi {
    gap: 5px;
    flex-direction: column;
  }
  .companyNavi li br {
    display: none;
  }
  .companyNavi li a {
    min-height: 50px;
  }
}

/* 250529 */
.asidebnr {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-bottom: 50px;
}
