@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: 700;
  src: url('fonts/NS-700.woff2') format('woff2'),
    url('fonts/NS-700.woff') format('woff');
  font-display: swap;
}

/*----------------------------------------------------------------------------
　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;
}
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%;
}

body {
  color: #1d2529;
  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;
}

a {
  color: #1d2529;
  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;
}

.c01 {
  color: #005bbe;
}
.c02 {
  color: #d2ebfa;
}
.c03 {
  color: #30e8a7;
}

/* SP ------------------------------*/
@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;
  }
}

/*--------------------------------------
　fixed_header
---------------------------------------*/
.fixed_header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #f7f7f7;
  width: 100%;
  min-width: 1000px;
  padding: 1rem 1.5rem 1.5rem;
  box-sizing: border-box;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.fixed_header .fixed_header_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixed_header .logo {
  width: 180px;
  box-sizing: border-box;
}
.fixed_header .logo a {
  display: block;
}

.fixed_header .header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 180px);
  box-sizing: border-box;
}

.fixed_header .nav_01 {
  margin: 0 1rem 0 0;
  box-sizing: border-box;
}
.fixed_header .nav_01 .nav_txt {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
.fixed_header .nav_01 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0 0;
  text-align: center;
}
.fixed_header .nav_01 ul li {
  margin: 0 1rem;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.8;
}
.fixed_header .nav_01 ul li a {
  display: block;
  font-weight: bold;
}

.fixed_header .nav_02 {
  margin: 0 1rem 0 0;
  box-sizing: border-box;
}
.fixed_header .nav_02 .nav_list_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.fixed_header .nav_02 .nav_list {
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: 1.8;
  position: relative;
}
.fixed_header .nav_02 .nav_list::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: 100%;
  border-left: 1px solid rgba(176, 176, 176, 0.5);
}
.fixed_header .nav_02 .nav_list a {
  display: block;
  padding: 0.5rem 1rem 0.5rem;
  box-sizing: border-box;
  font-weight: bold;
}
.fixed_header .nav_02 .nav_sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  width: 165px;
  margin: 0 auto 0;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  text-align: left;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.fixed_header .nav_02 .nav_sub:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-bottom: 10px solid #fff;
}
.fixed_header .nav_02 .nav_list:hover .nav_sub {
  display: block;
}
.fixed_header .nav_02 .nav_sub_list {
  margin: 0 0 1rem;
  padding: 0 0 0 1.2rem;
  line-height: 1.4;
  position: relative;
}
.fixed_header .nav_02 .nav_sub_list::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  background: #30e8a7;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border-radius: 50%;
}
.fixed_header .nav_02 .nav_sub_list:last-child {
  margin: 0 0 0;
}
.fixed_header .nav_02 .nav_sub_list a {
  padding: 0 0;
}

.fixed_header .btn-web {
  width: 200px;
  box-sizing: border-box;
}
.fixed_header .btn-web a {
  max-width: 100%;
  margin: 0 0 0;
  padding: 1rem 3rem;
  font-size: 1.2rem;
}
.fixed_header .btn-web a::after {
  right: 15px;
  width: 13px;
  height: 16px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .fixed_header {
    display: none !important;
  }
}

/*--------------------------------------
　fixed_bottom
---------------------------------------*/
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease;
  }
  .fixed_bottom .btn-web a {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 1.3rem 5rem;
    border-radius: 30px 30px 0 0;
  }

  .fixed_bottom.stop {
    opacity: 0;
  }
  .fixed_bottom.stop a {
    pointer-events: none;
  }
}

/*--------------------------------------
　Header
---------------------------------------*/
header {
  width: 100%;
  min-width: 1000px;
  box-sizing: border-box;
}

header .sitename_wrap {
  padding: 1rem 2rem;
  box-sizing: border-box;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: right;
}

.header_lower {
  margin: 110px 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    min-width: 100%;
  }

  header .sitename_wrap {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    text-align: center;
  }

  .header_lower {
    background: #f1f3f4;
    margin: 0 0 0;
    padding: 0 0 1rem;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  }
  .header_lower .logo {
    max-width: 50%;
    margin: auto;
  }
}

/*--------------------------------------
　SP Navi
---------------------------------------*/
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  /*----- hb-menu -----*/
  #hb-menu {
    display: table;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 10000;
  }
  #hb-menu .hb-inner {
    display: table-cell;
    vertical-align: middle;
  }
  #hb-menu span {
    display: block;
    background: #005bbe;
    width: 22px;
    height: 2px;
    margin: auto;
    border-radius: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #hb-menu span:nth-of-type(2),
  #hb-menu span:nth-of-type(3) {
    margin-top: 7px;
  }

  /* ナビゲーションアイコン：アクティブ */
  .hb-open #hb-menu {
    background: #005bbe;
  }
  .hb-open #hb-menu span {
    background: #fff;
  }
  .hb-open span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  .hb-open span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  .hb-open span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) 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%;
    height: 100%;
    padding: 7rem 2rem;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    z-index: 9999;
  }
  .hb-open .g-nav .g-nav-inner {
    position: fixed;
    top: 0;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }

  .hb_menu_wrapper {
    max-width: 100%;
    margin: auto;
  }

  .hb_menu {
    margin-bottom: 0;
  }
  .hb_menu:last-child {
    margin-bottom: 0;
  }

  .hb_menu_title {
    padding: 1.5rem 2.5rem 1.5rem 0;
    border-bottom: 1px solid rgba(44, 54, 60, 0.5);
    position: relative;
  }
  .hb_menu_title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: none;
    border-top: solid 1px #2c363c;
    border-right: solid 1px #2c363c;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .hb_menu_title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: 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 0 0 0;
    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;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background: none;
    border-top: solid 1px #2c363c;
    border-right: solid 1px #2c363c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hb_menu_list {
    display: none;
    box-sizing: border-box;
    margin-top: 0;
  }

  .hb_menu_list_item {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(44, 54, 60, 0.5);
    position: relative;
  }
  .hb_menu_list_item:first-child {
    display: block;
  }

  .hb_menu_list_link {
    display: block;
    padding: 1.5rem 2rem 1.5rem 1.5rem;
    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;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #2c363c;
    border-right: 1px solid #2c363c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
  width: 1000px;
  margin: 4rem auto 0;
  font-size: 1.5rem;
  position: relative;
}
#pankuzu a {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.8;
}
#pankuzu a:hover {
  text-decoration: none;
}
#pankuzu br {
  display: none;
}

/* SP ------------------------------*/
@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;
    -webkit-overflow-scrolling: touch;
  }
  #pankuzu::-webkit-scrollbar {
    height: 3px;
  }
  #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: #2c363c;
  width: 100%;
  min-width: 1000px;
  box-sizing: border-box;
}

.l-footer-area br {
  display: none;
}

.l-footer-area__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 8rem 0 5rem;
}

.l-footer-left {
  width: 40%;
  box-sizing: border-box;
}

.l-footer-logo {
  max-width: 240px;
  margin: auto;
}
.l-footer-logo a {
  display: block;
}

.l-footer-area .menseki {
  max-width: 100%;
  margin: 4rem auto 0;
  padding: 0 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
}
.l-footer-area .menseki span {
  display: inline-block;
}

.l-footer-area .menseki a {
  color: #fff;
  text-decoration: underline;
}

.l-footer-area .ucp {
  margin: 2rem auto 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
}

.l-footer-right {
  width: 55%;
  box-sizing: border-box;
}

.l-footer-menu-wrapper {
  margin: 0 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 #fff;
  position: relative;
}

.l-footer-menu__title__link {
  display: inline-block;
  padding: 0 3rem 0 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  position: relative;
}
.l-footer-menu__title__link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l-footer-menu__list {
  display: block;
  box-sizing: border-box;
  margin-top: 3rem;
}

.l-footer-menu__list__item {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 0 0;
  box-sizing: border-box;
  position: relative;
}
.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
  display: inline-block;
  padding: 0 3rem 0 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}
.l-footer-menu__list__link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.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: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  position: relative;
}
.l-footer-submenu__list__link::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  background: #fff;
  width: 6px;
  height: 1px;
}

.l-footer-copy-wrapper {
  background: #2c363c;
}

.l-footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
  font-size: 1.3rem;
  line-height: 1.5;
  color: #fff;
}
.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;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .l-footer-area {
    min-width: 100%;
  }

  .l-footer-area__inner {
    display: block;
    max-width: 100%;
    padding: 4rem 1.5rem 3rem;
  }

  .l-footer-left {
    width: 100%;
  }

  .l-footer-logo {
    max-width: 60%;
  }

  .l-footer-area .menseki {
    margin: 3rem auto 0;
    font-size: 1rem;
  }

  .l-footer-area .ucp {
    margin: 1rem auto 0;
  }

  .l-footer-right {
    width: 100%;
    margin: 3rem 0 0;
  }

  .l-footer-menu {
    margin-bottom: 0;
  }

  .l-footer-menu__title {
    padding: 1.5rem 2.5rem 1.5rem 0;
  }
  .l-footer-menu__title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: none;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .l-footer-menu__title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .l-footer-menu__title__link {
    display: block;
    padding: 0 0 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;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }

  .l-footer-menu__list__link {
    display: block;
    padding: 1.5rem 2rem 1.5rem 1.5rem;
  }
  .l-footer-menu__list__link:after {
    right: 5px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .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 rgba(255, 255, 255, 0.6);
  }

  .l-footer-submenu__list__link {
    padding: 1.5rem 0 1.5rem 3rem;
  }
  .l-footer-submenu__list__link::before {
    top: 26px;
    left: 15px;
  }

  .l-footer-copy {
    display: block;
    max-width: 100%;
    padding: 1rem 01rem;
    font-size: 1.2rem;
    text-align: center;
  }

  .sitemap {
    margin: 3rem 0 0 0;
    text-align: center;
  }
  .sitemap a {
    padding: 0 1rem 0 0;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: underline;
    position: relative;
  }
  .sitemap a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 70px;
  z-index: 0;
}

.l-pagetop__link {
  display: block;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .l-pagetop {
    bottom: 120px;
    right: 5px;
    width: 45px;
  }
}

/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents {
  width: 100%;
  min-width: 1000px;
  margin: auto;
  padding: 2rem 0 10rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#category,
#page {
  width: 1000px;
  margin: auto !important;
  padding: 0 !important;
  box-sizing: border-box;
  position: relative;
}
#category::after,
#page::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  background: url('img/bg_01.png') left top no-repeat;
  background-size: 100% auto;
  width: 430px;
  height: 320px;
  margin: 0 -12rem 0 0;
  z-index: -1;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    min-width: 100%;
    padding: 3rem 1.5rem 6rem;
  }

  #category,
  #page {
    width: 100%;
  }
  #category::after,
  #page::after {
    top: 1%;
    right: 0;
    background: url('img/bg_01.png') left top no-repeat;
    background-size: 100% auto;
    width: 45%;
    height: 0;
    margin: 0 -4rem 0 0;
    padding-top: calc(45% * 320 / 420);
  }
}

/*--------------------------------------
　Title
---------------------------------------*/
h2,
h3,
h4,
h5,
h6,
.cc {
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  display: block;
  font-weight: bold;
  box-sizing: border-box;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.cc span {
  font-weight: bold;
}

#category h1,
#page h1 {
  background: -moz-linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 75%,
    #006fd0 75%,
    #006fd0 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 75%,
    #006fd0 75%,
    #006fd0 100%
  );
  background: linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 75%,
    #006fd0 75%,
    #006fd0 100%
  );
  max-width: 770px;
  width: 100vw;
  margin: 0 0 3rem;
  padding: 3.5rem 4rem 3.5rem 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 0 4px 4px 0;
  position: relative;
  z-index: 0;
}
#category h1::before,
#page h1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  background: #006fd0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

#category h2,
#page h2 {
  background: #d2ebfa;
  margin: 6rem 0 2rem;
  padding: 3rem 3rem 3rem 3rem;
  font-size: 3rem;
  border-radius: 10px;
  position: relative;
}

#category h2 a,
#page h2 a {
  padding: 0 4rem 0 0;
  position: relative;
}
#category h2 a::after,
#page h2 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url('img/arrow_01.png') left top no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 24px;
}

#category h3,
#page h3 {
  margin: 5rem 0 2rem;
  padding: 0 0 1.5rem 0;
  font-size: 2.6rem;
  border-bottom: 2px solid #d5e1ee;
  position: relative;
}
#category h3::after,
#page h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #005bbe;
  width: 50px;
  height: 3px;
  margin: 0 0 -2px;
}

#category h3 a,
#page h3 a {
  padding: 0 4rem 0 0;
  position: relative;
}
#category h3 a::after,
#page h3 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  background: url('img/arrow_01.png') left top no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 24px;
}

#category h4,
#page h4 {
  color: #005bbe;
  margin: 4rem 0 2rem;
  padding: 0 0 0 1.5rem;
  font-size: 2.2rem;
  position: relative;
}
#category h4::before,
#page h4::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  background: #b5e8ff;
  width: 4px;
  height: 90%;
}

#category h4 a,
#page h4 a {
  display: inline-block;
  padding: 0 2.5rem 0 0;
  color: #005bbe;
  position: relative;
}
#category h4 a::after,
#page h4 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url('img/arrow_05.png') left top no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 20px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  #category h1,
  #page h1 {
    max-width: 100%;
    width: 100vw;
    margin: 0 0 2rem calc(50% - 50vw);
    padding: 2rem 1.5rem 2rem 1.5rem;
    font-size: 2.2rem;
  }

  #category h2,
  #page h2 {
    margin: 3rem 0 2rem;
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    font-size: 2rem;
    border-radius: 5px;
  }

  #category h2 a,
  #page h2 a {
    padding: 0 3rem 0 0;
  }
  #category h2 a::after,
  #page h2 a::after {
    background: url('img/arrow_01.png') left top no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 20px;
  }

  #category h3,
  #page h3 {
    margin: 3rem 0 2rem;
    padding: 0 0 1rem 0;
    font-size: 1.8rem;
    border-bottom: 1px solid #d5e1ee;
  }
  #category h3::after,
  #page h3::after {
    width: 30px;
    height: 2px;
    margin: 0 0 -1px;
  }

  #category h3 a,
  #page h3 a {
    padding: 0 3rem 0 0;
  }
  #category h3 a::after,
  #page h3 a::after {
    right: 5px;
    background: url('img/arrow_01.png') left top no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 16px;
  }

  #category h4,
  #page h4 {
    margin: 3rem 0 2rem;
    padding: 0 0 0 1rem;
    font-size: 1.6rem;
  }
  #category h4::before,
  #page h4::before {
    top: 4px;
    width: 2px;
    height: 90%;
  }

  #category h4 a,
  #page h4 a {
    padding: 0 2rem 0 0;
  }
  #category h4 a::after,
  #page h4 a::after {
    width: 13px;
    height: 16px;
  }
}

/*--------------------------------------
　テキスト
---------------------------------------*/
.contents p {
  margin: 2rem 0 2rem;
  font-size: 1.5rem;
  line-height: 2;
}

.contents p a {
  text-decoration: underline;
}
.contents p a:hover {
  text-decoration: none;
}

.txt_bold {
  color: #0abb7d;
  font-weight: bold;
  font-size: 1.6rem;
}
.marker {
  background: linear-gradient(transparent 75%, #b9f7dbd1 0%);
  font-weight: bold;
  font-size: 1.6rem;
}

.comment_parts .comment_item:last-child .marker,
.comment_parts .comment_item:nth-child(odd) .marker {
  background: linear-gradient(transparent 75%, #98eac5d1 0%);
}

.parts01 .parts01_block .marker {
  background: linear-gradient(transparent 75%, #98eac5d1 0%);
}

.sv_parts .marker,
.qa_parts .a_box .marker {
  background: linear-gradient(transparent 75%, #98eac5d1 0%);
}

p.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;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #aeaeae #e7e7e7;
  scrollbar-width: thin;
}
p.caption::-webkit-scrollbar {
  height: 2px;
}
p.caption::-webkit-scrollbar-track {
  background: #e7e7e7;
  margin: 0 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
p.caption::-webkit-scrollbar-thumb {
  background: #aeaeae;
  border-radius: 0;
  box-shadow: none;
}
p.caption a {
  color: #888;
  text-decoration: underline;
}

.site_note {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.8;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .contents p {
    margin: 2rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  p.caption {
    margin: 1rem 0 0 0;
    font-size: 1rem;
  }

  .site_note {
    text-align: justify;
    line-height: 1.6;
  }

  .txt_bold {
    font-size: 1.5rem;
  }
  .marker {
    font-size: 1.5rem;
  }
}

/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
.contents ul {
  margin: 4rem 0 4rem;
}
.contents ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
  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: #30e8a7;
  width: 10px;
  height: 10px;
  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;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  /*----- ulリスト -----*/
  .contents ul {
    margin: 2rem 0 2rem;
  }
  .contents ul li {
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .contents ul li::before {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}

/*--------------------------------------
　リンク
---------------------------------------*/
.btn-web a,
.btn-internal a {
  display: block;
  max-width: 450px;
  margin: 4rem auto 4rem;
  padding: 2.5rem 6rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 100px;
  text-decoration: none !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.btn-web a::after,
.btn-internal a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  width: 16px;
  height: 20px;
}

/*----- btn-web（外部リンク） -----*/
.btn-web a {
  background: -moz-linear-gradient(45deg, #89fe94, #51ffde);
  background: -webkit-linear-gradient(45deg, #89fe94, #51ffde);
  background: linear-gradient(45deg, #89fe94, #51ffde);
  color: #005bbe;
}
.btn-web a::after {
  background: url('img/arrow_05.png') left top no-repeat;
  background-size: 100% auto;
}

/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
  background: -moz-linear-gradient(45deg, #055fc1, #22b5f8);
  background: -webkit-linear-gradient(45deg, #055fc1, #22b5f8);
  background: linear-gradient(45deg, #055fc1, #22b5f8);
  color: #fff;
}
.btn-internal a::after {
  background: url('img/arrow_04.png') left top no-repeat;
  background-size: 100% auto;
}

/*----- btn-link（テキストリンク） -----*/
.btn-link {
  text-align: right;
}
.btn-link a {
  display: inline-block;
  margin: 4rem 0 4rem;
  padding: 0 2.5rem 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: underline;
  position: relative;
}
.btn-link a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url('img/arrow_03.png') left top no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 20px;
}
.btn-link a:hover {
  text-decoration: none;
}

/*----- btn-tel（電話ボタン） -----*/
.btn-tel a {
  display: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .btn-web a,
  .btn-internal a {
    max-width: 90%;
    margin: 3rem auto 3rem;
    padding: 2rem 4rem;
    font-size: 1.6rem;
  }
  .btn-web a::after,
  .btn-internal a::after {
    right: 15px;
    width: 13px;
    height: 16px;
  }

  /*----- btn-link（テキストリンク） -----*/
  .btn-link a {
    margin: 3rem 0 3rem;
    padding: 0 2rem 0 0;
    font-size: 1.4rem;
  }
  .btn-link a::after {
    width: 13px;
    height: 16px;
  }

  /*----- btn-tel（電話ボタン） -----*/
  .btn-tel a {
    display: block;
    background: #fcd82e url('img/icon_tel.png') left 25px center no-repeat;
    background-size: 16px auto;
    max-width: 90%;
    margin: 3rem auto 3rem;
    padding: 2rem 5rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    border-radius: 100px;
    text-decoration: none !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
  }
}

/*--------------------------------------
　Table
---------------------------------------*/
table {
  background: #fff;
  width: 100%;
  margin: 8rem 0 8rem;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #a8b4c2;
}

table th {
  background: #eeeeee;
  padding: 1.5rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  width: 200px;
  line-height: 1.4;
  word-break: break-all;
  border-left: 1px solid #a8b4c2;
  border-bottom: 1px solid #a8b4c2;
}
table th a {
  font-weight: bold;
  text-decoration: underline;
}
table th a:hover {
  text-decoration: none;
}

table td {
  padding: 1.5rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  word-break: break-all;
  border-left: 1px solid #a8b4c2;
  border-bottom: 1px solid #a8b4c2;
}
table td a {
  text-decoration: underline;
}
table td a:hover {
  text-decoration: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  table {
    margin: 5rem 0 5rem;
  }

  table th {
    padding: 1.2rem;
    font-size: 1.4rem;
    width: 100px;
  }

  table td {
    padding: 1.2rem;
    font-size: 1.4rem;
  }
}

/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.float-wrap {
  margin: 8rem 0 8rem;
  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: 380px;
  padding-right: 4rem;
}
.float-img.fr {
  float: right;
  width: 380px;
  padding-left: 4rem;
}

.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-copy {
  margin: 2rem 0 2rem 0;
  color: #005bbe;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.float-wrap p {
  margin: 3rem 0 3rem;
}

.schedule {
  width: 60%;
  margin: auto;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .float-wrap {
    margin: 5rem 0 5rem;
  }

  .float-img.fl {
    float: inherit;
    width: 100%;
    padding-right: 0;
  }
  .float-img.fr {
    float: inherit;
    width: 100%;
    padding-left: 0;
  }

  .float-img .caption {
    margin: 1rem 0 1.5rem 0;
  }

  .float-wrap .catch-copy {
    margin: 1.5rem 0 1.5rem 0;
    font-size: 1.8rem;
  }

  .float-wrap p {
    margin: 2rem 0 2rem;
  }

  .schedule {
    width: 100%;
    margin: auto;
  }
}

/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
  background: #fff;
  max-width: 800px;
	margin: 5rem auto 8rem;
  padding: 3rem 4rem 7rem;
  box-sizing: border-box;
  border: 4px solid #f3f3f3;
  border-radius: 10px;
  position: relative;
}

.toc_parts .toc_ttl {
  font-size: 5rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

#toc {
  margin: 3rem 0 0 0;
  overflow: hidden; /* テキストを隠す */
  position: relative;
}
/* 最初に見えてるテキストエリアの高さ */
#toc.is-hide {
  height: 120px;
}
/* テキストをグラデーションで隠す */
#toc::before {
  content: '';
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.7) 50%,
    #fff 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 0.7) 50%,
    #fff 100%
  );
  width: 100%;
  height: 50px; /* グラデーションで隠す高さ */
  transition: all 0.4s;
  z-index: 1;
}
/* 続きを見るボタンをクリックしたらグラデーションを消す */
.toc_parts .toc_ttl.is-show + #toc::before {
  background: none;
  height: auto;
}

#toc .chapter {
  margin: 0 0 0;
}
#toc .chapter li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 4.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  overflow-wrap: break-word;
  position: relative;
  counter-increment: toccount;
}
#toc .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: #005bbe;
  font-size: 2.8rem;
  font-weight: bold;
}
#toc .chapter li:last-child {
  margin: 0 0 0 0;
}
#toc .chapter li a {
  font-weight: bold;
}

#toc .chapter .chapter {
  margin: 0 0 0 4.5rem;
}
#toc .chapter .chapter li {
  margin: 0 0 1rem;
  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 #2c363c;
  border-right: solid 1px #2c363c;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#toc .chapter li br {
  display: none;
}

.toc_parts_wrap {
  background: #fff;
  border: 3px solid #e9e9e9;
  border-radius: 100px;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  cursor: pointer;
  font-weight: bold;
  width: 250px;
  text-align: center;
  color: #2c363c;
}
.toc_parts_wrap::before,
.toc_parts_wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  background: #8b9194;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  transition: all 0.4s;
}
.toc_parts_wrap::after {
  transform: rotate(90deg);
}
.toc_parts_wrap.is-show::before {
  display: none;
}
.toc_parts_wrap.is-show::after {
  transform: rotate(180deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .toc_parts {
    max-width: 100%;
    margin: 3rem auto 5rem;
    padding: 2rem 2rem 4rem;
    border: 2px solid #f3f3f3;
    border-radius: 5px;
  }

  .toc_parts .toc_ttl {
    font-size: 2.5rem;
  }
  .toc_parts .toc_ttl::before,
  .toc_parts .toc_ttl::after {
    width: 20px;
    height: 1px;
  }

  #toc {
    margin: 2rem 0 0 0;
  }
  #toc .chapter li {
    margin: 0 0 1rem 0;
    padding: 0 0 0 3.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #toc .chapter li::before {
    top: -8px;
    font-size: 2.2rem;
  }

  #toc .chapter .chapter {
    margin: 0 0 0 4rem;
  }
  #toc .chapter .chapter li {
    font-size: 1.4rem;
  }
  #toc .chapter .chapter li::before {
    top: 5px;
    width: 6px;
    height: 6px;
  }

  .toc_parts_wrap {
    padding: 1.4rem;
    width: 150px;
    border: 2px solid #e9e9e9;
    z-index: 2;
  }
}

/*--------------------------------------
　comment_parts
---------------------------------------*/
.comment_parts {
  margin: 10rem 0 10rem;
}

.comment_parts .comment_item {
  background: #ccecfc;
  max-width: 860px;
  margin: 0 auto 5rem;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
.comment_parts .comment_item:nth-child(odd) {
  padding: 4rem 14rem 4rem 7rem;
}
.comment_parts .comment_item:nth-child(even) {
  padding: 4rem 7rem 4rem 14rem;
}
.comment_parts .comment_item:last-child {
  margin: 0 auto 0;
}

.comment_parts .cc {
  font-size: 2.4rem;
}

.comment_parts .txt {
  margin: 2rem 0 0;
}

.comment_parts .img_box {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 160px;
}
.comment_parts .comment_item:nth-child(odd) .img_box {
  right: 0;
  margin: 0 -6rem 0 0;
}
.comment_parts .comment_item:nth-child(even) .img_box {
  left: 0;
  margin: 0 0 0 -6rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .comment_parts {
    margin: 6rem 0 6rem;
  }

  .comment_parts .comment_item {
    max-width: 100%;
    margin: 0 auto 5rem;
    border-radius: 5px;
  }
  .comment_parts .comment_item:nth-child(odd) {
    padding: 2rem 2rem 2rem 2rem;
  }
  .comment_parts .comment_item:nth-child(even) {
    padding: 2rem 2rem 2rem 2rem;
  }

  .comment_parts .cc {
    font-size: 1.8rem;
  }

  .comment_parts .txt {
    margin: 1.5rem 0 0;
  }

  .comment_parts .img_box {
    position: relative;
    top: 0;
    transform: translate(0, 0);
    width: 20%;
  }
  .comment_parts .comment_item:nth-child(odd) .img_box {
    margin: 0 0 0 1rem;
    float: right;
  }
  .comment_parts .comment_item:nth-child(even) .img_box {
    margin: 0 1rem 0 0;
    float: left;
  }
}

/*--------------------------------------
　qa_parts
---------------------------------------*/
.qa_parts {
  margin: 10rem 0 10rem;
}

.qa_parts .q_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qa_parts .q_box .q_sub {
  background: #fff;
  width: 200px;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border: 3px solid #005bbe;
  border-radius: 100px;
  position: relative;
}
.qa_parts .q_box .q_sub::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  background: #005bbe;
  width: 35px;
  height: 3px;
}
.qa_parts .q_box .q_txt {
  width: calc(100% - 200px);
  padding: 0 0 0 5rem;
  box-sizing: border-box;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.qa_parts .a_box {
  background: #ecf3fb;
  margin: 3rem 0 0;
  padding: 3rem 6rem 2rem;
  box-sizing: border-box;
  border-radius: 10px;
}
.qa_parts .a_box .upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55%;
}
.qa_parts .a_box .icon {
  width: 100px;
  box-sizing: border-box;
  position: relative;
}
.qa_parts .a_box .icon img {
    border-radius: 50%;
}

.qa_parts .a_box .name_wrap {
  width: calc(100% - 100px);
  box-sizing: border-box;
}
.qa_parts .a_box .sponserd {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
}
.qa_parts .a_box .name {
  background: #2c363c;
  margin: 1rem 10rem 0 -2rem;
  padding: 1rem 1rem 1rem 4rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}
.qa_parts .a_box .txt {
  margin: 2rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid #cfd9e3;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .qa_parts {
    margin: 6rem 0 6rem;
  }

  .qa_parts .q_box {
    display: block;
    text-align: center;
  }
  .qa_parts .q_box .q_sub {
    display: inline-block;
    width: auto;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    border: 2px solid #005bbe;
  }
  .qa_parts .q_box .q_sub::after {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 2px;
    height: 20px;
  }
  .qa_parts .q_box .q_txt {
    width: 100%;
    margin: 2.5rem 0 0;
    padding: 0 0 0 0;
    font-size: 1.8rem;
    text-align: justify;
    line-height: 1.7;
  }
	
  .qa_parts {
    margin: 6rem;
  }

  .qa_parts .a_box {
    margin: 2rem 0 0;
    padding: 2rem 2rem 2rem;
    border-radius: 5px;
  }
  .qa_parts .a_box .upper {
    width: 100%;
  }
  .qa_parts .a_box .icon {
    width: 25%;
  }
  .qa_parts .a_box .name_wrap {
    width: 75%;
  }
  .qa_parts .a_box .sponserd {
    padding: 0 0 0 0.5rem;
    font-size: 1.3rem;
    text-align: left;
  }
  .qa_parts .a_box .name {
    margin: 0.5rem 0 0 -4rem;
    padding: 0.8rem 0.8rem 0.8rem 5rem;
    font-size: 1.8rem;
  }
  .qa_parts .a_box .txt {
    margin: 1.5rem 0 0;
    padding: 1.5rem 0 0;
  }
}

/*--------------------------------------
　summary_parts
---------------------------------------*/
.summary_parts {
  margin: 10rem 0 10rem;
  position: relative;
}
.summary_parts::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url('img/summary_parts_bg01.png') center center no-repeat;
  background-size: cover;
  width: 95%;
  height: 100%;
  margin: auto;
}

.summary_parts .summary_parts_inner {
  position: relative;
}
.summary_parts .summary_parts_inner::before,
.summary_parts .summary_parts_inner::after {
  content: '';
  position: absolute;
  left: 0;
  background: url('img/summary_parts_bg02.png') left top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 56px;
}
.summary_parts .summary_parts_inner::before {
  top: 0;
}
.summary_parts .summary_parts_inner::after {
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.summary_parts .summary_parts_block {
  padding: 4rem 10rem 4rem;
  box-sizing: border-box;
}

.summary_parts .sub {
  text-align: center;
}
.summary_parts .sub span {
  display: inline-block;
  background: -moz-linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 50%,
    #3b82d0 50%,
    #3b82d0 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 50%,
    #3b82d0 50%,
    #3b82d0 100%
  );
  background: linear-gradient(
    -45deg,
    #005bbe 0%,
    #005bbe 50%,
    #3b82d0 50%,
    #3b82d0 100%
  );
  padding: 1.2rem 5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.summary_parts .cc {
  margin: 4rem 0 0;
  font-size: 2.8rem;
  text-align: center;
}

.summary_parts .txt {
  margin: 3rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .summary_parts {
    margin: 6rem 0 6rem;
  }
  .summary_parts::after {
    left: 0;
    transform: translate(0, 0);
    background: url('img/summary_parts_bg01.png') center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }

  .summary_parts .summary_parts_inner::before,
  .summary_parts .summary_parts_inner::after {
    background: url('img/summary_parts_bg02.png') left top no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: calc(100% * 56 / 1000);
  }

  .summary_parts .summary_parts_block {
    padding: 2rem 2rem 3rem;
  }

  .summary_parts .sub span {
    padding: 1rem 3rem;
    font-size: 1.4rem;
  }

  .summary_parts .cc {
    margin: 2rem 0 0;
    font-size: 1.8rem;
    text-align: center;
  }

  .summary_parts .txt {
    margin: 1.5rem 0 0;
  }
}

/*--------------------------------------
　interview_parts
---------------------------------------*/
.interview_parts {
  margin: 10rem 0 10rem;
  position: relative;
  z-index: 0;
}
.interview_parts::after {
  content: '';
  position: absolute;
  top: 0;
  right: 25%;
  background: -moz-linear-gradient(150deg, #377fcd, #49b6f1);
  background: -webkit-linear-gradient(150deg, #377fcd, #49b6f1);
  background: linear-gradient(150deg, #377fcd, #49b6f1);
  width: 100vw;
  height: 70%;
  border-radius: 0 80px 0 0;
  box-sizing: border-box;
  z-index: -1;
}

.interview_parts p {
  margin: 0 0 0;
}

.interview_parts .eng {
  margin: 0 0 0 -5rem;
  color: rgba(255, 255, 255, 0.08);
  font-size: 12rem;
  font-weight: bold;
  white-space: nowrap;
}

.interview_parts .interview_item {
  max-width: 930px;
  margin: -3rem auto 0;
}

.interview_parts .sub {
  display: inline-block;
  background: -moz-linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 60%,
    #424a50 60%,
    #424a50 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 60%,
    #424a50 60%,
    #424a50 100%
  );
  background: linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 60%,
    #424a50 60%,
    #424a50 100%
  );
  padding: 1.2rem 2.5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  line-height: 1.2;
}

.interview_parts .item_inner {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: -2rem 0 0;
  padding: 5rem 5rem 6rem 0;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.interview_parts .l_box {
  width: 300px;
  box-sizing: border-box;
}

.interview_parts .img_box img {
  border-radius: 0 10px 10px 0;
}

.interview_parts .r_box {
  width: calc(100% - 300px);
  padding: 0 0 0 6rem;
  box-sizing: border-box;
}

.interview_parts ul {
  margin: 0 0 2rem;
}
.interview_parts ul li {
  font-weight: bold;
}
.interview_parts ul li {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
}
.interview_parts ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  background: #30e8a7;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
}

.interview_parts .interview_txt {
  padding: 3rem 0 3rem;
  border-bottom: 1px solid #cfd9e3;
}
.interview_parts .interview_txt:first-of-type {
  padding: 0 0 2rem;
}
.interview_parts .interview_txt:last-of-type {
  padding: 2rem 0 0;
  border-bottom: none;
}

#category,
#page .interview_parts .interview_txt:last-of-type {
  padding: 0;
}

.interview_parts .cc {
  font-size: 2rem;
}

.interview_parts .txt {
  margin: 1.5rem 0 0;
}

.interview_parts .btn-internal {
  width: 290px;
  margin: -4rem 5rem 0 auto;
}
.interview_parts .btn-internal a {
  max-width: 100%;
  margin: 0 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .interview_parts {
    margin: 6rem 0 6rem;
  }
  .interview_parts::after {
    right: -15px;
    width: calc(100% + 3rem);
    height: 85%;
    border-radius: 0 40px 0 0;
  }

  .interview_parts .eng {
    margin: 0 0 0 0;
    font-size: 5.5rem;
  }

  .interview_parts .interview_item {
    max-width: 100%;
    margin: -2rem auto 0;
  }

  .interview_parts .sub {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }

  .interview_parts .item_inner {
    display: block;
    margin: -1.5rem 0 0;
    padding: 0 0 0 0;
    border-radius: 5px;
  }

  .interview_parts .l_box {
    width: 100%;
  }

  .interview_parts .img_box img {
    border-radius: 5px 5px 0 0;
  }

  .interview_parts .r_box {
    width: 100%;
    padding: 2rem 2rem 6rem 2rem;
  }

  .interview_parts ul {
    margin: 0 0 2rem;
  }
  .interview_parts ul li {
    padding: 0 0 0 1.8rem;
    font-size: 1.5rem;
  }
  .interview_parts ul li::before {
    width: 12px;
    height: 12px;
  }

  .interview_parts .interview_txt {
    padding: 2rem 0 2rem;
    border-bottom: 1px solid #cfd9e3;
  }
  .interview_parts .interview_txt:first-of-type {
    padding: 0 0 1rem;
    margin: 0 0 1rem;
  }
  .interview_parts .interview_txt:last-of-type {
    padding: 0;
  }

  .interview_parts .cc {
    font-size: 1.7rem;
  }

  .interview_parts .btn-internal {
    width: 80%;
    margin: -3rem auto 0 auto;
  }
}

/*--------------------------------------
　banner_parts
---------------------------------------*/
.banner_parts {
  margin: 15rem auto 15rem;
}

.banner_parts .banner_parts_block {
  max-width: 880px;
  margin: auto;
}

.banner_parts a {
  display: block;
  background: #e6fcf4;
  padding: 3rem 0 4rem;
  box-sizing: border-box;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.banner_parts a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('img/banner_parts_01.png') left top no-repeat;
  background-size: 100% auto;
  width: 350px;
  height: 282px;
  margin: 0 0 -66px;
}

.banner_parts .sub {
  max-width: 50%;
  position: relative;
  top: -50px;
}
.banner_parts .sub span {
  display: inline-block;
  background: -moz-linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 50%,
    #353e44 50%,
    #353e44 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 50%,
    #353e44 50%,
    #353e44 100%
  );
  background: linear-gradient(
    -45deg,
    #2c363c 0%,
    #2c363c 50%,
    #353e44 50%,
    #353e44 100%
  );
  padding: 1.2rem 2.5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.banner_parts .banner_txt_wrap {
  width: calc(100% - 380px);
}

.banner_parts .banner_txt {
  display: inline-block;
  margin: -2rem 0 0;
  padding: 0 4rem 0 4rem;
  box-sizing: border-box;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.banner_parts .banner_txt::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url('img/arrow_01.png') left top no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 24px;
}
.banner_parts .banner_txt .large {
  font-size: 3.6rem;
  font-weight: bold;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .banner_parts {
    margin: 8rem auto 6rem;
  }

  .banner_parts .banner_parts_block {
    max-width: 100%;
  }

  .banner_parts a {
    padding: 2rem 1.5rem 42%;
  }
  .banner_parts a::after {
    bottom: 0;
    right: 0;
    background: url('img/banner_parts_01_sp.png') right top no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    margin: 0 0 -9%;
    padding-top: calc(100% * 333 / 680);
  }

  .banner_parts .sub {
    max-width: 100%;
    text-align: center;
    top: -40px;
  }
  .banner_parts .sub span {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }

  .banner_parts .banner_txt_wrap {
    width: 100%;
  }

  .banner_parts .banner_txt {
    display: block;
    margin: -2rem 0 0;
    padding: 0 1.5rem 0 1.5rem;
    font-size: 1.5rem;
    text-align: center;
  }
  .banner_parts .banner_txt::after {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: url('img/arrow_01.png') left top no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 20px;
  }
  .banner_parts .banner_txt .large {
    font-size: 2.2rem;
  }
}

/*--------------------------------------
　article_links
---------------------------------------*/
.article_links {
  margin: 10rem 0 10rem;
}

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

.article_links .ttl_wrap {
  width: 30%;
  padding: 1rem 0 1rem;
  box-sizing: border-box;
  text-align: center;
}

.article_links .eng {
  font-size: 7rem;
  font-weight: bold;
}

.article_links .a_ttl {
  margin: -2rem 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.article_links .links {
  width: 70%;
  padding: 1rem 0 1rem 5rem;
  box-sizing: border-box;
  border-left: 1px solid #bfc2c4;
}

.article_links .links ul {
  margin: 0 0 0;
}
.article_links .links ul li {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0;
}
.article_links .links ul li::before {
  display: none;
}
.article_links .links ul li a {
  display: inline-block;
  padding: 0 2.5rem 0 0;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
}
.article_links .links ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: solid 2px #2c363c;
  border-right: solid 2px #2c363c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .article_links {
    margin: 6rem 0 6rem;
  }

  .article_links .article_links_block {
    display: block;
  }

  .article_links .ttl_wrap {
    width: 100%;
    padding: 0 0 0;
    text-align: left;
  }
  .article_links .eng {
    font-size: 4rem;
  }

  .article_links .a_ttl {
    margin: -1.5rem 0 0;
    font-size: 1.8rem;
  }

  .article_links .links {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 0 0 0;
    border-left: none;
  }

  .article_links .links ul li {
    margin: 0 0 1rem 0;
  }
  .article_links .links ul li a {
    padding: 0 1.5rem 0 0;
  }
  .article_links .links ul li a::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: solid 1px #2c363c;
    border-right: solid 1px #2c363c;
  }
}

/*--------------------------------------
　sv_parts
---------------------------------------*/
.sv_parts {
  margin: 10rem 0 5rem;
  padding: 0 6rem 3rem;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 0;
}
.sv_parts::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  background: -moz-linear-gradient(135deg, #055fc1, #22b5f8);
  background: -webkit-linear-gradient(135deg, #055fc1, #22b5f8);
  background: linear-gradient(135deg, #055fc1, #22b5f8);
  width: 100vw;
  height: calc(100% - 30px);
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  z-index: -1;
}
.sv_parts::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    transparent 50%,
    transparent 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    transparent 50%,
    transparent 100%
  );
  background: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.05) 50%,
    transparent 50%,
    transparent 100%
  );
  width: 100vw;
  height: calc(100% - 30px);
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  z-index: -1;
}

.sv_parts p {
  margin: 0 0 0;
}

.sv_parts .sub {
  width: 115px;
}

.sv_parts .sv_parts_block {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 0;
}

.sv_parts .l_box {
  width: 430px;
  box-sizing: border-box;
}

.sv_parts .sponserd {
  font-size: 1.8rem;
}

.sv_parts .c_name {
  background: #004a9a;
  margin: 1rem 0 0;
  padding: 1.5rem 1.5rem 1.5rem 0;
  box-sizing: border-box;
  color: #76fed0;
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
.sv_parts .c_name::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  background: #004a9a;
  width: 60px;
  height: 100%;
}

.sv_parts .img_box {
  margin: 3rem 0 0;
}
.sv_parts .caption {
  margin: 1rem 0 0;
  color: #fff;
}

.sv_parts .r_box {
  width: calc(100% - 430px);
  padding: 2rem 0 0 5rem;
  box-sizing: border-box;
}

.sv_parts .btnWrap {
  display: flex;
  justify-content: space-around;
}

.sv_parts .btnWrap .btn a,
.sv_parts .btnWrap .btn-web a {
  margin: 4rem auto;
}

.sv_parts .cc {
  font-size: 2.4rem;
}

.sv_parts .txt {
  margin: 3rem 0 0;
}

.sv_parts .btn a {
  display: block;
  background: #fff;
  max-width: 100%;
  margin: 3rem 0 0 auto;
  padding: 2.5rem 6rem;
  box-sizing: border-box;
  color: #005bbe;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 100px;
  text-decoration: none !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.sv_parts .btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background: url('img/arrow_05.png') left top no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 20px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sv_parts {
    margin: 8rem 0 3rem;
    padding: 0 0 2rem 2rem;
  }
  .sv_parts::before {
    top: 20px;
    width: 100vw;
    height: calc(100% - 20px);
    z-index: -1;
  }
  .sv_parts::after {
    top: 20px;
    width: 100vw;
    height: calc(100% - 20px);
    z-index: -1;
  }

  .sv_parts .sub {
    width: 25%;
  }

  .sv_parts .sv_parts_block {
    display: block;
    margin: 2rem 0 0;
  }

  .sv_parts .l_box {
    width: 100%;
  }

  .sv_parts .sponserd {
    font-size: 1.6rem;
  }

  .sv_parts .c_name {
    padding: 1.5rem 1.5rem 1.5rem 0;
    font-size: 1.8rem;
  }
  .sv_parts .c_name::before {
    width: 20px;
  }

  .sv_parts .img_box {
    margin: 2rem 0 0;
  }

  .sv_parts .r_box {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 0 0 0;
  }

  .sv_parts .btnWrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .sv_parts .btnWrap .btn a {
    margin: 3rem auto 0;
  }
  .sv_parts .btnWrap .btn-web a {
    margin: 3rem auto;
  }

  .sv_parts .cc {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .sv_parts .txt {
    margin: 2rem 0 0;
  }

  .sv_parts .btn a {
    max-width: 90%;
    margin: 3rem auto 0 auto;
    padding: 2rem 4rem;
    font-size: 1.6rem;
  }
  .sv_parts .btn a::after {
    right: 15px;
    background: url('img/arrow_05.png') left top no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 16px;
  }
}
