@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* ========== end △ */
body {
  width: 100%;
  margin: auto;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  body img {
    max-width: 100%;
  }
}
/* ========== end △ */
/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000;
  overflow: hidden;
  font-size: 16px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #wrapper {
    font-size: 14px;
  }
}
/* ========== end △ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: auto;
  line-height: normal;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border: 0px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.ov_hover:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
a:hover {
  text-decoration: none;
}

/* サイト幅
-------------------------------------------------- */
.container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 12px;
  }
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .container {
    max-width: 1100px;
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
/* ========== end △ */
/* ==================================================
	header
================================================== */
#cm-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
#cm-header .header-inner {
  position: absolute;
  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;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#cm-header .header-inner a {
  color: #fff;
  text-decoration: none;
}
#cm-header .header-inner .header-logo {
  width: 347px;
}
#cm-header .header-inner .header-logo .logo_fixed {
  display: none;
}
#cm-header .header-inner .header-infor {
  width: calc(100% - 350px);
}
#cm-header .header-inner .header-infor .cm-head_contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cm-header .header-inner .header-infor .cm-head_contact ul {
  margin-bottom: 0;
}
#cm-header .header-inner .header-infor .cm-head_contact ul:not(#cm-header .header-inner .header-infor .cm-head_contact ul:last-child) {
  margin-right: 15px;
}
#cm-header .header-inner .header-infor .cm-head_contact ul li {
  display: inline-block;
}
#cm-header .header-inner .header-infor .cm-head_contact ul li a {
  margin: 0 5px;
}
#cm-header .header-inner .header-infor .cm-head_contact .list_link li a {
  position: relative;
  padding-left: 10px;
}
#cm-header .header-inner .header-infor .cm-head_contact .list_link li a:after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  line-height: normal;
  top: 2px;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#cm-header .header-inner .header-infor .cm-head_contact .list_link li a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#cm-header .header-inner .header-infor .cm-head_contact .list_btn a {
  display: inline-block;
  width: 190px;
  border-radius: 30px;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cm-header .header-inner .header-infor .h_gnav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cm-header.fixed {
  position: fixed;
}
#cm-header.fixed .header-logo .logo_first {
  display: none;
}
#cm-header.fixed .header-logo .logo_fixed {
  display: inline-block;
}
#cm-header.fixed .header-inner {
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  padding: 10px 20px;
  color: #000;
}
#cm-header.fixed .header-inner a {
  color: #000;
}
#cm-header.fixed .header-inner .header-infor .cm-head_contact .list_btn a {
  padding: 5px 10px;
}
#cm-header.fixed .header-inner .header-infor .cm-head_contact .list_btn a.btn_dowload {
  border-color: #3caed8;
}
#cm-header.fixed .header-inner .header-infor .cm-head_contact .list_btn a.btn_free_trial {
  color: #fff;
  border-color: #3caed8;
}
#cm-header.fixed .header-inner .header-infor .l-menu_contents {
  margin-top: 10px;
}
#cm-header.fixed .header-inner .header-infor .l-menu_contents .gnav > li a:before {
  background: #afafaf;
}
#cm-header.fixed .header-inner .header-infor .l-menu_contents .gnav > li.sub_menu p.sub_no_link:before {
  background: #afafaf;

}
#cm-header.fixed .header-inner .header-infor .l-menu_contents .gnav > li a:after {
  bottom: -10px;
}
#cm-header.fixed .header-inner .header-infor .l-menu_contents .gnav > li.sub_menu p:after {
  bottom: -10px;
}
#cm-header.fixed .header-inner .header-infor .l-menu_contents .gnav > li.sub_menu p span:before {
  color: #3caed8;
  font-weight: bold;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 1201px) {
  #cm-header .header-inner .header-infor .cm-head_contact .list_link li a:hover:before {
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 1201px) {
  #cm-header.fixed .header-inner .header-infor .cm-head_contact .list_link li a:hover {
    color: #3caed8;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 1200px) {
  #cm-header .header-inner {
    background: #fff;
    padding: 0;
  }
  #cm-header .header-inner .header-logo {
    width: 60%;
    margin-left: 3%;
    padding: 10px 0;
  }
  #cm-header .header-inner .header-logo .logo_first {
    display: none;
  }
  #cm-header .header-inner .header-logo .logo_fixed {
    display: inline-block !important;
  }
  #cm-header .header-inner .header-infor {
    width: 55px;
  }
  #cm-header .header-inner .header-infor .cm-head_contact {
    display: none;
  }
  #cm-header .header-inner .header-infor .h_gnav {
    display: block;
    width: 100%;
    margin: auto;
    height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #cm-header .header-inner .header-infor .h_gnav .gnav {
    width: 100%;
  }
  #cm-header.fixed .header-inner {
    padding: 0;
  }
}
/* ========== end △ */
.btn_dowload {
  background: #e6f5fa !important;
  color: #000 !important;
  font-weight: 500;
}
.btn_dowload span {
  display: inline-block;
  background: url("../common_img/ico_download.png") no-repeat center left;
  padding-left: 30px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 1201px) {
  .btn_dowload:hover {
    background: #3caed8 !important;
  }
}
/* ========== end △ */
.btn_free_trial {
  background: #3caed8 !important;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 1201px) {
  .btn_free_trial:hover {
    background: #e6f5fa !important;
    color: #000 !important;
  }
}
/* ========== end △ */
/* ==================================================
	gnav
================================================== */
.lock-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 1201px) {
  .navTrigger {
    display: none !important;
  }
}
.navTrigger {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  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;
  width: 55px;
  height: 55px;
  background: #3caed8;
  margin-right: 0;
  z-index: 1001;
}
.navTrigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  background: #fff;
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navTrigger span:nth-child(1) {
  top: 18px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.navTrigger span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.navTrigger span:nth-child(3) {
  bottom: 18px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.navTrigger.is-active span:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 7px;
  top: 18px;
}
.navTrigger.is-active span:nth-child(2) {
  opacity: 0;
}
.navTrigger.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 7px;
  bottom: 18px;
}

.l-menu_contents {
  z-index: 99;
  width: 100%;
  margin-top: 20px;
}
.l-menu_contents .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.l-menu_contents .gnav > li a {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  padding: 0 25px;
}
.l-menu_contents .gnav > li a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: #fff;
}
.l-menu_contents .gnav > li a:after {
  position: absolute;
  content: "";
  background: #000;
  width: 0;
  height: 3px;
  border-radius: 2px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.l-menu_contents .gnav > li.sub_menu p {
  position: relative;
  display: inline-block;
}
.l-menu_contents .gnav > li.sub_menu p.sub_no_link {
  padding: 0 25px;
  cursor: pointer;
}
.l-menu_contents .gnav > li.sub_menu p.sub_no_link:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: #fff;
}
.l-menu_contents .gnav > li.sub_menu p span {
  position: relative;
  padding-right: 15px;
}
.l-menu_contents .gnav > li.sub_menu p span:before {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-weight: normal;
  line-height: normal;
  top: 3px;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.l-menu_contents .gnav > li.sub_menu p:after {
  position: absolute;
  content: "";
  background: #000;
  width: 0;
  height: 3px;
  border-radius: 2px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.l-menu_contents .gnav > li.sub_menu p.sub_have_link a:after {
  background: none;
}
.l-menu_contents .gnav > li.sub_menu .sub_link {
  position: absolute;
  top: 100%;
  width: 100%;
  /* min-width: 1920px; */
  left: 0%;
  -webkit-box-shadow: 28.284px 28.284px 40px 0px rgba(121, 138, 146, 0.3);
  box-shadow: 28.284px 28.284px 40px 0px rgba(121, 138, 146, 0.3);
  background: #fff;
  border-top: 1px solid #000;
  padding: 25px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin: 0;
  z-index: 999;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .three_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .three_list .list_sub {
  width: 30%;
  margin-right: 3.3%;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .three_list .list_sub li {
  width: 100%;
  margin-right: 0;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .three_list .list_sub li.ttl_list_sub {
  font-weight: bold;
  font-size: 17px;
  color: #000;
  border-bottom: 2px solid #3caed8;
  margin-bottom: 10px;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .three_list .list_sub li.ttl_list_sub a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .three_list .list_sub li.ttl_list_sub a {
  border-bottom: none;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .list_sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .list_sub li {
  width: 30%;
  margin-right: 3.3%;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .list_sub li a {
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 30px 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .list_sub li a .cm-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .list_sub li a:before {
  background: none !important;
}
.l-menu_contents .gnav > li.sub_menu .sub_link .list_sub li a:after {
  background: #3caed8;
  height: 2px;
  bottom: -1px !important;
}
.l-menu_contents .gnav > li.sub_menu .sub_link li {
  display: inline-block;
}
.l-menu_contents .gnav > li.sub_menu .sub_link li a {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 0;
  color: #000 !important;
}
.l-menu_contents .gnav > li.sub_menu .sub_link li a:after {
  height: 1px;
  bottom: 0;
}
.l-menu_contents .gnav > li.sub_menu.opened p span:before {
  content: "\f106";
}
.l-menu_contents .gnav > li:first-child a:before {
  background: none !important;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 1201px) {
  .l-menu_contents .gnav > li a:hover:after {
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 1201px) {
  .l-menu_contents .gnav > li.sub_menu p:hover:after {
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 1201px) {
  .l-menu_contents .gnav > li.sub_menu .sub_link li a:hover {
    color: #3caed8 !important;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 1201px) {
  .l-menu_contents .gnav > li.sub_menu.opened:hover span:after {
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
.l-menu_contents .gnav > li.sub_menu .noLink {
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  .l-menu_contents {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #3caed8;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: none;
    margin-top: 0 !important;
  }
  .l-menu_contents.is-visible {
    opacity: 1;
    visibility: visible;
    height: 100vh;
  }
  .l-menu_contents .gnav {
    display: block;
    font-size: 16px;
  }
  .l-menu_contents .gnav > li {
    margin-left: 0 !important;
    border-bottom: 1px solid #9ed7ec;
  }
  .l-menu_contents .gnav > li a {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 0;
    color: #fff !important;
  }
  .l-menu_contents .gnav > li a:before {
    background: none;
  }
  .l-menu_contents .gnav > li.sub_menu p {
    width: 100%;
  }
  .l-menu_contents .gnav > li.sub_menu p:after {
    background: none;
  }
  .l-menu_contents .gnav > li.sub_menu p span {
    display: inline-block;
    width: 100%;
  }
  .l-menu_contents .gnav > li.sub_menu p span:before {
    content: "" !important;
    width: 12px;
    height: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .l-menu_contents .gnav > li.sub_menu p span:after {
    content: "" !important;
    width: 12px;
    height: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 5px;
    width: 2px;
    height: 12px;
  }
  .l-menu_contents .gnav > li.sub_menu p.opened span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .l-menu_contents .gnav > li.sub_menu p.sub_no_link {
    padding: 15px 20px;
    color: #fff;
  }
  .l-menu_contents .gnav > li.sub_menu p.sub_no_link:before {
    background: none;
  }
  .l-menu_contents .gnav > li.sub_menu .noLink {
    pointer-events: none;
  }
  .l-menu_contents .gnav > li.sub_menu .sub_link {
    position: relative;
    width: 100%;
    min-width: auto;
    background: #3caed8;
    border-radius: 0;
    margin: auto;
    top: auto;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-top-color: #9ed7ec;
  }
  .l-menu_contents .gnav > li.sub_menu .sub_link .three_list .list_sub {
    width: 100%;
    margin-right: 0;
  }
  .l-menu_contents .gnav > li.sub_menu .sub_link .three_list .list_sub li.ttl_list_sub {
    font-size: 15px;
    color: #fff;
    margin: 20px 0 10px;
    border-bottom: 2px solid #fff;
  }
  .l-menu_contents .gnav > li.sub_menu .sub_link .list_sub li {
    width: 100%;
  }
  .l-menu_contents .gnav > li.sub_menu .sub_link .list_sub li a {
    color: #fff !important;
    border-bottom-color: #9ed7ec;
    padding: 12px 0 12px 25px;
  }
  .l-menu_contents .gnav > li.sub_menu .sub_link .list_sub li a .cm-arrow {
    right: auto;
    left: 0;
  }
  .l-menu_contents .gnav > li.sub_menu .sub_link .list_sub li:last-child a {
    border-bottom: none;
  }
}
/* ========== end △ */
/* ==================================================
	content_area
================================================== */
.co_2e65af {
  color: #2e65af !important;
}

.co_f2f6f8 {
  color: #f2f6f8 !important;
}

.bg_f2f6f8 {
  background: #f2f6f8 !important;
}

.bg_fff {
  background: #fff !important;
}

.a_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.cm-arrow {
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  background: #3caed8;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
.cm-arrow:after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  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;
}
.cm-arrow.arrow-down:after {
  content: "\f107";
}
.cm-arrow.arrow-back {
  right: auto !important;
  left: 15px;
}
.cm-arrow.arrow-back:after {
  content: "\f104";
}

.cm-btn {
  margin-top: 50px;
}
.cm-btn a {
  position: relative;
  text-decoration: none !important;
  text-align: center;
  display: block;
  background: #fff;
  border-radius: 100px;
  width: 445px;
  max-width: 100%;
  padding: 18px 50px;
  border: 1px solid #3caed8;
  -webkit-box-shadow: 14.142px 14.142px 20px 0px rgba(121, 138, 146, 0.1);
  box-shadow: 14.142px 14.142px 20px 0px rgba(121, 138, 146, 0.1);
  line-height: normal;
}
.cm-btn a .cm-arrow {
  right: 20px;
}
.cm-btn.btn_yellow a {
  background: #fad041;
  border: 1px solid #3caed8;
  color: #000 !important;
  font-size: 16px;
  padding: 12px 50px;
}
.cm-btn.btn_yellow a .cm-arrow:after {
  color: #fad041;
}
.cm-btn.btn_icon {
  margin-top: 25px;
}
.cm-btn.btn_icon a {
  padding: 15px;
  line-height: 1.8;
}
.cm-btn.btn_icon a .icon_link {
  display: inline-block;
  padding-right: 30px;
  background: url("../images/function/icon_link.png") no-repeat center right;
}

.cm-btn.btn_icon a .icon_pdf {
  display: inline-block;
  padding-right: 30px;
  background: url("../images/function/icon_pdf.png") no-repeat center right;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .cm-btn a:hover {
    background: #3caed8;
    color: #fff;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .cm-btn.btn_yellow a:hover {
    background: #fff;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .cm-btn.btn_icon a:hover .icon_link {
    background: url("../images/function/icon_link_white.png") no-repeat center right;
  }
  .cm-btn.btn_icon a:hover .icon_pdf {
    background: url("../images/function/icon_pdf_white.png") no-repeat center right;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm-btn {
    margin-top: 30px;
  }
}
/* ========== end △ */
.sec_cont {
  position: relative;
  padding: 110px 0;
  z-index: 2;
}
.sec_cont .inner-cont p {
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec_cont {
    padding: 50px 0;
  }
  .sec_cont .inner-cont p {
    margin-bottom: 15px;
  }
}
/* ========== end △ */
/* title set
-------------------------------------------------- */
.ttl_eng {
  position: absolute;
  font-size: 280px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  line-height: 1;
}

@media only screen and (max-width: 1440px) {
  .ttl_eng {
    font-size: 250px;
  }
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .ttl_eng {
    font-size: 100px;
  }
}
/* ========== end △ */
.c_3caed8{
  color: #3caed8;
}
.ttl_green {
  border-bottom: 1px solid #3caed8;
  margin-bottom: 20px;
}
.ttl_green span {
  position: relative;
  display: inline-block;
  background: #3caed8;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 8px 5px 8px 30px;
}
.ttl_green span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 49px solid #3caed8;
  border-right: 40px solid transparent;
  top: 0;
  right: -40px;
}

.style_ttl01 {
  position: relative;
  margin-bottom: 30px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0;
  padding-bottom: 20px;
}
.style_ttl01:after {
  position: absolute;
  content: "";
  background: rgb(60, 174, 216);
  width: 46px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.style_ttl01 .txt_jp {
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
}
.style_ttl01 h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
}
.style_ttl01 h2 span {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 45px;
  font-weight: 500;
  padding-right: 8px;
}
.style_ttl01.ttl01_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.style_ttl01.ttl01_left:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .style_ttl01 {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .style_ttl01 img {
    width: 75px;
    margin-right: 5px !important;
  }
  .style_ttl01 .txt_jp {
    font-size: 10px;
  }
  .style_ttl01 h2 {
    font-size: 18px;
  }
  .style_ttl01 h2 span {
    font-size: 24px;
    padding-right: 2px;
  }
}
/* ========== end △ */
.sub_line {
  position: relative;
  margin-bottom: 20px;
  z-index: 3;
}
.sub_line:after {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.sub_line span {
  position: relative;
  background: #fff;
  padding-right: 20px;
  font-size: 25px;
  font-weight: 500;
  z-index: 3;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sub_line {
    margin-bottom: 10px;
  }
  .sub_line span {
    padding-right: 10px;
    font-size: 16px;
  }
}
/* ========== end △ */
.sub_line_green {
  position: relative;
  font-size: 25px;
  padding-left: 15px;
  margin-bottom: 5px;
}
.sub_line_green:after {
  position: absolute;
  content: "";
  background: #3caed8;
  width: 2px;
  height: 55%;
  left: 0;
  top: 25%;
}
.sub_line_green.sub_small {
  font-size: 18px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sub_line_green {
    font-size: 18px;
    padding-left: 10px;
  }
}
/* ========== end △ */
.sub_gray {
  background: #f2f6f8;
  font-size: 18px;
  padding: 8px 20px 10px;
  margin-bottom: 20px;
}
.sub_gray.gray_line {
  border-bottom: 2px solid #3e65aa;
  margin-top: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sub_gray {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sub_gray.gray_line {
    margin-top: 25px;
  }
}
/* ========== end △ */
.txt_f28 {
  position: relative;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .txt_f28 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
/* ========== end △ */
.txt_f25 {
  font-size: 25px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}
.txt_f45 {
  position: relative;
  font-size: 45px;
  text-align: center;
  margin-bottom: 38px;
  line-height: 1.5;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .txt_f25 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .txt_f45 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
/* ========== end △ */
.txt_f20 {
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .txt_f20 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
/* ========== end △ */
/* ==================================================
	main_content
================================================== */
.list_btn {
  position: relative;
  z-index: 10;
}
.list_btn li a {
  display: inline-block;
  width: 100%;
  background: #3caed8;
  border: 1px solid #3caed8;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  padding: 4px;
  text-decoration: none;
  margin-top: 10px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .list_btn li a:hover {
    background: #fff;
    color: #3caed8;
  }
}
/* ========== end △ */
.acc-dl dl {
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0;
}
.acc-dl dt {
  display: block;
  text-align: left;
  position: relative;
  font-size: 22px;
  line-height: 1.4;
  cursor: pointer;
  padding: 2px 50px;
}
.acc-dl dt:before, .acc-dl dt:after {
  position: absolute;
  background: #3caed8;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
}
.acc-dl dt:before {
  right: 10px;
  width: 12px;
  height: 2px;
}
.acc-dl dt:after {
  right: 15px;
  width: 2px;
  height: 12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.acc-dl dt span {
  display: inline-block;
  position: relative;
}
.acc-dl dt span:before {
  position: absolute;
  left: -50px;
  top: -2px;
  content: "Q";
  background: #3caed8;
  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;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  color: #FFF;
}
.acc-dl dt.active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.acc-dl dd {
  display: none;
  position: relative;
  text-align: left;
  padding: 0 50px;
  margin-top: 20px;
}
.acc-dl dd:before {
  position: absolute;
  left: 0px;
  top: 0;
  width: 34px;
  height: 34px;
  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;
  content: "A";
  font-size: 22px;
  color: #3caed8;
  border: 1px solid #3caed8;
  border-radius: 50%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .acc-dl dl {
    padding: 15px 0;
  }
  .acc-dl dt {
    font-size: 18px;
    padding: 2px 20px 2px 50px;
  }
  .acc-dl dt:before {
    right: 0;
  }
  .acc-dl dt:after {
    right: 5px;
  }
  .acc-dl dt span:before {
    left: -50px;
  }
  .acc-dl dd {
    padding: 0 0 0 50px;
  }
}
/* ========== end △ */
/* section set
-------------------------------------------------- */
.tag_3e65aa {
  background: #3e65aa;
}

.tag_62bb6e {
  background: #62bb6e;
}

.tag_6ac6c9 {
  background: #6ac6c9;
}

.tag_e45e32 {
  background: #e45e32;
}

.tag_aaa {
  background: #aaa;
}

.tag_a1d9d9 {
  background: #a1d9d9;
}

.tag_8acef2 {
  background: #8acef2;
}

.sec_news {
  position: relative;
  z-index: 3;
}
.sec_news:after {
  position: absolute;
  content: "";
  background: url("../images/news_bg.jpg") no-repeat bottom center/cover;
  width: 100%;
  height: calc(100% - 280px);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sec_news .ttl_eng {
  bottom: -120px;
  right: -100px;
  color: rgba(255, 255, 255, 0.2);
}
.sec_news .list_tag {
  /* width: 100%; */
  width: initial;
  margin: 0 50px;/* add 10/31 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  justify-content: space-evenly;/* add 10/31 */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sec_news .list_tag li {
  /* width: 150px; */
  min-width: 100px;/* add 10/31 */
  /* margin: 0 10px; */
  margin: 0;/* add 10/31 */
}
.sec_news .list_tag li a {
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  background: #fff;
  border: 1px solid #3caed8;
  border-radius: 5px;
  padding: 9px 0;
  text-decoration: none;
}
.sec_news .list_tag li.active a {
  background: #3caed8;
  color: #fff;
}
.sec_news .cont_news {
  margin: 0 50px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 28.284px 28.284px 40px 0px rgba(121, 138, 146, 0.3);
  box-shadow: 28.284px 28.284px 40px 0px rgba(121, 138, 146, 0.3);
  padding: 40px 60px;
}
.sec_news .cont_news ul > li:not(:last-child) a {
  border-bottom: 1px solid #d6d6d6;
}
.sec_news .cont_news ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  padding: 20px 0;
}
.sec_news .cont_news ul > li a .date {
  width: 110px;
  font-weight: bold;
}
.sec_news .cont_news ul > li a .tag {
  width: 130px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding: 0;
  margin-right: 20px;
}

@media only screen and (max-width: 1440px) {
  .sec_news .ttl_eng {
    right: -5%;
  }
  .sec_news .cont_news ul > li a .des {
    flex: 1;
  }

}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec_news .list_tag li a:hover {
    background: #3caed8;
    color: #fff;
  }
  .sec_news .cont_news ul > li a .des {
    flex: 1;
  }

}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec_news .list_tag li.active a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #3caed8;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sec_news .cont_news ul > li a .des {
    flex: 1;
  }

}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec_news .list_tag {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sec_news .list_tag li {
    width: 48.5% !important;
    margin: 0 0 3% !important;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .sec_news .cont_news ul > li a:hover {
    background: rgba(60, 174, 216, 0.2);
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sec_news .ttl_eng {
    right: 0;
    bottom: -50px;
  }
  .sec_news .cont_news {
    margin: 0;
    padding: 20px !important;
  }
  .sec_news .cont_news ul > li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec_news .cont_news ul > li a .des {
    width: 100%;
  }
  .sec_news .cont_news ul > li a .des {
    flex: none;
  }
}
/* ========== end △ */
/* ==================================================
	footer
================================================== */
#footer {
  position: relative;
  background: #00a0d2;
  color: #fff;
  padding-top: 100px;
  z-index: 9;
}
#footer a {
  color: #fff;
}
#footer #page_up {
  display: none;
  position: fixed;
  bottom: 85px;
  right: 2%;
  z-index: 99;
}
#footer .main_footer {
  padding-bottom: 60px;
  border-bottom: 1px solid #91c5e1;
}
#footer .main_footer .infor_main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
}
#footer .main_footer .infor_main .left_infor {
  margin-right: 70px;
}
#footer .main_footer .infor_main .left_infor .list_sns {
  display: none;
}
#footer .main_footer .infor_main .left_infor .footer-logo {
  margin-bottom: 15px;
}
#footer .main_footer .infor_main .left_infor .txt_logo {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
#footer .main_footer .infor_main .left_infor .txt_logo span {
  font-size: 30px;
  padding-right: 10px;
}
#footer .main_footer .infor_main .right_infor {
  font-size: 14px;
}
#footer .main_footer .infor_main .list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
#footer .main_footer .infor_main .list_sns li {
  line-height: normal;
}
#footer .main_footer .infor_main .list_sns li a {
  margin: 0 5px;
}
#footer .main_footer .infor_main .list_sns li.f_bnr {
  margin-left: 15px;
}
#footer .main_footer .f_gnav {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
  z-index: 3;
}
#footer .main_footer .f_gnav .link_gnav {
  width: 20%;
  margin-right: 40px;
}
#footer .main_footer .f_gnav .link_gnav >p+p{
  margin-top: 30px;
}
#footer .main_footer .f_gnav .link_gnav a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
#footer .main_footer .f_gnav .link_gnav a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#footer .main_footer .f_gnav .link_gnav p {
  padding-bottom: 15px;
  border-bottom: 1px solid #91c5e1;
}
/* #footer .main_footer .f_gnav .link_gnav p:hover{
  border-color: #fff;
}
#footer .main_footer .f_gnav .link_gnav p a:hover::before{
  display: none;
} */
#footer .main_footer .f_gnav .link_gnav ul {
  margin-top: 30px;
}
#footer .main_footer .f_gnav .link_gnav ul li a {
  padding-left: 12px;
  margin-bottom: 10px;
}
#footer .main_footer .f_gnav .link_gnav ul li a:after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  line-height: normal;
  top: 5px;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#footer .main_footer .f_gnav .link_btn {
  width: 300px;
}
#footer .main_footer .f_gnav .link_btn .btn_white {
  margin-top: 25px;
}
#footer .main_footer .f_gnav .link_btn .btn_white li a {
  display: inline-block;
  background: #fff;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: #000 !important;
  border-radius: 30px;
  padding: 3px;
  margin-top: 10px;
}
#footer .main_footer .f_gnav .link_btn .box_PSQ {
  width: 100%;
  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;
  margin-top: 30px;
}
#footer .main_footer .f_gnav .link_btn .box_PSQ figure {
  margin: 0;
  width: 60px;
}
#footer .main_footer .f_gnav .link_btn .box_PSQ p {
  width: calc(100% - 60px);
  font-size: 12px;
  padding-left: 15px;
}
#footer .main_footer .f_gnav .three_list {
  margin-left: 15px;
}
#footer .main_footer .f_gnav .three_list .list_sub {
  margin-top: 0;
  margin-bottom: 10px;
}
#footer .main_footer .f_gnav .three_list .list_sub .ttl_list_sub {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
#footer .main_footer .f_gnav .f_sub {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-left: 12px;
  font-size: 14px;
  /* border-bottom: none !important; */
  cursor: pointer;
  /* padding-bottom: 10px !important; */
  margin-bottom: 20px;
}
#footer .main_footer .f_gnav .f_sub:after {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  line-height: normal;
  top: 5px;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#footer .main_footer .f_gnav .f_sub span {
  position: relative;
  padding-right: 30px;
  display: block;
}
#footer .main_footer .f_gnav .f_sub span:before, #footer .main_footer .f_gnav .f_sub span:after {
  position: absolute;
  content: "" !important;
  width: 12px;
  height: 2px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer .main_footer .f_gnav .f_sub span:before {
  right: 0;
}
#footer .main_footer .f_gnav .f_sub span:after {
  right: 5px;
  width: 2px;
  height: 12px;
}
#footer .main_footer .f_gnav .f_sub.opened span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#footer .main_footer .f_gnav .f_sub_link {
  display: none;
}
#footer .last_footer {
  padding: 30px 0;
  font-size: 13px;
}
#footer .last_footer .inner_last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .last_footer .link_f li {
  display: inline-block;
}
#footer .last_footer .link_f li a {
  position: relative;
  padding: 0 20px;
  text-decoration: none;
  color: #fff;
}
#footer .last_footer .link_f li a:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 14px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#footer .last_footer .link_f li:first-child a:after {
  background: none;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .main_footer .f_gnav .link_gnav a:hover:before {
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #footer .main_footer .f_gnav .link_btn .btn_white li a:hover {
    background: #fad041;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 50px;
    padding-top: 0;
  }
  #footer #page_up {
    position: relative;
    background: #0087b4;
    right: 0;
    bottom: 0;
    height: 50px;
    text-align: center;
  }
  #footer #page_up a {
    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;
    height: 50px;
  }
  #footer #page_up a svg {
    font-weight: bold;
  }
  #footer .main_footer {
    padding-bottom: 30px;
  }
  #footer .main_footer .infor_main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .main_footer .infor_main .left_infor {
    padding-top: 30px;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #footer .main_footer .infor_main .left_infor .list_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .main_footer .infor_main .left_infor .footer-logo {
    margin-bottom: 5px;
  }
  #footer .main_footer .infor_main .left_infor .txt_logo {
    font-size: 10px;
  }
  #footer .main_footer .infor_main .left_infor .txt_logo span {
    font-size: 6.2vw;
    padding-right: 5px;
  }
  #footer .main_footer .infor_main .right_infor {
    font-size: 3.3vw;
  }
  #footer .main_footer .infor_main .right_infor .list_sns {
    display: none;
  }
  #footer .main_footer .f_gnav {
    margin-top: 20px;
  }
  #footer .main_footer .f_gnav .link_gnav {
    display: none;
  }
  #footer .main_footer .f_gnav .link_btn {
    width: 100%;
  }
  #footer .main_footer .f_gnav .link_btn .btn_yellow {
    display: none;
  }
  #footer .main_footer .f_gnav .link_btn .btn_white {
    margin-top: 0;
  }
  #footer .main_footer .f_gnav .link_btn .btn_white li a {
    padding: 10px;
  }
  #footer .main_footer .f_gnav .link_btn .btn_white li:nth-child(2) {
    display: none;
  }
  #footer .last_footer {
    padding: 10px 0 30px;
  }
  #footer .last_footer .link_f {
    display: none;
  }
  #footer .last_footer .copy_right {
    width: 100%;
    text-align: center;
    font-size: 11px;
  }
}
/* ========== end △ */
.fix_btn {
  position: fixed;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 99;
}
.fix_btn .btn_contact {
  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;
  background: #fad041;
  border: 1px solid #3caed8;
  color: #000 !important;
  text-decoration: none;
  border-radius: 30px;
  width: 50px;
  height: 190px;
  text-align: center;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.fix_btn .btn_contact .cm-arrow {
  top: 20px;
  bottom: auto;
  left: 0;
  right: 0;
}
.fix_btn .btn_contact .cm-arrow:after {
  color: #fad041;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .fix_btn .btn_contact:hover {
    opacity: 0.7;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .fix_btn {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
    -webkit-transform: 0;
    transform: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fix_btn li {
    width: 50%;
  }
  .fix_btn li a {
    display: inline-block;
    text-align: center;
    line-height: 50px;
    width: 100% !important;
    height: 50px !important;
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    border-radius: 0 !important;
    text-decoration: none !important;
    border: 1px solid #fff !important;
    font-weight: 500;
  }
  .fix_btn li a .cm-arrow {
    display: none;
  }
}
/* ========== end △ */
/*====================================================================================
■02.CLEAR FLOAT
====================================================================================*/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*====================================================================================
■03.MARGIN DEFAULT
====================================================================================*/
/* margin */
.mat {
  margin: auto !important;
}

.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mt50 {
    margin-top: 8% !important;
  }
}
/* ========== end △ */
.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 8% !important;
  }
}
/* ========== end △ */
.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

/* margin */
/* padding */
.p00 {
  padding: 0px !important;
}

.p05 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

/* padding */
/* font */
.f10 {
  font-size: 10px !important;
}

.f11 {
  font-size: 11px !important;
}

.f12 {
  font-size: 12px !important;
}

.f13 {
  font-size: 13px !important;
}

.f14 {
  font-size: 14px !important;
}

.f15 {
  font-size: 15px !important;
}

.f16 {
  font-size: 16px !important;
}

.f17 {
  font-size: 17px !important;
}

.f18 {
  font-size: 18px !important;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .f18 {
    font-size: 16px !important;
  }
}
/* ========== end △ */
.f19 {
  font-size: 19px !important;
}

.f20 {
  font-size: 20px !important;
}

.f21 {
  font-size: 21px !important;
}

.f22 {
  font-size: 22px !important;
}

.f23 {
  font-size: 23px !important;
}

.f24 {
  font-size: 24px !important;
}

/*■05.FLEX*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
}

.flex_jus_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex_container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*====================================================================================
■06.OTHER
====================================================================================*/
.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.text-underline {
  text-decoration: underline;
}

.text-none-underline {
  text-decoration: none !important;
}

.font14 {
  font-size: 14px;
}

.font11 {
  font-size: 11px;
}

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

.add_font2 {
  font-family: "Oswald", sans-serif;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.media, .media-body {
  overflow: hidden;
}

.media > .pull-left {
  margin-right: 20px;
}
.media > .pull-right {
  margin-left: 20px;
}

.media-text:after {
  clear: both;
  display: block;
  content: "";
  height: 0px;
  visibility: hidden;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .text-left-sp {
    text-align: left !important;
  }
}
/* ========== end △ */
/*====================================================================================
■07.PAGE UP
====================================================================================*/
/*==========================================
■8.Title cm
====================================================================================*/
h2, h3, h4, h5, h6 {
  font-weight: bold;
}