@charset "UTF-8";

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

 Base Layout

---------------------------------------------------------- */
@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 100;
  font-style: normal;

  src: url("../fonts/NotoSansCJKjp-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/NotoSansCJKjp-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 200;
  font-style: normal;

  src: url("../fonts/NotoSansCJKjp-Light.eot");
  src: url("../fonts/NotoSansCJKjp-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  font-style: normal;

  src: url("../fonts/NotoSansCJKjp-DemiLight.eot");
  src: url("../fonts/NotoSansCJKjp-DemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  font-style: normal;

  src: url("../fonts/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 500;
  font-style: normal;

  src: url("../fonts/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
  font-style: normal;

  src: url("../fonts/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 900;
  font-style: normal;

  src: url("../fonts/NotoSansCJKjp-Black.eot");
  src: url("../fonts/NotoSansCJKjp-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
}

body {
  font-family: "Noto Sans Japanese";
  font-size: 13px;
  font-weight: 200;
  line-height: 2;

  overflow-x: hidden;

  letter-spacing: .4px;

  color: #1b1b1b;

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

body {
  -webkit-animation: 1s ease 0s normal opening;
  animation: 1s ease 0s normal opening;
}

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

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opening {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.en {
  font-family: frank-new, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.0;
  letter-spacing: 2px;
}

.grade {
  color: #eb6233;
  background: -webkit-linear-gradient(0deg, #eb6233, #f6ac2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

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

em {
  font-style: inherit;
}

.anc_box {
  margin-top: -90px;
  padding-top: 90px;
}

@media screen and (min-width: 741px) {
  .box_l {
    float: left;
  }

  .box_r {
    float: right;
  }
}

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

  color: inherit;
}

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

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


/* ----------------------------------------------------------
 * Selected Text
 *---------------------------------------------------------- */
::-moz-selection {
  background: #f3f7f5;
  /* Safari */
}

::selection {
  background: #f3f7f5;
  /* Safari */
}

::-moz-selection {
  background: #f3f7f5;
  /* Firefox */
}

/*  btn
---------------------------------------------------------- */


.btn_more {
  width: 160px;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.btn_more a {
  display: block;
  border: 1px solid #eb6233;
  line-height: 36px;
  box-sizing: border-box;
  position: relative;
  border-radius: 50px;
}

.btn_more a::after {
  content: "";
  border-right: 1px solid #1b1b1b;
  border-top: 1px solid #1b1b1b;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  height: 5px;
  right: 20px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 5px;
}

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

@media screen and (max-width: 761px) {
  .btn_more {
    width: 70%;
    height: 45px;
  }

  .btn_more a {
    line-height: 45px;
  }
}

a.link_icon::after {
  display: inline-block;
  content: url(../img/link_icon.png);
  line-height: 1 !important;
  vertical-align: middle;
}

.btn_box {
  padding-top: 30px;
}

.btn_box .btn_cv a {
  position: relative;
  display: inline-block;
  width: 360px;
  border-radius: 30px;
  background: #eb6233;
  text-align: center;
  color: #FFF;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
}

.btn_box .btn_cv a.link_icon {
  position: relative;
}

.btn_box .btn_cv a.link_icon::after,
.section_flow .flow_list .box .entry_box .btn_cv a.link_icon::after {
  position: absolute;
  top: 10px;
  right: 22px;
  content: url(../img/link_icon_white.png);
}

.section_flow .flow_list .box .entry_box .btn_cv a.link_icon::after {
  border: none;
  transform: none;
  margin: 0;
  width: auto;
}


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

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

/*  header
---------------------------------------------------------- */
/*  Header
 *---------------------------------------------------------- */
header {
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 99999;
  position: fixed;
  background: rgba(255, 255, 255, .8);
}

header .inner {
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
}

header .inner .logo_box {
  line-height: 1;

  float: left;

  padding: 15px 0;
}

header .inner h1 a {
  display: block;
  overflow: hidden;

  width: 222px;
  height: 60px;
  margin: 0 auto;

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

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

header .inner .gnav {
  float: right;
  font-size: 13px;
  position: relative;
}

header .inner .gnav li {
  display: inline-block;
  vertical-align: middle;
}

header .inner .gnav li a {
  line-height: 90px;
  padding: 0 20px;
  display: block;
  position: relative;
  font-weight: 400;
}

header .inner .gnav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background: #1b1b1b;
}

header .inner .gnav li:first-child a::before {
  display: none;
}

header .inner .gnav li.cv {
  width: 220px;
  height: 50px;
  margin-left: 10px;
}

header .inner .gnav li.cv a {
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  background: #eb6233;
  border-radius: 30px;
  position: relative;
  text-align: center;
}

header .inner .gnav li.cv a::before {
  display: none;
}

header .inner .gnav li.cv a::after {
  content: "";
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  height: 5px;
  right: 20px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 5px;
}


@media screen and (max-width: 760px) {
  header {
    height: 50px;
    overflow: hidden;
  }

  header .inner {
    padding: 0 3%;
  }

  header .inner .logo_box {
    padding: 4px 0 5px;
  }

  header .inner h1 a {
    width: 152px;
    height: 42px;
  }

}


/*  h2
 *---------------------------------------------------------- */
.article_h2 {
  width: 100%;
  font-weight: 400;
  padding-top: 90px;
  text-align: center;
}

.article_h2 h2 {
  font-size: 14px;
  padding: 60px 0 36px;
  border-top: 1px solid rgba(35, 24, 21, .1);
}

.article_h2 h2 em {
  font-size: 40px;
  margin-bottom: 3px;

  display: block;

  text-transform: uppercase;
}

@media screen and (max-width: 760px) {
  .article_h2 {
    padding-top: 50px;
  }

  .article_h2 h2 {
    line-height: 1.8;
    padding: 8% 0 6%;
    font-weight: 400;
    font-size: 13px;
  }

  .article_h2 h2 em {
    font-size: 30px;
  }

}


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

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

.main_block404 .container {
  background-size: 100% 300px;
}

.section_cmn {
  padding: 80px 0 0;

  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: 15% 5% 0;
    text-align: left;
  }

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

}


/*  footer
---------------------------------------------------------- */
.footer {
  width: 100%;
  padding: 74px 0 40px;
  background: #fef7ea;
  text-align: center;
}

.footer .inner {
  margin: 0 auto;
}

.footer .flogo {
  width: 222px;
  margin: 0 auto 30px;
}

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

.footer .facility_list {
  text-align: center;
}

.footer .facility_list .box {
  width: 282px;
  display: inline-block;
  vertical-align: top;
  margin: 0 19px;
  line-height: 1.6;
}

.footer .facility_list .box h3 {
  line-height: 34px;
  font-size: 13px;
  font-weight: 500;
  color: #FFF;
  background: #eb6233;
  margin-bottom: 12px;
}

.footer .facility_list .box:nth-child(2) h3 {
  background: #f6ac2d;
}

.footer .facility_list .box:nth-child(3) h3 {
  background: #eb6153;
}

footer .copy {
  font-size: 10px;
  color: #a0a0a0;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 70px;
}

@media (min-width: 761px) {
  footer .footer_link {
    width: 936px;
    margin: 0 auto;
  }

  footer .footer_link .copy {
    float: right;
    width: auto;
    text-align: left;
  }

  footer .footer_link .link {
    float: left;
    margin-top: 65px;
    line-height: 1.0;
  }
}

footer .footer_link .link li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #1b1b1b;
}

footer .footer_link .link li:first-child {
  border-left: 1px solid #1b1b1b;
}

footer .footer_link .link li a {
  padding: 0 15px;
  line-height: 1.0;
}

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

  .footer .inner {
    width: 100%;
  }

  .footer .flogo {
    width: 182px;
    margin: 0 auto 8%;
  }

  .footer .facility_list .box {
    width: 90%;
    margin: 0 auto 10%;
  }

  .footer .facility_list .box h3 {
    margin-bottom: 3%;
  }

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

  footer .footer_link .link li {
    line-height: 1.0;
    font-size: 12px;
  }

  footer .footer_link .link li a {
    padding: 0 10px;
    line-height: 1.0;
  }

}

/*  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
---------------------------------------------------------- */
.container {
  width: 100%;
}

/*  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
 *---------------------------------------------------------- */
.tabs {
  text-align: center;

  opacity: 1.0;
}

.tabs ul,
.tabs div {
  opacity: 1.0;
}

ul.horizontal {
  margin: 40px auto;
  padding: 10px 0;

  text-align: center;

  opacity: 1.0;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}

ul.horizontal li {
  display: inline-block;

  margin: 0 7px;

  opacity: 1.0;
}

ul.horizontal li a {
  display: block;

  padding: 7px 15px;

  text-align: center;
}

ul.horizontal li a:hover,
ul.horizontal li.active a {
  color: #fff;
  border-radius: 0;
  background: #66997d;
}

@media screen and (max-width: 760px) {
  ul.horizontal {
    margin-bottom: 5%;
    padding: 0;

    border: none;
  }

  ul.horizontal li {
    display: block;
    float: left;

    width: 50%;
    margin: 0 7px;
    margin: 0;

    opacity: 1.0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  ul.horizontal.no03 li {
    width: 33.3333%;
  }

  ul.horizontal li:nth-child(2n) {
    border-right: none;
  }

  ul.horizontal.no03 li:nth-child(2n) {
    border-right: 1px solid #fff;
  }

  ul.horizontal li a {
    font-size: 12px;

    display: block;

    padding: 10px 5px;

    text-align: center;
    line-height: 1.4;

    background: rgba(102, 153, 125, .2);
  }

  ul.horizontal li a span.col02 {
    padding: 8px 0;
    display: block;
  }

  ul.horizontal li a:hover,
  ul.horizontal li.active a {
    color: #FFF;
    border-radius: 0;
  }
}

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

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

  header .inner h1 a {
    width: 200px;
  }
}

@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
--------------------------- */
  body {
    font-size: 12px;
  }

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

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

	Clear

************************************************/
  .mnav .box,
  .mnav2 .box,
  .snav ul,
  .contact .unit-a,
  .btm {
    zoom: 1;
  }

  .mnav .box:after,
  .mnav2 .box:after,
  .snav ul:after,
  .contact .unit-a:after,
  .btm:after {
    display: block;
    clear: both;
    overflow: hidden;

    content: "";
  }
}