@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2.2;
  font-weight: 400;
  color: #333333;
  font-family: "Poppins", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word !important;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

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

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

.bg100 {
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

@media screen and (max-width: 1400px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1400px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

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

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1400px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}
.mincho {
  font-family: "notoSerif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}
.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}
@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}
@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
  width: 100%;
  padding: 0 30px;
  max-width: 140px;
}

.bt_send {
  background: #eee;
  width: 100%;
  text-indent: 0;
  max-width: 140px;
}

.annot {
  display: none;
}

h2.mail {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp_left div {
    text-align: left !important;
  }
}

#pankuzu_wrap {
  background: #f3f3f3;
}
#pankuzu_wrap .pankuzu {
  padding: 5px 0;
  font-size: 1.4rem;
  max-width: 1400px;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  #pankuzu_wrap .pankuzu {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #pankuzu_wrap .pankuzu {
    padding: 0 10px;
  }
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  padding: 15px 0;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #header_inner_wrap {
    padding: 15px 0;
  }
}
#header_inner_wrap #header_inner {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  #header_inner_wrap #header_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #header_inner_wrap #header_inner {
    padding: 0 10px;
  }
}

#nav_global {
  max-width: 620px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
  }
}
#nav_global > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}
#nav_global > ul li {
  display: flex;
  justify-content: center;
  position: relative;
}
#nav_global > ul li a {
  color: #000;
  display: block;
}
#nav_global > ul li a span {
  font-size: 1.3rem;
  line-height: 1;
  display: block;
}
#nav_global > ul li ul {
  width: 120%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #0b2b91;
}
#nav_global > ul li ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
#nav_global > ul li ul li a {
  display: inline-block;
  padding: 10px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}

#mainArea {
  width: 100% !important;
  position: relative;
}
#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}
#mainArea ul li img {
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  #mainArea {
    width: auto !important;
  }
}
#mainArea .maintext {
  position: absolute;
  top: 50%;
  right: calc(20px + (1vw - 14.4px) * 27.0833);
  transform: translateY(-50%);
  font-size: calc(3.2rem + (1vw - 3.75px) * 4.1424);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}
#mainArea .maintext span {
  font-size: calc(1.8rem + (1vw - 3.75px) * 1.4239);
  line-height: 1;
  display: block;
  text-align: right;
  margin-top: 3%;
}
@media screen and (max-width: 1400px) {
  #mainArea .maintext {
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .maintext {
    right: 10px;
  }
}

#subArea {
  background: url(../images/home/sub.jpg) center top no-repeat;
  height: 280px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #subArea {
    height: 240px;
  }
}
@media screen and (max-width: 480px) {
  #subArea {
    height: 200px;
  }
}
#subArea article {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}
#subArea h1 {
  font-size: calc(4.8rem + (1vw - 3.75px) * 1.2945);
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
#subArea div {
  font-size: calc(1.8rem + (1vw - 3.75px) * 0.4848);
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-top: 1%;
}

#sp {
  display: none;
}
@media screen and (max-width: 834px) {
  #sp {
    display: block;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}
#nav_sp .navMenu li {
  padding: 0;
  position: relative;
}
#nav_sp .navMenu li a {
  padding: 2% 0;
}
#nav_sp .navMenu li ul li {
  border-top: 1px solid #ddd;
}
#nav_sp .navMenu li ul li:last-child {
  border-bottom: 1px solid #ddd;
}
#nav_sp .navMenu li ul li a {
  font-size: 1.3rem;
}

.nav_wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}
.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}
.nav_wrap ul li {
  opacity: 0;
}
@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 16px 0;
  }
}
@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}
@media screen and (max-width: 320px) {
  .nav_wrap ul li {
    padding: 5px 0;
  }
}
.nav_wrap ul li a {
  color: #000;
  display: block;
}
.nav_wrap ul li a span {
  display: block;
  line-height: 1;
  font-size: 1.3rem;
}
@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}
@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}
.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #000;
}
.sp_menu div:nth-of-type(1) {
  top: 0;
}
.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}
.sp_menu div:nth-of-type(3) {
  bottom: 0;
}
.sp_menu.off div:nth-of-type(1) {
  animation: menu-bar01 0.75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.sp_menu.off div:nth-of-type(3) {
  animation: menu-bar02 0.75s forwards;
}
.sp_menu.on div {
  background: #000;
}
.sp_menu.on div:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}
.sp_menu.on div:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}

#footer #footer_inner {
  max-width: 1000px;
  margin: auto;
  padding: 60px 0 50px;
}
@media screen and (max-width: 1000px) {
  #footer #footer_inner {
    padding: 60px 20px 50px;
  }
}
@media screen and (max-width: 640px) {
  #footer #footer_inner {
    padding: 50px 10px 40px;
  }
}
#footer .subnav {
  margin-top: 30px;
}
#footer .subnav ul li {
  display: inline-block;
}
#footer .subnav ul li:not(:last-child) {
  margin-right: 20px;
}
#footer .subnav ul li a {
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
}
#footer .f_copy {
  background: #0b2b91;
  padding: 5px 0;
}
#footer .f_copy a {
  color: #fff;
  font-size: 1.4rem;
}

.top_page #contents_wrap {
  padding: 160px 0 0;
}
@media screen and (max-width: 1200px) {
  .top_page #contents_wrap {
    padding: 160px 20px 0;
  }
}
@media screen and (max-width: 834px) {
  .top_page #contents_wrap {
    padding: 100px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  .top_page #contents_wrap {
    padding: 60px 10px 0;
  }
}

#contents_wrap {
  padding: 80px 0 0;
}
@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 80px 20px 0;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 60px 20px 0;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 40px 10px 0;
  }
}

.inner2 {
  max-width: 1000px;
  margin: auto;
}

.btn a {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  background: #8abf04;
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn.btn01 a {
  max-width: 300px;
}
@media screen and (max-width: 480px) {
  .btn.btn01 a {
    max-width: 100%;
  }
}
.btn.center a {
  margin: auto;
}
.btn.right a {
  margin-inline: auto 0;
}

.title01 h1 {
  font-size: calc(4.4rem + (1vw - 3.75px) * 2.3301);
  font-weight: bold;
  color: #0b2b91;
  line-height: 1.2;
  letter-spacing: 0;
}
.title01.jp div {
  font-size: 2.2rem;
  font-weight: bold;
  color: #0b2b91;
  line-height: 1.2;
  margin-top: 3%;
}
@media screen and (max-width: 1200px) {
  .title01.jp div {
    font-size: calc(1.8rem + (1vw - 3.75px) * 0.4848);
  }
}
.title01 h2 {
  font-size: calc(5.2rem + (1vw - 3.75px) * 3.1068);
  font-weight: bold;
  color: #0b2b91;
  line-height: 1.2;
  letter-spacing: 0;
}

.title02 h2 {
  font-size: calc(2.4rem + (1vw - 3.75px) * 2.3301);
  font-weight: bold;
  color: #0b2b91;
  line-height: 1;
  letter-spacing: 0;
}

.btnwrap {
  justify-content: space-between;
}
.btnwrap .box {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .btnwrap .box {
    width: 100%;
  }
  .btnwrap .box:not(:first-child) {
    margin-top: 15px;
  }
}
.btnwrap .box a {
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: bold;
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  .btnwrap .box a {
    font-size: calc(2rem + (1vw - 3.75px) * 1.4545);
  }
}
.btnwrap .box a::after {
  font-size: 1.8rem;
  font-weight: 400;
}

.news {
  max-height: 290px;
  overflow-y: auto;
}
.news dl {
  background: #f3f3f3;
  border-radius: 3px;
  margin-bottom: 15px;
  page-break-after: auto;
  padding: 25px 40px;
}
@media screen and (max-width: 640px) {
  .news dl {
    flex-direction: column;
    padding: 15px 20px;
  }
}
.news dl dt {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  width: 100px !important;
}
@media screen and (max-width: 640px) {
  .news dl dt {
    width: 100% !important;
  }
}
.news dl dd {
  background: none !important;
  border: none !important;
  padding: 0 0 0 40px !important;
  flex: 1;
  word-wrap: break-word;
}
@media screen and (max-width: 640px) {
  .news dl dd {
    padding-left: 0 !important;
    width: 100% !important;
  }
}

.instagram {
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .instagram {
    padding: 0 10px;
  }
}
.instagram .sns_list {
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
.instagram .sns_list > div {
  border: none !important;
  width: 24.2% !important;
}
@media screen and (max-width: 640px) {
  .instagram .sns_list > div {
    width: 48.5% !important;
  }
  .instagram .sns_list > div:nth-child(n+3) {
    margin-top: 3%;
  }
}
.instagram .sns_list .sns_text {
  display: none;
}
.instagram .sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.flex01 .leftArea {
  width: 49.2857142857%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .flex01 .leftArea {
    width: 100%;
  }
}
.flex01 .leftArea .box01 {
  width: 78.26%;
}
.flex01 .leftArea .box02 {
  width: 43.47%;
  margin-left: -21.74%;
}
.flex01 .rightArea {
  width: 45%;
}
@media screen and (max-width: 640px) {
  .flex01 .rightArea {
    width: 100%;
    margin-top: 50px;
  }
}

.flex02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .flex02 {
    flex-direction: column-reverse;
  }
}
.flex02 .leftArea {
  width: 46.4285714286%;
}
@media screen and (max-width: 640px) {
  .flex02 .leftArea {
    width: 100%;
    margin-top: 45px;
  }
}
.flex02 .rightArea {
  width: 47.8571428571%;
}
@media screen and (max-width: 640px) {
  .flex02 .rightArea {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .bg100 .inner2 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .bg100 .inner2 {
    padding: 0 10px;
  }
}

.dl_layout01 dl {
  padding: 25px 30px;
}
@media screen and (max-width: 640px) {
  .dl_layout01 dl {
    flex-direction: column;
    padding: 15px 20px;
  }
}
.dl_layout01 dl:nth-child(odd) {
  background: #f6f6f6;
}
.dl_layout01 dl dt {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .dl_layout01 dl dt {
    width: 100% !important;
  }
}
.dl_layout01 dl dd {
  background: none !important;
  padding: 0 !important;
  border: none !important;
}
@media screen and (max-width: 640px) {
  .dl_layout01 dl dd {
    width: 100% !important;
  }
}

.flex03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .flex03 {
    flex-direction: column;
  }
}
.flex03.reverse {
  flex-direction: row-reverse;
}
.flex03 .leftArea {
  width: 36%;
}
@media screen and (max-width: 640px) {
  .flex03 .leftArea {
    width: 100%;
  }
}
.flex03 .rightArea {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .flex03 .rightArea {
    width: 100%;
    margin-top: 20px;
  }
}

.flexbox01 {
  justify-content: space-between;
}
.flexbox01 .box {
  width: 47%;
}
@media screen and (max-width: 640px) {
  .flexbox01 .box {
    width: 100%;
  }
  .flexbox01 .box:nth-child(n+2) {
    margin-top: 8%;
  }
}
.flexbox01 .box:nth-child(n+3) {
  margin-top: 6%;
}
.flexbox01 .box .img-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eee;
  width: 100%;
  min-height: 450px;
  max-height: 450px;
}
.flexbox01 .box img {
  width: auto !important;
  height: 100% !important;
  min-height: 450px;
  max-height: 450px;
}
.flexbox01 .box h3 {
  font-size: calc(2.8rem + (1vw - 3.75px) * 0.5178);
  font-weight: bold;
  color: #0b2b91;
  line-height: 1;
  letter-spacing: 0;
  margin: 30px 0 15px;
}
@media screen and (max-width: 640px) {
  .flexbox01 .box h3 {
    margin: 20px 0 10px;
  }
}

.flexbox02 {
  flex-direction: column !important;
  justify-content: space-between;
}
.flexbox02 .box {
  width: 100%;
  margin-inline: auto;
}
.flexbox02 .box:nth-child(n+2) {
  margin-top: 8%;
}
.flexbox02 .box article {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .flexbox02 .box article {
    flex-direction: column;
  }
}
.flexbox02 .box .img-frame {
  width: 38%;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  .flexbox02 .box .img-frame {
    width: 100%;
    margin-right: 0;
  }
}
.flexbox02 .box .img-frame img {
  width: 100%;
}
.flexbox02 .box .text-wrap {
  width: 60%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .flexbox02 .box .text-wrap {
    width: 100%;
  }
}
.flexbox02 .box .text-wrap h3 {
  font-size: calc(2.8rem + (1vw - 3.75px) * 0.5178);
  font-weight: bold;
  color: #0b2b91;
  line-height: 1;
  letter-spacing: 0;
  margin: 30px 0 15px;
}
@media screen and (max-width: 640px) {
  .flexbox02 .box .text-wrap h3 {
    margin: 20px 0 10px;
  }
}

.flexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flexWrap .box30 {
  width: 31.3333333333%;
  margin: 0 1% 2%;
}
@media screen and (max-width: 834px) {
  .flexWrap .box30 {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .flexWrap .box30 {
    width: 98%;
  }
}
.flexWrap .box30 .box {
  background: #0b2b91;
  padding: 5px;
}
.flexWrap .box30 .box img {
  width: auto !important;
  height: 100% !important;
  min-height: 290px;
  max-height: 290px;
  background: #fff;
}

.p-name h2, .p-name h3 {
  letter-spacing: normal;
  font-size: 0.95em;
  line-height: 1.4;
  padding: 1%;
}
.p-name h2:before, .p-name h3:before {
  display: inline-block;
  margin-right: 1rem;
  content: "\f45c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0b2b91;
}

.item-slide .box {
  min-height: 300px;
  max-height: 300px;
}
.item-slide .slick-prev {
  display: none;
}
.item-slide .slick-prev:before {
  display: none;
}
.item-slide .slick-vertical .slick-slide {
  border: none;
}
.item-slide .slick-next.slick-disabled:before {
  display: none;
}
.item-slide .slick-next {
  right: 0;
}
.item-slide .slick-next:before {
  content: "\f021";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ccc;
  text-shadow: 1px, 1px, 0, #ddd;
}

.slick-slide {
  display: flex !important;
  justify-content: center;
}

.para-item {
  max-height: 600px;
}

.fix-x-btn {
  padding: 20px 25px;
  border: 2px solid black;
  background-color: white;
  transition: 0.4s;
}
.fix-x-btn:link, .fix-x-btn:visited {
  color: black;
}
.fix-x-btn:hover {
  opacity: 0.7;
  transition: 0.4s;
}
.fix-x-btn > img {
  width: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.fix-x-btn > span {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
}/*# sourceMappingURL=common_style.css.map */