@charset "UTF-8";
/* ----------------------------------------------------------

 Base Layout

---------------------------------------------------------- */

html {
	font-size: 62.5%;/* 10px */
  margin-top: 0 !important;
}

body {
  word-break: break-all;

  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

@-webkit-keyframes opening {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opening {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.anime {
  opacity: 0;
}

.open {
  opacity: 1;
-webkit-animation: 1.0s ease-in-out 0s normal opening both;
          animation: 1.0s ease-in-out 0s normal opening both;
}


.en {
  font-family: "univers-next-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  word-break: normal;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

em {
  font-style: inherit;
}


a {
  -webkit-transition: .3s;
       -o-transition: .3s;
          transition: .3s;
  text-decoration: none;

  color: inherit;
}

a:hover,
a:active {
  opacity: .8;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 100;
}

#MenuNavi {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

mark {
  background: rgba(255,231,105,.5);
  font-weight: 500;
}


@media screen and (max-width: 760px) {
  body {
    font-size: 1.5rem;
    background-size: 10px auto;
  }

}



/* ----------------------------------------------------------
 * Selected Text
 *---------------------------------------------------------- */
::-moz-selection {
  background: rgba(255,231,105,.5);
  /* Safari */
}
::selection {
  background: rgba(255,231,105,.5);
  /* Safari */
}

::-moz-selection {
  background: rgba(255,231,105,.5);
  /* Firefox */
}

/*  btn
---------------------------------------------------------- */
.btn_more {
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  display: block;
}

.btn_more a,
.btn_more span {
  display: inline-block;
  font-weight: 700;
  line-height: 40px;
  padding-right: 50px;
  text-decoration: underline;
  transition: .3s;
  position: relative;
}

.btn_more.back a {
  padding-left: 50px;
  padding-right: 0;
}

.btn_more a::after,
.btn_more span::after {
  content: "";
  position: absolute;
  font-size: 1.6rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-decoration: underline;
  background: #F17052 url(../images/cmn/arrow_w.svg) center center no-repeat;
  background-size: 11px auto;
  transition: .3s;
}

.btn_more.back a::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.thema02 .btn_more a::after {
  background: #FFF url(../images/cmn/arrow.svg) center center no-repeat;
  background-size: 11px auto;
}

.btn_more a:hover{
  opacity: 1;
}

.btn_more a:hover::after,
a:hover .btn_more span::after {
  transform: translateY(-50%) scale(1.1);
  transform-origin: center;
}

.btn_more.back a:hover::after {
  transform: translateY(-50%) rotate(180deg) scale(1.1);
}

.btn_more.down a::after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.btn_list a {
  display: block;
  line-height: 17px;
  padding-left: 30px;
  background: url(../images/cmn/icon_list.svg) 0 2px no-repeat;
  background-size: 15px auto;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 700;
  transition: .3s;
}

.btn_list a:hover {
  opacity: 1;
  color: #1B254D;
}

.btn_sub {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.btn_sub span {
  line-height: 40px;
  background: #303030;
  color: #FFF;
  font-size: 1.2rem;
  position: relative;
  border-radius: 20px;
  display: block;
  font-weight: bold;
  text-align: center;
  transition: .3s;
}

a:hover .btn_sub span {
  background: #FF810D;
}

.btn_sub span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/cmn/arrow.svg) center center no-repeat;
  background-size: 8px auto;
  transform: rotate(45deg);
  transition: .3s;
}

a:hover .btn_sub span::before {
  width: 34px;
}

@media screen and (max-width: 760px) {
  .btn_more {
    margin-top: 5%;
  }

  .btn_more a,
  .btn_more span {
    line-height: 30px;
    padding-right: 40px;
    font-size: 1.3rem;
  }

  .btn_more a::after,
  .btn_more span::after {
    width: 30px;
    height: 30px;
  }

  .btn_more.back a {
    padding-left: 40px;
  }
}

/*  wrapInner
---------------------------------------------------------- */
#wrapInner {
  width: 100%;
}

#container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 35px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes trackanim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.003);
  }
  100% {
    transform: scale(1);
  }
}


/* 無限スクロール */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.bg_txt_box {
  position: absolute;
  overflow:hidden;
  width: 100%;
}

.bg_txt_box .bg_txt {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
  will-change: transform;
}

.bg_txt_box .bg_txt span {
  padding: 0 25px;
  flex-shrink: 0;
  white-space: nowrap;
}


/*  pan
 *---------------------------------------------------------- */

main {
  position: relative;
}

.navi_link_block {
  position: absolute;
  z-index: 999;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 2.5%;
  text-align: left;
}

.navi_link_block p {
  font-size: 1.3rem;
  line-height: 1.0;
  display: inline-block;
  vertical-align: middle;
}

.navi_link_block p.home,
.navi_link_block p.index {
  padding-right: 12px;
  margin-right: 9px;
  position: relative;
}

.navi_link_block p.home::after,
.navi_link_block p.index:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #B0B0B0;
  border-right: 1px solid #B0B0B0;
  transform: rotate(45deg) translateY(-50%);
}

.navi_link_block p.home a {
  display: block;
}

.navi_link_block .current {
  opacity: .6;
}

.navi_link_block a {
  text-decoration: underline;
}

.navi_link_block p br {
  display: none;
}


@media screen and (max-width: 760px) {
  .navi_link_block {
    padding: 0 5%;
  }
  .navi_link_block p {
    font-size: 1.0rem;
  }
}


/*  h2
 *---------------------------------------------------------- */

.title_box, .article_h2 {
  text-align: left;
  margin-bottom: 30px;
}

.article_h2 {
  padding: 8vw 6% 0;
  max-width: 1200px;
  margin: 0 auto 4vw;
  box-sizing: content-box;
}

.title_box.sub {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}

.title_box.flex {
  display: flex;
  align-items: center;
  column-gap: 12px;
  flex-wrap: wrap;
}

.title_box .stit, .article_h2 .stit {
  font-size: 4.0rem;
  line-height: 1.2;
  font-weight: 700;
}

.article_h2 .stit {
  font-size: 4.8rem;
}

.title_box.sub .stit, .article_h2.sub .stit {
  font-size: 3.6rem;
}

.title_box.sub .stit .lead {
  font-size: 1.8rem;
  padding-left: 15px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
}

.title_box .tit, .article_h2 .tit {
  font-weight: 900;
  font-size: 2.0rem;
  position: relative;
  z-index: 99;
  line-height: 1.2;
  display: inline-block;
  background: linear-gradient(90deg, #EF9152, #F25053);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: .8vw;
}

.article_h2 .tit {
  font-size: 2.2rem;
}

.title_box .tit em, .article_h2 .tit em {
  font-size: 4.4rem;
  color: #1B254D;
}

.title_box .tit strong {
  font-size: 6.4rem;
}

.article_h2 .tit em {
  font-size: 5.4rem;
}

.article_h2 .title_txt,
.title_box .title_txt {
  margin-top: 2vw;
  font-weight: 500;
  line-height: 2;
  width: 100%;
}

.article_h2 .title_txt .bg {
  background: #FFF;
  border-radius: 2px;
  padding: 2px 8px 4px;
  box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.title_box.sub .btn_list {
  position: absolute;
  bottom: 4px;
  right: 0;
}

.title_box.sub .btn_list a {
  display: block;
  line-height: 17px;
  padding-left: 30px;
  background: url(../images/cmn/icon_list.svg) 0 2px no-repeat;
  background-size: 15px auto;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 700;
  transition: .3s;
}

.title_box.sub .btn_list a:hover {
  opacity: 1;
  color: #1B254D;
}

@media screen and (max-width: 760px) {
  .title_box, .article_h2 {
    margin-bottom: 6%;
  }

  .title_box.sub {
    margin-bottom: 5%;
  }

  .article_h2 {
    margin-bottom: 7%;
    padding-top: 12%;
    row-gap: 1.5vw;
  }

  .title_box .stit, .article_h2 .stit {
    font-size: 2.8rem;
  }

  .title_box:not(.flex) .stit {
    margin-bottom: 2%;
  }

  .title_box.sub .stit .lead {
    font-size: 1.3rem;
    padding-left: 0;
    display: block;
    margin-top: 3%;
  }

  .title_box .tit, .article_h2 .tit {
    font-size: 1.4rem;
    margin-bottom: 1.5vw;
  }

  .article_h2 .tit {
    font-size: 1.6rem;
    line-height: 1.0;
    word-break: break-all;
    margin-bottom: 2vw;
  }

  .title_box.sub .tit {
    margin-right: 0;
  }

  .article_h2 .title_txt {
    margin-top: 2%;
    font-size: 1.3rem;
    padding: 0 0;
  }

  .title_box .title_txt {
    margin-top: 3%;
    width: 100%;
  }

  .title_box.sub .stit {
    font-size: 2.2rem;
  }

  .title_box.sub .btn_list {
    position: absolute;
    bottom: 4px;
    right: 0;
  }

  .title_box.sub .btn_list a {
    display: block;
    line-height: 16px;
    padding-left: 22px;
    background-size: 13px auto;
    font-size: 1.2rem;
  }
}


/*  .container
 *---------------------------------------------------------- */
.container {
  position: relative;
  z-index: 99;
}

.section .inner {
  padding: 0 6%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}

.section .inner_narrow {
  max-width: 1000px;
}

.bg_note {
  background: #FFF url(../images/cmn/bg_note.png) top center repeat;
  background-size: 14px auto;
}

ul.category {
  line-height: 1.0;
}

ul.category li {
  display: inline-block;
  color: #187DBD;
  font-size: 1.3rem;
  margin-right: 15px;
  font-weight: 700;
  line-height: 1.0;
  margin-top: 10px;
}

ul.category li::before {
  content: "# ";
}

.page_txt {
  text-align: center;
  margin-bottom: 30px;
}

.section_cmn {
  background: #FFF;
  border-radius: 20px;
  padding: 60px 6%;
  position: relative;
}

.section_cmn .btn_more {
  margin-top: 50px;
}

.section_sub {
  font-size: 1.4em;
  margin-bottom: 20px;
}

.anchor_box {
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 760px) {
  .container {
    padding-bottom: 5%;
  }

  .section .inner {
    padding: 0 7%;
  }

  .page_txt {
    margin-bottom: 5%;
  }

  .bg_note {
    background-size: 12px auto;
  }

  .note_box {
    padding: 8% 8%;
  }

  .note_box::before {
    border-right: 50px solid transparent;
    border-top: 50px solid rgba(255,231,105,.6);
  }

  .note_box .num {
    top: 6px;
    left: 12px;
    font-size: .9rem;
  }

  .section_cmn .btn_more {
    margin-top: 10%;
  }

  .section_sub {
    font-size: 1.1em;
    margin-bottom: 5%;
  }

  ul.category {
    margin-top: 1%;
  }

  ul.category li {
    font-size: 1.2rem;
    margin-right: 3%;
    margin-top: 3%;
  }

  .anchor_box {
    padding-top: 50px;
    margin-top: -50px;
  }

}


/*  Pan
 *---------------------------------------------------------- */
.pan .inner {
  font-size: 11px;

  position: relative;
  z-index: 2;

  width: 980px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.pan .inner a {
  text-decoration: underline;

  color: #303030;
}

.pan a:hover {
  color: #ec0000;
}

/*  Main
---------------------------------------------------------- */


/*  Table
---------------------------------------------------------- */
.tbl01 {
  font-size: 100%;

  width: 100%;

  text-align: left;

  background-size: cover;
}

.tbl01 th {
  font-weight: normal;

  width: 23%;
  padding: 20px;

  border-bottom: 1px solid #fff;
  background: #ebebf3;
}

.tbl01 td {
  line-height: 2.0;

  padding: 20px;

  word-break: break-all;

  border-bottom: 1px solid #fff;
  background: rgba(248, 248, 248, .8);
}

.tbl02 {
  width: 100%;
}

.tbl02 th {
  font-weight: normal;

  height: 40px;
  padding: 10px 15px;

  text-align: center;

  border-bottom: 1px dotted #ccc;
  background: #faf0d0;
}

.tbl02 td {
  padding: 10px 15px;

  word-break: break-all;

  border-bottom: 1px dotted #ccc;
  background: #fff;
}

.tbl02 th.un,
.tbl02 td.un {
  border-bottom: none;
}

/*  tabulous
 *---------------------------------------------------------- */
/*  tabslet
 *---------------------------------------------------------- */
 .horizontal {
  text-align: center;
  margin-bottom: 40px;
}

.horizontal li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 26px;
}

.horizontal li:last-child {
  margin-right: 0;
}

.horizontal li strong,
.horizontal li a {
  display: block;
  border-radius: 30px;
  line-height: 50px;
  border: 1px solid rgba(80,120,204,.2);
  font-size: 1.6rem;
  color: #FF810D;
  box-sizing: border-box;
  padding: 0 30px;
}

.horizontal li strong:hover,
.horizontal li a:hover,
.horizontal li strong.active,
.horizontal li a.active {
  opacity: 1;
  background: #FF810D;
  color: #FFF;
  position: relative;
}

.horizontal li strong.active::after,
.horizontal li a.active::after {
  content: "";
  position: absolute;
  bottom: -9px;
    left: 50%;
    border-right: 8px solid transparent;
    border-top: 10px solid #FF810D;
    border-left: 8px solid transparent;
}

@media screen and (max-width: 760px) {
  .horizontal {
    text-align: center;
    margin-bottom: 8%;
  }

  .horizontal li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-top: 4%;
  }

  .horizontal li strong,
  .horizontal li a {
    line-height: 40px;
    font-size: 1.3rem;
    padding: 0 3%;
  }

  .horizontal li strong.active::after,
  .horizontal li a.active::after {
    bottom: -8px;
  }
}

table,
ul ul,
ol ol,
td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

/* ----------------------------------------------------------

 Clear Fix

---------------------------------------------------------- */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: ".";
}

.clearfix {
  display: inline-table;
}

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

.clearfix {
  display: block;
}

@media print, screen and (min-width: 761px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 761px) and (max-width: 1050px) {
  html {
    height: 100%;
  }
  .wrapper {
    overflow-x: hidden;
  }
  #topcontrol {
    display: none;
  }
  body.top {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 760px) {
  /************************************************

	Font Style

************************************************/

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.0;
  }
  a {
    text-decoration: none;
  }
  .txt_s {
    font-size: 9px;

    margin: 0 0 0 5px;

    color: #808080;
  }
  /* ---------------------------
	font size
--------------------------- */
  .pan {
    display: none;
  }
  /************************************************

	Layout

************************************************/
  body {
    position: relative;
  }
  #wrapper {
    position: relative;
    z-index: 1;

    overflow: hidden;

    width: 100%;
  }
  #wrapper #wrapInner {
    position: relative;
  }
  #wrapper.open {
    position: fixed;
  }
  #contents {
    background: url(../images/cmn/bg.jpg) repeat;
  }
  /************************************************

	Contents

************************************************/
  #container {
    width: 100%;
    padding: 0px;
  }
  .pc {
    display: none !important;
  }
}

/************************************************

	cookie

************************************************/

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -300px;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0,0,0,.7);
  padding: 1.5em;
  box-sizing: border-box;
  visibility: hidden;
  z-index: 999999999;
  transition: .5s;
}
.cookie-consent.is-show {
  visibility: visible;
  bottom: 0;
}
.cookie-consent a {
  color: #fff !important;
  text-decoration: underline;
}
.cookie-agree {
  color: #333333;
  background: #FFF;
  padding: .5em 2.5em;
}
.cookie-agree:hover {
  cursor: pointer;
}
/* パッと消える */
.cc-hide1 {
  display: none;
}
/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
  .cookie-text {
    margin-bottom: 1em;
  }
}

