@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Lato" sans-serif;
  line-height: 1.7;
  color: #4c4c4c;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  body {
    font-size: 2px;
    font-size: 1.28rem;
  }
}

.body {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:hover {
  opacity: 1;
}

a {
  color: rgb(32, 80, 209);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #426de2;
  text-decoration: none;
}
a:visited {
  color: #193fa5;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

.container {
  margin: 0 auto;
  max-width: 960px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}
.container .container {
  padding: 0;
}

.narrow-container {
  margin: 0 auto;
  max-width: 900px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}

@media screen and (max-width: 859px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 859px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media screen and (max-width: 859px) {
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

header.head-wrapper {
  z-index: 9999;
  width: 100%;
  position: fixed;
  left: 0;
  top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 859px) {
  header.head-wrapper {
    top: 0;
    background: #fff;
  }
}
header.head-wrapper .header-container {
  position: relative;
}
@media print, screen and (min-width: 860px) {
  header.head-wrapper .header-container {
    margin-top: 17px;
    padding: 0px 9px;
    width: 1190px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 30px;
  }
}
@media screen and (max-width: 859px) {
  header.head-wrapper .header-container {
    margin-top: 0;
  }
}
header.head-wrapper .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 859px) {
  header.head-wrapper .header {
    border-radius: 0;
  }
}
header.head-wrapper .header .header-logo .site-name {
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 859px) {
  header.head-wrapper .header .header-logo .site-name {
    padding: 1vw 0;
  }
  header.head-wrapper .header .header-logo .site-name img {
    width: 27vw;
    max-height: 44px;
  }
}
header.head-wrapper .header .site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
header.head-wrapper .header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 860px) and (max-width: 1023px) {
  header.head-wrapper .header .header-nav {
    display: block;
  }
}
@media screen and (max-width: 859px) {
  header.head-wrapper .header .header-nav {
    display: none;
  }
}
header.head-wrapper .header .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  padding: 0px;
  margin: 0px;
}
header.head-wrapper .header .header-nav ul li {
  list-style: none;
  line-height: 1.2;
  /* メガメニュー本体 */
}
header.head-wrapper .header .header-nav ul li.gnavi-item {
  position: relative;
}
header.head-wrapper .header .header-nav ul li.gnavi-item > a {
  position: relative;
  height: auto;
  display: block;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
header.head-wrapper .header .header-nav ul li .icon {
  height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.head-wrapper .header .header-nav ul li .navi-text {
  text-align: left;
}
header.head-wrapper .header .header-nav ul li .navi-jp {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  header.head-wrapper .header .header-nav ul li .navi-jp {
    font-size: 2px;
    font-size: 1.28rem;
  }
}
header.head-wrapper .header .header-nav ul li .navi-en {
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  header.head-wrapper .header .header-nav ul li .navi-en {
    font-size: 1.25px;
    font-size: 0.8rem;
  }
}
header.head-wrapper .header .header-nav ul li > a {
  color: #4c4c4c;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header.head-wrapper .header .header-nav ul li > a:hover, header.head-wrapper .header .header-nav ul li > a:active, header.head-wrapper .header .header-nav ul li > a:focus {
  color: #4c4c4c;
  text-decoration: none;
}
header.head-wrapper .header .header-nav ul li > a:visited {
  color: #4c4c4c;
}
header.head-wrapper .header .header-nav ul li .mega {
  display: none; /* 初期は非表示 */
  position: absolute;
  top: 120%;
  left: 50%; /* 親のliの下端から表示 */
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10; /* 必要に応じて調整 */
  padding: 67px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #C43217;
  border-radius: 10px;
  padding: 24px;
  min-width: 200px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
header.head-wrapper .header .header-nav ul li .mega::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #C43217;
}
header.head-wrapper .header .header-nav ul li .mega ul {
  margin: 0;
  list-style: none;
  display: block;
}
header.head-wrapper .header .header-nav ul li .mega ul li.menu-item {
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.5;
}
header.head-wrapper .header .header-nav ul li .mega ul li.menu-item a {
  display: block;
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header.head-wrapper .header .header-nav ul li .mega ul li.menu-item a p {
  margin: 0;
}
header.head-wrapper .header .header-nav ul li .mega ul li.menu-item a .menu-text .jp {
  font-weight: 600;
}
header.head-wrapper .header .header-nav ul li .mega ul li.menu-item a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header.head-wrapper .header .header-nav ul li.gnavi-prospective .mega {
  background-color: #2397B8;
}
header.head-wrapper .header .header-nav ul li.gnavi-prospective .mega a {
  color: #333;
}
header.head-wrapper .header .header-nav ul li.gnavi-prospective .mega::before {
  border-bottom: 10px solid #2397B8;
}
header.head-wrapper .header .header-nav ul li.gnavi-activities .mega {
  background-color: #DDAF01;
}
header.head-wrapper .header .header-nav ul li.gnavi-activities .mega::before {
  border-bottom: 10px solid #DDAF01;
}

/* ------------------------------
　　モバイル用
------------------------------ */
/* モバイル時ナビゲーションボタン */
.nav-menu-btn {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 2000;
  display: inline-block;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  color: #333;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .nav-menu-btn {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 860px) {
  .nav-menu-btn {
    display: none;
  }
}
a .nav-menu-btn {
  color: #333;
}
.nav-menu-btn:hover {
  color: #333;
  text-decoration: none;
}
.nav-menu-btn .acms-icon-sort {
  display: inline-block;
}

.nav-menu-btn-text {
  display: block;
  margin: -10px 0 0 0px;
  color: #0754A4;
  font-weight: bold;
  vertical-align: middle;
  font-size: 9px;
  font-size: 0.9rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .nav-menu-btn-text {
    font-size: 1.125px;
    font-size: 0.72rem;
  }
}

/* トグルメニューアイコン */
.icon-toggle-menu {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  margin: -5px 0 0px 10px;
  vertical-align: middle;
  background-color: #4c4c4c;
  border-radius: 1px;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.icon-toggle-menu:before, .icon-toggle-menu:after {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #4c4c4c;
  border-radius: 1px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  content: "";
}
.icon-toggle-menu:before {
  top: -6px;
}
.icon-toggle-menu:after {
  bottom: -6px;
}
[aria-expanded=true] .icon-toggle-menu {
  background: transparent;
}
[aria-expanded=true] .icon-toggle-menu:before {
  width: 22px;
  -webkit-transform: translate(-2px, 6px) rotate(45deg);
          transform: translate(-2px, 6px) rotate(45deg);
}
[aria-expanded=true] .icon-toggle-menu:after {
  width: 22px;
  -webkit-transform: translate(-2px, -6px) rotate(-45deg);
          transform: translate(-2px, -6px) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

@media screen and (max-width: 859px) {
  .is-locked {
    overflow: hidden;
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .mobile-nav.is-active {
    display: block;
  }
  .mobile-nav.is-opened {
    opacity: 1;
  }
  .mobile-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-navbar-list {
    margin: 0;
    padding: 0;
    line-height: 2.4;
    text-align: center;
    list-style: none;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 859px) and (min-width: 480px) and (max-width: 1200px) {
  .mobile-navbar-list {
    font-size: 2.25px;
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 859px) {
  .mobile-navbar-list a:not(.btn-attention),
  .mobile-navbar-list a:not(.btn-attention):hover,
  .mobile-navbar-list a:not(.btn-attention):visited,
  .mobile-navbar-list a:not(.btn-attention):active,
  .mobile-navbar-list a:not(.btn-attention):focus {
    color: #333;
  }
  .mobile-navbar-list .mobile-navbar-list {
    display: none;
  }
  .mobile-nav-side {
    margin: 20px 0;
    text-align: center;
  }
  .mobile-nav-side-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-nav-side-item {
    display: block;
    margin: 0 0 10px 0;
  }
  .mobile-nav-side-link {
    color: #333;
  }
  .mobile-nav-side-link:hover, .mobile-nav-side-link:visited, .mobile-nav-side-link:active, .mobile-nav-side-link:focus {
    color: #333;
  }
  .mobile-navbar-footer {
    margin: 15px 0 0 0;
  }
  .mobile-nav-body {
    width: 100%;
  }
  .mobile-nav-body .mobile-navbar ul.mobile-navbar-list {
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .mobile-nav-body .mobile-navbar ul.mobile-navbar-list li {
    border-top: 1px solid #ddd;
  }
  .mobile-nav-body .mobile-navbar ul.mobile-navbar-list li a {
    display: block;
    font-weight: bold;
    padding: 10px 15px;
    position: relative;
    color: #4c4c4c;
    text-decoration: none;
  }
  .mobile-nav-body .mobile-navbar ul.mobile-navbar-list li a:hover, .mobile-nav-body .mobile-navbar ul.mobile-navbar-list li a:active, .mobile-nav-body .mobile-navbar ul.mobile-navbar-list li a:focus {
    color: #4c4c4c;
    text-decoration: none;
  }
  .mobile-nav-body .mobile-navbar ul.mobile-navbar-list li a:visited {
    color: #4c4c4c;
  }
  .mobile-nav-body .mobile-navbar ul.mobile-navbar-list li a::after {
    font-family: ionicons;
    content: "\f125";
    color: #0754A4;
    position: absolute;
    right: 10px;
    top: calc(50% - 0.5em);
    line-height: 1;
  }
}
.pc-language {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
  margin-top: 0;
}
@media screen and (max-width: 859px) {
  .pc-language {
    display: none;
  }
}
.pc-language a {
  color: #fff;
  text-decoration: none;
}
.pc-language a:hover, .pc-language a:active, .pc-language a:focus {
  color: white;
  text-decoration: none;
}
.pc-language a:visited {
  color: white;
}

.sp-language {
  padding: 10px;
  text-align: center;
}

body.bid-2 .mobile-nav li.gnavi-item .navi-jp {
  display: none;
}
body.bid-2 .mobile-nav li.gnavi-item .navi-en {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  body.bid-2 .mobile-nav li.gnavi-item .navi-en {
    font-size: 2.125px;
    font-size: 1.36rem;
  }
}

.mobile-nav a {
  color: #333;
  text-decoration: none;
  display: block;
}
.mobile-nav a:hover, .mobile-nav a:active, .mobile-nav a:focus {
  color: #333333;
  text-decoration: none;
}
.mobile-nav a:visited {
  color: #333333;
}
.mobile-nav p {
  margin: 0;
}
.mobile-nav ul.global-navi {
  margin-top: 0;
}
.mobile-nav li.gnavi-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 5px;
  border-bottom: 1px solid #ddd;
}
.mobile-nav li.gnavi-item .icon {
  width: 29px;
  text-align: center;
  margin-right: 0.5em;
}
.mobile-nav li.gnavi-item .icon img {
  width: 29px;
  display: inline-block;
}
.mobile-nav li.gnavi-item .navi-jp {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .mobile-nav li.gnavi-item .navi-jp {
    font-size: 2.25px;
    font-size: 1.44rem;
  }
}
.mobile-nav li.gnavi-item .navi-en {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 0.5em;
  font-family: Lato;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .mobile-nav li.gnavi-item .navi-en {
    font-size: 1.5px;
    font-size: 0.96rem;
  }
}
.mobile-nav li.gnavi-item.gnavi-education .icon img {
  width: 23.459px;
}
.mobile-nav li.gnavi-item.gnavi-research .icon img {
  width: 24.643px;
}
.mobile-nav li.gnavi-item.gnavi-admission .icon img {
  width: 19px;
}
.mobile-nav .mega {
  display: none;
  border-bottom: 1px solid #ddd;
}
.mobile-nav .mega ul {
  margin: 0;
}
.mobile-nav .mega li.menu-item a {
  padding: 7px 25px;
}
.mobile-nav .mega li.menu-item .jp {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .mobile-nav .mega li.menu-item .jp {
    font-size: 1.875px;
    font-size: 1.2rem;
  }
}
.mobile-nav .mega li.menu-item .en {
  font-family: Lato;
  color: #666;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .mobile-nav .mega li.menu-item .en {
    font-size: 1.25px;
    font-size: 0.8rem;
  }
}
.mobile-nav .mega li.menu-item .sub-en {
  display: none;
}
.mobile-nav .sub-navi ul {
  margin: 10px 0;
}
.mobile-nav .sub-navi a {
  padding: 6px 24px;
  display: block;
}

footer.footer {
  padding-bottom: 58px;
  margin-top: 60px;
}
@media print, screen and (min-width: 860px) {
  footer.footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 860px) {
  footer.footer .footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 57px;
  }
}
footer.footer .column {
  border-left: 3px solid #C43217;
  padding-left: 10px;
}
@media screen and (max-width: 859px) {
  footer.footer .column {
    margin-bottom: 1.5em;
  }
}
footer.footer .column .title-jp {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  footer.footer .column .title-jp {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
footer.footer .column .title-en {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  footer.footer .column .title-en {
    font-size: 1.75px;
    font-size: 1.12rem;
  }
}
footer.footer .column .menu-list {
  padding-left: 14px;
  margin-top: 10px;
}
footer.footer .column .menu-list li {
  font-weight: 700;
  margin-bottom: 8px;
}
footer.footer .column .menu-list li a {
  color: #333;
}
footer.footer .column.column-center {
  border-color: #2397B8;
}
footer.footer .column.column-right {
  border-color: #DDAF01;
}
footer.footer .address {
  margin: 0;
}
footer.footer .copy {
  text-align: right;
}
@media print, screen and (min-width: 860px) {
  footer.footer .footer-right {
    width: 40%;
  }
}

.body-wrap {
  position: relative;
}

main {
  display: block;
  margin-bottom: 4em;
}

.container::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 1023px) {
  .container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1022px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media print, screen and (min-width: 1023px) {
  .wide-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1022px) {
  .wide-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.container-breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

body.bg-pink {
  background: #FEFAFC;
}

.section-01 {
  padding: 4em 0;
}
.section-01 > *:first-child {
  margin-top: 0;
}
.section-01 .h2-02 {
  margin-top: 0;
}

.bg-black {
  background: #1e1e1e;
  padding: 4em 0;
  margin: 4em 0 0;
  color: #fff;
}
.bg-black > *:first-child {
  margin-top: 0;
}
.bg-black.-nomargin {
  margin: 0;
}
.bg-black.-nopadding {
  padding: 0;
}

@media print, screen and (min-width: 860px) {
  .side {
    padding-left: 3vw;
  }
}
.side .side-box {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 2em;
  padding: 1.3em;
}
.side h2 {
  color: #4c4c4c;
  font-weight: normal;
  border-bottom: 3px dotted #CACACA;
  margin-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .side h2 {
    font-size: 2.25px;
    font-size: 1.44rem;
  }
}
.side ul.list-sub {
  padding: 0;
  margin: 0;
}
.side ul.list-sub li {
  list-style: none;
}
.side ul.list-sub li a {
  display: block;
  background: url(../img/icon_circle.svg) no-repeat 0 1.2em/0.6em;
  color: #4c4c4c;
  text-decoration: none;
  padding: 0.5em 0 0.5em 1.3em;
}
.side ul.list-sub li a:hover, .side ul.list-sub li a:active, .side ul.list-sub li a:focus {
  color: #4c4c4c;
  text-decoration: none;
}
.side ul.list-sub li a:visited {
  color: #4c4c4c;
}

@media print, screen and (min-width: 860px) {
  .hide-pc {
    display: none;
  }
}

@media screen and (max-width: 859px) {
  .hide-sp {
    display: none;
  }
}

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 2em;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.img-r {
  margin-bottom: 10px;
}
@media screen and (max-width: 859px) {
  .img-r {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 860px) {
  .img-r {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
}

.img-l {
  margin-bottom: 10px;
}
@media screen and (max-width: 859px) {
  .img-l {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 860px) {
  .img-l {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}

.img-kadomaru {
  border-radius: 10px;
}

.large {
  font-size: 110%;
}

.x-large {
  font-size: 140%;
}
@media screen and (max-width: 859px) {
  .x-large {
    font-size: 120%;
  }
}

.xx-large {
  font-size: 170%;
}
@media screen and (max-width: 859px) {
  .xx-large {
    font-size: 130%;
  }
}

.small {
  font-size: 84%;
}

.x-small {
  font-size: 70%;
}

em {
  font-weight: bold;
  font-style: normal;
}

.attention {
  color: red;
}

.memo {
  color: #888;
  font-size: 80%;
}

.tel {
  text-align: center;
}
.tel a {
  color: #000;
  text-decoration: none;
}
.tel a:hover, .tel a:active, .tel a:focus {
  color: black;
  text-decoration: none;
}
.tel a:visited {
  color: black;
}
.tel span {
  display: inline-block;
}
.tel .label {
  font-family: "EB Garamond", serif;
  letter-spacing: 0.2em;
}
.tel .no {
  font-family: "EB Garamond", serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .tel .no {
    font-size: 3.75px;
    font-size: 2.4rem;
  }
}
.tel .memo {
  color: #000;
}
@media print, screen and (min-width: 860px) {
  .tel .memo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 859px) {
  .tel .memo {
    display: block;
  }
}
.tel .note {
  color: #999;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .tel .note {
    font-size: 1.875px;
    font-size: 1.2rem;
  }
}

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

.margin__0 {
  margin-top: 0 !important;
}
.margin__05x {
  margin-top: 1em !important;
}
.margin__15x {
  margin-top: 3em !important;
}
.margin__2x {
  margin-top: 4em !important;
}

.fileicon {
  padding-left: 10px;
  padding-right: 10px;
}

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px;
}

.fileicon--docx:before {
  content: "\f1c2";
}

.fileicon--xlsx:before {
  content: "\f1c3";
}

.fileicon--pptx:before {
  content: "\f1c4";
}

.fileicon--pdf:before {
  content: "\f1c1";
}

.fileicon--zip:before {
  content: "\f1c6";
}

main a[target=_blank]::after {
  font-family: ionicons;
  content: "\f39c";
  color: #555555;
}

.fromTopIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromTopOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  opacity: 0;
}

.fromBottomIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromBottomOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  opacity: 0;
}

.fromLeftIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromLeftOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
  opacity: 0;
}

.fromRightIn {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fromRightOut {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
  opacity: 0;
}

.page-title-wrapper {
  background: url(../img/page-title.png) no-repeat 50% 50%;
  background-size: cover;
  height: 251px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 120px;
}

.page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  color: #fff;
}
.page-title .inner {
  padding: 10px 0;
}
.page-title .title_main {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .page-title .title_main {
    font-size: 4.5px;
    font-size: 2.88rem;
  }
}

.topicpath {
  margin-bottom: 30px;
  padding: 10px 0;
  margin-top: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .topicpath {
    font-size: 1.75px;
    font-size: 1.12rem;
  }
}
@media screen and (max-width: 859px) {
  .topicpath {
    margin-bottom: 5px;
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 1em;
    margin-top: 1em;
  }
}
@media screen and (max-width: 859px) and (min-width: 480px) and (max-width: 1200px) {
  .topicpath {
    font-size: 1.375px;
    font-size: 0.88rem;
  }
}

.topicpath-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.topicpath-item {
  float: left;
  padding: 0 10px 0 5px;
}
.topicpath-item:first-child {
  padding: 0 10px 0 0;
  background: 0;
}
.topicpath-item:not(:last-child)::after {
  font-family: ionicons;
  content: "\f3d3";
  padding-left: 10px;
}
.topicpath-item:nth-child(1) a::before {
  display: inline-block;
  text-indent: none;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/icon_home.svg) no-repeat 0 0;
  background-size: contain;
}

.topicpath-link {
  color: #666;
}
.topicpath-link:visited, .topicpath-link:focus, .topicpath-link:active {
  color: #666;
}

ul.page-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
}
ul.page-navi li {
  list-style: none;
  margin: 1em;
  width: 19%;
}
@media screen and (max-width: 859px) {
  ul.page-navi li {
    margin: 0.3em;
  }
}
ul.page-navi li a {
  display: block;
  background: #EA6269;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.6em;
}
ul.page-navi li a:hover, ul.page-navi li a:active, ul.page-navi li a:focus {
  color: white;
  text-decoration: none;
}
ul.page-navi li a:visited {
  color: white;
}
@media screen and (max-width: 859px) {
  ul.page-navi li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 859px) and (min-width: 480px) and (max-width: 1200px) {
  ul.page-navi li a {
    font-size: 1.625px;
    font-size: 1.04rem;
  }
}
ul.page-navi li a::after {
  font-family: ionicons;
  content: "\f123";
  display: block;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
ul.page-navi li a:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

.btn01 a {
  color: #4c4c4c;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 9px 35px 9px 15px;
  text-align: left;
  border-radius: 5px;
  background: var(--main, #0754A4);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-decoration: none !important;
}
.btn01 a:hover, .btn01 a:active, .btn01 a:focus {
  color: #4c4c4c;
  text-decoration: none;
}
.btn01 a:visited {
  color: #4c4c4c;
}
.btn01 a:hover, .btn01 a:active, .btn01 a:focus {
  color: white;
  text-decoration: none;
}
.btn01 a:visited {
  color: white;
}
.btn01 a::after {
  position: absolute;
  right: 0;
  content: "";
  font-family: ionicons;
  content: "\f125";
  color: #fff;
  right: 1.1em;
  top: 0.6em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn01 a:hover::before {
  right: 0.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.acms-entry table,
.table-01 {
  width: 100%;
  border-collapse: collapse;
}
.acms-entry table th, .acms-entry table td,
.table-01 th,
.table-01 td {
  border-bottom: 1px solid #ddd;
  padding: 15px 10px;
  border-radius: 0;
}
.acms-entry table th p, .acms-entry table td p,
.table-01 th p,
.table-01 td p {
  margin: 0;
}
.acms-entry table th,
.table-01 th {
  min-width: 15%;
  width: 20%;
  text-align: left;
}
@media screen and (max-width: 859px) {
  .acms-entry table th,
  .table-01 th {
    width: 30%;
  }
}
.acms-entry table table,
.table-01 table {
  margin-top: 0;
}
.acms-entry table table th, .acms-entry table table td,
.table-01 table th,
.table-01 table td {
  border: 0;
}
.acms-entry table table th,
.table-01 table th {
  background: none;
}

.table-01 {
  margin-bottom: 2em;
}

table.table-02 {
  width: 100%;
  border-collapse: collapse;
}
table.table-02 th, table.table-02 td {
  border: 1px solid #C6C7C5;
  padding: 10px;
  border-left: 0;
}
table.table-02 th {
  background: #F5F3EF;
  text-align: left;
}

table.table-03 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #aaa;
}
table.table-03 th, table.table-03 td {
  border-bottom: 1px solid #C6C7C5;
  padding: 10px;
  border-left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  table.table-03 th, table.table-03 td {
    font-size: 1.75px;
    font-size: 1.12rem;
  }
}
table.table-03 th {
  color: #0754A4;
  text-align: right;
}

table.calendar {
  width: 100%;
  border-collapse: collapse;
}
table.calendar th, table.calendar td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}
table.calendar th {
  background: #fff;
}

table.table-border {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dde5e9;
}
table.table-border th, table.table-border td {
  border-bottom: 1px solid #dde5e9;
  padding: 10px 1em;
  border-left: 0;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 859px) {
  table.table-border th, table.table-border td {
    float: none;
    display: block;
    width: 100% !important;
  }
}
table.table-border th {
  width: 20%;
}
@media screen and (max-width: 859px) {
  table.table-border th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
table.table-border.-table02 th {
  width: 25%;
}

table.table-noborder {
  width: 100%;
  border-collapse: collapse;
}
table.table-noborder th, table.table-noborder td {
  border: 20px solid #fff;
  padding: 5px;
  border-left: 0;
  text-align: left;
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width: 860px) {
  table.table-noborder th, table.table-noborder td {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 860px) and (min-width: 480px) and (max-width: 1200px) {
  table.table-noborder th, table.table-noborder td {
    font-size: 2.25px;
    font-size: 1.44rem;
  }
}
table.table-noborder th {
  width: 20%;
  text-align: center;
  position: relative;
}
table.table-noborder th .kadomaru {
  background: #ef8688;
  color: #fff;
  display: block;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
table.table-noborder td td {
  border: none;
}

@media screen and (max-width: 859px) {
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table {
    min-width: 768px;
  }
}

ul.pager {
  text-align: center;
  padding: 0;
  margin-top: 4em;
  margin-bottom: 4em;
}
ul.pager li {
  list-style: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
ul.pager li.arrow a {
  color: #0754A4;
  text-decoration: none;
}
ul.pager li.arrow a:hover, ul.pager li.arrow a:active, ul.pager li.arrow a:focus {
  color: #0754a4;
  text-decoration: none;
}
ul.pager li.arrow a:visited {
  color: #0754a4;
}
ul.pager li span {
  display: inline-block;
  background: #E5E5E5;
}
ul.pager li span a {
  display: inline-block;
  padding: 4px 13px;
  color: #000;
  text-decoration: none;
}
ul.pager li span a:hover, ul.pager li span a:active, ul.pager li span a:focus {
  color: black;
  text-decoration: none;
}
ul.pager li span a:visited {
  color: black;
}
ul.pager li span.dot {
  background: none;
}
ul.pager li.cur span {
  background: #0754A4;
  padding: 4px 13px;
  color: #fff;
}

ul.pagination {
  padding: 0;
  text-align: center;
}
ul.pagination li.page-item {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
ul.icon-01 {
  padding: 0;
}
ul.icon-01 li {
  display: inline-block;
  list-style: none;
  margin-bottom: 3px;
}
ul.icon-01 li span {
  display: block;
  border: 1px solid #0754A4;
  color: #0754A4;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 1px 10px;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  ul.icon-01 li span {
    font-size: 1.5px;
    font-size: 0.96rem;
  }
}

.youtube {
  margin-top: 4em;
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

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

.tab-01 ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border-bottom: 4px solid #0754A4;
}
.tab-01 ul.tabs li {
  list-style: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width: 859px) {
  .tab-01 ul.tabs li {
    width: 45%;
  }
}
.tab-01 ul.tabs li span {
  display: block;
  padding: 15px 35px;
  font-weight: bold;
}
@media screen and (max-width: 859px) {
  .tab-01 ul.tabs li span {
    padding: 7px 5px;
  }
}
.tab-01 ul.tabs li > span {
  background: #0754A4;
  color: #fff;
  height: 100%;
}
.tab-01 ul.tabs li a > span {
  background: #eee;
  height: 100%;
}

.text-copy-01 {
  font-size: 30px;
  font-size: 3rem;
  margin-top: 0;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .text-copy-01 {
    font-size: 3.75px;
    font-size: 2.4rem;
  }
}

.faq-item {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 2em;
}
.faq-item:hover {
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-item .faq-q {
  padding-left: 50px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .faq-item .faq-q {
    font-size: 2.25px;
    font-size: 1.44rem;
  }
}
.faq-item .faq-q::before {
  content: "Q";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2em;
  height: 2em;
  color: #fff;
  background: #0754A4;
  text-align: center;
}
.faq-item .faq-q::after {
  font-family: ionicons;
  content: "\f3d0";
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0754A4;
  font-size: 20px;
}
.faq-item .faq-q.is-open {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.faq-item .faq-q.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-item .faq-a {
  display: none;
  padding-left: 50px;
  position: relative;
  padding-top: 10px;
}
.faq-item .faq-a::before {
  content: "A";
  display: block;
  position: absolute;
  top: 30px;
  left: 5px;
  font-size: 30px;
  color: #0754A4;
}

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin-top: 2em !important;
}
@media screen and (max-width: 859px) {
  .acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
    margin-bottom: 2em !important;
  }
}

.acms-thumbnail p {
  margin-top: 0;
}

.acms-entry {
  margin-top: 2em;
}
.acms-entry h2:first-child {
  margin-top: 0 !important;
}
.acms-entry p {
  margin-top: 1em;
}
.acms-entry h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: 3px solid #f0f3f6;
  padding-bottom: 4px;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .acms-entry h2 {
    font-size: 3.25px;
    font-size: 2.08rem;
  }
}
.acms-entry h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background: #0754A4;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.acms-entry h3 {
  background: url(../img/icon_hishi.svg) no-repeat 0 0.7em;
  padding-left: 1em;
}
.acms-entry h3 .heading-main {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .acms-entry h3 .heading-main {
    font-size: 3px;
    font-size: 1.92rem;
  }
}
.acms-entry ul.list01 {
  padding-left: 10px;
}
.acms-entry ul.list01 li {
  background: url(../img/icon_circle.svg) no-repeat 0 0.5em;
  padding-left: 1em;
  margin: 0.5em 0;
}

@media print, screen and (min-width: 860px) {
  .message01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 860px) {
  .message01 .body {
    width: 588px;
  }
}
.message01 .body .copy {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .message01 .body .copy {
    font-size: 2.75px;
    font-size: 1.76rem;
  }
}
@media print, screen and (min-width: 860px) {
  .message01 .photo {
    width: 344px;
  }
}
.message01 .photo .name {
  font-weight: bold;
}
.message01 .photo .name strong {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .message01 .photo .name strong {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}

.message02 {
  border: 3px solid #E5E7EF;
  padding: 26px 31px;
  margin-top: 2em;
}
@media print, screen and (min-width: 860px) {
  .message02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 860px) {
  .message02 .body {
    width: 687px;
  }
}
.message02 .body .name {
  margin-top: 0;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.message02 .body .name span {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .message02 .body .name span {
    font-size: 1.5px;
    font-size: 0.96rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .message02 .body .name {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 860px) {
  .message02 .photo {
    width: 201px;
  }
}

.sec-merit .title {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  color: #0754A4;
  margin-top: 0;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .sec-merit .title {
    font-size: 3.25px;
    font-size: 2.08rem;
  }
}
.sec-merit .title .big {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .sec-merit .title .big {
    font-size: 6.25px;
    font-size: 4rem;
  }
}
.sec-merit .title .big2 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .sec-merit .title .big2 {
    font-size: 4px;
    font-size: 2.56rem;
  }
}
.sec-merit .merits {
  margin-top: 40px;
}
@media print, screen and (min-width: 860px) {
  .sec-merit .merits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 33px;
  }
}
.sec-merit .merits-item {
  padding: 17px;
  border: 1px solid var(--GNP_main, #0754A4);
  background: #FFF;
}
@media print, screen and (min-width: 860px) {
  .sec-merit .merits-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
@media screen and (max-width: 859px) {
  .sec-merit .merits-item {
    margin-bottom: 1em;
  }
}
.sec-merit .merits-item .number {
  font-size: 50px;
  font-size: 5rem;
  color: #0754A4;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .sec-merit .merits-item .number {
    font-size: 6.25px;
    font-size: 4rem;
  }
}
.sec-merit .merits-item h3.heading {
  text-align: center;
  font-weight: 700;
  margin: 0;
}
.sec-merit .merits-item h3.heading .big {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .sec-merit .merits-item h3.heading .big {
    font-size: 2.75px;
    font-size: 1.76rem;
  }
}
.sec-merit .merits-item .img {
  margin: 13px 0;
}
.sec-merit .merits-item .img img {
  width: 100%;
}

body.eid-53 .sec-merit .merits-item {
  border: 0;
  padding: 0;
}

.event-box {
  margin: 25px 10px;
}
@media print, screen and (min-width: 860px) {
  .event-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 860px) {
  .event-box .body {
    width: 603px;
  }
}
@media print, screen and (min-width: 860px) {
  .event-box .photo {
    width: 321px;
  }
}

.voice-box {
  padding: 25px 30px;
  margin-bottom: 2em;
  border: 3px solid #E5E7EF;
}
@media print, screen and (min-width: 860px) {
  .voice-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 860px) {
  .voice-box .body {
    width: 662px;
  }
}
.voice-box .body .name {
  font-weight: 700;
  margin-top: 0;
}
.voice-box .body .title {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 0;
  font-weight: bold;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .voice-box .body .title {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 860px) {
  .voice-box .photo {
    width: 209px;
  }
}

.news-item {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.news-item .date {
  color: #666;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .news-item .date {
    font-size: 1.625px;
    font-size: 1.04rem;
  }
}
.news-item .title {
  line-height: 1.4;
}
.news-item .title a {
  color: #4c4c4c;
}

.news-icon {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 30px;
  background: #F1F1F1;
  padding: 1px 5px;
  margin: 0 0.2em;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .news-icon {
    font-size: 1.375px;
    font-size: 0.88rem;
  }
}
.news-icon.icon-new {
  background: #0754A4;
  color: #fff;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.privacy-text {
  text-align: center;
  margin-bottom: 4em;
}

.contact-box .message {
  margin: 0 0 35px 0;
  font-weight: bold;
}
.contact-box .sec-contact-tel {
  background: #fff;
  padding: 2em;
  border-left: 8px solid #0754A4;
  border-right: 8px solid #0754A4;
}
@media screen and (max-width: 859px) {
  .contact-box .sec-contact-tel {
    text-align: center;
  }
}
.contact-box .sec-contact-tel h2 {
  text-align: center;
  font-weight: normal;
  margin: 0;
}
.contact-box .sec-contact-tel .contact-tel {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 860px) {
  .contact-box .sec-contact-tel .contact-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact-box .sec-contact-tel .contact-tel p {
  margin: 0;
}
@media print, screen and (min-width: 860px) {
  .contact-box .sec-contact-tel .contact-tel .time {
    margin-right: 2em;
  }
}
.contact-box .sec-contact-tel .contact-tel .contact-no {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .contact-box .sec-contact-tel .contact-tel .contact-no {
    font-size: 3.75px;
    font-size: 2.4rem;
  }
}
.contact-box .sec-contact-tel .contact-tel .contact-no a {
  color: #4c4c4c;
  text-decoration: none;
}
.contact-box .sec-contact-tel .contact-tel .contact-no a:hover, .contact-box .sec-contact-tel .contact-tel .contact-no a:active, .contact-box .sec-contact-tel .contact-tel .contact-no a:focus {
  color: #4c4c4c;
  text-decoration: none;
}
.contact-box .sec-contact-tel .contact-tel .contact-no a:visited {
  color: #4c4c4c;
}
.contact-box .sec-contact-form h2 {
  font-weight: normal;
  text-align: center;
  background: url(../img/icon_heading02.png) no-repeat 50% 0/80px;
  padding-top: 100px;
}
.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: red;
}

.contact-box-top {
  background: url(../img/icon_flower09.png) no-repeat 0% 100%/15%, url(../img/icon_tree01.png) no-repeat 100% 97%/15%;
}

.contact-form {
  width: 100%;
  padding: 0;
  list-style: none;
}
.contact-form td, .contact-form th {
  padding: 15px 0;
}
@media screen and (max-width: 859px) {
  .contact-form td, .contact-form th {
    display: block;
  }
}
@media print, screen and (min-width: 860px) {
  .contact-form th {
    width: 30%;
    text-align: left;
  }
}
@media screen and (max-width: 859px) {
  .contact-form th {
    border: 0;
    text-align: left;
    padding-bottom: 0;
  }
}

.contact-form-group::after {
  content: "";
  display: block;
  clear: both;
}

.contact-form-label {
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 10px 0 10px;
}

.contact-form-control {
  display: block;
  padding: 10px;
}

.contact-form-label {
  font-weight: bold;
}

.contact-form-grid {
  margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
  margin: 0;
}

@media print, screen and (min-width: 860px) {
  .contact-form {
    display: table;
    width: 100%;
  }
  .contact-form-group {
    display: table-row;
  }
  .contact-form-label,
  .contact-form-control {
    display: table-cell;
  }
  .contact-form-label {
    width: 33.3333333333%;
    padding: 25px 15px 15px 15px;
    vertical-align: top;
  }
  .contact-form-control {
    width: 66.6666666667%;
    padding: 15px;
  }
  .contact-form-col {
    margin: 0;
  }
}
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 35px 0;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep;
}
.contact-box .mail-step-item {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .contact-box .mail-step-item {
    font-size: 2px;
    font-size: 1.28rem;
  }
}
.contact-box .mail-step-item:before {
  /* カウンターの設定 */
  counter-increment: mailStep;
  content: counter(mailStep) ".";
}
.contact-box .mail-step-item-current {
  color: #333;
}
@media print, screen and (min-width: 860px) {
  .contact-box .mail-step {
    height: 60px;
  }
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

.form-btn-return {
  float: left;
}

.form-btn-send {
  float: right;
}

@media print, screen and (min-width: 860px) {
  .form-btn-return {
    float: none;
  }
  .form-btn-send {
    float: none;
    max-width: 360px;
    width: 100%;
  }
}
/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 8px;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 3px;
  background: #0754A4;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .label-required {
    font-size: 1.5px;
    font-size: 0.96rem;
  }
}

@media print, screen and (min-width: 860px) {
  .label-required {
    float: right;
  }
}
/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #C49511;
}
.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}
.contact-box select[required]:valid {
  border: 1px solid #A7A7AA;
}
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB;
}
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE;
}
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF;
}
.contact-box input[type=text],
.contact-box input[type=password],
.contact-box input[type=datetime],
.contact-box input[type=datetime-local],
.contact-box input[type=date],
.contact-box input[type=month],
.contact-box input[type=time],
.contact-box input[type=week],
.contact-box input[type=number],
.contact-box input[type=email],
.contact-box input[type=url],
.contact-box input[type=search],
.contact-box input[type=tel] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 14px 5px 10px 5px;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .contact-box input[type=text],
  .contact-box input[type=password],
  .contact-box input[type=datetime],
  .contact-box input[type=datetime-local],
  .contact-box input[type=date],
  .contact-box input[type=month],
  .contact-box input[type=time],
  .contact-box input[type=week],
  .contact-box input[type=number],
  .contact-box input[type=email],
  .contact-box input[type=url],
  .contact-box input[type=search],
  .contact-box input[type=tel] {
    font-size: 2px;
    font-size: 1.28rem;
  }
}
.contact-box textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 5px 4px;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .contact-box textarea {
    font-size: 2px;
    font-size: 1.28rem;
  }
}
.contact-box select {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 11px 30px 11px 10px;
  vertical-align: top;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .contact-box select {
    font-size: 2px;
    font-size: 1.28rem;
  }
}

/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  color: #5cb85c;
  float: right;
}

.invalid {
  background: #ffebee !important;
}

table.contact-form .cource {
  padding-left: 30px;
}
table.contact-form .price {
  color: #666;
  font-size: 84%;
}
table.contact-form .readonly, table.contact-form .readonly:focus {
  border: 0;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-kiyaku {
  text-align: center;
  margin-top: 2em;
}

article.entry {
  background: #fff;
  border-radius: 5px;
  padding: 2em;
}

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin-top: 4em;
}

.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin-top: 4em;
}

header.entry-header .h2-02 {
  margin-top: 0;
}
header.entry-header .entry-info {
  margin-top: 0.5em;
}
header.entry-header a {
  color: #4c4c4c;
  text-decoration: none;
}
header.entry-header a:hover, header.entry-header a:active, header.entry-header a:focus {
  color: #4c4c4c;
  text-decoration: none;
}
header.entry-header a:visited {
  color: #4c4c4c;
}

.archive {
  background: #000;
  padding: 8px;
  color: #fff;
  margin-bottom: 2em;
}
.archive a {
  color: #fff;
  text-decoration: none;
}
.archive a:hover, .archive a:active, .archive a:focus {
  color: white;
  text-decoration: none;
}
.archive a:visited {
  color: white;
}
.archive .inner {
  border: 1px solid #ddd;
  padding: 15px;
}
.archive h2 {
  text-align: center;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .archive h2 {
    font-size: 2.25px;
    font-size: 1.44rem;
  }
}
.archive h2::after {
  display: block;
  content: "";
  background: #0754A4;
  height: 2px;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
}

ul.archive-entry {
  margin: 1em 0 0;
  padding: 0;
}
ul.archive-entry li {
  list-style: none;
}
ul.archive-entry li:not(:last-child) {
  margin-bottom: 10px;
}
ul.archive-entry a {
  display: block;
}
ul.archive-entry a::after {
  content: "";
  display: block;
  clear: both;
}
ul.archive-entry .thumb {
  width: 70px;
  float: left;
  margin-right: 10px;
}
ul.archive-entry .body {
  overflow: hidden;
}
ul.archive-entry .body dl {
  margin: 0;
}
ul.archive-entry .body .date {
  font-size: 11px;
  font-size: 1.1rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  ul.archive-entry .body .date {
    font-size: 1.375px;
    font-size: 0.88rem;
  }
}
ul.archive-entry .body .title {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  ul.archive-entry .body .title {
    font-size: 1.625px;
    font-size: 1.04rem;
  }
}

.archive-year {
  margin: 1em 0 0;
  padding: 0;
}
.archive-year li {
  list-style: none;
}
.archive-year li:not(:last-child) {
  margin-bottom: 10px;
}
.archive-year a {
  display: block;
  position: relative;
}
.archive-year a::after {
  content: "";
  display: block;
  clear: both;
}
.archive-year a::after {
  font-family: ionicons;
  content: "\f125";
  display: inline-block;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 5px;
  color: #0754A4;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.archive-year a:hover::after {
  -webkit-transform: translate(5px, 0px);
          transform: translate(5px, 0px);
}

body.view-top .mainvisual {
  position: relative;
  background: url(../img/main.png) lightgray 50%/cover no-repeat;
  color: #fff;
  padding-top: 150px;
  padding-bottom: 68px;
}
@media screen and (max-width: 859px) {
  body.view-top .mainvisual {
    padding-top: 50px;
    padding-bottom: 15px;
  }
}
body.view-top .mainvisual .main1 {
  text-align: center;
}
body.view-top .mainvisual .text1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  body.view-top .mainvisual .text1 {
    font-size: 3.75px;
    font-size: 2.4rem;
  }
}
body.view-top .mainvisual .text2 {
  font-weight: 700;
}
body.view-top .section {
  padding-top: 30px;
  padding-bottom: 70px;
}
body.view-top .section.gray {
  background: #F0F1F4;
}
body.view-top .section .sec-head {
  text-align: center;
}
body.view-top .section .sec-head .section-title {
  margin: 5px 0 0;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  body.view-top .section .sec-head .section-title {
    font-size: 3.75px;
    font-size: 2.4rem;
  }
}
body.view-top .section .sec-head .section-title span {
  display: inline-block;
}
body.view-top .section .sec-head .section-title .jp {
  margin-right: 0.5em;
}
body.view-top .section .sec-head .section-title .en {
  font-family: Lato;
}
body.view-top .sec-news {
  margin-top: 3em;
}
body.view-top .news-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 31px;
}
@media screen and (max-width: 859px) {
  body.view-top .news-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.view-top .news-item {
  border: 0 !important;
}
@media screen and (max-width: 859px) {
  body.view-top .news-item {
    width: 45%;
  }
}
body.view-top .news-item .thumb {
  margin: 0;
}
body.view-top .news-item .title {
  color: #4c4c4c;
  font-weight: 700;
}
body.view-top .news-icon {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 30px;
  background: #F1F1F1;
  padding: 1px 5px;
  margin: 0 0.2em;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  body.view-top .news-icon {
    font-size: 1.375px;
    font-size: 0.88rem;
  }
}
body.view-top .news-icon.icon-new {
  background: #0754A4;
  color: #fff;
}
body.view-top .btn-more {
  text-align: center;
  margin-top: 40px;
}
body.view-top .btn-more a {
  display: inline-block;
  color: #fff;
  padding: 10px 55px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 40px;
  background: var(--GNP_main, #0754A4);
  -webkit-box-shadow: 0px 3px 0px 0px #082E73;
          box-shadow: 0px 3px 0px 0px #082E73;
  min-width: 270px;
  position: relative;
}
body.view-top .btn-more a::after {
  font-family: ionicons;
  content: "\f125";
  color: #fff;
  right: 1.1em;
  top: calc(50% - 0.8em);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
}
body.view-top .btn-more a:hover {
  background: #082E73;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.view-top .sec-voice .voice-list {
  margin-top: 40px;
}
@media print, screen and (min-width: 860px) {
  body.view-top .sec-voice .voice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 33px;
  }
}
body.view-top .sec-voice .voice-item {
  background: #F0F1F4;
  padding: 17px 27px;
}
@media print, screen and (min-width: 860px) {
  body.view-top .sec-voice .voice-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 859px) {
  body.view-top .sec-voice .voice-item {
    margin-bottom: 1em;
  }
}
body.view-top .sec-voice .voice-item p {
  margin: 0;
}
body.view-top .sec-voice .voice-item a {
  color: #4c4c4c;
}
body.view-top .sec-voice .voice-item .body .course {
  margin: 17px 0 0;
  font-weight: 700;
}
body.view-top .sec-voice .voice-item .body .name {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3px;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  body.view-top .sec-voice .voice-item .body .name {
    font-size: 1.75px;
    font-size: 1.12rem;
  }
}
body.view-top .sec-voice .voice-item .body .position {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  body.view-top .sec-voice .voice-item .body .position {
    font-size: 1.75px;
    font-size: 1.12rem;
  }
}
body.view-top .sec-voice .voice-item:nth-child(1) {
  border-left: 3px solid #C43217;
}
body.view-top .sec-voice .voice-item:nth-child(2) {
  border-left: 3px solid #2397B8;
}
body.view-top .sec-voice .voice-item:nth-child(3) {
  border-left: 3px solid #DDAF01;
}
body.view-top .sec-contact .content {
  margin-top: 22px;
  padding: 0 60px;
}
@media screen and (max-width: 859px) {
  body.view-top .sec-contact .content {
    padding: 0;
  }
}
@media print, screen and (min-width: 860px) {
  body.view-top .sec-contact .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
body.view-top .sec-contact .content .img {
  margin: 0;
}
@media screen and (max-width: 859px) {
  body.view-top .sec-contact .content .img {
    padding: 0 60px;
  }
}
body.view-top .sec-contact .content .body {
  border-radius: 10px;
  background: #FFF;
  padding: 26px 14px;
  max-width: 524px;
}
@media screen and (max-width: 859px) {
  body.view-top .sec-contact .content .body {
    display: block;
    padding: 20px 10px;
    margin-top: 1em;
  }
}
body.view-top .sec-contact .content .body p:first-child {
  margin-top: 0;
}