@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* common */
html {
  font-size: 62.5%;
  height: 100%;
  min-width: 100%;
}

body {
  background-color: #000;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  height: 100%;
  letter-spacing: 0.3em;
  min-width: 750px;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 770px) {
  body {
    font-size: 1.5rem;
    line-height: 1.85;
  }
}
@media only screen and (max-width: 769px) {
  body {
    font-size: 2.3rem;
    line-height: 1.8;
  }
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

img,
input[type="image"] {
  vertical-align: middle;
}

.gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  border: none !important;
  clear: both !important;
  display: block !important;
  float: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
}

@media only screen and (min-width: 770px) {
  .show_pc {
    display: block;
  }
}
@media only screen and (max-width: 769px) {
  .show_pc {
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  .show_sp {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .show_sp {
    display: block;
  }
}

@media only screen and (min-width: 770px) {
  .show_pc_i {
    display: inline;
  }
}
@media only screen and (max-width: 769px) {
  .show_pc_i {
    display: none;
  }
}

@media only screen and (min-width: 770px) {
  .show_sp_i {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .show_sp_i {
    display: inline;
  }
}

.container {
  height: 100%;
}

.sec_1,
.area_f_menu,
.area_contact {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  border-top: 1px solid #999;
  padding: 140px 0 150px;
}

.link_target {
  float: left;
  margin-top: 2px;
}

/* header */
#header .logo {
  position: absolute;
  z-index: 100;
}
@media only screen and (min-width: 770px) {
  #header .logo {
    left: 30px;
    top: 30px;
  }
}
@media only screen and (max-width: 769px) {
  #header .logo {
    left: 10px;
    top: 20px;
  }
}
#header .logo a {
  display: block;
  height: 120px;
  padding: 10px;
  text-align: center;
  width: 120px;
}
#header .btn_h_menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
}
#header .btn_h_menu .btn {
  background-color: rgba(255, 255, 255, 0.7);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 770px) {
  #header .btn_h_menu .btn {
    height: 44px;
    padding: 14px 11px;
    width: 44px;
  }
}
@media only screen and (max-width: 769px) {
  #header .btn_h_menu .btn {
    height: 90px;
    padding: 31px 28px;
    width: 90px;
  }
}
#header .btn_h_menu .btn .icon {
  height: 100%;
  position: relative;
  width: 100%;
}
#header .btn_h_menu .btn span {
  display: block;
  background-color: #222;
  position: absolute;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
@media only screen and (min-width: 770px) {
  #header .btn_h_menu .btn span {
    height: 2px;
  }
}
@media only screen and (max-width: 769px) {
  #header .btn_h_menu .btn span {
    height: 4px;
  }
}
#header .btn_h_menu .btn span:nth-of-type(1) {
  top: 0;
}
@media only screen and (min-width: 770px) {
  #header .btn_h_menu .btn span:nth-of-type(2) {
    top: 7px;
  }
}
@media only screen and (max-width: 769px) {
  #header .btn_h_menu .btn span:nth-of-type(2) {
    top: 12px;
  }
}
#header .btn_h_menu .btn span:nth-of-type(3) {
  bottom: 0;
}
#header .btn_h_menu .btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#header .btn_h_menu .btn:hover span {
  background-color: #fff;
}
#header .area_h_menu {
  background-color: #000;
  height: 100%;
  position: fixed;
  top: 0;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 500;
}
@media only screen and (min-width: 770px) {
  #header .area_h_menu {
    min-height: 500px;
    right: -600px;
    width: 600px;
  }
}
@media only screen and (max-width: 769px) {
  #header .area_h_menu {
    right: -100%;
    width: 100%;
  }
}
#header .area_h_menu.open {
  right: 0;
}
#header .area_h_menu .btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 770px) {
  #header .area_h_menu .btn {
    height: 44px;
    padding: 14px 11px;
    width: 44px;
  }
}
@media only screen and (max-width: 769px) {
  #header .area_h_menu .btn {
    height: 90px;
    padding: 31px 28px;
    width: 90px;
  }
}
#header .area_h_menu .btn .icon {
  height: 100%;
  position: relative;
  width: 100%;
}
#header .area_h_menu .btn span {
  display: block;
  background-color: #fff;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 770px) {
  #header .area_h_menu .btn span {
    height: 2px;
  }
}
@media only screen and (max-width: 769px) {
  #header .area_h_menu .btn span {
    height: 4px;
  }
}
@media only screen and (min-width: 770px) {
  #header .area_h_menu .btn span:nth-of-type(1) {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}
@media only screen and (max-width: 769px) {
  #header .area_h_menu .btn span:nth-of-type(1) {
    -moz-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
  }
}
#header .area_h_menu .btn span:nth-of-type(2) {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 770px) {
  #header .area_h_menu .btn span:nth-of-type(3) {
    -moz-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
}
@media only screen and (max-width: 769px) {
  #header .area_h_menu .btn span:nth-of-type(3) {
    -moz-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
}
#header .area_h_menu .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#header .area_h_menu li {
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #header .area_h_menu li + li {
    padding-top: 5px;
  }
}
@media only screen and (max-width: 769px) {
  #header .area_h_menu li + li {
    padding-top: 10px;
  }
}
#header .area_h_menu a {
  display: block;
  letter-spacing: 0.3em;
  line-height: 50px;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 770px) {
  #header .area_h_menu a {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 769px) {
  #header .area_h_menu a {
    font-size: 3.0rem;
  }
}
#header .btn_mail {
  position: absolute;
  right: 0;
  z-index: 100;
}
@media only screen and (min-width: 770px) {
  #header .btn_mail {
    top: 45px;
  }
}
@media only screen and (max-width: 769px) {
  #header .btn_mail {
    top: 91px;
  }
}
#header .btn_mail a {
  background-color: rgba(255, 255, 255, 0.7);
  color: #222;
  display: block;
  letter-spacing: 0.3em;
  text-align: center;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 770px) {
  #header .btn_mail a {
    font-size: 1.6rem;
    height: 200px;
    line-height: 44px;
    width: 44px;
  }
}
@media only screen and (max-width: 769px) {
  #header .btn_mail a {
    font-size: 2.3rem;
    height: 250px;
    line-height: 90px;
    width: 90px;
  }
}
#header .btn_mail a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

/* area_f_menu */
.area_f_menu ul {
  font-size: 0;
  letter-spacing: 0;
  margin: 40px auto 0;
}
@media only screen and (min-width: 770px) {
  .area_f_menu ul {
    text-align: center;
    width: 1240px;
  }
}
@media only screen and (max-width: 769px) {
  .area_f_menu ul {
    width: 620px;
  }
}
.area_f_menu li {
  display: inline-block;
  margin: 15px;
  position: relative;
}
.area_f_menu li:before, .area_f_menu li:after {
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 175px;
  left: 0;
  position: absolute;
  top: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 280px;
}
.area_f_menu li:before {
  background-image: url(../img/footer/btn_back_on.jpg);
  z-index: 1;
}
.area_f_menu li:after {
  background-image: url(../img/footer/btn_back_of.jpg);
  z-index: 2;
}
.area_f_menu li a {
  display: block;
  font-size: 2.0rem;
  height: 175px;
  letter-spacing: 0.3em;
  line-height: 173px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 280px;
  z-index: 3;
}
.area_f_menu .line_1 a {
  letter-spacing: 0.1em;
}
.area_f_menu li:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}
.area_f_menu li:hover a {
  color: #000;
}

/* area_contact */
@media only screen and (min-width: 770px) {
  .area_contact {
    background-image: url(../img/footer/img_back_1_pc.jpg);
  }
}
@media only screen and (max-width: 769px) {
  .area_contact {
    background-image: url(../img/footer/img_back_1_sp.jpg);
  }
}
.area_contact a {
  text-decoration: none;
}
@media only screen and (min-width: 770px) {
  .area_contact .area_wrap {
    margin: 0 auto;
    width: 980px;
  }
}
@media only screen and (max-width: 769px) {
  .area_contact .area_wrap {
    padding: 0 20px;
  }
}
.area_contact .wrap_1 {
  margin-top: 40px;
  text-align: center;
}
.area_contact .wrap_1 .p1 {
  letter-spacing: 0.3em;
  line-height: 35px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 770px) {
  .area_contact .wrap_1 .p1 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .area_contact .wrap_1 .p1 {
    font-size: 2.3rem;
  }
}
.area_contact .wrap_1 .p2 a {
  border: 1px solid #fff;
  display: inline-block;
  letter-spacing: 0.15em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 770px) {
  .area_contact .wrap_1 .p2 a {
    font-size: 1.3rem;
    height: 33px;
    line-height: 33px;
    width: 248px;
  }
}
@media only screen and (max-width: 769px) {
  .area_contact .wrap_1 .p2 a {
    font-size: 1.9rem;
    height: 53px;
    line-height: 53px;
    width: 398px;
  }
}
.area_contact .wrap_1 .p2 a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.area_contact .wrap_2,
.area_contact .wrap_3 {
  text-align: center;
}
@media only screen and (min-width: 770px) {
  .area_contact .wrap_2,
  .area_contact .wrap_3 {
    margin-top: 50px;
    width: 430px;
  }
}
@media only screen and (max-width: 769px) {
  .area_contact .wrap_2,
  .area_contact .wrap_3 {
    margin-top: 40px;
  }
}
.area_contact .wrap_2 .p1,
.area_contact .wrap_3 .p1 {
  letter-spacing: 0.3em;
  line-height: 35px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 770px) {
  .area_contact .wrap_2 .p1,
  .area_contact .wrap_3 .p1 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  .area_contact .wrap_2 .p1,
  .area_contact .wrap_3 .p1 {
    font-size: 2.4rem;
  }
}
.area_contact .wrap_2 .p2,
.area_contact .wrap_3 .p2 {
  letter-spacing: 0.3em;
  line-height: 35px;
}
@media only screen and (min-width: 770px) {
  .area_contact .wrap_2 .p2,
  .area_contact .wrap_3 .p2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 769px) {
  .area_contact .wrap_2 .p2,
  .area_contact .wrap_3 .p2 {
    font-size: 2.3rem;
  }
}
.area_contact .wrap_2 .p2 span,
.area_contact .wrap_3 .p2 span {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 770px) {
  .area_contact .wrap_2 {
    float: left;
  }
}
@media only screen and (min-width: 770px) {
  .area_contact .wrap_3 {
    float: right;
  }
}
@media only screen and (min-width: 770px) {
  .area_contact .wrap_4,
  .area_contact .wrap_5 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .area_contact .wrap_4,
  .area_contact .wrap_5 {
    margin-top: 50px;
  }
}
.area_contact .wrap_4 > a, .area_contact .wrap_4 > span,
.area_contact .wrap_5 > a,
.area_contact .wrap_5 > span {
  border: 1px solid #fff;
  display: block;
  padding: 17px 0;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  .area_contact .wrap_4 > a, .area_contact .wrap_4 > span,
  .area_contact .wrap_5 > a,
  .area_contact .wrap_5 > span {
    width: 428px;
  }
}
@media only screen and (max-width: 769px) {
  .area_contact .wrap_4 > a, .area_contact .wrap_4 > span,
  .area_contact .wrap_5 > a,
  .area_contact .wrap_5 > span {
    width: 343px;
  }
}
.area_contact .wrap_4 > a,
.area_contact .wrap_5 > a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.area_contact .wrap_4 > a:hover,
.area_contact .wrap_5 > a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.area_contact .wrap_4 .s1,
.area_contact .wrap_5 .s1 {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.0em;
  padding-bottom: 10px;
}
.area_contact .wrap_4 .s2,
.area_contact .wrap_5 .s2 {
  display: block;
  font-size: 2.3rem;
  letter-spacing: 0.2em;
  line-height: 1.0em;
}
.area_contact .wrap_4 {
  float: left;
}
.area_contact .wrap_5 {
  float: right;
}

/* footer */
#footer {
  position: relative;
}
#footer small {
  border-top: 1px solid #999;
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 50px;
  text-align: center;
}
#footer .btn_to_top {
  bottom: 51px;
  position: absolute;
  right: 0;
}
#footer .btn_to_top a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 1.4rem;
  height: 95px;
  letter-spacing: 0.3em;
  line-height: 1.0em;
  padding-left: 7px;
  padding-top: 60px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 95px;
}
#footer .btn_to_top a:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 35px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 31px;
  position: absolute;
  top: 31px;
  width: 35px;
}

/* parts */
/* main_visual */
.main_visual {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  height: 100%;
  position: relative;
}
.main_visual .text {
  font-size: 4.0rem;
  left: 50%;
  letter-spacing: 0;
  line-height: 50px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  white-space: nowrap;
}
.main_visual .btn {
  bottom: 80px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.main_visual .btn .inner:after {
  border-left: 1px solid #fff;
  bottom: -50px;
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  left: 50%;
}
.main_visual .btn a {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  line-height: 1.0em;
  padding: 15px;
  text-decoration: none;
}
.main_visual .btn a:before {
  content: "Scroll";
}
.main_visual .menu {
  left: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 769px) {
  .main_visual .menu {
    display: none;
  }
}
.main_visual .menu li {
  padding: 5px 0;
}
.main_visual .menu a {
  border-left: 1px solid transparent;
  display: block;
  line-height: 25px;
  padding: 0 10px;
  text-decoration: none;
}
.main_visual .menu a:hover {
  border-color: #fff;
}

/* loader */
#base_loader {
  background-color: #000;
  height: 100%;
  left: 0;
  letter-spacing: 0.1em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  top: 0;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
#base_loader .box_loader {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (min-width: 770px) {
  #base_loader .box_loader p {
    padding: 10px 0 0 20px;
  }
}
@media only screen and (max-width: 769px) {
  #base_loader .box_loader p {
    padding: 20px 0 0 20px;
  }
}
#base_loader.loading {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* start animation */
.wrap_load {
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.loading .wrap_load {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transform: translate3d(0px, 20px, 0px);
  -ms-transform: translate3d(0px, 20px, 0px);
  -webkit-transform: translate3d(0px, 20px, 0px);
  transform: translate3d(0px, 20px, 0px);
}

#header > .logo > .wrap_load {
  transition-delay: .3s;
}

#header > .btn_h_menu > .wrap_load {
  transition-delay: .3s;
}

#header > .btn_mail > .wrap_load {
  transition-delay: .3s;
}

.main_visual > .text > .wrap_load {
  transition-delay: .6s;
}

.main_visual > .btn > .wrap_load {
  transition-delay: .9s;
}

.main_visual > .menu > .wrap_load {
  transition-delay: .9s;
}

.main_visual > .news > .wrap_load {
  transition-delay: .3s;
}

.obj_inview {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: visible;
}
.obj_inview.obj_hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -moz-transform: translate3d(0px, 20px, 0px);
  -ms-transform: translate3d(0px, 20px, 0px);
  -webkit-transform: translate3d(0px, 20px, 0px);
  transform: translate3d(0px, 20px, 0px);
  visibility: hidden;
}

/* logo_title */
.logo_title {
  background: transparent url(../img/share/img_logo.png) center 0 no-repeat;
  line-height: 1.0em;
  padding-top: 100px;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  .logo_title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 769px) {
  .logo_title {
    font-size: 2.8rem;
  }
}

/* btn */
.btn_blk_1 {
  background-color: #000;
  border: 1px solid #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_blk_1:hover {
  background-color: #fff;
  color: #000;
}
.btn_blk_1.arrow:before {
  border-top: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 24px;
  width: 25px;
}
.btn_blk_1.arrow:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  position: absolute;
  right: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 21px;
  width: 6px;
}
.btn_blk_1.arrow:hover:before {
  border-top-color: #000;
}
.btn_blk_1.arrow:hover:after {
  border-top-color: #000;
  border-right-color: #000;
}

/* form */
input[type="text"] {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 5px;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  input[type="text"] {
    font-size: 1.2rem;
    height: 30px;
  }
}
@media only screen and (max-width: 769px) {
  input[type="text"] {
    font-size: 2.4rem;
    height: 70px;
  }
}

select {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.0em;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  select {
    font-size: 1.2rem;
    height: 30px;
  }
}
@media only screen and (max-width: 769px) {
  select {
    font-size: 2.4rem;
    padding-left: 10px;
    height: 70px;
  }
}

/* index */
#index #header_news {
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #index #header_news {
    font-size: 1.3rem;
    line-height: 23px;
    padding: 17px 0;
  }
}
@media only screen and (max-width: 769px) {
  #index #header_news {
    font-size: 2.0rem;
    line-height: 30px;
    padding: 15px 0;
  }
}
#index .main_visual {
  min-height: 700px;
}
@media only screen and (min-width: 770px) {
  #index .main_visual {
    background-image: url(../img/index/img_main_pc.jpg);
  }
}
@media only screen and (max-width: 769px) {
  #index .main_visual {
    background-image: url(../img/index/img_main_sp.jpg);
  }
}
#index .main_visual .text {
  letter-spacing: 0.3em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (min-width: 770px) {
  #index .main_visual .text {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 769px) {
  #index .main_visual .text {
    font-size: 5.0rem;
  }
}
#index .main_visual .news {
  letter-spacing: 0.3em;
  line-height: 1.7em;
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 100;
}
@media only screen and (min-width: 770px) {
  #index .main_visual .news {
    font-size: 1.6rem;
    right: 9px;
    top: 260px;
  }
}
@media only screen and (max-width: 769px) {
  #index .main_visual .news {
    font-size: 2.5rem;
    left: 60px;
    top: 180px;
  }
}
@media only screen and (min-width: 770px) {
  #index .sec_1 {
    background-image: url(../img/index/img_back_1_pc.jpg);
  }
}
@media only screen and (max-width: 769px) {
  #index .sec_1 {
    background-image: url(../img/index/img_back_1_sp.jpg);
  }
}
#index .sec_1 .text .inner {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (min-width: 770px) {
  #index .sec_1 .text .inner {
    font-size: 1.7rem;
    line-height: 60px;
    padding-top: 40px;
  }
}
@media only screen and (max-width: 769px) {
  #index .sec_1 .text .inner {
    font-size: 2.5rem;
    line-height: 50px;
    padding-top: 50px;
  }
}

/* access */
/* boyscout */
/* link */
/* nenki */
/* nentyu */
/* pet */
#access .sec_1,
#boyscout .sec_1,
#link .sec_1,
#nenki .sec_1,
#nentyu .sec_1,
#pet .sec_1 {
  background: transparent url(../img/share/img_back.png) 0 0 repeat;
  color: #333;
}
#access .sec_1 .area_title,
#boyscout .sec_1 .area_title,
#link .sec_1 .area_title,
#nenki .sec_1 .area_title,
#nentyu .sec_1 .area_title,
#pet .sec_1 .area_title {
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #access .sec_1 .area_title,
  #boyscout .sec_1 .area_title,
  #link .sec_1 .area_title,
  #nenki .sec_1 .area_title,
  #nentyu .sec_1 .area_title,
  #pet .sec_1 .area_title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 769px) {
  #access .sec_1 .area_title,
  #boyscout .sec_1 .area_title,
  #link .sec_1 .area_title,
  #nenki .sec_1 .area_title,
  #nentyu .sec_1 .area_title,
  #pet .sec_1 .area_title {
    font-size: 2.8rem;
  }
}

/* access */
@media only screen and (min-width: 770px) {
  #access .main_visual {
    background-image: url(../img/access/img_main_pc.jpg);
  }
}
@media only screen and (max-width: 769px) {
  #access .main_visual {
    background-image: url(../img/access/img_main_sp.jpg);
  }
}
@media only screen and (min-width: 770px) {
  #access .sec_1 .area_wrap {
    margin: 0 auto;
    width: 980px;
  }
}
@media only screen and (max-width: 769px) {
  #access .sec_1 .area_wrap {
    padding: 0 20px;
  }
}
#access .sec_1 .wrap_1,
#access .sec_1 .wrap_2 {
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #access .sec_1 .wrap_1,
  #access .sec_1 .wrap_2 {
    margin-top: 50px;
    width: 430px;
  }
}
@media only screen and (max-width: 769px) {
  #access .sec_1 .wrap_1,
  #access .sec_1 .wrap_2 {
    margin-top: 80px;
  }
}
#access .sec_1 .wrap_1 .p1,
#access .sec_1 .wrap_2 .p1 {
  letter-spacing: 0.3em;
  line-height: 35px;
}
@media only screen and (min-width: 770px) {
  #access .sec_1 .wrap_1 .p1,
  #access .sec_1 .wrap_2 .p1 {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #access .sec_1 .wrap_1 .p1,
  #access .sec_1 .wrap_2 .p1 {
    font-size: 2.6rem;
    padding-bottom: 40px;
  }
}
#access .sec_1 .wrap_1 .p2,
#access .sec_1 .wrap_2 .p2 {
  letter-spacing: 0.3em;
  line-height: 35px;
}
@media only screen and (min-width: 770px) {
  #access .sec_1 .wrap_1 .p2,
  #access .sec_1 .wrap_2 .p2 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 769px) {
  #access .sec_1 .wrap_1 .p2,
  #access .sec_1 .wrap_2 .p2 {
    font-size: 2.3rem;
  }
}
#access .sec_1 .wrap_1 .p2 span,
#access .sec_1 .wrap_2 .p2 span {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 770px) {
  #access .sec_1 .wrap_1 {
    float: left;
  }
}
@media only screen and (min-width: 770px) {
  #access .sec_1 .wrap_2 {
    float: right;
  }
}
#access .sec_1 .img_1 {
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #access .sec_1 .img_1 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 769px) {
  #access .sec_1 .img_1 {
    margin-top: 80px;
  }
}
#access .sec_1 .btn {
  margin-top: 50px;
  text-align: center;
}
#access .sec_1 .btn .btn_blk_1 {
  height: 50px;
  line-height: 48px;
  width: 300px;
}
@media only screen and (max-width: 769px) {
  #access .sec_1 .btn .btn_blk_1 {
    font-size: 2.0rem;
  }
}
#access .sec_1 .img_2 {
  margin-top: 100px;
  text-align: center;
}
#access .sec_1 .img_3 {
  margin-top: 50px;
  text-align: center;
}

/* boyscout */
@media only screen and (min-width: 770px) {
  #boyscout .main_visual {
    background-image: url(../img/boyscout/img_main_pc.jpg);
  }
}
@media only screen and (max-width: 769px) {
  #boyscout .main_visual {
    background-image: url(../img/boyscout/img_main_sp.jpg);
  }
}
#boyscout .sec_1 {
  text-align: center;
}
#boyscout .sec_1 .area_title {
  letter-spacing: 0;
}
#boyscout .sec_1 .ul_1 {
  font-size: 0;
  letter-spacing: 0;
  padding: 70px 0;
}
#boyscout .sec_1 .ul_1 li {
  border: 1px solid #999;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 0.3em;
  position: relative;
  white-space: nowrap;
}
@media only screen and (min-width: 770px) {
  #boyscout .sec_1 .ul_1 li {
    -moz-border-radius: 95px;
    -webkit-border-radius: 95px;
    border-radius: 95px;
    font-size: 2.9rem;
    height: 190px;
    line-height: 35px;
    margin: 0 20px;
    width: 190px;
  }
}
@media only screen and (max-width: 769px) {
  #boyscout .sec_1 .ul_1 li {
    -moz-border-radius: 119px;
    -webkit-border-radius: 119px;
    border-radius: 119px;
    font-size: 3.6rem;
    height: 238px;
    line-height: 44px;
    margin: 10px;
    width: 238px;
  }
}
#boyscout .sec_1 .ul_1 span {
  left: 52%;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  top: 51%;
}
#boyscout .sec_1 .wrap_text .title {
  letter-spacing: 0.3em;
}
@media only screen and (min-width: 770px) {
  #boyscout .sec_1 .wrap_text .title {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 769px) {
  #boyscout .sec_1 .wrap_text .title {
    font-size: 2.6rem;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 770px) {
  #boyscout .sec_1 .wrap_text .text {
    line-height: 35px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 769px) {
  #boyscout .sec_1 .wrap_text .text {
    letter-spacing: 0.1em;
    line-height: 45px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 770px) {
  #boyscout .sec_1 .wrap_contact {
    border: 1px solid #999;
    width: 920px;
    margin: 50px auto 0;
    padding: 43px 0;
  }
}
@media only screen and (max-width: 769px) {
  #boyscout .sec_1 .wrap_contact {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding: 40px 0;
    width: 100%;
  }
}
#boyscout .sec_1 .wrap_contact .title {
  letter-spacing: 0.3em;
}
@media only screen and (min-width: 770px) {
  #boyscout .sec_1 .wrap_contact .title {
    font-size: 2.0rem;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 769px) {
  #boyscout .sec_1 .wrap_contact .title {
    font-size: 2.6rem;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 770px) {
  #boyscout .sec_1 .wrap_contact .text {
    line-height: 30px;
  }
}
@media only screen and (max-width: 769px) {
  #boyscout .sec_1 .wrap_contact .text {
    letter-spacing: 0.1em;
    line-height: 45px;
  }
}
#boyscout .sec_1 .wrap_contact .text a {
  color: #333;
  text-decoration: none;
}

/* link */
@media only screen and (min-width: 770px) {
  #link .main_visual {
    background-image: url(../img/link/img_main_pc.jpg);
  }
}
@media only screen and (max-width: 769px) {
  #link .main_visual {
    background-image: url(../img/link/img_main_sp.jpg);
  }
}
@media only screen and (min-width: 770px) {
  #link .sec_1 .wrap_box {
    margin: 0 auto;
    width: 920px;
  }
}
@media only screen and (max-width: 769px) {
  #link .sec_1 .wrap_box {
    text-align: center;
  }
}
#link .sec_1 .box + .box {
  margin-top: 90px;
}
@media only screen and (min-width: 770px) {
  #link .sec_1 .img {
    float: left;
  }
}
@media only screen and (min-width: 770px) {
  #link .sec_1 .img img {
    max-width: 275px;
  }
}
@media only screen and (max-width: 769px) {
  #link .sec_1 .img img {
    max-width: 500px;
  }
}
@media only screen and (min-width: 770px) {
  #link .sec_1 .wrap_text {
    margin-left: 330px;
  }
}
@media only screen and (max-width: 769px) {
  #link .sec_1 .wrap_text {
    padding-top: 30px;
  }
}
#link .sec_1 .title {
  letter-spacing: 0;
  line-height: 1.2em;
}
@media only screen and (min-width: 770px) {
  #link .sec_1 .title {
    font-size: 2.0rem;
  }
}
@media only screen and (max-width: 769px) {
  #link .sec_1 .title {
    font-size: 2.6rem;
  }
}
#link .sec_1 .text {
  letter-spacing: 0;
}
@media only screen and (min-width: 770px) {
  #link .sec_1 .text {
    line-height: 30px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #link .sec_1 .text {
    line-height: 40px;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 770px) {
  #link .sec_1 .btn {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 769px) {
  #link .sec_1 .btn {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 770px) {
  #link .sec_1 .btn .btn_blk_1 {
    font-size: 1.1rem;
    height: 25px;
    line-height: 23px;
    width: 120px;
  }
}
@media only screen and (max-width: 769px) {
  #link .sec_1 .btn .btn_blk_1 {
    font-size: 2.0rem;
    height: 50px;
    line-height: 48px;
    width: 240px;
  }
}

/* nenki */
@media only screen and (min-width: 770px) {
  #nenki .main_visual {
    background-image: url(../img/nenki/img_main_pc.jpg);
  }
}
@media only screen and (max-width: 769px) {
  #nenki .main_visual {
    background-image: url(../img/nenki/img_main_sp.jpg);
  }
}
#nenki .sec_1 .wrap_form {
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form {
    width: 920px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form {
    width: 650px;
  }
}
#nenki .sec_1 .wrap_form .title {
  border: 1px solid #ccc;
  letter-spacing: 0;
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .title {
    font-size: 1.8rem;
    line-height: 58px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .title {
    font-size: 2.8rem;
    line-height: 88px;
  }
}
#nenki .sec_1 .wrap_form .box_form {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .box_form {
    padding: 30px 0 34px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .box_form {
    padding: 50px 0;
  }
}
#nenki .sec_1 .wrap_form .box_form .text {
  letter-spacing: 0;
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .box_form .text {
    line-height: 35px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .box_form .text {
    line-height: 40px;
  }
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .box_form .form {
    font-size: 0;
    letter-spacing: 0;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .box_form .form {
    margin: 0 auto;
    padding-top: 40px;
    width: 420px;
  }
}
#nenki .sec_1 .wrap_form .box_form .type,
#nenki .sec_1 .wrap_form .box_form .year,
#nenki .sec_1 .wrap_form .box_form .month,
#nenki .sec_1 .wrap_form .box_form .day,
#nenki .sec_1 .wrap_form .box_form .btn {
  position: relative;
  vertical-align: middle;
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .box_form .type,
  #nenki .sec_1 .wrap_form .box_form .year,
  #nenki .sec_1 .wrap_form .box_form .month,
  #nenki .sec_1 .wrap_form .box_form .day,
  #nenki .sec_1 .wrap_form .box_form .btn {
    display: inline-block;
  }
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .box_form .type {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .box_form .year,
  #nenki .sec_1 .wrap_form .box_form .month,
  #nenki .sec_1 .wrap_form .box_form .day {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .box_form .year,
  #nenki .sec_1 .wrap_form .box_form .month,
  #nenki .sec_1 .wrap_form .box_form .day {
    margin-top: 20px;
  }
}
#nenki .sec_1 .wrap_form .box_form .year span,
#nenki .sec_1 .wrap_form .box_form .month span,
#nenki .sec_1 .wrap_form .box_form .day span {
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .box_form .year span,
  #nenki .sec_1 .wrap_form .box_form .month span,
  #nenki .sec_1 .wrap_form .box_form .day span {
    font-size: 1.2rem;
    line-height: 30px;
    right: 0;
    width: 30px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .box_form .year span,
  #nenki .sec_1 .wrap_form .box_form .month span,
  #nenki .sec_1 .wrap_form .box_form .day span {
    font-size: 2.4rem;
    line-height: 70px;
    right: -60px;
    width: 60px;
  }
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .box_form select,
  #nenki .sec_1 .wrap_form .box_form input[type="text"] {
    width: 100px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .box_form select,
  #nenki .sec_1 .wrap_form .box_form input[type="text"] {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .box_form .btn {
    margin-top: 20px;
  }
}
#nenki .sec_1 .wrap_form .box_form .btn_blk_1 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  padding: 0;
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .box_form .btn_blk_1 {
    font-size: 1.2rem;
    height: 30px;
    width: 100px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .box_form .btn_blk_1 {
    font-size: 2.4rem;
    height: 70px;
    width: 100%;
  }
}
#nenki .sec_1 .wrap_form .nenki_table_pc table,
#nenki .sec_1 .wrap_form .nenki_table_sp table {
  width: 100%;
}
#nenki .sec_1 .wrap_form .nenki_table_pc th,
#nenki .sec_1 .wrap_form .nenki_table_pc td,
#nenki .sec_1 .wrap_form .nenki_table_sp th,
#nenki .sec_1 .wrap_form .nenki_table_sp td {
  border: 1px solid #ccc;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .nenki_table_pc th,
  #nenki .sec_1 .wrap_form .nenki_table_pc td,
  #nenki .sec_1 .wrap_form .nenki_table_sp th,
  #nenki .sec_1 .wrap_form .nenki_table_sp td {
    font-size: 22px;
  }
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .nenki_table_pc th,
  #nenki .sec_1 .wrap_form .nenki_table_sp th {
    line-height: 60px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .nenki_table_pc th,
  #nenki .sec_1 .wrap_form .nenki_table_sp th {
    line-height: 70px;
  }
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .nenki_table_pc td,
  #nenki .sec_1 .wrap_form .nenki_table_sp td {
    line-height: 40px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .nenki_table_pc td,
  #nenki .sec_1 .wrap_form .nenki_table_sp td {
    line-height: 70px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_form .nenki_table_pc {
    display: none;
  }
}
#nenki .sec_1 .wrap_form .nenki_table_pc th:nth-child(1) {
  width: 165px;
}
#nenki .sec_1 .wrap_form .nenki_table_pc th:nth-child(2) {
  width: 165px;
}
#nenki .sec_1 .wrap_form .nenki_table_pc th:nth-child(3) {
  width: 295px;
}
#nenki .sec_1 .wrap_form .nenki_table_pc th:nth-child(4) {
  width: 295px;
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_form .nenki_table_sp {
    display: none;
  }
}
#nenki .sec_1 .wrap_form .nenki_table_sp th:nth-child(1) {
  width: 180px;
}
#nenki .sec_1 .wrap_form .nenki_table_sp th:nth-child(2) {
  width: 470px;
}
#nenki .sec_1 .wrap_text {
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_text {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_text {
    padding-top: 85px;
  }
}
#nenki .sec_1 .wrap_text .title {
  letter-spacing: 0.1em;
  line-height: 1.0em;
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_text .title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_text .title {
    font-size: 2.8rem;
  }
}
#nenki .sec_1 .wrap_text .text {
  letter-spacing: 0.1em;
  padding-top: 50px;
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_text .text {
    line-height: 40px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_text .text {
    line-height: 45px;
  }
}
@media only screen and (min-width: 770px) {
  #nenki .sec_1 .wrap_text .btn {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_text .btn {
    padding-top: 30px;
  }
}
#nenki .sec_1 .wrap_text .btn .btn_blk_1 {
  height: 50px;
  line-height: 48px;
  width: 300px;
}
@media only screen and (max-width: 769px) {
  #nenki .sec_1 .wrap_text .btn .btn_blk_1 {
    font-size: 2.0rem;
  }
}

/* nentyu */
@media only screen and (min-width: 770px) {
  #nentyu .main_visual {
    background-image: url(../img/nentyu/img_main_pc.jpg);
  }
}
@media only screen and (max-width: 769px) {
  #nentyu .main_visual {
    background-image: url(../img/nentyu/img_main_sp.jpg);
  }
}
@media only screen and (min-width: 770px) {
  #nentyu .sec_1 .wrap_box {
    margin: 0 auto;
    width: 920px;
  }
}
@media only screen and (max-width: 769px) {
  #nentyu .sec_1 .wrap_box {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 770px) {
  #nentyu .sec_1 .box + .box {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 769px) {
  #nentyu .sec_1 .box + .box {
    margin-top: 160px;
  }
}
#nentyu .sec_1 .title {
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (min-width: 770px) {
  #nentyu .sec_1 .title {
    float: left;
    line-height: 270px;
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 769px) {
  #nentyu .sec_1 .title {
    font-size: 2.8rem;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 770px) {
  #nentyu .sec_1 .text {
    margin-left: 270px;
  }
}
@media only screen and (max-width: 769px) {
  #nentyu .sec_1 .text {
    margin-top: 40px;
  }
}
#nentyu .sec_1 .text p {
  letter-spacing: 0.1em;
  text-align: justify;
}
@media only screen and (min-width: 770px) {
  #nentyu .sec_1 .text p {
    line-height: 30px;
  }
}
@media only screen and (max-width: 769px) {
  #nentyu .sec_1 .text p {
    font-size: 2.2rem;
    line-height: 45px;
  }
}
@media only screen and (min-width: 770px) {
  #nentyu .sec_1 .text p + p {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 769px) {
  #nentyu .sec_1 .text p + p {
    margin-top: 10px;
  }
}

/* pet */
@media only screen and (min-width: 770px) {
  #pet .main_visual {
    background-image: url(../img/pet/img_main_pc.jpg);
  }
}
@media only screen and (max-width: 769px) {
  #pet .main_visual {
    background-image: url(../img/pet/img_main_sp.jpg);
  }
}
#pet .sec_1 .wrap_text {
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_text {
    line-height: 40px;
  }
}
@media only screen and (max-width: 769px) {
  #pet .sec_1 .wrap_text {
    line-height: 45px;
  }
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_box {
    margin: 140px auto 0;
    width: 920px;
  }
}
@media only screen and (max-width: 769px) {
  #pet .sec_1 .wrap_box {
    margin: 0 auto;
    width: 650px;
  }
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_box .box_1,
  #pet .sec_1 .wrap_box .box_2 {
    width: 420px;
  }
}
@media only screen and (max-width: 769px) {
  #pet .sec_1 .wrap_box .box_1,
  #pet .sec_1 .wrap_box .box_2 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_box .box_1 .title,
  #pet .sec_1 .wrap_box .box_2 .title {
    font-size: 2.4rem;
    padding: 0 0 20px 20px;
  }
}
@media only screen and (max-width: 769px) {
  #pet .sec_1 .wrap_box .box_1 .title,
  #pet .sec_1 .wrap_box .box_2 .title {
    font-size: 2.6rem;
    padding-bottom: 10px;
    text-align: center;
  }
}
#pet .sec_1 .wrap_box .box_1 .table,
#pet .sec_1 .wrap_box .box_2 .table {
  width: 100%;
}
#pet .sec_1 .wrap_box .box_1 .table th,
#pet .sec_1 .wrap_box .box_1 .table td,
#pet .sec_1 .wrap_box .box_2 .table th,
#pet .sec_1 .wrap_box .box_2 .table td {
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.1em;
  line-height: 1.4em;
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_box .box_1 .table th,
  #pet .sec_1 .wrap_box .box_1 .table td,
  #pet .sec_1 .wrap_box .box_2 .table th,
  #pet .sec_1 .wrap_box .box_2 .table td {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 769px) {
  #pet .sec_1 .wrap_box .box_1 .table th,
  #pet .sec_1 .wrap_box .box_1 .table td,
  #pet .sec_1 .wrap_box .box_2 .table th,
  #pet .sec_1 .wrap_box .box_2 .table td {
    padding: 35px 0;
  }
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_box .box_1 .table th,
  #pet .sec_1 .wrap_box .box_2 .table th {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 769px) {
  #pet .sec_1 .wrap_box .box_1 .table th,
  #pet .sec_1 .wrap_box .box_2 .table th {
    padding-left: 40px;
  }
}
#pet .sec_1 .wrap_box .box_1 .table td,
#pet .sec_1 .wrap_box .box_2 .table td {
  text-align: right;
  padding-right: 40px;
}
#pet .sec_1 .wrap_box .box_1 .text,
#pet .sec_1 .wrap_box .box_2 .text {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_box .box_1 .text,
  #pet .sec_1 .wrap_box .box_2 .text {
    font-size: 1.3rem;
    padding: 20px 0 0  20px;
  }
}
@media only screen and (max-width: 769px) {
  #pet .sec_1 .wrap_box .box_1 .text,
  #pet .sec_1 .wrap_box .box_2 .text {
    font-size: 2.0rem;
    padding: 30px 0 0  40px;
  }
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_box .box_1 {
    float: left;
  }
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_box .box_2 {
    float: right;
  }
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_table {
    margin: 120px auto 0;
    width: 920px;
  }
}
@media only screen and (max-width: 769px) {
  #pet .sec_1 .wrap_table {
    margin: 100px auto 0;
    width: 650px;
  }
}
#pet .sec_1 .wrap_table .table {
  width: 100%;
}
#pet .sec_1 .wrap_table .table th,
#pet .sec_1 .wrap_table .table td {
  border: 1px solid #ccc;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  text-align: center;
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_table .table th {
    padding: 17px 0;
  }
}
@media only screen and (max-width: 769px) {
  #pet .sec_1 .wrap_table .table th {
    font-size: 1.8rem;
    padding: 17px 0;
  }
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_table .table td {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 769px) {
  #pet .sec_1 .wrap_table .table td {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}
@media only screen and (min-width: 770px) {
  #pet .sec_1 .wrap_table .table .col_0 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 769px) {
  #pet .sec_1 .wrap_table .table .col_0 {
    font-size: 2.2rem;
  }
}
#pet .sec_1 .wrap_table .table .col_2,
#pet .sec_1 .wrap_table .table .col_3,
#pet .sec_1 .wrap_table .table .col_4,
#pet .sec_1 .wrap_table .table .col_5,
#pet .sec_1 .wrap_table .table .col_6 {
  width: 18%;
}
#pet .sec_1 .wrap_table .table .tr_color_1 td {
  background-color: #eef3e0;
}
#pet .sec_1 .wrap_table .table .tr_color_2 td {
  background-color: #f4e5e5;
}
#pet .sec_1 .wrap_table .color_1,
#pet .sec_1 .wrap_table .color_2 {
  float: left;
  line-height: 30px;
  margin: 30px 30px 0 0;
  padding-left: 40px;
}
#pet .sec_1 .wrap_table .color_1:before,
#pet .sec_1 .wrap_table .color_2:before {
  border: 1px solid #ccc;
  content: "";
  display: block;
  float: left;
  height: 28px;
  margin-left: -40px;
  width: 28px;
}
#pet .sec_1 .wrap_table .color_1:before {
  background-color: #eef3e0;
}
#pet .sec_1 .wrap_table .color_2:before {
  background-color: #f4e5e5;
}
