html {
  color: #231815;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 100%;
}

main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

* {
  box-sizing: border-box;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1024px;
  position: relative;
}

body {
  background-position: top 80px center;
  background-repeat: repeat-y;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

* {
  letter-spacing: 0.05em;
}

.js-fadeup {
  transition-duration: 1s;
  opacity: 0;
  transform: translateY(20px);
}

.js-fadeup.effected {
  opacity: 1;
  transform: translateY(0);
}

.mincho01 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}

header {
  width: calc(100% - 60px);
  position: fixed;
  top: 30px;
  left: 30px;
  min-width: 964px;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.9);
}

header .wrapper {
  padding: 25px 55px 25px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .wrapper .logo {
  width: 655px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

header .wrapper .logo img {
  width: 470px;
  display: block;
}

header .wrapper .logo p {
  width: 155px;
  color: #666666;
  font-size: 22px;
  display: block;
  letter-spacing: 0;
}

header .wrapper .gnav {
  width: 648px;
  margin-left: calc(100% - 978px - 185px - 470px);
}

header .wrapper .gnav ul {
  display: flex;
  justify-content: space-between;
}

header .wrapper .gnav ul li {
  width: 162px;
  position: relative;
}

header .wrapper .gnav ul li:hover .mainmenu {
  background-color: #4993bc;
  color: #fff;
}

header .wrapper .gnav ul li:hover .children {
  visibility: visible;
  opacity: 1;
}

header .wrapper .gnav ul li .mainmenu {
  display: block;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  color: #4993bc;
  padding: 24px 0;
  text-align: center;
  opacity: 1 !important;
  transition-duration: 0.3s;
}

header .wrapper .gnav ul li .children {
  width: 310px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 0;
  border: 1px solid #4993bc;
  transition-duration: 0.5s;
}

header .wrapper .gnav ul li .children p+p {
  border-top: 1px solid #4993bc;
}

header .wrapper .gnav ul li .children p a {
  display: block;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  color: #4993bc;
  padding: 24px 0 24px 20px;
  opacity: 1 !important;
  transition-duration: 0.3s;
  background-color: #fff;
  background-image: url(../images/icon_arrow02.webp);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center right 15px;
}

header .wrapper .gnav ul li .children p a:hover {
  background-position: center right 8px;
  background-image: url(../images/icon_arrow01.webp);
  background-color: #AED0EE;
  color: #fff;
}

header .wrapper .btn_entry {
  width: 310px;
  position: relative;
  margin-left: 20px;
}

header .wrapper .btn_entry:hover .children {
  visibility: visible;
  opacity: 1;
}

header .wrapper .btn_entry dt a {
  width: 100%;
  background-color: #fe120e;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 27px;
  line-height: 28px;
  padding: 21px 0 21px 23px;
  background-image: url(../images/icon_arrow01.webp);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center right 15px;
  transition-duration: 0.3s;
}

header .wrapper .btn_entry dt a:hover {
  opacity: 1;
  background-color: #4d4d4d;
}

header .wrapper .btn_entry .children {
  width: 310px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 0;
  border: 1px solid #4993bc;
  transition-duration: 0.5s;
}

header .wrapper .btn_entry .children p+p {
  border-top: 1px solid #4993bc;
}

header .wrapper .btn_entry .children p a {
  display: block;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  color: #4993bc;
  padding: 24px 0 24px 20px;
  opacity: 1 !important;
  transition-duration: 0.3s;
  background-color: #fff;
  background-image: url(../images/icon_arrow02.webp);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center right 15px;
}

header .wrapper .btn_entry .children p a:hover {
  background-position: center right 8px;
  background-image: url(../images/icon_arrow01.webp);
  background-color: #AED0EE;
  color: #fff;
}

header .ham {
  display: none;
}

header .spmenu {
  transform: translateY(-2000px);
  display: none;
}

main {
  padding-bottom: 165px;
}

main section {
  position: relative;
  z-index: 10;
}

main section .idpoint {
  position: absolute;
  top: -107px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
}

main section .idpoint.idpoint02 {
  top: -127px;
}

main section.ttlsection .wrapper {
  padding: 0 40px;
  background-image: url(../images/bg_ttl_default.webp);
  background-size: cover;
  background-position: center center;
}

main section.ttlsection .wrapper .box01 {
  height: 385px;
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
  padding-top: 220px;
}

main section.ttlsection .wrapper .box01 .mainttl {
  text-align: center;
  font-weight: bold;
  font-size: 64px;
  color: #fff;
  letter-spacing: 10px;
  position: relative;
  z-index: 2;
}

main section.ttlsection .wrapper .box01 .icon {
  width: 262px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

main section.ttlsection .bc {
  padding: 30px;
  max-width: 1780px;
  width: 100%;
  margin: 0 auto;
}

main section.ttlsection .bc ul {
  font-size: 0;
  letter-spacing: 0;
}

main section.ttlsection .bc ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

main section.ttlsection .bc ul li a,
main section.ttlsection .bc ul li span {
  font-size: 24px;
  color: #231815;
  text-decoration: none;
  display: block;
}

main section .wrapper .btn01 {
  border: 1px solid #0071bc;
  width: 466px;
  max-width: 100%;
  padding: 25px 0 25px 45px;
  color: #0071bc;
  font-size: 26px;
  position: relative;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  display: block;
  border-radius: 100px;
  transition-duration: 0.3s;
  opacity: 1 !important;
  overflow: hidden;
  z-index: 1;
}

main section .wrapper .btn01 span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 20px;
  margin: 8px 10px 0 0;
  background-color: #0071bc;
}

main section .wrapper .btn01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0071bc;
  transform: translateX(-100%);
  transition: transform 0.3s;
  z-index: -1;
}

main section .wrapper .btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 20px;
  height: 15.5px;
  background-image: url(../images/icon_btn01_blue.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
  transition: background-image 0.3s;
}

main section .wrapper .btn01:hover {
  color: #fff !important;
}

main section .wrapper .btn01:hover span {
  background-color: #fff !important;
}

main section .wrapper .btn01:hover::before {
  transform: translateX(0);
}

main section .wrapper .btn01:hover::after {
  background-image: url(../images/icon_btn01_hover.webp) !important;
}

main section .wrapper .btn01.btn01_green {
  color: #3d9947;
  border-color: #3d9947;
}

main section .wrapper .btn01.btn01_green::after {
  background-image: url(../images/icon_btn01_gr.webp);
}

main section .wrapper .btn01.btn01_green::before {
  background-color: #3d9947;
}

main section .wrapper .btn01.btn01_green span {
  background-color: #3d9947;
}

main section .wrapper .btn01.btn01_purple {
  color: #9e6bb2;
  border-color: #9e6bb2;
}

main section .wrapper .btn01.btn01_purple::after {
  background-image: url(../images/icon_btn01_pe.webp);
}

main section .wrapper .btn01.btn01_purple::before {
  background-color: #9e6bb2;
}

main section .wrapper .btn01.btn01_purple span {
  background-color: #9e6bb2;
}

main section .wrapper .btn01.btn01_emerald {
  color: #00a99d;
  border-color: #00a99d;
}

main section .wrapper .btn01.btn01_emerald::after {
  background-image: url(../images/icon_btn01_em.webp);
}

main section .wrapper .btn01.btn01_emerald::before {
  background-color: #00a99d;
}

main section .wrapper .btn01.btn01_emerald span {
  background-color: #00a99d;
}

main section .wrapper .btn01.btn01_orange {
  color: #fe120e;
  border-color: #fe120e;
}

main section .wrapper .btn01.btn01_orange::after {
  background-image: url(../images/icon_btn01_or.webp);
}

main section .wrapper .btn01.btn01_orange::before {
  background-color: #fe120e;
}

main section .wrapper .btn01.btn01_orange span {
  background-color: #fe120e;
}

main section .wrapper .btn03 {
  width: 760px;
  height: 126px;
  border-radius: 126px;
  max-width: 100%;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#2e3290), to(#0770ba));
  background: linear-gradient(90deg, #2e3290 0%, #0770ba 100%);
  display: block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  opacity: 1 !important;
  transition-duration: 0.3s;
}

main section .wrapper .btn03.btn03_green {
  background: -webkit-gradient(linear, left top, right top, from(#0085c7), to(#00b5ac));
  background: linear-gradient(90deg, #0085c7 0%, #00b5ac 100%);
}

main section .wrapper .btn03.btn03_orange {
  background: -webkit-gradient(linear, left top, right top, from(#fd140e), to(#fe9123));
  background: linear-gradient(90deg, #fd140e 0%, #fe9123 100%);
}

main section .wrapper .btn03.btn03_purple {
  background: -webkit-gradient(linear, left top, right top, from(#9e6bb2), to(#9e6bb2));
  background: linear-gradient(90deg, #9e6bb2 0%, #9e6bb2 100%);
}

main section .wrapper .btn03:hover {
  filter: brightness(1.3);
}

main section .wrapper .btn03 p {
  width: 100%;
  padding: 0 126px 0 80px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}

main section .wrapper .btn03 .icon {
  width: 84px;
  display: block;
  position: absolute;
  top: 21px;
  right: 21px;
}

main section .wrapper .btn03.btn03_b {
  padding: 4px;
}

main section .wrapper .btn03.btn03_b div {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 126px;
  display: flex;
  align-items: center;
}

main section .wrapper .btn03.btn03_b.btn03_orange p {
  color: #e7271e;
}

main section .wrapper .btnlist02 {
  font-size: 0;
  letter-spacing: 0;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}

main section .wrapper .btnlist02 li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-top: 45px;
}

main section .wrapper .btnlist02 li:nth-child(1),
main section .wrapper .btnlist02 li:nth-child(2),
main section .wrapper .btnlist02 li:nth-child(3) {
  margin-top: 0;
}

main section .wrapper .btnlist02 li+li {
  margin-left: 5%;
}

main section .wrapper .btnlist02 li a {
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  border-top: 1px solid #0071bc;
  border-bottom: 1px solid #0071bc;
  opacity: 1 !important;
  transition-duration: 1s;
  text-align: left;
}

main section .wrapper .btnlist02 li a:hover {
  /*filter: brightness(1.3);*/
  background-color: #aed0ee;
  border-top: 1px solid #aed0ee;
  border-bottom: 1px solid #aed0ee;
  color: #fff;
}

main section .wrapper .btnlist02 li a:hover .txtbox::before {
  transform: translateX(10px);
}

main section .wrapper .btnlist02 li a::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #0071bc;
}

main section .wrapper .btnlist02 li a::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0071bc;
}

main section .wrapper .btnlist02 li a:hover::before,
main section .wrapper .btnlist02 li a:hover::after {
  background-color: #aed0ee;
}

main section .wrapper .btnlist02 li a .txtbox {
  height: 180px;
  display: flex;
  align-items: center;
  position: relative;
}

main section .wrapper .btnlist02 li a .txtbox p {
  width: 100%;
  font-size: 30px;
  padding-right: 50px;
  font-weight: bold;
  line-height: 1.7;
  color: #0071bc;
  padding-left: 45px;
}

main section .wrapper .btnlist02 li a:hover .txtbox p {
  color: #fff;
}

main section .wrapper .btnlist02 li a .txtbox::before {
  content: "";
  display: block;
  width: 15.5px;
  height: 21px;
  background-image: url(../images/icon_btn02_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10.5px;
  transition-duration: 0.3s;
}

main section .wrapper .btnlist02 li a:hover .txtbox::before {
  background-image: url(../images/icon_btn02_white.svg);
}

main section .wrapper .btnlist02.btnlist02_orange li a {
  border-color: #ff0000 !important;
}

main section .wrapper .btnlist02.btnlist02_orange li a::before,
main section .wrapper .btnlist02.btnlist02_orange li a::after {
  background-color: #ff0000 !important;
}

main section .wrapper .btnlist02.btnlist02_orange li a .txtbox p {
  color: #ff0000 !important;
}

main section .wrapper .btnlist02.btnlist02_orange li a .txtbox::before {
  background-image: url(../images/icon_btn02_orange.svg) !important;
}

main section .wrapper .btnlist02.btnlist02_orange li a:hover {
  background-color: #ffa0a0 !important;
  border-top: 1px solid #ffa0a0 !important;
  border-bottom: 1px solid #ffa0a0 !important;
  color: #fff;
}

main section .wrapper .btnlist02.btnlist02_orange li a:hover::before,
main section .wrapper .btnlist02.btnlist02_orange li a:hover::after {
  background-color: #ffa0a0 !important;
}

main section .wrapper .btnlist02.btnlist02_orange li a:hover .txtbox p {
  color: #fff !important;
}

main section .wrapper .btnlist02.btnlist02_orange li a:hover .txtbox::before {
  background-image: url(../images/icon_btn02_white.svg) !important;
}

main .modal_window {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  z-index: 10000000;
  display: none;
  overflow-y: auto;
}

main .modal_window .modal_wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 100px 0;
  box-sizing: border-box;
}

main .modal_window .modal_wrapper .modal_box {
  margin: auto;
  position: relative;
}

footer {
  background-color: #666;
}

footer .wrapper {
  padding: 60px 0 20px;
  width: 924px;
  margin: 0 auto;
}

footer .wrapper .mainmenulist {
  display: flex;
  justify-content: space-between;
}

footer .wrapper .mainmenulist li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

footer .wrapper .mainmenulist li .mainmenu_box {
  border-left: 1px solid #fff;
  padding-left: 10px;
  line-height: 1;
  height: 12px;
}

footer .wrapper .mainmenulist li .children {
  margin-top: 50px;
}

footer .wrapper .mainmenulist li .children p {
  position: relative;
  padding-left: 13px;
}

footer .wrapper .mainmenulist li .children p+p {
  margin-top: 8px;
}

footer .wrapper .mainmenulist li .children p::before {
  content: "";
  display: block;
  width: 3px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 0;
}

footer .wrapper .mainmenulist li .children .grandchildren {
  margin-top: 8px;
  padding-bottom: 30px;
}

footer .wrapper .mainmenulist li .children .grandchildren p::before {
  display: none;
}

footer .wrapper .copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
}

footer .wrapper .copy dt {
  width: 50%;
  font-size: 0;
  letter-spacing: 0;
  display: flex;
}

footer .wrapper .copy dt a {
  padding-right: 17px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-image: url(../images/icon_link01.webp);
  background-size: 12px auto;
  background-position: center right 0;
  background-repeat: no-repeat;
}

footer .wrapper .copy dt a+a {
  margin-left: 20px;
}

footer .wrapper .copy .youtube {
  display: flex;
}

footer .wrapper .copy .youtube i {
  background: url(../images/icon_youtube.png) no-repeat 0 0;
  background-size: cover;
  width: 30px;
  height: 21px;
  display: inline-block;
  margin-right: 8px;
}

footer .wrapper .copy dd {
  width: 50%;
  text-align: right;
  color: #fff;
  font-size: 14px;
}

footer .logobox {
  background-color: #fff;
  padding: 20px 0;
}

footer .logobox a {
  width: 203px;
  display: block;
  margin: 0 auto;
}

footer .logobox a img {
  width: 100%;
  display: block;
}

footer .pagetop {
  width: 80px;
  display: block;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

footer .pagetop.stop {
  position: absolute;
  bottom: 567px;
}

footer .pagetop img {
  width: 100%;
  display: block;
}

/* ------------------------------
 common - width: < 1800px
------------------------------ */
@media screen and (max-width: 1800px) {
  header {
    width: calc(100% - 60px);
    position: fixed;
    top: 30px;
    left: 30px;
    min-width: 964px;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.9);
  }

  header .wrapper {
    padding: 25px 55px 25px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .wrapper .logo {
    width: 530px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
  }

  header .wrapper .logo img {
    width: 380px;
    display: block;
  }

  header .wrapper .logo p {
    width: 130px;
    color: #666666;
    font-size: 18px;
    display: block;
    letter-spacing: 0;
  }

  header .wrapper .gnav {
    width: 520px;
    margin-left: calc(100% - 530px - 520px - 260px);
  }

  header .wrapper .gnav ul {
    display: flex;
    justify-content: space-between;
  }

  header .wrapper .gnav ul li {
    width: 130px;
    position: relative;
  }

  header .wrapper .gnav ul li:hover .mainmenu {
    background-color: #4993bc;
    color: #fff;
  }

  header .wrapper .gnav ul li:hover .children {
    visibility: visible;
    opacity: 1;
  }

  header .wrapper .gnav ul li .mainmenu {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 1;
    color: #4993bc;
    padding: 16px 0;
    text-align: center;
    opacity: 1 !important;
    transition-duration: 0.3s;
  }

  header .wrapper .gnav ul li .children {
    width: 240px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    border: 1px solid #4993bc;
    transition-duration: 0.5s;
  }

  header .wrapper .gnav ul li .children p+p {
    border-top: 1px solid #4993bc;
  }

  header .wrapper .gnav ul li .children p a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    color: #4993bc;
    padding: 17px 0 17px 15px;
    opacity: 1 !important;
    transition-duration: 0.3s;
    background-color: #fff;
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: center right 10px;
  }

  header .wrapper .gnav ul li .children p a:hover {
    background-position: center right 8px;
    background-color: #AED0EE;
    color: #fff;
  }

  header .wrapper .btn_entry {
    width: 240px;
    position: relative;
    margin-left: 20px;
  }

  header .wrapper .btn_entry:hover .children {
    visibility: visible;
    opacity: 1;
  }

  header .wrapper .btn_entry dt a {
    width: 100%;
    background-color: #fe120e;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 0 15px 15px;
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: center right 10px;
    transition-duration: 0.3s;
  }

  header .wrapper .btn_entry dt a:hover {
    opacity: 1;
    background-color: #4d4d4d;
  }

  header .wrapper .btn_entry .children {
    width: 240px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    border: 1px solid #4993bc;
    transition-duration: 0.5s;
  }

  header .wrapper .btn_entry .children p+p {
    border-top: 1px solid #4993bc;
  }

  header .wrapper .btn_entry .children p a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    color: #4993bc;
    padding: 17px 0 17px 15px;
    opacity: 1 !important;
    transition-duration: 0.3s;
    background-color: #fff;
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: center right 10px;
  }

  header .wrapper .btn_entry .children p a:hover {
    background-position: center right 8px;
    background-color: #AED0EE;
    color: #fff;
  }

  header .ham {
    display: none;
  }

  header .spmenu {
    transform: translateY(-2000px);
  }
}

/* ------------------------------
 common - width: < 1500px
------------------------------ */
@media screen and (max-width: 1500px) {
  header {
    width: calc(100% - 60px);
    position: fixed;
    top: 30px;
    left: 30px;
    min-width: 964px;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.9);
  }

  header .wrapper {
    padding: 25px 25px 25px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .wrapper .logo {
    width: 430px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
  }

  header .wrapper .logo img {
    width: 300px;
    display: block;
  }

  header .wrapper .logo p {
    width: 115px;
    color: #666666;
    font-size: 16px;
    display: block;
    letter-spacing: 0;
  }

  header .wrapper .gnav {
    width: 440px;
    margin-left: calc(100% - 430px - 440px - 210px);
  }

  header .wrapper .gnav ul {
    display: flex;
    justify-content: space-between;
  }

  header .wrapper .gnav ul li {
    width: 110px;
    position: relative;
  }

  header .wrapper .gnav ul li:hover .mainmenu {
    background-color: #4993bc;
    color: #fff;
  }

  header .wrapper .gnav ul li:hover .children {
    visibility: visible;
    opacity: 1;
  }

  header .wrapper .gnav ul li .mainmenu {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    color: #4993bc;
    padding: 12px 0;
    text-align: center;
    opacity: 1 !important;
    transition-duration: 0.3s;
  }

  header .wrapper .gnav ul li .children {
    width: 200px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    border: 1px solid #4993bc;
    transition-duration: 0.5s;
  }

  header .wrapper .gnav ul li .children p+p {
    border-top: 1px solid #4993bc;
  }

  header .wrapper .gnav ul li .children p a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    color: #4993bc;
    padding: 13px 0 13px 12px;
    opacity: 1 !important;
    transition-duration: 0.3s;
    background-color: #fff;
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: center right 7px;
  }

  header .wrapper .gnav ul li .children p a:hover {
    background-position: center right 5px;
  }

  header .wrapper .btn_entry {
    width: 200px;
    position: relative;
    margin-left: 10px;
  }

  header .wrapper .btn_entry:hover .children {
    visibility: visible;
    opacity: 1;
  }

  header .wrapper .btn_entry dt a {
    width: 100%;
    background-color: #fe120e;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 0 12px 12px;
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: center right 10px;
    transition-duration: 0.3s;
  }

  header .wrapper .btn_entry dt a:hover {
    opacity: 1;
    background-color: #4d4d4d;
  }

  header .wrapper .btn_entry .children {
    width: 200px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    border: 1px solid #4993bc;
    transition-duration: 0.5s;
  }

  header .wrapper .btn_entry .children p+p {
    border-top: 1px solid #4993bc;
  }

  header .wrapper .btn_entry .children p a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    color: #4993bc;
    padding: 13px 0 13px 12px;
    opacity: 1 !important;
    transition-duration: 0.3s;
    background-color: #fff;
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: center right 7px;
  }

  header .wrapper .btn_entry .children p a:hover {
    background-position: center right 5px;
  }

  header .ham {
    display: none;
  }

  header .spmenu {
    transform: translateY(-2000px);
  }
}

/* ------------------------------
 common - width: < 1200px
------------------------------ */
@media screen and (max-width: 1200px) {
  header {
    width: calc(100% - 60px);
    position: fixed;
    top: 30px;
    left: 30px;
    min-width: 964px;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.9);
  }

  header .wrapper {
    padding: 25px 25px 25px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .wrapper .logo {
    width: 365px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
  }

  header .wrapper .logo img {
    width: 250px;
    display: block;
  }

  header .wrapper .logo p {
    width: 100px;
    color: #666666;
    font-size: 14px;
    display: block;
    letter-spacing: 0;
  }

  header .wrapper .gnav {
    width: 340px;
    margin-left: calc(100% - 365px - 360px - 180px);
  }

  header .wrapper .gnav ul {
    display: flex;
    justify-content: space-between;
  }

  header .wrapper .gnav ul li {
    width: 85px;
    position: relative;
  }

  header .wrapper .gnav ul li:hover .mainmenu {
    background-color: #4993bc;
    color: #fff;
  }

  header .wrapper .gnav ul li:hover .children {
    visibility: visible;
    opacity: 1;
  }

  header .wrapper .gnav ul li .mainmenu {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    color: #4993bc;
    padding: 12px 0;
    text-align: center;
    opacity: 1 !important;
    transition-duration: 0.3s;
  }

  header .wrapper .gnav ul li .children {
    width: 180px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 38px;
    left: 0;
    border: 1px solid #4993bc;
    transition-duration: 0.5s;
  }

  header .wrapper .gnav ul li .children p+p {
    border-top: 1px solid #4993bc;
  }

  header .wrapper .gnav ul li .children p a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    color: #4993bc;
    padding: 12px 0 12px 10px;
    opacity: 1 !important;
    transition-duration: 0.3s;
    background-color: #fff;
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: center right 5px;
  }

  header .wrapper .gnav ul li .children p a:hover {
    background-position: center right 3px;
  }

  header .wrapper .btn_entry {
    width: 180px;
    position: relative;
    margin-left: 0;
  }

  header .wrapper .btn_entry:hover .children {
    visibility: visible;
    opacity: 1;
  }

  header .wrapper .btn_entry dt a {
    width: 100%;
    background-color: #fe120e;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 0 12px 12px;
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: center right 10px;
    transition-duration: 0.3s;
  }

  header .wrapper .btn_entry dt a:hover {
    opacity: 1;
    background-color: #4d4d4d;
  }

  header .wrapper .btn_entry .children {
    width: 180px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 38px;
    left: 0;
    border: 1px solid #4993bc;
    transition-duration: 0.5s;
  }

  header .wrapper .btn_entry .children p+p {
    border-top: 1px solid #4993bc;
  }

  header .wrapper .btn_entry .children p a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    color: #4993bc;
    padding: 12px 0 12px 10px;
    opacity: 1 !important;
    transition-duration: 0.3s;
    background-color: #fff;
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: center right 5px;
  }

  header .wrapper .btn_entry .children p a:hover {
    background-position: center right 3px;
  }

  header .ham {
    display: none;
  }

  header .spmenu {
    transform: translateY(-2000px);
  }

  main section.ttlsection .wrapper {
    padding: 0 20px;
  }

  main section.ttlsection .wrapper .box01 {
    padding-top: 220px;
  }

  main section.ttlsection .wrapper .box01 .mainttl {
    font-size: 48px;
    letter-spacing: 8px;
  }

  main section.ttlsection .wrapper .box01 .icon {
    width: 210px;
  }

  main section.ttlsection .bc {
    padding: 20px;
  }

  main section.ttlsection .bc ul li a,
  main section.ttlsection .bc ul li span {
    font-size: 20px;
  }
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 768px) {

  html,
  body {
    min-width: 375px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  * {
    letter-spacing: 1px;
  }

  body {
    background-position: top 160px center;
  }

  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 375px;
    z-index: 100000;
    background-color: rgba(255, 255, 255, 0.9);
  }

  header.spmenu_opened .ham img.icon_ham {
    opacity: 0;
  }

  header.spmenu_opened .ham img.icon_close {
    opacity: 1;
  }

  header.spmenu_opened .spmenu {
    transform: translateY(0);
  }

  header .wrapper {
    padding: 0 70px 0 15px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100000;
    background-color: #fff;
  }

  header .wrapper .logo {
    width: 170px;
    display: block;
    position: relative;
  }

  header .wrapper .logo img {
    width: 100%;
    display: block;
  }

  header .wrapper .logo p {
    width: 100%;
    color: #666666;
    font-size: 8px;
    display: block;
    letter-spacing: 0;
    position: absolute;
    bottom: -15px;
    left: 0;
  }

  header .wrapper .logo p br {
    display: none;
  }

  header .wrapper .logo p span {
    display: inline-block;
    width: 5px;
  }

  header .wrapper .gnav {
    display: none;
  }

  header .wrapper .btn_entry {
    width: 85px;
    position: relative;
    margin-left: 0;
  }

  header .wrapper .btn_entry:hover .children {
    visibility: visible;
    opacity: 1;
  }

  header .wrapper .btn_entry dt a {
    width: 100%;
    background-color: #fe120e;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    line-height: 13px;
    padding: 11px 0 11px 10px;
    background-size: 5px auto;
    background-repeat: no-repeat;
    background-position: center right 6px;
    transition-duration: 0.3s;
  }

  header .wrapper .btn_entry dt a:hover {
    opacity: 1;
    background-color: #4d4d4d;
  }

  header .wrapper .btn_entry dt a span {
    display: none;
  }

  header .wrapper .btn_entry .children {
    display: none !important;
  }

  header .ham {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1000000;
  }

  header .ham img {
    display: block;
    margin: 0 auto;
    position: absolute;
  }

  header .ham img.icon_ham {
    width: 100%;
    top: 3px;
    left: 0;
    opacity: 1;
  }

  header .ham img.icon_close {
    width: 28px;
    top: 1px;
    left: 1px;
    opacity: 0;
  }

  header .spmenu {
    position: absolute;
    background-color: #fff;
    top: 69px;
    width: 100%;
    min-width: 375px;
    height: calc(100dvh - 69px);
    max-height: 750px;
    left: 0;
    z-index: 10000;
    overflow-y: auto;
    transition-duration: 1s;
    transform: translateY(-750px);
    display: block;
  }

  header .spmenu .spwrapper .mainmenulist li:last-child .children {
    border-bottom: 1px solid #4993bc;
  }

  header .spmenu .spwrapper .mainmenulist li .mainmenu_box {
    border-top: 1px solid #fff;
  }

  header .spmenu .spwrapper .mainmenulist li .mainmenu_box a {
    display: block;
    text-decoration: none;
    font-size: 16.5px;
    color: #fff;
    background-color: #4993bc;
    line-height: 17px;
    padding: 14px 20px;
    background-image: url(../images/icon_arrow01.webp);
    background-size: auto 11px;
    background-repeat: no-repeat;
    background-position: center right 15px;
    transition-duration: 0.3s;
  }

  header .spmenu .spwrapper .mainmenulist li .mainmenu_box a:hover {
    opacity: 1;
    background-color: #4d4d4d;
  }

  header .spmenu .spwrapper .mainmenulist li .children p {
    border-top: 1px solid #4993bc;
  }

  header .spmenu .spwrapper .mainmenulist li .children p a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #4993bc;
    font-weight: bold;
    font-weight: bold;
    line-height: 1;
    padding: 10px 20px;
  }

  main {
    margin-top: 70px;
    padding-bottom: 90px;
  }

  main section .idpoint {
    position: absolute;
    top: -90px;
    left: 0;
    width: 1px;
    height: 1px;
    display: block;
  }

  main section .idpoint.idpoint02 {
    top: -60px;
  }

  main section.ttlsection .wrapper {
    padding: 0 20px;
  }

  main section.ttlsection .wrapper .box01 {
    height: 90px;
    padding-top: 35px;
    max-width: 100%;
  }

  main section.ttlsection .wrapper .box01 .mainttl {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 3px;
  }

  main section.ttlsection .wrapper .box01 .icon {
    width: auto;
    height: 90px;
  }

  main section.ttlsection .bc {
    padding: 15px 20px;
  }

  main section.ttlsection .bc ul li {
    margin-right: 3px;
  }

  main section.ttlsection .bc ul li a,
  main section.ttlsection .bc ul li span {
    font-size: 11px;
  }

  main section .wrapper .btn01 {
    border: 1px solid #0071bc;
    width: 100%;
    max-width: 100%;
    padding: 15px 0 15px 20px;
    color: #0071bc;
    font-size: 14px;
    position: relative;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    display: block;
    border-radius: 100px;
    transition-duration: 0.3s;
    opacity: 1 !important;
  }

  main section .wrapper .btn01 span {
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 7px;
    border-radius: 20px;
    margin: 5px 7px 0 0;
    background-color: #0071bc;
  }

  main section .wrapper .btn01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0071bc;
    transform: translateX(-100%);
    transition: transform 0.3s;
    z-index: -1;
  }

  main section .wrapper .btn01::after {
    right: 12px;
    width: 15px;
    height: 10px;
  }

  main section .wrapper .btn03 {
    width: 310px;
    height: 63px;
    border-radius: 126px;
    max-width: 100%;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#2e3290), to(#0770ba));
    background: linear-gradient(90deg, #2e3290 0%, #0770ba 100%);
    display: block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    opacity: 1 !important;
    transition-duration: 0.3s;
  }

  main section .wrapper .btn03:hover {
    filter: brightness(1.3);
  }

  main section .wrapper .btn03 p {
    width: 100%;
    padding: 0 53px 0 25px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }

  main section .wrapper .btn03 .icon {
    width: 42px;
    display: block;
    position: absolute;
    top: 10.5px;
    right: 10.5px;
  }

  main section .wrapper .btn03.btn03_b {
    padding: 2px;
  }

  main section .wrapper .btnlist02 {
    font-size: 0;
    letter-spacing: 0;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
  }

  main section .wrapper .btnlist02 li {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
  }

  main section .wrapper .btnlist02 li:nth-child(1),
  main section .wrapper .btnlist02 li:nth-child(2),
  main section .wrapper .btnlist02 li:nth-child(3) {
    margin-top: 0;
  }

  main section .wrapper .btnlist02 li+li {
    margin-left: 3.5%;
  }

  main section .wrapper .btnlist02 li a {
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
    border-top: 1px solid #0071bc;
    border-bottom: 1px solid #0071bc;
    opacity: 1 !important;
    transition-duration: 0.3s;
    text-align: left;
  }

  main section .wrapper .btnlist02 li a:hover {
    /*filter: brightness(1.3);*/
  }

  main section .wrapper .btnlist02 li a:hover .txtbox::before {
    transform: translateX(3px);
  }

  main section .wrapper .btnlist02 li a::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 5px);
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #0071bc;
  }

  main section .wrapper .btnlist02 li a::after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 5px);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0071bc;
  }

  main section .wrapper .btnlist02 li a .txtbox {
    height: 63px;
    display: flex;
    align-items: center;
    position: relative;
  }

  main section .wrapper .btnlist02 li a .txtbox p {
    width: 100%;
    font-size: 10px;
    padding-right: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #0071bc;
    padding-left: 12px;
    letter-spacing: 0;
  }

  main section .wrapper .btnlist02 li a .txtbox::before {
    content: "";
    display: block;
    width: 10px;
    height: 8px;
    background-image: url(../images/icon_btn02_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -4px;
    transition-duration: 0.3s;
  }

  main .modal_window {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 375px;
    z-index: 10000000;
    display: none;
    overflow-y: auto;
  }

  main .modal_window .modal_wrapper {
    width: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    box-sizing: border-box;
  }

  main .modal_window .modal_wrapper .modal_box {
    margin: auto;
    position: relative;
  }

  footer {
    background-color: #666;
  }

  footer .wrapper {
    width: 100%;
    height: 425px;
    padding: 30px 30px 0;
    margin: 0 auto;
  }

  footer .wrapper .mainmenulist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0;
    max-width: 400px;
    margin: 0 auto;
  }

  footer .wrapper .mainmenulist li {
    width: 50%;
  }

  footer .wrapper .mainmenulist li:nth-child(1) {
    width: 100%;
  }

  footer .wrapper .mainmenulist li:nth-child(1) .children {
    margin-top: 30px;
  }

  footer .wrapper .mainmenulist li:nth-child(1) .children p {
    padding-left: 0;
  }

  footer .wrapper .mainmenulist li:nth-child(1) .children p a {
    font-size: 15px;
  }

  footer .wrapper .mainmenulist li:nth-child(2) {
    order: 2;
  }

  footer .wrapper .mainmenulist li:nth-child(3) {
    order: 4;
  }

  footer .wrapper .mainmenulist li:nth-child(4) {
    order: 6;
    transform: translateY(-70px);
  }

  footer .wrapper .mainmenulist li:nth-child(5) {
    -ms-flex-order: 3;
    order: 3;
    padding-left: 30px;
  }

  footer .wrapper .mainmenulist li:nth-child(6) {
    -ms-flex-order: 5;
    order: 5;
    padding-left: 30px;
  }

  footer .wrapper .mainmenulist li a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
  }

  footer .wrapper .mainmenulist li .mainmenu_box {
    border: none;
    padding-left: 0;
    line-height: 1;
    height: 12px;
  }

  footer .wrapper .mainmenulist li .children {
    margin-top: 18px;
  }

  footer .wrapper .mainmenulist li .children p {
    position: relative;
    padding-left: 13px;
    line-height: 1;
    margin-top: 5px !important;
  }

  footer .wrapper .mainmenulist li .children p a {
    font-size: 9px;
    line-height: 1;
  }

  footer .wrapper .mainmenulist li .children p+p {
    margin-top: 0;
  }

  footer .wrapper .mainmenulist li .children p::before {
    content: "";
    display: block;
    width: 3px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
  }

  footer .wrapper .mainmenulist li .children .grandchildren {
    display: none;
  }

  footer .wrapper .copy {
    display: block;
    margin-top: -40px;
  }

  footer .wrapper .copy dt {
    display: none;
  }

  footer .wrapper .copy dd {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 8px;
  }

  footer .logobox {
    background-color: #fff;
    padding: 10px 0;
  }

  footer .logobox a {
    width: 101.5px;
    display: block;
    margin: 0 auto;
  }

  footer .logobox a img {
    width: 100%;
    display: block;
  }

  footer .pagetop {
    width: 60px;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
  }

  footer .pagetop.stop {
    position: absolute;
    bottom: 478px;
  }

  footer .pagetop img {
    width: 100%;
    display: block;
  }
}