@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, li, dt, dd, p {
  margin: 0;
  padding: 0;
  line-height: 1.7;
}

* {
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  color: #049DBF;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

table, th, td {
  border: solid 1px;
  border-collapse: collapse;
}

.bogo-language-switcher {
  display: flex;
  margin: 10px 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

li.en-US {
  margin: 0 0 0 20px;
}

.movie {
  position: relative;
  width: 660px;
  max-width: calc(100vw - 40px);
  margin: 0 auto;
}

.movie::after {
  content: '';
  display: block;
  padding-top: 56.25%;
}

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

.none > a {
  pointer-events: none;
}

.blog main a {
  color: #252525;
}

header .title {
  max-width: 960px;
  margin: 30px auto 6px;
  padding: 0 16px;
  box-sizing: content-box;
}

header .title h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}

header .title h1 .shadan {
  font-size: 18px;
}

header .title h1 a {
  color: #222;
}

header .title h1 a:hover {
  opacity: 1;
}

header .btns-container {
  border-top: 2px solid rgba(0, 159, 192, 0.8);
}

header .btns-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 16px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: content-box;
}

header .text-btn {
  display: flex;
}

header .text-btn a {
  display: block;
  margin-right: 10px;
  padding: 2px 16px;
  border-radius: 13px;
  font-size: 15px;
  text-align: center;
  color: white;
  background-color: #f85a00;
}

header .text-btn a:last-child {
  margin-right: 0;
}

header .text-btn .faq-btn {
  background-color: #3385ff;
}

header .sns-btn a {
  margin-right: 6px;
}

header .sns-btn i {
  font-size: 36px;
}

header .sns-btn i::before {
  vertical-align: middle;
}

header .sns-btn a:first-child {
  color: #1877f2;
}

header .sns-btn a:nth-child(2) {
  vertical-align: -1px;
  color: #ff0000;
}

header .sns-btn a:nth-child(2) i {
  font-size: 40px;
}

header .sns-btn a:nth-child(3) {
  margin-right: 0;
  color: #06c755;
}

header .bogo-language-switcher {
  position: absolute;
  top: 0;
  left: 10px;
  margin: 5px 0 5px 0;
}

header nav {
  border-top: 2px solid rgba(0, 159, 192, 0.8);
  border-bottom: 2px solid rgba(0, 159, 192, 0.8);
  z-index: 10000;
}

header nav .menu {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: auto;
  list-style: none;
}

header nav .menu > li > a {
  display: block;
  margin: 10px 4px 10px 0;
  padding: 2px 12px 0 12px;
  font-size: 18px;
  border-left: 10px solid #F2A20C;
  color: black;
}

header nav .menu > li > a:hover {
  opacity: 1;
}

header nav .menu > li.aqua a {
  color: #66a8b7;
  border-left: 10px solid #049DBF;
  font-weight: bold;
}

header nav .menu > li:hover > a {
  background-color: rgba(4, 157, 191, 0.2);
}

header nav .menu > li.current-menu-item > a {
  border-left: 10px solid #F20505;
}

header nav .menu .menu-item-has-children {
  position: relative;
}

header nav .menu .menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  padding: 4px 6px;
  font-size: 15px;
  background-color: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  z-index: 10001;
}

header nav .menu .menu-item-has-children .sub-menu li {
  border-bottom: 1px dotted #bbb;
}

header nav .menu .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 4px 0;
  color: black;
}

header nav .menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

header .hamburger_btn {
  display: none;
  z-index: 999;
}

.grecaptcha-badge {
  top: calc(100% - 200px);
}

.recaptcha {
  line-height: 1.5;
  color: #b9b9b9;
  font-size: 12px;
  word-break: break-all;
}

/* font-size 32px => 25px */
/* margin-left:24pxを追加 */
/*  2020．10.05にここから*/
/* ここまで追加 */
@media screen and (max-width: 1000px) {
  header .title .shadan {
    display: block;
    margin-bottom: 6px;
  }
  header .btns-container {
    padding-top: 4px;
    border-bottom: 2px solid rgba(0, 159, 192, 0.8);
  }
  header .bogo-language-switcher {
    position: static;
    justify-content: space-around;
    margin: 10px 0 0 0;
  }
  header .bogo-language-switcher li {
    width: 130px;
  }
  .grecaptcha-badge {
    visibility: hidden;
  }
}

@media screen and (max-width: 730px) {
  header .btns-wrapper {
    align-items: flex-end;
  }
  header .text-btn {
    display: block;
    flex: 1;
  }
  header .text-btn a {
    width: 100%;
    max-width: 320px;
    margin-bottom: 3px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header .sns-btn {
    margin-left: 3%;
  }
  header .sns-btn a {
    margin-right: 3px;
  }
  header .sns-btn a:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 440px) {
  header .title h1 {
    font-size: 20px;
  }
  header .text-btn a {
    font-size: 13px;
  }
  /* サイト構造を変更したためコメントアウト */
  /* header .container .title h1 .br {
    display: block;
  } */
}

@media screen and (max-width: 1000px) {
  header .container {
    border-bottom: 3px solid #049DBF;
  }
  header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-top: none;
    border-bottom: none;
    background-color: rgba(70, 70, 70, 0.7);
  }
  header nav .menu {
    display: block;
    max-width: 940px;
    margin: auto;
    padding: 14px 10px 14px 20px;
  }
  header nav .menu li.aqua a {
    color: #93ebff;
  }
  header nav .menu li a {
    display: block;
    padding: 12px 18px;
    color: white;
    font-size: 18px;
    border-bottom: 1px dotted #999;
    border-left: 10px solid #F2A20C;
  }
  header nav .menu li a:hover {
    color: white;
    background-color: rgba(24, 24, 24, 0.5);
  }
  header nav .menu .menu-item-has-children {
    position: relative;
  }
  header nav .menu .menu-item-has-children .sub-menu {
    display: block;
    position: static;
    top: 100%;
    left: 0;
    width: 100%;
    margin-left: 20px;
    font-size: 16px;
    background-color: transparent;
    box-shadow: none;
    z-index: 10001;
  }
  header nav .menu .menu-item-has-children .sub-menu li {
    margin-bottom: 8px;
    border-bottom: none;
  }
  header nav .menu .menu-item-has-children .sub-menu li a {
    display: block;
    padding: 6px 12px 4px;
    color: white;
  }
  header nav .menu .menu-item-has-children .sub-menu li a:hover {
    opacity: 1;
  }
  header nav .menu .menu-item-has-children .sub-menu li.current-menu-item > a {
    border-left: 10px solid #F20505;
  }
  header .hamburger_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 10px;
    width: 60px;
    height: 46px;
    font-weight: bold;
    line-height: 45px;
    text-align: center;
    border-top: 2px solid #049DBF;
    border-bottom: 2px solid #049DBF;
    color: #049DBF;
    background-color: white;
    cursor: pointer;
  }
  header .hamburger_btn:active {
    font-size: 14px;
  }
  header .hamburger_btn.nav_active {
    color: white;
    background-color: #049DBF;
  }
}

main {
  max-width: 960px;
  margin: auto;
}

main .key-img {
  height: 0;
  margin-top: 12px;
  margin-bottom: 20px;
  padding-top: 41.66%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

main .corporation-key-img.small {
  aspect-ratio: 1089/725;
  max-width: 760px;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/key-img_02s.jpeg") center center/cover no-repeat;
}

main .key-img_00 {
  background: url("../img/key-img_00.jpg") center center/cover no-repeat;
}

main .key-img_01 {
  background: url("../img/key-img_01.jpg") center center/cover no-repeat;
}

main .key-img_02 {
  background: url("../img/key-img_02.jpg") center center/cover no-repeat;
}

main .key-img_03 {
  background: url("../img/key-img_03.png") center center/cover no-repeat;
}

main .key-img_04 {
  background: url("../img/key-img_04.jpg") center center/cover no-repeat;
}

main .key-img_05 {
  background: url("../img/key-img_05.jpg") center center/cover no-repeat;
}

main .key-img_06 {
  background: url("../img/key-img_06.jpg") center center/contain no-repeat;
}

main .key-img_07 {
  background: url("../img/key-img_07.jpg") center center/contain no-repeat;
}

main .key-img_08 {
  background: url("../img/key-img_08.jpg") center center/contain no-repeat;
}

main .key-img_09 {
  background: url("../img/key-img_09.jpg") center center/contain no-repeat;
}

main .bx-prev, main .bx-next {
  display: none;
}

main article {
  padding: 20px 100px;
  overflow: hidden;
}

main article ul {
  list-style-type: disc;
}

main article ol {
  list-style-type: decimal;
}

main h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3;
}

main .widget_h2_long {
  width: fit-content;
}

main h3, main h4 {
  margin-bottom: 10px;
}

main h3 {
  font-size: 20px;
}

main p {
  margin-bottom: 24px;
}

main ul, main ol {
  margin-left: 40px;
}

@media screen and (max-width: 960px) {
  main article {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 600px) {
  main h2 {
    font-size: 26px;
  }
}

.bx-wrapper {
  box-shadow: none;
  border: none;
}

.key-img.small {
  padding-top: 25%;
  background: url("../img/key-img_01s.jpg") top center/cover;
}

footer {
  display: flex;
  justify-content: center;
  min-height: 180px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
  background-color: #049dbf;
}

footer .right {
  margin-left: 7%;
}

footer .right ul {
  display: flex;
}

footer .right ul li {
  margin-left: 25px;
}

footer a {
  color: white;
}

.en-US footer .left {
  max-width: 517px;
}

.en-US footer .right {
  max-width: 347px;
}

.en-US footer .right ul {
  flex-wrap: wrap;
}

.en-US footer .right ul li {
  line-height: 2.2;
}

@media screen and (max-width: 1000px) {
  footer {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
  }
  footer .right {
    margin-left: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 400px) {
  footer .right div {
    margin: auto;
  }
  footer .right div ul {
    flex-direction: column;
  }
}

.error404 p, .error404 h3, .error404 form {
  text-align: center;
}

.error404 h3 {
  font-weight: normal;
}

.error404 form {
  margin-bottom: 20px;
}

#top_btn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  font-size: 26px;
}

#top_btn a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  background-color: #f85a00;
  opacity: 0.7;
  border-radius: 10px;
}

/* 投稿ページネーション */
.pagenav {
  display: flex;
  justify-content: space-between;
  margin: 0 10% 20px;
}

/* contact form 7 */
.wpcf7 input {
  max-width: 100%;
}

.wpcf7 textarea[name="your-message"] {
  width: 100%;
  max-width: 500px;
  height: 250px;
}

.wpcf7 input[type="submit"] {
  padding: 3px 20px;
}

.wpcf7-list-item {
  display: block !important;
}

/* training系追加項目 */
.trainings h1 {
  margin: 0 0 20px 0;
}

.trainings h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}

.trainings hr {
  margin: 0 0 30px 0;
  border: black solid;
  border-width: 0 0 1px 0;
}

.trainings p {
  margin: 0 0 14px 0;
}

.trainings p.last-p {
  margin: 0 0 30px 0;
}

.trainings .page-numbers {
  display: none;
}

.trainings .page-numbers.next {
  display: inline;
  float: right;
}

.trainings .page-numbers.prev {
  display: inline;
  float: left;
}

@media screen and (max-width: 600px) {
  .alignright.size-medium {
    float: none;
    margin: auto;
  }
}

.wp-block-group {
  margin-bottom: 50px;
}

.blog time {
  padding-left: 6px;
  border-left: 6px solid #049DBF;
}

.single time {
  display: inline-block;
  margin-bottom: 4px;
  border-bottom: 3px solid #049DBF;
}
