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

 Base Layout

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

html {
	font-size: 62.5%;/* 10px */
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;

  overflow-x: hidden;

  letter-spacing: .4px;

  color: #1E1E1E;
  position: relative;
  overflow-x: hidden;

  -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: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

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;
}

a:hover img {
  opacity: .8;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 100;
}

#MenuNavi {
  display: none;
}

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

mark {
  background: #ffffc0;
}


@media screen and (max-width: 761px) {
  body {
    font-size: 1.3rem;
    background-size: 800px auto;
  }

}



/* ----------------------------------------------------------
 * Selected Text
 *---------------------------------------------------------- */
::-moz-selection {
  background: rgba(171,131,29,.15);
  /* Safari */
}
::selection {
  background: rgba(171,131,29,.15);
  /* Safari */
}

::-moz-selection {
  background: rgba(171,131,29,.15);
  /* Firefox */
}


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

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


/*  header
---------------------------------------------------------- */
/*  Header
 *---------------------------------------------------------- */

.header_logo_box {
  position: fixed;
  bottom: 30px;
  left: 50px;
  width: 80px;
  height: 30px;
  z-index: 999999;
}

.header_logo_box h1 a {
  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;
  margin: 0 auto;

  white-space: nowrap;
  text-indent: 105%;

  background: url(../img/cmn/logo02.svg) no-repeat;
  background-size: 100% auto;
}

.header_cv {
  position: fixed;
  top: 20px;
  right: 80px;
  width: 140px;
  height: 50px;
  z-index: 999999;
}

.header_cv a {
  display: block;
  border: 1px solid #1E1E1E;
  line-height: 48px;
  box-sizing: border-box;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 30px;
  background: #FFF;
}

.header_cv a:hover {
  background: #F8FFC0;
}

.drawer-menu {
  width: 100%;
  height: 100vh;
  position: relative;
}

.drawer-menu .menu_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.menu_wrapper .logo_box {
  width: 400px;
  display: inline-block;
  vertical-align: bottom;
}

.menu_wrapper .nav_box {
  width: 400px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 120px;
}

.menu_wrapper .main_menu {
  padding: 0;
}

.menu_wrapper .main_menu li {
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-size: 1.6rem;
}

.menu_wrapper .main_menu li a {
  text-align: center;
  display: block;
  padding: 12px;
  text-align: left;
}


@media screen and (max-width: 760px) {
  .header_logo_box {
    position: fixed;
    bottom: 32px;
    left: 35px;
    width: 60px;
    height: 22px;
  }

  .header_cv {
    top: auto;
    bottom: 20px;
    right: 80px;
  }

  .drawer-menu .menu_wrapper {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 80%;
    margin: 15% auto 0;
  }

  .menu_wrapper .logo_box {
    width: 70%;
    display: block;
    margin-left: 30%;
    margin-bottom: 5%;
  }

  .menu_wrapper .nav_box {
    width: 80%;
    display: block;
    margin-left: 0;
  }

  .menu_wrapper .main_menu {
    padding: 0;
  }

  .menu_wrapper .main_menu li {
    font-size: 1.3rem;
  }

  .menu_wrapper .main_menu li a {
    padding: 3% 5%;
  }

}


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

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

.section_cmn {
  padding: 20px 0 100px;

  text-align: center;
}

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

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

  .section_cmn {
    padding: 5% 8% 15%;
    text-align: left;
  }

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

}



/*  footer
---------------------------------------------------------- */
.footer {
  width: 100%;
  padding: 120px 0 100px;
  background: rgba(230,230,225,.25);
}

.footer .inner {
  width: 1200px;
  margin: 0 auto;
}

.footer .box_l {
  float: left;
}

.footer .box_r {
  float: right;
  text-align: right;
}

.footer .flogo {
  width: 184px;
  margin-bottom: 40px;
}

.footer .flogo a {
  display: block;
}

.footer .flogo img {
  width: 100%;
}

.footer .contact {
  font-size: 1.4rem;
  line-height: 1.8;
}

.footer .contact a {
  text-decoration: underline;
}

.footer .contact .notice {
  margin-bottom: 10px;
}

.footer .contact small {
  font-size: 1.2rem;
}

.footer .share_box .tit {
  display: inline-block;
  vertical-align: middle;
  width: 186px;
  margin-right: 35px;
}

.footer .share_box .icon {
  display: inline-block;
  vertical-align: middle;
}

.footer .share_box .icon li {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
}

.footer .share_box .icon li:last-child {
  padding: 1px;
}

.footer .share_box .icon li:not(:last-child) {
  margin-right: 10px;
}

.footer .hp_link02 {
  margin-top: 25px;
}

.footer .hp_link02 a {
  font-size: 1.4rem;
  text-decoration: underline;
  padding-right: 20px;
  background: url(../img/cmn/icon_blank.svg) 100% 2px no-repeat;
  background-size: 11px auto;
}

footer .copy {
  font-size: 10px;
  opacity: .4;
  width: 100%;
  text-align: right;
  letter-spacing: .3px;
  margin-top: 55px;
}

@media screen and (max-width: 760px) {
  .footer {
    padding: 18% 0 30%;
  }

  .footer .inner {
    width: 86%;
  }

  .footer .box_l {
    margin-bottom: 10%;
  }

  .footer .flogo {
    width: 125px;
    margin-bottom: 12%;
  }

  .footer .contact {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .footer .contact .notice {
    margin-bottom: 2%;
  }

  .footer .contact small {
    font-size: 1.0rem;
  }

  .footer .share_box .tit {
    width: 130px;
    margin-right: 5%;
  }

  .footer .share_box .icon li {
    width: 22px;
  }

  .footer .share_box .icon li:not(:last-child) {
    margin-right: 5px;
  }

  .footer .hp_link02 {
    margin-top: 6%;
  }

  .footer .hp_link02 a {
    font-size: 1.3rem;
    padding-right: 20px;
    background: url(../img/cmn/icon_blank.svg) 100% 2px no-repeat;
    background-size: 11px auto;
  }

  footer .copy {
    margin-top: 20%;
  }

}


/*  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: #000;
}

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

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

/*  scrolltop
---------------------------------------------------------- */
.pagetop {
  width: 65px;
  height: 66px;
  margin-right: 30px;
  margin-bottom: 30px;

  background: url(../img/cmn/motif.svg) top center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 760px) {
  .pagetop {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

/*  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: #5478CC;
  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: #5478CC;
  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 #5478CC;
    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%;
}

/*  Main
 *---------------------------------------------------------- */
#main {
  float: left;

  width: 700px;
  margin: 0;
}

/*  Side
 *---------------------------------------------------------- */
#side {
  float: right;

  margin: 0;
}

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

 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: 741px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 741px) and (max-width: 1050px) {
  html {
    height: 100%;
  }
  .wrapper {
    overflow-x: hidden;

    width: 165%;

    -webkit-transform: scale(.606);
        -ms-transform: scale(.606);
            transform: scale(.606);
    /* transform: scale の倍率の逆数を設定する事 */
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  #topcontrol {
    display: none;
  }
  body.top {
    overflow-x: hidden;
  }

  .drawer-header .drawer-hamburger {
    top: 2px;
    right: 2px;
    transform: scale(0.62);
    position: absolute;
  }
}

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

	Font Style

************************************************/
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  html {
    overflow-x: hidden;
    overflow-y: auto;
  }
  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(../img/cmn/bg.jpg) repeat;
  }
  /************************************************

	Contents

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

	Main

************************************************/
  .main,
  .index_contents {
    width: auto !important;
    padding: 15px 10px;
  }
  .main img {
    width: 100%;
  }
  .anchor,
  .anchor2,
  .anchor3 {
    margin-bottom: 20px;
  }
  .anchor li a,
  .anchor2 li a,
  .anchor3 li a {
    font-size: 1.1em;
    font-weight: bold;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto 5px;
    padding: 10px 0;

    text-align: center;
    text-decoration: none;

    color: #d987ad;
    border: 2px solid #d987ad;
    background: #fff none repeat scroll 0 0;
  }
  /************************************************

	Side

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

Common Accordion

**************************************/
  dl.accordion {
    font-size: 100%;
  }
  dl.accordion dt {
    position: relative;

    padding: 8px 20px 8px 5px;

    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #fff;
    background: -moz-linear-gradient(top, #fff, #e6e6e6);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  }
  dl.accordion dt:after {
    position: absolute;
    top: 50%;
    right: 8px;

    display: block;

    width: 4px;
    height: 4px;
    margin-top: -5px;

    content: "";
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);

    border-top: 2px solid #b5a43a;
    border-right: 2px solid #b5a43a;
  }
  dl.accordion dt.open:after {
    position: absolute;
    top: 50%;
    right: 8px;

    display: block;

    width: 4px;
    height: 4px;
    margin-top: -3px;

    content: "";
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-top: 2px solid #b5a43a;
    border-right: 2px solid #b5a43a;
  }
  dl.accordion dd {
    line-height: 1.5;

    display: none;

    padding: 10px;

    background: #fff;
  }
  dl.accordion dd p {
    padding: 10px 0px 0px 0px;
  }
  #topcontrol {
    z-index: 10000;
  }
  .gsc-result .gs-title {
    height: 1.4em !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;
  }
}

