@charset "utf-8";
/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NS-900.woff2") format("woff2"), url("fonts/NS-900.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*----------------------------------------------------------------------------
　reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
textarea {
  vertical-align: top;
}
/*----------------------------------------------------------------------------
　Base
-----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  color: #181c1f;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}
a {
  color: #22292d;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
strong {
  font-weight: bold;
}
body, html {
  height: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.sp_br {
  display: none;
}
.pc_br {
  display: block;
}
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
.cf:after {
  content: "";
  clear: both;
  display: block;
}
.fb {
  font-weight: bold;
}
.fb span {
  font-weight: bold;
}
.f-eng {
  font-family: 'Montserrat';
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.clr01 {
  color: #fff5a0;
}

@keyframes slideUpSmooth {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.t-motion_wrap {
  overflow: hidden;
}
.t-motion {
  opacity: 1;
}

.t-motion.isActive {
  animation: slideUpSmooth 0s ease-out forwards;
  animation-delay: 0s;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  body {
    color: #181c1f;
    font-size: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: none;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    overflow-x: hidden;
  }
	
	
}
/*--------------------------------------
　color
---------------------------------------*/
.cl-wh {
  color: #fff;
}
/*--------------------------------------
　Header
---------------------------------------*/
header {
  width: 100%;
  padding: 0 3rem;
}

.header_home {
  height: 76px;
  background: none;
  min-width: 1280px;
  position: relative;
}
.header_home::before,
.header_home::after {
  content: "";
	display:none;
  position: absolute;
  top: 100%;
  background: url("img/deco01.png")left top no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.header_home::before{
  left: 0;
}
.header_home::after {
  right: 0;
  transform: scale(-1,1);
}

.header_lower {
  background: rgba(0,50,132,0.2);
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1000px;
  z-index: 1;
}

header .boxInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
}
header .logo {
  width: 200px;
}
header .st-box {
  width: calc(100% - 230px);
}
.header_lower .operation {
    font-size: 1.2rem;
    color: #fff;
}
header .sitename {
  display: inline-block;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.5;
}
.header_lower .sitename a {
  color: #ffff;
}
header .sponsored {
  display: inline-block;
  font-size: 1.3rem;
  color: #ffffff;
  margin-left: 1rem;
}
.header_lower .sponsored {
  color: #fff;
}
header .st-box .s-txt {
  font-size: 12px;
  padding: 0;
  color: #ffffff;
  padding-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 1rem;
  }
  .header_home {
    height: 55px;
    min-width: 100%;
  }
  .header_home::before,
  .header_home::after {
    display: none;
  }
  .header_lower {
    height: 55px;
    min-width: 100%;
  }
.header_lower .operation {
    font-size: 1.1rem;
}
  header .boxInner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 55px;
  }
  header .logo {
    width: 35%;
  }
  header .st-box {
    width: 30%;
    margin-left: 1rem;
  }
  header .sitename {
    display: inline-block;
    font-size: 1rem;
	  color: #003384;
  }
  header .sponsored {
    display: none;
  }
	
}
/*--------------------------------------
　#hb-menu
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
    display: table;
    position: fixed;
    top: 6px;
    right: 15px;
    width: 80px;
    height: 60px;
    background: #146dc7;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 10000;
    border-radius: 16px;
}
#hb-menu .hb-inner {
  display: table-cell;
  vertical-align: middle;
}
#hb-menu span {
  display: block;
  background: #fff;
  width: 38px;
  height: 1px;
  margin: auto;
  border-radius: 0;
  transition: all .5s ease-in-out;
}
#hb-menu span:nth-of-type(2), #hb-menu span:nth-of-type(3) {
  margin-top: 12px;
}
/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span:nth-of-type(1) {
  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
  -ms-transform: translateY(6px) translateX(0) rotate(45deg);
  transform: translateY(6px) translateX(0) rotate(45deg);
}
.hb-open #hb-menu span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
  transform: translateY(-6px) translateX(0) rotate(-45deg);
}
/* overlay */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
  z-index: 99;
  transition: 0.2s;
  ;
}
.hb-open .overlay {
  background: rgba(0, 0, 0, 0.45);
  pointer-events: auto;
}
/*----- g-nav -----*/
.g-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
.g-nav .g-nav-inner {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 45%;
  border-radius: 0;
  height: 100%;
  padding: 14rem 0 12rem;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  transition: .5s;
  transform: translateX(100%);
  z-index: 9999;
}
.hb-open .g-nav .g-nav-inner {
  position: fixed;
  top: 0;
  transform: translateX(0);
  transform: translateZ(0);
}
.g-nav .g-nav-inner::-webkit-scrollbar {
  display: none;
}
.hb_menu_wrapper {
  max-width: 80%;
  margin: auto;
}
.m-logo {
  width: 240px;
  margin-top: -10rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
}
.hb_menu {
  margin-bottom: 0;
}
.hb_menu:last-child {
  margin-bottom: 0;
}
.hb_menu_title {
  padding: 1rem 0 1rem 0;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}
.hb_menu_title_link {
  display: block;
  padding: 0 3rem 0 0;
  color: #181c1f;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
}
.hb_menu_title_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #181c1f;
  border-right: 2px solid #181c1f;
}
.hb_menu_list {
  display: block;
  margin-top: 0;
}
.hb_menu_list_item {
  width: 100%;
  margin: 1.5rem 0 1.5rem 2rem;
  padding: 0 0;
  box-sizing: border-box;
  position: relative;
}
.hb_menu_list_item:first-child {
  display: none;
}
.hb_menu_list_link {
  display: block;
  padding: 0 0 0 1.5rem;
  color: #181c1f;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}
.hb_menu_list_link::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: #181c1f;
  width: 8px;
  height: 1px;
}
.hb_menu_list_link br{
    display: none;
  }
/*--------------------------------------
　SP #hb-menu
---------------------------------------*/
@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    display: table;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 60px;
    border-radius: 5px;
    height: 45px;
    background: #003384;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 10000;
  }
  #hb-menu .hb-inner {
    display: table-cell;
    vertical-align: middle;
  }
  #hb-menu span {
    display: block;
    background: #fff;
    width: 28px;
    height: 1px;
    margin: auto;
    border-radius: 0;
    transition: all .5s ease-in-out;
  }
  #hb-menu span:nth-of-type(2), #hb-menu span:nth-of-type(3) {
    margin-top: 9px;
  }
  /* ナビゲーションアイコン：アクティブ */
  .hb-open #hb-menu span:nth-of-type(1) {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    -ms-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg);
  }
  .hb-open #hb-menu span:nth-of-type(2) {
    -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-4px) translateX(0) rotate(-45deg);
    transform: translateY(-4px) translateX(0) rotate(-45deg);
  }
  /* overlay */
  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent;
    pointer-events: none;
    z-index: 9999;
    transition: 0.2s;
  }
  .hb-open .overlay {
    background: none;
    pointer-events: auto;
  }
  /*----- g-nav -----*/
  .g-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .g-nav .g-nav-inner {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    width: 100%;
    border-radius: 0;
    height: 100%;
    padding: 6rem 2rem;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .5s;
    transform: translateX(100%);
    z-index: 9999;
  }
  .hb-open .g-nav .g-nav-inner {
    position: fixed;
    top: 0;
    transform: translateX(0);
    transform: translateZ(0);
  }
  .hb_menu_wrapper {
    max-width: 100%;
    margin: auto;
  }
  .m-logo {
    width: 40%;
    margin-top: -4.5rem;
    margin-bottom: 2rem;
    padding-left: 0;
  }
  .hb_menu {
    margin-bottom: 0;
  }
  .hb_menu:last-child {
    margin-bottom: 0;
  }
  .hb_menu_title {
    padding: 1.5rem 0 1.5rem 0;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
  }
  .hb_menu_title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    transform: translate(0, -50%) rotate(135deg);
    background: none;
    border-top: solid 1px #003384;
    border-right: solid 1px #003384;
  }
  .hb_menu_title.open::after {
    transform: translate(0, -50%) rotate(-45deg);
  }
  .hb_menu_title.first {
    padding: 1.5rem 0 1.5rem 0;
  }
  .hb_menu_title.first::after {
    display: none;
  }
  .hb_menu_title_link {
    display: block;
    padding: 0 2.5rem 0 0;
    color: #191d20;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
    pointer-events: none;
    position: relative;
  }
  .hb_menu_title_link::after {
    display: none;
  }
  .hb_menu_title.first .hb_menu_title_link {
    pointer-events: auto;
    position: relative;
  }
  .hb_menu_title.first .hb_menu_title_link::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: none;
    border-top: solid 1px #003384;
    border-right: solid 1px #003384;
  }
  .hb_menu_list {
    display: none;
    box-sizing: border-box;
    margin-top: 0;
  }
  .hb_menu_list_item {
    width: 100%;
    margin: 0 0 0 0;
    padding: 1.5rem 0 1.5rem 1rem;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
  }
  .hb_menu_list_item:first-child {
    display: block;
  }
	
  .hb_menu_list_link {
    display: block;
    padding: 0 2.5rem 0 0;
    color: #191d20;
    font-size: 1.4rem;
    line-height: 1.6;
    position: relative;
  }
  .hb_menu_list_link::before {
    display: none;
  }
  .hb_menu_list_link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #003384;
    border-right: 1px solid #003384;
  }
}
/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
  width: 1000px;
  margin: 2rem auto 0;
  font-size: 1.2rem;
  position: relative;
	color: #c1c1c1;
}
#pankuzu br{
	display:none;
}
#pankuzu a {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.8;
	color: #c1c1c1;
}
#pankuzu a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #pankuzu {
    width: 100%;
    margin: 1rem auto 0;
    padding: 0 1.5rem 0.5rem 1.5rem;
    box-sizing: border-box;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: auto;
  }
  #pankuzu::-webkit-scrollbar {
    height: 2px;
  }
  #pankuzu::-webkit-scrollbar-track {
    background: #efefef;
    margin: 0 1.5rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  #pankuzu::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 0;
    box-shadow: none;
  }
}
/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer-area {
  background: #edf3f6;
  width: 100%;
  min-width: 1300px;
}
.l-footer-area__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 8rem 0 5rem;
}
.footer_operation {
  background: #fff;
  border-radius: 30px;
}
.footer_operation .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 4rem 6rem;
}
.footer_operation .footer_txtBox {
  width: 73%;
  border-right: solid 1px #d5d5d5;
  padding-right: 7%;
}
.footer_operation .footer_txtBox .tx01 {
  font-weight: 900;
  font-size: 2.2rem;
}
.footer_operation .footer_txtBox .txt {
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 1rem;
}
.footer_operation .footer_txtBox .btn-link a {
  margin-top: 1rem;
  padding-top: 0;
  margin-bottom: 0;
}
.footer_operation .footer_txtBox .btn-link {
  margin-top: 0;
  padding: 0;
}
.footer_operation .l-footer-logo {
  width: 20%;
  margin: auto;
}
.l-footer-logo a {
  display: block;
  margin: auto;
  width:100%;
  margin-left: 1rem;
}
.l-footer-menu-wrapper {
  margin: 6rem auto 0;
}
.l-footer-menu {
  margin-bottom: 4rem;
}
.l-footer-menu:last-child {
  margin-bottom: 0;
}
.l-footer-menu__title {
  padding: 0 0 1.5rem 0;
  border-bottom: 1px solid #cdcdcd;
  position: relative;
}
.l-footer-menu__title__link {
  display: inline-block;
  padding: 0 3.5rem 0 0;
  color: #181c1f;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  transition: all 0.3s ease;
  position: relative;
}
.l-footer-menu__title__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow03.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 22px;
  margin-top: -1rem;
}
.l-footer-menu__list {
  display: flex;
  flex-flow: row wrap;
  box-sizing: border-box;
  margin-top: 2rem;
}
.l-footer-menu__list__item {
  width: calc(100% / 3);
  margin-bottom: 1.5rem;
  padding: 0 2rem;
  box-sizing: border-box;
  position: relative;
}
.l-footer-menu__list__item:first-child {
  display: none;
}
.l-footer-menu__list__link {
  display: block;
  padding: 0 2rem 0 0;
  color: #181c1f;
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
}
.l-footer-menu__list__link br{
   display: none;
}
.l-footer-menu__list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow03.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  margin-top: -1rem;
}
.l-footer-submenu__list {
  margin: 1rem 0 0 0;
  padding: 0 2rem;
}
.l-footer-submenu__list__item {
  margin: 0 0 1rem 0;
  position: relative;
}
.l-footer-submenu__list__link {
  display: block;
  padding: 0 0 0 1.5rem;
  color: #181c1f;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}
.l-footer-submenu__list__link::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  background: #181c1f;
  width: 8px;
  height: 1px;
}
.l-footer-area .menseki {
  background: #fbfdfd;
  max-width: 80%;
  margin: 5rem auto 0;
  padding: 2rem 3rem;
  box-sizing: border-box;
  color: #181c1f;
  font-size: 1.2rem;
  border-radius: 10px;
  line-height: 2;
}
.l-footer-area .menseki span {
  display: inline-block;
}
.l-footer-area .menseki a {
  text-decoration: underline;
}
.l-footer-area .ucp {
  margin: 1.5rem auto 0;
  color: #181c1f;
  font-size: 1rem;
  text-align: center;
  line-height: 1.8;
}
.l-footer-copy-wrapper {
  background: #0082d8;
}
.l-footer-copy {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem 0;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}
.l-footer-copy a {
  display: inline-block;
  text-decoration: underline;
  color: #fff;
}
.l-footer-copy a:hover {
  text-decoration: none;
}
.l-footer-copy .sitemap {
  width: 15%;
  margin: 0 0 0 4rem;
  box-sizing: border-box;
  text-align: right;
}
.l-footer-copy .sitemap a {
  padding: 0 1.5rem 0 0;
  position: relative;
}
.l-footer-copy .sitemap a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-footer-area {
    min-width: 100%;
  }
  .l-footer-area__inner {
    max-width: 100%;
    padding: 3rem 1.5rem 1rem;
  }
  .footer_operation {
    background: #fff;
    border-radius: 15px;
  }
  .footer_operation .fix-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 2rem 2rem;
  }
  .footer_operation .footer_txtBox {
    width: 100%;
    border-right: none;
    padding-right: 0;
    padding-bottom: 1rem;
  }
  .footer_operation .footer_txtBox .tx01 {
    font-weight: 900;
    text-align: center;
    font-size: 1.6rem;
  }
  .footer_operation .footer_txtBox .txt {
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 1rem;
  }
  .footer_operation .footer_txtBox .btn-link a {
    margin-top: 1rem;
    padding-top: 0;
    margin-bottom: 0;
  }
  .footer_operation .footer_txtBox .btn-link {
    margin-top: 0;
    padding: 0;
  }
  .footer_operation .l-footer-logo {
    width: 100%;
    margin: auto;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .l-footer-logo a {
    display: block;
    width: 160px;
    margin-left: 0;
    margin: auto;
    padding-right: 2rem;
  }
  .l-footer-menu-wrapper {
    margin: 1rem auto 0;
  }
  .l-footer-menu {
    margin-bottom: 0;
  }
  .l-footer-menu__title {
    padding: 1.5rem 0 1.5rem 0;
  }
  .l-footer-menu__title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("img/arrow01.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 19px;
    height: 19px;
    margin-top: -1rem;
  }
  .l-footer-menu__title.open::after {
    background: url("img/arrow13.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
  .l-footer-menu__title__link {
    display: block;
    padding: 0 2.5rem 0 0;
    font-size: 1.5rem;
    pointer-events: none;
  }
  .l-footer-menu__title__link::after {
    display: none;
  }
  .l-footer-menu__list {
    display: none;
    margin-top: 0;
  }
  .l-footer-menu__list__item {
    width: 100%;
    margin-bottom: 0;
    padding: 0 0;
    border-bottom: 1px solid #cdcdcd;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }
  .l-footer-menu__list__link {
    padding: 1.5rem 2.5rem 1.5rem 1.5rem;
    font-size: 1.4rem;
  }
  .l-footer-menu__list__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("img/arrow03.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 19px;
    height: 19px;
  }
  .l-footer-submenu__list {
    margin: 0 0 0 0;
    padding: 0 0;
  }
  .l-footer-submenu__list__item {
    margin: 0 0 0 0;
    border-top: 1px solid #181c1f;
  }
  .l-footer-submenu__list__link {
    padding: 1.5rem 0 1.5rem 3rem;
  }
  .l-footer-submenu__list__link::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 15px;
    background: #181c1f;
    width: 6px;
    height: 1px;
  }
  .l-footer-area .menseki {
    max-width: 100%;
    margin: 3rem auto 0;
    padding: 1.5rem 1.5rem;
    font-size: 1rem;
  }
  .l-footer-area .ucp {
    margin: 1rem auto 0;
  }
  .l-footer-copy {
    display: block;
    max-width: 100%;
    padding: 1rem 1rem;
    font-size: 1.2rem;
    text-align: center;
  }
  .sitemap {
    margin: 2rem 0 0 0;
    text-align: center;
  }
  .sitemap a {
    padding: 0 1.5rem 0 1.5rem;
    font-size: 1.4rem;
    color: #181c1f;
    text-decoration: underline;
    position: relative;
  }
  .sitemap a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-top: 1px solid #181c1f;
    border-right: 1px solid #181c1f;
    margin-top: 1px;
  }
}
/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 60px;
  height: 60px;
  z-index: 11;
}
.l-pagetop__link {
  display: block;
  position: relative;
  width: 82px;
  height: 82px;
  background: url("img/p-top.png") 0 0 no-repeat;
  background-size: 100% auto;
}
.l-pagetop__link::after {}
.l-pagetop span {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-pagetop {
    bottom: 5px;
    right: 8px;
    width: 48px;
    height: 48px;
  }
  .l-pagetop__link {
    width: 48px;
    height: 48px;
    background: url("img/p-top.png") 0 0 no-repeat;
    background-size: 100% auto;
  }
}
/*--------------------------------------
　mv_lower
---------------------------------------*/
.mv_lower {
  width: 100%;
  background: url("img/under-mv.jpg") left bottom no-repeat;
  background-size: cover;
  margin-left: -1px;
  padding: 0 0 8rem;
  border-top: none;
  border-right: none;
  position: relative;
  margin-top: 0;
  padding-top: 160px;
}
.mv_lower_inner {
  max-width: 1100px;
  margin: auto;
}
.mv_lower .h1_wrap {
  position: relative;
  z-index: 0;
}
.mv_lower h1 {
  padding: 4rem 0 4rem 6rem;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.4;
}
.mv_lower h1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: calc(50vw + 550px);
  height: 100%;
  min-width: 1100px;
  box-sizing: border-box;
  border-radius: 30px 0 0 30px;
  z-index: -1;
}
.mv_lower .operation {
  margin: 1.5rem 0 0;
  padding: 0 6rem;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv_lower {
   width: 100%;
        background: url(img/under-mv.jpg) center 0 no-repeat;
        background-size: cover;
        margin-left: 0;
        padding: 0 0 3rem;
        border-top: none;
        border-right: none;
        position: relative;
        margin-top: 0;
        padding-top: 12rem;
  }
  .mv_lower_inner {
    max-width: 90%;
    margin: auto;
  }
  .mv_lower .h1_wrap {
    position: relative;
    z-index: 0;
  }
  .mv_lower h1 {
    padding: 2rem 0 2rem 2rem;
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 1.4;
  }
  .mv_lower h1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: calc(50vw + 550px);
    height: 100%;
    min-width: 100%;
    box-sizing: border-box;
    border-radius: 15px 0 0 15px;
    z-index: -1;
  }
  .mv_lower .operation {
    margin: 1.2rem 0 0;
    font-size: 1.2rem;
	      padding: 0 ;
    color: #fff;
  }
}
/*--------------------------------------
　Main Contents
---------------------------------------*/
.wrap {
  overflow: hidden;
}

.contents_wrap {
  width: 100%;
  min-width: 1000px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.contents {
  width: 1000px;
  min-width: 1000px;
  margin: auto;
  padding: 6rem 0 10rem;
  position: relative;
  z-index: 0;
}
#category, #page {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contents_wrap {
    min-width: 100%;
  }
  .contents {
    width: 100%;
    min-width: 100%;
    padding: 2rem 1.5rem 3rem;
  }
  #category, #page {
    float: inherit;
    width: 100%;
  }
  #side {
    display: none;
  }
}
/*--------------------------------------
　Title
---------------------------------------*/
h2, h3, h4, h5, h6, .cc {
  font-weight: 900;
  line-height: 1.5;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
  display: block;
  font-weight: 900;
}
h2 span, h3 span, h4 span, h5 span, h6 span, .cc span {
  font-weight: 900;
}
h2 br, h3 br, h4 br, h5 br, h6 br, .cc br {
  line-height: 0;
}
*:not(br) {
  line-height: 1.5;
}
.contents h1 {
  margin: 0 0 5rem;
  color: #003384;
  font-size: 4.4rem;
  font-weight: 900;
  line-height: 1.4;
}
.contents h2 {
  background: #0986d9 url(img/h2-bg.png) 0 0 no-repeat;
  background-size: cover;
  margin: 7rem 0 2rem;
  padding: 2rem 3rem 2.5rem 4rem;
  color: #fff;
  font-size: 3.6rem;
  position: relative;
  border-radius: 0 15px 15px 0;
}
.contents h2 a {
  padding: 0 0 0 0;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
}
.contents h2::before {
  content: "";
  position: absolute;
  background: #146dc7;
  width: 12px;
  height: 100%;
  left: 0;
  top: 0;
}
.contents h2 a::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  width: calc(100% + 7rem);
  height: calc(100% + 4rem);
}
.contents h2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  right: -1rem;
  background: url("img/arrow03.png") right 0 no-repeat;
  background-size: 100% auto;
  width: 36px;
  height: 36px;
}
.contents h3 {
  margin: 6rem 0 2rem;
  padding: 0 0 1.5rem 8rem;
  font-size: 2.8rem;
  color: #146dc7;
  position: relative;
  border-bottom: 1px solid #0986d9;
}
.contents h3::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3rem;
  left: 0;
  background: url("img/h3-img.png") right 0 no-repeat;
  background-size: 100% auto;
  width: 68px;
  height: 40px;
}
.contents h3 a {
  padding: 0 3rem 0 0;
  position: relative;
  color: #146dc7;
}
.contents h3 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1.5rem);
}
.contents h3 a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.2rem;
  right: 1rem;
  background: url("img/arrow03.png") right 0 no-repeat;
  background-size: 100% auto;
  width: 27px;
  height: 27px;
}
.contents h4 {
  color: #0986d9;
  margin: 4rem 0 2rem 1.4rem;
  font-size: 2.2rem;
  position: relative;
}
.contents h4::before {
  content: "";
  position: absolute;
  background: #fd8a45;
  width: 4px;
  height: 21px;
  left: -1.4rem;
  top: 0.7rem;
}
.contents h4 a {
  padding: 0 2.5rem 0 0;
  position: relative;
  color: #0082d9;
  display: inline-block;
}
.contents h4 a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  right: 0;
  background: url("img/arrow03.png") right 0 no-repeat;
  background-size: 100% auto;
  width: 23px;
  height: 23px;
}
.contents h5 {
  margin: 3rem 0 1rem;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.6rem;
  border-bottom: solid 1px #198edc;
}
.contents h5 a {
  padding: 0 3rem 0 0;
  position: relative;
}
.contents h5 a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  background: url("img/arrow03.png") right 0 no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .contents h1 {
    margin: 0 0 3rem;
    font-size: 2.5rem;
  }
  .contents h2 {
    margin: 5rem 0 2rem;
    padding: 1.5rem 2rem;
    font-size: 2.2rem;
  }
  .contents h2 a {
    padding: 0 1.5rem 0 0;
    position: relative;
  }
  .contents h2::before {
    content: "";
    position: absolute;
    background: #003384;
    width: 7px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .contents h2 a::before {
    top: -15px;
    left: -20px;
    width: calc(100% + 4rem);
    height: calc(100% + 3rem);
  }
  .contents h2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.1rem;
    right: -1rem;
    background: url("img/arrow03.png") right 0 no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
  }
  .contents h3 {
    margin: 4rem 0 2rem;
    padding: 0 0 1.5rem 6rem;
    font-size: 1.8rem;
  }
  .contents h3::after {
            content: "";
        position: absolute;
        top: 50%;
        margin-top: -2.5rem;
        left: 0;
        background: url(img/h3-img.png) right 0 no-repeat;
        background-size: 100% auto;
        width: 52px;
        height: 33px;
  }
  .contents h3 a {
    padding: 0 3rem 0 0;
  }
  .contents h3 a::before {
    height: calc(100% + 1rem);
  }
  .contents h3 a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    right: 1rem;
    background: url("img/arrow03.png") right 0 no-repeat;
    background-size: 100% auto;
    width: 21px;
    height: 21px;
  }
  .contents h4 {
    margin: 3rem 0 2rem 1rem;
    font-size: 1.6rem;
  }
  .contents h4::before {
    content: "";
    position: absolute;
    background: #fd8a45;
    width: 3px;
    height: 15px;
    left: -1rem;
    top: 0.6rem;
  }
  .contents h4 a {
    padding: 0 2.5rem 0 0;
  }
  .contents h4 a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.6rem;
    right: 0;
    background: url("img/arrow03.png") right 0 no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 18px;
  }
  .contents h5 {
    margin: 1rem 0 2rem;
    font-size: 1.5rem;
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
    border-bottom: solid 1px #198edc;
  }
  .contents h5 a {
    padding: 0 2rem 0 0;
    position: relative;
  }
  .contents h5 a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    background: url("img/arrow03.png") right 0 no-repeat;
    background-size: 100% auto;
    width: 17px;
    height: 17px;
    right: 0;
  }
}
/*--------------------------------------
　テキスト
---------------------------------------*/
.contents p {
  margin: 2rem 0 2rem;
  font-size: 1.6rem;
  line-height: 2;
}
.contents p a {
  text-decoration: underline;
}
.contents p a:hover {
  text-decoration: none;
}
.txt_bold {
  color: #e36f28;
  font-weight: 900;
	    font-size: 1.7rem;
}
.marker {
  background: linear-gradient(transparent 80%, #ffddc8 0%);
  font-weight: 900;
	    font-size: 1.7rem;
}
.caption {
  margin: 1rem 0 0 0;
  padding: 0 0 0.5rem 0;
  font-size: 1rem;
  color: #888;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.caption::-webkit-scrollbar {
  height: 2px;
}
.caption::-webkit-scrollbar-track {
  background: #efefef;
  margin: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.caption::-webkit-scrollbar-thumb {
  background: #cacaca;
  border-radius: 0;
  box-shadow: none;
}
.caption a {
  color: #888;
  text-decoration: underline;
}
@-moz-document url-prefix() {
  .caption {
    scrollbar-color: #cacaca #efefef;
    scrollbar-width: thin;
  }
}
@media screen and (max-width: 768px) {
  .contents p {
    margin: 2rem 0 2rem;
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .caption {
    margin: 1rem 0 0 0;
    font-size: 1rem;
  }
	.marker {
    font-size: 1.6rem;
}
	.txt_bold {
  font-size: 1.6rem;
}
}
/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
.contents ul {
  margin: 4rem 0 4rem;
}
.contents ul li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
}
.contents ul li:last-child {
  margin: 0 0 0 0;
}
.contents ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background: #fd8a45;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-radius: 50%;
}
.contents ul li a {
  display: inline-block;
  text-decoration: underline;
}
.contents ul li a:hover {
  text-decoration: none;
}
/*----- olリスト -----*/
.contents ol {
  margin: 4rem 0 4rem;
  list-style-type: none;
  counter-reset: count;
}
.contents ol li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 2.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
}
.contents ol li:last-child {
  margin: 0 0 0 0;
}
.contents ol li::before {
  content: counter(count);
  position: absolute;
  top: 7px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003283;
  width: 17px;
  height: 17px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.contents ol a {
  display: inline-block;
  text-decoration: underline;
}
.contents ol li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  /*----- ulリスト -----*/
  .contents ul {
    margin: 2rem 0 2rem;
  }
  .contents ul li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .contents ul li::before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
  /*----- olリスト -----*/
  .contents ol {
    margin: 2rem 0 2rem;
  }
  .contents ol li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .contents ol li::before {
    content: counter(count);
    position: absolute;
    top: 4px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #003283;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
}
/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a, .btn-internal a {
  display: block;
  max-width: 450px;
  margin: 5rem auto 5rem;
  padding: 2.5rem 6rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border: 2px solid #fff;
  border-radius: 100px;
  text-decoration: none !important;
  position: relative;
}
.btn-internal a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 31px;
  height: 31px;
  margin-top: -1.5rem;
  background: url("img/arrow05.png") center bottom no-repeat;
  background-size: 100% auto;
}
.btn-web a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 27px;
  height: 22px;
  margin-top: -1.1rem;
  background: url("img/arrow02.png") center bottom no-repeat;
  background-size: 100% auto;
}
/*----- btn-web（外部リンク） -----*/
.btn-web a {
  background:#ff8237;
  transition: transform 0.2s, background-color 0.2s;
}
.btn-web a:hover {
  opacity: 1;
  transform: scale(1.05); /* マウスオンで拡大 */
}
/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
  background: #146dc7;
  transition: transform 0.2s, background-color 0.2s;
}
.btn-internal a:hover {
  opacity: 1;
  transform: scale(1.05); /* マウスオンで拡大 */
}

.link-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 4rem 0 0;
  gap: 3rem;
}
.link-box > div {
  width: 450px;
  margin: 0 1rem 0;
}
.link-box > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 0 0;
}

/*----- btn-link（テキストリンク） -----*/
.btn-link {
  text-align: right;
}
.btn-link a {
  display: inline-block;
  margin: 4rem 0 4rem;
  padding: 0 2.6rem 0 0;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 900;
  text-decoration: underline;
  position: relative;
}
.btn-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background: url("img/arrow03.png") 0 0 no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  margin-top: -1rem;
}
.btn-link a:hover {
  text-decoration: none;
}
/*----- btn-tel（電話ボタン） -----*/
.btn-tel a {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn-internal a, .btn-web a {
    display: block;
    max-width: 94%;
    margin: 2rem auto 1rem;
    padding: 1.8rem 5rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    border-radius: 100px;
    position: relative;
  }
  .btn-internal a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 23px;
    height: 23px;
    margin-top: -1.1rem;
    background: url("img/arrow05.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  .btn-web a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 22px;
    height: 18px;
    margin-top: -1.1rem;
    background: url("img/arrow02.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  /*----- btn-web（外部リンク） -----*/
  .btn-web a {}
  /*----- btn-internal（内部リンク） -----*/
  .btn-internal a {}
  /*----- btn-link（テキストリンク） -----*/
  .btn-link a {
    display: inline-block;
    margin: 1rem 0 2rem;
    padding: 0 2rem 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 900;
    text-decoration: underline;
    position: relative;
  }
  .btn-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("img/arrow03.png") 0 0 no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    margin-top: -0.8rem;
  }
  /*----- btn-tel（電話ボタン） -----*/
  .btn-tel a {
    display: block;
    background: #009d04;
    max-width: 94%;
    margin: 3rem auto 3rem;
    padding: 1.8rem 5rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    border-radius: 100px;
    text-decoration: none !important;
    position: relative;
  }
  .btn-tel a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(0, -50%);
    background: url("img/icon-tel.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 26px;
  }
  /*----- btn-internal（内部リンク） -----*/
  .btn-tel a {
    transition: transform 0.2s, background-color 0.2s;
  }
  .btn-tel a:hover {
    transform: scale(1.05); /* マウスオンで拡大 */
  }
  
  .link-box {
    display: block;
    margin: 3rem 0 0;
  }
  .link-box > div {
    width: 94%;
    margin: 0 auto 2rem;
  }
  .link-box > div:last-child {
    margin: 0 auto 0;
  }
  .link-box > div a {
    display: block;
    max-width: 100%;
  }
}

/*--------------------------------------
　Table
---------------------------------------*/
table {
  background: #fff;
  width: 100%;
  margin: 8rem 0 8rem;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: #e3ebef solid 2px;
}
table th {
  background: #f2f4f5;
  padding: 2rem 2rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  word-break: break-all;
  border-left: #e3ebef solid 2px;
  border-bottom: #e3ebef solid 2px;
}
table th a {
  text-decoration: underline;
}
table th a:hover {
  text-decoration: none;
}
table td {
  padding: 2rem 2rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  word-break: break-all;
  border-left: #e3ebef solid 2px;
  border-bottom: #e3ebef solid 2px;
}
table td a {
  text-decoration: underline;
}
table td a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  table {
    margin: 5rem 0 5rem;
  }
  table th {
    display: block;
    padding: 1.5rem 1.5rem;
    font-size: 1.4rem;
    border-left: none;
    border-bottom: 1px solid #a8b5bb;
  }
  table td {
    display: block;
    padding: 1.5rem 1.5rem;
    font-size: 1.4rem;
    border-left: none;
    border-bottom: 1px solid #a8b5bb;
  }
  table tbody tr:last-child td:last-child {
    border-bottom: none;
  }
  .table_parts02 table {
    display: table;
  }
  .table_parts02 table th {
    display: table-cell;
    border-left: 1px solid #a8b5bb;
  }
  .table_parts02 table td {
    display: table-cell;
    border-left: 1px solid #a8b5bb;
  }
  .table_scroll {
    padding: 0 0 15px 0;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .table_scroll::-webkit-scrollbar {
    height: 2px;
  }
  .table_scroll::-webkit-scrollbar-track {
    background: #efefef;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .table_scroll::-webkit-scrollbar-thumb {
    background: #cacaca;
    border-radius: 0;
    box-shadow: none;
  }
  .table_scroll table {
    display: table;
    min-width: 768px;
    margin: 0 0 0;
  }
  .table_scroll table th {
    display: table-cell;
    border-left: 1px solid #a8b5bb;
  }
  .table_scroll table td {
    display: table-cell;
    border-left: 1px solid #a8b5bb;
  }
}
/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.float-wrap {
  margin: 6rem 0;
  box-sizing: border-box;
}
.float-img {
  position: relative;
}
.float-img .flame img {
  display: block;
  width: auto;
  margin: auto;
  vertical-align: top;
}
.float-img.fl {
  float: left;
  width: 360px;
  margin-right: 5rem;
}
.float-img.fr {
  float: right;
  width: 360px;
  margin-left: 5rem;
}
.float-img .caption {
  margin: 1rem 0 0 0;
  font-size: 1rem;
  color: #888;
  text-align: center;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
}
.float-wrap .catch {
  margin: 2rem 0 2rem 0;
  color: #146dc7;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.float-wrap.ct .catch {
  text-align: center;
}
.float-wrap p {
  margin: 2rem 0 2rem;
  font-size: 1.6rem;
}
/*----- リストが入る場合 -----*/
/*.float-txt ul {
	width: calc(100% - 400px);
	box-sizing: border-box;
}
.float-txt.right ul {
	margin: 0 0 0 auto;
	padding-left: 4rem;
}
.float-txt.left ul {
	margin: 0 0 0 0;
	padding-right: 4rem;
}*/
@media screen and (max-width: 768px) {
  .float-wrap {
    margin: 5rem 0 5rem;
  }
  .float-img.fl {
    float: inherit;
    width: 100%;
    margin-right: 0;
  }
  .float-img.fr {
    float: inherit;
    width: 100%;
    margin-left: 0;
  }
  .float-img .caption {
    margin: 1rem 0 1.5rem 0;
  }
  .float-wrap .catch {
    margin: 1.5rem 0 1.5rem;
    font-size: 1.8rem;
  }
  .float-wrap.ct .catch {
    text-align: left;
  }
  .float-wrap p {
    margin: 1.5rem 0 1.5rem;
  }
  /*----- リストが入る場合 -----*/
  /*.float-txt ul {
		width: 100%;
	}
	.float-txt.right ul {
		margin: 0 0 0 0;
		padding-left: 0;
	}
	.float-txt.left ul {
		margin: 0 0 0 0;
		padding-right: 0;
	}*/
}
/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
  background: #fff;
  max-width: 800px;
  margin: 6rem auto 10rem;
  padding: 4rem 7rem 5rem;
  border: #e3ebef solid 2px;
  border-radius: 30px;
  position: relative;
}
.toc_parts .ttl {
  padding: 0 0 0 0;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.5rem;
}
.toc_parts .ttl::before {
  content: "";
  position: absolute;
  background: #146dc7;
  width: 4px;
  height: 20px;
  top: 0.8rem;
  left: 0;
}
#toc {
  margin: 2rem 0 0 0;
}
#toc ul.chapter {
  margin: 0 0 0;
}
#toc ul.chapter li {
  margin: 0 0 2rem 0;
  padding: 0 0 0 4.5rem;
  font-size: 1.8rem;
  overflow-wrap: break-word;
  position: relative;
  counter-increment: toccount;
}
#toc ul.chapter li:last-child {
  margin: 0 0 0 0;
}
#toc ul.chapter li::before {
  content: counter(toccount, decimal-leading-zero);
  position: absolute;
  top: -10px;
  left: 0;
  background: none;
  width: inherit;
  height: inherit;
  border-radius: 0;
  color: #d1dde3;
  font-size: 2.4rem;
  font-weight: bold;
}
#toc ul.chapter li a {
  display: block;
  font-weight: 900;
  text-decoration: none;
}
#toc .chapter .chapter li a {
  font-weight: 400;
}
#toc .chapter .chapter {
  margin: 0 0 2rem 3.5rem;
}
#toc .chapter .chapter li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.5rem;
  font-size: 1.5rem;
  position: relative;
  counter-increment: none;
}
#toc .chapter .chapter li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0082d9;
  border-right: solid 1px #0082d9;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#toc ul.chapter li br {
  display: none;
}
/*グラデーションアコーディオン*/
.toc_parts .acc_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  background: #fff;
  max-width: 240px;
  margin: auto;
  padding: 1.3rem 5rem;
  box-sizing: border-box;
  border: 1px solid #003384;
  font-size: 1.6rem;
  color: #003384;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  border-radius: 100px;
  transition: all 0.4s;
  z-index: 2;
}
.toc_parts .acc_btn::before, .toc_parts .acc_btn::after {
  content: "";
  position: absolute;
  background: url("img/arrow04.png") 0 0 no-repeat;
  background-size: 100% auto;
  right: 1rem;
  margin: auto;
  top: 50%;
  display: block;
  margin-top: -1.2rem;
  width: 24px;
  height: 24px;
}
.toc_parts .acc_btn.is-show::before {
  display: none;
}
.toc_parts .acc_btn.is-show::after {
  content: "";
  position: absolute;
  background: url("img/arrow14.png") 0 0 no-repeat;
  background-size: 100% auto;
  right: 1rem;
  margin: auto;
  top: 50%;
  display: block;
  margin-top: -1.2rem;
  width: 24px;
  height: 24px;
}
.toc_parts .acc_btn span {
  font-weight: bold;
}
.toc_parts .acc_btn span:before {
  content: "目次を開く";
}
.toc_parts .acc_btn.is-show span:before {
  content: "閉じる";
}
.toc_parts .acc_box {
  overflow: hidden;
  position: relative;
}
.toc_parts .acc_box.is-hide {
  height: 200px;
}
.toc_parts .acc_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 50%, #fff 100%);
  width: 100%;
  height: 50px;
  transition: all 0.4s;
  z-index: 1;
}
.toc_parts .acc_btn.is-show + .acc_box::before {
  background: none;
  height: auto;
}
.toc_parts .toc_parts_inner {
  padding: 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .toc_parts {
    max-width: 100%;
    margin: 4rem auto 8rem;
    padding: 2rem 2rem 3rem;
    border: 1px solid #003384;
    border-radius: 15px;
  }
  .toc_parts .ttl {
    padding: 0 0 1rem 1rem;
    font-size: 1.8rem;
  }
  .toc_parts .ttl::before {
    content: "";
    position: absolute;
    background: #198fdc;
    width: 3px;
    height: 16px;
    top: 0.7rem;
    left: 0;
  }
  #toc {
    margin: 1rem 0 0 0;
  }
  #toc ul.chapter li {
    margin: 0 0 1.5rem;
    padding: 0 0 0 3rem;
    font-size: 1.4rem;
  }
  #toc ul.chapter li::before {
    top: -1px;
    font-size: 1.6rem;
  }
  #toc .chapter .chapter {
    margin: 0 0 1.5rem 3rem;
  }
  #toc .chapter .chapter li {
    font-size: 1.4rem;
  }
  #toc .chapter .chapter li::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
}
/*--------------------------------------
　related-article01-frame
---------------------------------------*/
.related-article01-frame {
  max-width: 880px;
  margin: 10rem auto 10rem;
  border: 2px solid #e3ebef;
  border-radius: 20px;
  padding-bottom: 4rem;
}
.related-article01-title {
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding: 3rem 8rem 0rem;
}
.related-article01-title span {
  font-weight: bold;
  position: relative;
}
.related-article01-title span::before {
  content: "";
  position: absolute;
  background: #146dc7;
  width: 4px;
  height: 20px;
  left: -15px;
  top: 8px;
}
.related-article01-frame p.catch-01 {
  margin: 0 0 0;
  font-weight: 900;
}
ul.related-article01-list {
  margin: 1rem 0 0;
  padding: 0 8rem 0;
}
ul.related-article01-list li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2.6rem;
  font-size: 1.8rem;
  position: relative;
}
ul.related-article01-list li:last-child {
  margin: 0 0 0 0;
}
ul.related-article01-list li::before {
  content: "";
  display: block;
  position: absolute;
  background: url("img/arrow03.png") 0 0 no-repeat;
  background-size: 100% auto;
  top: 50%;
  margin-top: -9px;
  left: 0;
  width: 20px;
  height: 20px;
}
ul.related-article01-list li a {
  font-weight: bold;
  text-decoration: none;
}
.related-article01-more {
  display: none;
}
@media screen and (max-width: 768px) {
  .related-article01-frame {
    max-width: 100%;
    margin: 6rem auto 6rem;
    border: 1px solid #003384;
    border-radius: 10px;
  }
  .related-article01-title {
    font-size: 1.8rem;
    padding: 2rem 0 0rem 3rem;
  }
  .related-article01-title span::before {
    content: "";
    position: absolute;
    background: #198fdc;
    width: 3px;
    height: 17px;
    left: -10px;
    top: 6px;
  }
  ul.related-article01-list {
    margin: 2rem 0 0;
    padding: 0 2rem 0;
  }
  ul.related-article01-list li {
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 2.5rem;
    font-size: 1.5rem;
  }
  ul.related-article01-list li::before {
    top: 10px;
  }
  ul.related-article01-list li::before {
    content: "";
    display: block;
    position: absolute;
    background: url("img/arrow03.png") 0 0 no-repeat;
    background-size: 100% auto;
    top: 50%;
    margin-top: -9px;
    left: 0;
    width: 18px;
    height: 18px;
  }
}
/*--------------------------------------
　fixed_bnr
---------------------------------------*/
@media screen and (max-width: 768px) {
  .fixed_bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 70px);
    z-index: 999;
  }
  .fixed_bnr a {
    background:#ff8237;
    width: 100%;
    position: relative;
    display: block;
    border-radius: 0 15px 0 0;
  }
  .fixed_bnr a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 22px;
    height: 18px;
    margin-top: -0.5rem;
    background: url("img/arrow02.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  .fixed_bnr a::before {
content: "";
        position: absolute;
        background: url(img/l-icon01.png) 0 0 no-repeat;
        background-size: 100% auto;
        margin: auto;
        left: 1px;
        bottom: -6px;
        display: block;
        width: 55px;
        height: 52px;
  }
  .fixed_bnr a span {
    position: relative;
    padding: 1rem 4rem 1rem 0;
    font-weight: 400;
    color: #fff;
    font-size: 3.7vw;
    display: inline-block;
    padding-left: 5rem;
    z-index: 1;
  }
  .fixed_bnr a span::before {
    content: "";
    position: absolute;
    background: url("img/fixed_bnr02.png") 0 0 no-repeat;
    background-size: 100% auto;
    margin: auto;
    right:20px;
    bottom: 0;
    display: block;
    width: 75px;
    z-index: -1;
    height: 30px;
  }
  .fixed_bnr_inner.stop {
    opacity: 0;
  }
  .fixed_bnr_inner.stop a {
    pointer-events: none;
  }
}
/*--------------------------------------
fixed_bnr_low
---------------------------------------*/
.fixed_bnr_low {
  position: fixed;
  top: 0;
  right: 110px;
  z-index: 1;
}
.fixed_bnr_low a {
  background: #ff8237;
  position: relative;
  display: block;
border: 2px solid #fff;
    border-top: none;
    height: 70px;
  border-radius: 0 0 30px 30px;
}
.fixed_bnr_low a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 27px;
  height: 23px;
  background: url("img/arrow02.png") center bottom no-repeat;
  background-size: 100% auto;
  margin-top: -9px;
}
.fixed_bnr_low a span {
  position: relative;
  font-weight: 400;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 1.1rem 0;
  padding: 1.2rem 5rem 1rem 3rem;
  z-index: 1;
}
.fixed_bnr_low a span::before {
  content: "";
  position: absolute;
  background: url("img/fixed_bnr02.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin: auto;
left: 2px;
    bottom: -4px;
  display: block;
  width: 87px;
  z-index: -1;
  height: 34px;
}
/*--------------------------------------
　summary_parts
---------------------------------------*/
.summary_parts {
  margin: 14rem 0 7rem;
  position: relative;
}

.summary_parts .btn-internal a{
 margin: 4rem auto 2rem;
}
.summary_parts .eng-t {
  position: absolute;
  top: -9.6rem;
  left: 2rem;
  opacity: 0.8;
  z-index: 1;
}
.summary_parts .eng-t span {
  font-size: 10rem;
  background: #42B1EB;
  display: inline-block;
  background: linear-gradient(to right, #63caff 0%, #EDFF99 50%, #ffa46d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}

.summary_parts .sum-ttl {
  padding: 3rem 7rem;
  font-weight: 900;
  color:#146dc7;
  font-size: 2.6rem;
  position: relative;
  z-index: 0;
}
.summary_parts .sum-ttl::after {
      content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #e0e9ed;
    width: 100vw;
    height: 100%;
    border-radius: 20px 0 0 0;
    z-index: -1;
}

.summary_parts .txtBox {
  padding: 3rem 7rem;
  position: relative;
  z-index: 0;
}
.summary_parts .txtBox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f4f5;
  width: 100vw;
  height: 100%;
  border: none;
  border-top: none;
  z-index: -1;
  border-radius: 0 0 0 20px;
}

.summary_parts .image {
  position: absolute;
  right: 0;
  top: -6rem;
  width: 225px;
}
.summary_parts .image img {
  border-radius: 50%;
}

.summary_parts .txt {
  width: calc(100% - 250px);
  margin: 0 0 0;
}

.summary_parts .btn-web a {
  max-width: 380px;
  margin: 5rem auto 3rem;
}

@media screen and (max-width: 768px) {
  .summary_parts {
    margin: 8rem 0 4rem;
  }

  .summary_parts .eng-t {
    top: -4.6rem;
  }
  .summary_parts .eng-t span {
    font-size: 5rem;
  }

  .summary_parts .sum-ttl {
    padding: 2rem 0 1.5rem 2.5rem;
    font-size: 1.8rem;
  }
  .summary_parts .sum-ttl::after {
    border-radius: 10px 0 0 0;
  }

  .summary_parts .txtBox {
    padding: 2rem 0 2rem 2rem;
  }
  .summary_parts .txtBox::after {
  }

  .summary_parts .image {
    position: relative;
    right: inherit;
    top: inherit;
    width: 50%;
    margin: auto;
  }

  .summary_parts .txt {
    width: 100%;
    margin: 2rem 0 0;
  }

  .summary_parts .btn-web a {
    max-width: 90%;
  }
}/*--------------------------------------
　schedule_parts
---------------------------------------*/
.schedule_parts {
  margin: 5rem 0;
  position: relative;
}
.schedule_parts .sch-ttl {
  font-weight: 900;
  font-size: 3rem;
  padding-left: 2rem;
}
.schedule_parts .eng-t {
  position: absolute;
  top: 3.4rem;
  right: 0;
  opacity: 0.3;
}
.schedule_parts .eng-t span {
  font-size: 10rem;
  background: #42B1EB;
  display: inline-block;
  background: linear-gradient(to right, #63caff 0%, #EDFF99 50%, #ffa46d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.schedule_parts .schedule_parts_block {
  background: #f2f4f5;
  border-radius: 20px;
  margin-top: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.schedule_parts .schedule_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 3rem;
  position: relative;
}
.schedule_parts .schedule_item:last-child {
  padding: 0 0 0;
}
.schedule_parts .schedule_item::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 61px;
  background: url("img/line01.png") 0 0 repeat;
  background-size: 100% auto;
  width: 1px;
  height: 100%;
  box-sizing: border-box;
}
.schedule_parts .schedule_item:last-child:before {
  display: none;
}
.schedule_parts .schedule_parts_block .time {
  color: #fff;
  font-weight: 900;
  font-size: 1.8rem;
  background: #0986d9;
  border-radius: 0 110px 110px 0;
  width: 180px;
  padding: 8px 0 8px 20px;
  padding-left: 80px;
  display: inline-block;
  z-index: 1;
}
.schedule_parts .schedule_parts_block .time::before {
  content: "";
  position: absolute;
  background: #ddf6ff;
  width: 15px;
  height: 15px;
  border-radius: 110px;
  display: inline-block;
  left: 55px;
  top: 15px;
}
.schedule_parts .txtBox {
  width: 770px;
  padding-right: 6rem;
}
.schedule_parts .schedule_ttl {
  font-weight: 900;
  font-size: 2.2rem;
}
.schedule_parts .schedule_ttl span{
  font-size: 2.2rem;
}
.schedule_parts .txt {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .schedule_parts {
    margin: 5rem 0 5rem;
    position: relative;
  }
  .schedule_parts .sch-ttl {
    font-weight: 900;
    font-size: 2rem;
    position: relative;
    z-index: 1;
  }
  .schedule_parts .eng-t {
          position: absolute;
        top: -4.1rem;
        right: 0;
        left: 0;
  }
  .schedule_parts .eng-t span {
    font-size: 5rem;
  }
  .schedule_parts .schedule_parts_block {
    background: #ecf3f7;
    border-radius: 10px;
    margin-top: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .schedule_parts .schedule_item {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 1rem;
    position: relative;
  }
  .schedule_parts .schedule_item:last-child {
    padding: 0 0 0;
  }
  .schedule_parts .schedule_item::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 20px;
    background: url("img/line01.png") 0 0 repeat;
    background-size: 100% auto;
    width: 1px;
    height: 100%;
    box-sizing: border-box;
  }
  .schedule_parts .schedule_item:last-child:before {
    display: none;
  }
  .schedule_parts .schedule_parts_block .time {
    color: #fff;
    font-weight: 900;
    font-size: 1.6rem;
    background: #198fdc;
    border-radius: 0 110px 110px 0;
    width: 120px;
    padding: 5px 0 5px 20px;
    padding-left: 35px;
    display: inline-block;
    z-index: 1;
  }
  .schedule_parts .schedule_parts_block .time::before {
    content: "";
    position: absolute;
    background: #ddf6ff;
    width: 12px;
    height: 12px;
    border-radius: 110px;
    display: inline-block;
    left: 15px;
    top: 12px;
  }
  .schedule_parts .txtBox {
    width: 100%;
    margin-left: 12%;
  }
  .schedule_parts .schedule_ttl {
    font-weight: 900;
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
	  .schedule_parts .schedule_ttl span{
    font-size: 1.6rem;
  }
  .schedule_parts .txt {
    margin-top: 1rem;
  }
}
/*--------------------------------------
　qa_parts
---------------------------------------*/
.qa_parts {
  margin: 6rem 0;
}
.qa_parts .qa_item {
  margin: 0 0 6rem;
}
.qa_parts .qa_item:last-child {
  margin: 0 0 0;
}
.qa_parts .q_ttl {
  padding: 0 0 0 9rem;
  font-size: 2.6rem;
  position: relative;
}
.qa_parts .q_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #0986d9;
  width: 70px;
  height: 2px;
  box-sizing: border-box;
}
.qa_parts .item_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2rem 0 0;
  padding: 0 0 0 9rem;
}
.qa_parts .txtBox {
  width: 50%;
  flex-grow: 1;
}
.qa_parts .a_ttl {
  font-size: 2.2rem;
  color: #146dc7;
  position: relative;
}
.qa_parts .a_ttl::before {
  content: "A.";
  position: absolute;
  font-family: 'Montserrat';
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #fd8a45;
  left: -5rem;
  top: -1rem;
  font-size: 3.5rem;
}
.qa_parts .txt {
  margin: 1.8rem 0 0;
}
.qa_parts .imgBox {
  width: 360px;
  flex-grow: 1;
}
.qa_parts .imgBox.right {
  margin: 0 0 0 8rem;
}
.qa_parts .imgBox.left {
  margin: 0 8rem 0 0;
}
@media screen and (max-width: 768px) {
  .qa_parts {
    margin: 4rem 0 6rem;
  }
  .qa_parts .qa_item {
    margin: 0 0 4rem;
  }
  .qa_parts .q_ttl {
    padding: 0 0 0 4rem;
    font-size: 1.8rem;
  }
  .qa_parts .q_ttl::before {
    width: 30px;
    height: 1px;
  }
  .qa_parts .item_inner {
    margin: 1.5rem 0 0;
    padding: 0 0 0 0;
  }
  .qa_parts .txtBox {
    width: 100%;
    order: 2;
  }
  .qa_parts .a_ttl {
    font-size: 1.6rem;
    margin-left: 2rem;
    padding-left: 2rem;
  }
  .qa_parts .a_ttl::before {
    content: "A.";
    position: absolute;
    font-family: 'Montserrat';
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    left: -1.8rem;
    top: -0.7rem;
    font-size: 2.6rem;
  }
  .qa_parts .txt {
    margin: 1.5rem 0 0;
  }
  .qa_parts .imgBox {
    width: 100%;
    order: 1;
  }
  .qa_parts .imgBox.right {
    margin: 0 0 2rem;
  }
  .qa_parts .imgBox.left {
    margin: 0 0 2rem;
  }
}
/*--------------------------------------
　shipbuilder_parts
---------------------------------------*/
.shipbuilder_parts {
  background: #f2f4f5;
  border-radius: 0 20px 20px 0;
  margin:12rem 0 10rem;
  position: relative;
  padding: 4rem 5rem 8rem;
}
.shipbuilder_parts ::after {
  content: "";
  position: absolute;
  top: 8rem;
  bottom: 2rem;
  right: 100%; /* コンテンツの左端からスタート */
  width: 9999px; /* 右方向に画面いっぱい（十分に大きければOK） */
  background: #f2f4f5; /* 右側に広げたい背景色 */
  z-index: -1;
}
.shipbuilder_parts .image {
  position: absolute;
  width: 410px;
  top: -8rem;
  left: 0;
}
.shipbuilder_parts .image img {
  border-radius: 20px;
}
.shipbuilder_parts .shi-ttl-box {
  width: 44%;
  margin-left: 46%;
}
.shipbuilder_parts .shi-ttl-box .name-t {
  color: #146dc7;
  font-size: 2.4rem;
  font-weight: 900;
}
.shipbuilder_parts .shi-ttl-box .name-t .name {
  font-weight: 900;
  color: #181c1f;
  padding-left: 2rem;
}
.shipbuilder_parts .shi-ttl-box .name-t .f-size {
  font-size: 1.6rem;
}
.shipbuilder_parts .tag01 {
  padding-right: 3rem;
  margin-top: 1.5rem;
}
.shipbuilder_parts .tag01 {
  margin-top: 1.5rem;
}
.shipbuilder_parts .tag01 .fix-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.shipbuilder_parts .tag01 .tg {
  background: #fff;
  font-weight: 900;
  margin-right: 1rem;
  border-radius: 100px;
  padding: 0.5rem 2rem;
  margin-bottom: 0.8rem
}
.shipbuilder_parts .s-ttl {
  margin-top: 10.5rem;
  color: #0986d9;
  font-weight: 900;
  font-size: 2.4rem;
}
.shipbuilder_parts .eng-t {
  position: absolute;
  bottom: -2rem;
  right: 2rem;
}
.shipbuilder_parts .eng-t span {
  font-size: 10rem;
  background: #42B1EB;
  display: inline-block;
  background: linear-gradient(to right, #63caff 0%, #EDFF99 50%, #ffa46d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
	    opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .shipbuilder_parts {
    background: #edf3f6;
    border-radius: 10px;
    margin: 6rem 0 4rem;
    position: relative;
    padding: 4rem 2rem 2rem;
  }
  .shipbuilder_parts ::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 2rem;
    right: 100%; /* コンテンツの左端からスタート */
    width: 9999px; /* 右方向に画面いっぱい（十分に大きければOK） */
    background: #edf3f6; /* 右側に広げたい背景色 */
    z-index: -1;
    display: none;
  }
  .shipbuilder_parts .image {
    position: relative;
    width: 105%;
    top: 0;
    margin-top: 1rem;
    left: -2rem;
  }
  .shipbuilder_parts .image img {
    border-radius: 0 10px 10px 0;
  }
  .shipbuilder_parts .shi-ttl-box {
    width: 100%;
    margin-left: 0;
  }
  .shipbuilder_parts .shi-ttl-box .name-t {
    color: #003384;
    font-size: 1.8rem;
    font-weight: 900;
  }
  .shipbuilder_parts .shi-ttl-box .name-t .name {
    font-weight: 900;
    color: #181c1f;
    padding-left: 1rem;
  }
  .shipbuilder_parts .shi-ttl-box .name-t .f-size {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .shipbuilder_parts .tag01 {
    padding-right: 0;
    margin-top: 1.5rem;
  }
  .shipbuilder_parts .tag01 {
    margin-top: 1rem;
  }
  .shipbuilder_parts .tag01 .fix-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .shipbuilder_parts .tag01 .tg {
    background: #fff;
    font-weight: 900;
    margin-right: 0.5rem;
    border-radius: 100px;
    padding: 0.3rem 1rem;
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
  }
  .shipbuilder_parts .s-ttl {
    margin-top: 2rem;
    color: #003284;
    font-weight: 900;
    font-size: 1.6rem;
  }
  .shipbuilder_parts .eng-t {
    position: absolute;
    bottom: inherit;
    top: -3.5rem;
    right: inherit;
    left: 0;
    left: 1rem;
  }
  .shipbuilder_parts .eng-t span {
    font-size: 5rem;
  }
}


/*--------------------------------------
.media_parts
---------------------------------------*/
.media_parts {
  border-radius: 30px 0 0 30px;
  margin: 12rem 0 4rem;
  position: relative;
  border: solid 2px #e4e4e4;
  border-right: none;
  box-sizing: border-box;
}
.media_parts::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 100%; /* コンテンツの右端から */
  width: 9999px; /* 右方向に画面いっぱい（十分に大きければOK） */
  border: solid 2px #e4e4e4;
  border-right: none; /* 右側に広げたい背景色 */
  border-left: none;
  box-sizing: border-box;
  z-index: -1;
}
.media_parts .c-box .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.media_parts .c-box .fix-box .left {
  background: #0986d9;
  width: 125px;
  border-radius: 28px 0 0 28px;
}
.media_parts .c-box .fix-box .left .f-img {
  width: 85px;
  text-align: center;
  margin: auto;
  margin-top: 5rem;
}
.media_parts .c-box .fix-box .right {
  padding: 0 0;
  width: 770px;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.media_parts .c-box .fix-box .right .f-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.media_parts .c-box .fix-box .c-logo {
  width: 173px;
}
.media_parts .c-box .fix-box .txt-box {
  width: 580px;
  border-left: solid 1px #ddd;
  padding-left: 3rem;
}
.media_parts .c-box .fix-box .txt-box .m-txt {
  background: #edf3f7;
  font-weight: 900;
  display: inline-block;
  border-radius: 100px;
  padding: 0 1.5rem;
  margin-bottom: 0;
}
.media_parts .c-box .fix-box .txt-box .txt {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 2rem;
  margin-bottom: 0;
}
.media_parts .c-box .fix-box .txt-box .m-ttl {
  color: #0082d8;
  font-weight: 900;
  font-size: 3.1rem;
  margin-top: 0;
}
.media_parts .c-box .fix-box .s-ttl {
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.media_parts .link-box {
  margin-top: 8rem;
}
.media_parts .link-box .link03 {
  width: 340px;
}
.media_parts .link-box .link04 {
  width: 340px;
}
.media_parts .link-box .btn-web {
  width: 340px;
}
.media_parts .link-box .btn-internal {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .media_parts {
    border-radius: 15px;
    margin: 8rem 0 4rem;
    position: relative;
    border: solid 1px #e4e4e4;
    border-right: solid 1px #e4e4e4;
    box-sizing: border-box;
  }
  .media_parts::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 100%; /* コンテンツの右端から */
    width: 9999px; /* 右方向に画面いっぱい（十分に大きければOK） */
    border: solid 2px #e4e4e4;
    border-right: none; /* 右側に広げたい背景色 */
    border-left: none;
    box-sizing: border-box;
    z-index: -1;
    display: none;
  }
  .media_parts .c-box .fix-box {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .media_parts .c-box .fix-box .left {
    background: #2299e8;
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .media_parts .c-box .fix-box .left .f-img {
    width: 100%;
    font-size: 3.5rem;
    color: #188ee0;
    text-align: center;
    margin: auto;
    padding-bottom: 0.4rem;
  }
  .media_parts .c-box .fix-box .right {
    padding: 0 0;
    width: 100%;
    margin: auto;
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .media_parts .c-box .fix-box .right .f-box {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .media_parts .c-box .fix-box .c-logo {
    width: 130px;
    margin: auto;
  }
  .media_parts .c-box .fix-box .txt-box {
    text-align: center;
    border-left: none;
    border-bottom: solid 1px #ddd;
    padding-left: 0;
    padding: 0;
    margin: auto;
    width: 90%;
    padding-bottom: 1rem;
  }
  .media_parts .c-box .fix-box .txt-box .m-txt {
    background: #edf3f7;
    font-weight: 900;
    display: inline-block;
    border-radius: 100px;
    padding: 0 1.5rem;
    margin-bottom: 0;
    font-size: 1.3rem;
  }
  .media_parts .c-box .fix-box .txt-box .txt {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.4;
  }
  .media_parts .c-box .fix-box .txt-box .m-ttl {
    font-size: 2rem;
    color: #003284;
    margin-top: 1rem;
  }
  .media_parts .c-box .fix-box .s-ttl {
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 1.4;
    width: 90%;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .media_parts .c-box .fix-box .txt {
    width: 90%;
    margin: auto;
  }
	.media_parts .c-box .fix-box .caption {
    width: 90%;
    margin: auto;
  }
  .media_parts .link-box {
    margin-top: 7rem;
  }
  .media_parts .link-box .link03 {
    width: 85%;
    margin: 0 auto 3rem;
  }
  .media_parts .link-box .link04 {
    width: 85%;
  }
  .media_parts .link-box .btn-web {
    width: 85%;
  }
  .media_parts .link-box .btn-internal {
    width: 85%;
  }
}

.link03 {
  width: 410px;
}
.link03 a {
  display: block;
  max-width: 410px;
  margin: 4rem auto 4rem;
  padding: 2.5rem 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  border-radius: 100px;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
}
.link03 a span {
  padding: 0 5.5rem;
  font-weight: 900;
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 100%;
}
.link03 a span::after {
  content: "";
  position: absolute;
  background: url("img/arrow02.png") right 0 no-repeat;
  background-size: 100% auto;
  right: 1.8rem;
  top: 50%;
  display: block;
  width: 27px;
  height: 22px;
  margin-top: -1.2rem;
}
.link03 a span::before {
  content: "";
  position: absolute;
  background: url("img/btn-bg01.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin: auto;
  left: 5rem;
	 z-index: -1;
  bottom: -2.4rem;
  display: block;
  width: 87px;
  height: 34px;
}
.link03 a::before {
     content: "";
    position: absolute;
    background: url(img/l-icon01.png) 0 0 no-repeat;
    background-size: 100% auto;
    left: 63px;
    top: -68px;
    display: block;
    width: 80px;
    height: 84px;
}
/*----- btn-web（外部リンク） -----*/
.link03 a {
  background: #ff8237;
  transition: transform 0.2s, background-color 0.2s;
}
.link03 a:hover {
  opacity: 1;
  transform:scale(1.05); /* マウスオンで拡大 */
}
.link04 {
  width: 410px;
}
.link04 a {
  display: block;
  max-width: 410px;
  margin: 4rem auto 4rem;
  padding: 2.5rem 5.5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  border-radius: 100px;
  text-decoration: none !important;
  position: relative;
  z-index: 1;
  font-weight: 900;
}
.link04 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 31px;
  height: 31px;
  margin-top: -1.5rem;
  background: url("img/arrow05.png") center bottom no-repeat;
  background-size: 100% auto;
}
.link04 a::before {
  content: "More!";
  position: absolute;
  top: -46px;
  right: 43px;
  color: #dfedf4;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
/*----- btn-web（外部リンク） -----*/
.link04 a {
  background: #146dc7;
  transition: transform 0.2s, background-color 0.2s;
}
.link04 a:hover {
  opacity: 1;
  transform:scale(1.05); /* マウスオンで拡大 */
}
@media screen and (max-width: 768px) {
  .link03 {
    width: 90%;
  }
  .link03 a {
    display: block;
    max-width: 100%;
    margin: 2rem auto 2rem;
    padding: 1.8rem 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
    border-radius: 100px;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
  }
  .link03 a span {
    padding: 0 5rem;
    font-weight: 900;
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 100%;
  }
  .link03 a span::after {
    content: "";
    position: absolute;
    background: url("img/arrow02.png") right 0 no-repeat;
    background-size: 100% auto;
    right: 15px;
    top: 50%;
    display: block;
    width: 22px;
    height: 18px;
    margin-top: -0.8rem;
  }
  .link03 a span::before {
    content: "";
    position: absolute;
    background: url("img/btn-bg01.png") 0 0 no-repeat;
    background-size: 100% auto;
    margin: auto;
    left: 3rem;
    bottom: -2.4rem;
    display: block;
    width: 70px;
    z-index: -1;
    height: 34px;
  }
  .link03 a::before {
    content: "";
    position: absolute;
    background: url("img/l-icon01.png") 0 0 no-repeat;
    background-size: 100% auto;
    left: 36px;
    top: -43px;
    display: block;
    width: 51px;
    height: 54px;
    z-index: -1;
  }
  /*----- btn-web（外部リンク） -----*/
  .link03 a {
    background: #ff8237;
    transition: transform 0.2s, background-color 0.2s;
  }
  .link03 a:hover {
    transform: scale(1.05); /* マウスオンで拡大 */
  }
  .link04 {
    width: 410px;
  }
  .link04 a {
    display: block;
    max-width: 410px;
    margin: 2rem auto 2rem;
    padding: 1.8rem 5rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
    border-radius: 100px;
    text-decoration: none !important;
    position: relative;
    z-index: 1;
    font-weight: 900;
  }
  .link04 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 23px;
    height: 23px;
    margin-top: -1.1rem;
    background: url("img/arrow05.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  .link04 a::before {
    content: "More!";
    position: absolute;
    top: -28px;
    right: 27px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
  }
  /*----- btn-web（外部リンク） -----*/
  .link04 a {
    transition: transform 0.2s, background-color 0.2s;
  }
  .link04 a:hover {
    transform: scale(1.05); /* マウスオンで拡大 */
  }

}