<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ========================================
	Reset
======================================== */
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
} /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* ========================================
	Common
======================================== */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.left {
  float: left;
}

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

strong {
  font-weight: bold;
}

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

a {
  outline: 0;
  text-decoration: none;
  color: #000;
}
p {
  line-height: 1.6;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1;
}

.for_pc {
  display: block;
}

.for_sp {
  display: none;
}

/* Layout
----------------------------------------- */
.wrapper {
  margin-right: auto;
  margin-left: auto;
}

#contents {
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

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

/* Button
----------------------------------------- */
@media print, screen and (min-width: 769px) {
  .btn:hover {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    zoom: 1;
  }
}
/* Header
--------------------------------------- */
@media print, screen and (min-width: 769px) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100px;
    padding: 15px 25px 0 50px;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  #header {
    padding: 15px 1.7857142857% 0 3.5714285714%;
  }
}
@media print, screen and (min-width: 769px) {
  #header h1 {
    float: left;
    padding: 10px 0 0;
  }
  #header h1.header__logo {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  }
  #header h1.header__logo span {
    position: static;
    width: auto;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  }
  #header h1.header__logo span.jp {
    color: #333333;
    font-weight: normal;
    font-size: 32px;
    line-height: 1;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: baseline;
  }
  #header h1.header__logo span.jp span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    color: #333333;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  }
  #header h1.header__logo span.en {
    color: #333333;
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: baseline;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #header h1 {
    padding: 20px 0 0;
  }
  #header h1.header__logo span.jp {
    font-size: 26px;
  }
  #header h1.header__logo span.jp span {
    font-size: 11px;
  }
  #header h1.header__logo span.en {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  #header #menu {
    float: right;
    width: auto;
    width: 570px;
    height: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #header #menu {
    width: 70%;
    text-align: right;
  }
}
@media print, screen and (min-width: 769px) {
  #header ul {
    font-size: 0px;
    font-size: 0rem;
  }
}
@media print, screen and (min-width: 769px) {
  #header li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    margin-right: 30px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #header li:last-child {
    margin-right: 0;
  }
  #header li.ambition {
    width: 74px;
  }
  #header li.profile {
    width: 90px;
  }
  #header li.activity {
    width: 70px;
  }
  #header li.office {
    width: 90px;
  }
  #header li.facebook {
    width: 105px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #header li {
    margin-right: 5.2631578947%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #header li.ambition {
    width: 11.2280701754%;
  }
  #header li.profile {
    width: 14.0350877193%;
  }
  #header li.activity {
    width: 10.5263157895%;
  }
  #header li.office {
    width: 14.0350877193%;
  }
  #header li.facebook {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 769px) and (max-width: 850px) {
  #header li {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #header li.active a:after {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media print, screen and (min-width: 769px) {
  #header li a {
    position: relative;
    display: block;
    height: 60px;
  }
  #header li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    background: #ed7933;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  #header li a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media print, screen and (min-width: 769px) {
  #header p {
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    line-height: 1;
    color: #000;
  }
}
@media print, screen and (min-width: 769px) {
  #header span {
    position: absolute;
    display: block;
    width: 100%;
    top: 15px;
    left: 0;
    font-size: 10px;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #ed7933;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  #header span {
    top: 17px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}
/* Footer
----------------------------------------- */
.page_top {
  position: fixed;
  bottom: 55px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .page_top {
    bottom: 20px;
  }
}
.page_top a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.page_top a img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .page_top a img {
    width: 55px;
  }
}
.page_top.absolute {
  position: absolute;
  bottom: 377px;
}
@media screen and (max-width: 768px) {
  .page_top.absolute {
    bottom: 333px;
  }
}

.f-footer {
  background: #333333;
  color: #fff;
  text-align: center;
  padding: 80px 0 83px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  .f-footer {
    padding: 50px 0 83px;
  }
}
.f-footer .l-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.f-footer__title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .f-footer__title {
    font-size: 20px;
  }
}
.f-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .f-footer__contact {
    margin-bottom: 8px;
  }
}
.f-footer__contact p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .f-footer__contact p {
    font-size: 18px;
  }
}
.f-footer__contact p + p {
  margin-left: 36px;
}
@media screen and (max-width: 768px) {
  .f-footer__contact p + p {
    margin-left: 16px;
  }
}
.f-footer__contact span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .f-footer__contact span {
    font-size: 14px;
  }
}
.f-footer__contact a {
  text-decoration: none;
  color: #fff;
}
.f-footer__address {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .f-footer__address {
    font-size: 16px;
    margin-bottom: 13px;
  }
}
.f-footer__mail {
  font-size: 16px;
  margin-bottom: 63px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .f-footer__mail {
    font-size: 14px;
    margin-bottom: 38px;
  }
}
.f-footer__mail span {
  margin-right: 6px;
}
.f-footer__mail a {
  letter-spacing: 0.03em;
  text-decoration: underline;
  color: #fff;
}
.f-footer__copy {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .f-footer__copy {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .for_pc {
    display: none;
  }
  .for_sp {
    display: block;
  }
  #contents {
    line-height: 1.4;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* Header
  --------------------------------------- */
  #header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #fff;
  }
  #header h1 {
    padding: 13px 0 0;
  }
  #header h1.header__logo {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  }
  #header h1.header__logo span {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  }
  #header h1.header__logo span.jp {
    color: #333333;
    font-weight: normal;
    font-size: 20.5px;
    line-height: 1;
    padding-right: 7px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: baseline;
  }
  #header h1.header__logo span.jp span {
    display: block;
    font-size: 10.5px;
    letter-spacing: 0;
    margin-bottom: 2px;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  }
  #header h1.header__logo span.en {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: baseline;
  }
  #header #menu {
    display: none;
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    background: #f2f0e8;
    overflow: auto;
  }
  #header ul {
    font-size: 0px;
    font-size: 0rem;
  }
  #header li {
    border-bottom: #fff 1px solid;
  }
  #header li:last-child {
    border: none;
  }
  #header li a {
    position: relative;
    display: block;
    padding: 15px 20px;
  }
  #header li a:after {
    display: block;
    content: "";
    position: absolute;
    right: 28px;
    top: 50%;
    width: 7.5px;
    height: 12px;
    margin-top: -6px;
    background: url("../images/common/nav_arrow.png");
    background-size: contain;
  }
  #header li p {
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  #header li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #ed7933;
  }
  #menu_btn {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
  }
  #menu_btn span {
    display: block;
    width: 65px;
    height: 50px;
    padding-top: 33px;
    line-height: 1;
    color: #ed7933;
    font-size: 11px;
    font-size: 1.1rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    cursor: pointer;
    background-repeat: no-repeat;
  }
  #menu_btn span.open {
    background-image: url("../images/common/menu.png");
    background-position: center 9.5px;
    background-size: 23px 19px;
  }
  #menu_btn span.close {
    display: none;
    background-image: url("../images/common/menu_close.png");
    background-position: center 9.5px;
    background-size: 18px 17.5px;
  }
  body.open #menu_btn span.open {
    display: none;
  }
  body.open #menu_btn span.close {
    display: block;
  }
}
/* ========================================
	Index
======================================== */
body.index {
  /* Main visual
  --------------------------------------- */
}
body.index #main_visual {
  position: relative;
  margin-bottom: 150px;
  height: 100vh;
  overflow: hidden;
}
body.index #main_visual h2 {
  position: absolute;
  left: 50px;
  bottom: 45px;
  z-index: 99;
}
@media screen and (max-width: 1400px) {
  body.index #main_visual h2 {
    width: 30.4285714286%;
    left: 3.5714285714%;
    bottom: 3.2142857143%;
  }
}
body.index #main_visual li {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
body.index #main_visual li.main01 {
  background-image: url(../images/index/main01.jpg);
}
body.index #main_visual li.main02 {
  background-image: url(../images/index/main02.jpg);
}
body.index #main_visual li.main03 {
  background-image: url(../images/index/main03.jpg);
}
body.index #main_visual li.main04 {
  background-image: url(../images/index/main04.jpg);
}
body.index #main_visual .scroll_btn {
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 50px;
  height: 70px;
  margin-left: -25px;
}
body.index #main_visual .scroll_btn a {
  display: block;
  width: 50px;
  height: 70px;
  text-align: center;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  background: url(../images/index/scroll_btn.png) no-repeat center bottom;
}
body.index .section header p {
  margin-bottom: 3px;
  color: #ed7933;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
body.index .section header h3 {
  font-size: 40px;
  font-size: 4rem;
}
@media print, screen and (min-width: 769px) {
  body.index .link_section {
    position: relative;
    height: 500px;
    overflow: hidden;
  }
  body.index .link_section .bg {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    moz-transition: -moz-transform 0.4s ease-out;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
  body.index .link_section:hover .bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  body.index .link_section .wrapper {
    max-width: 860px;
    padding-right: 20px;
    padding-left: 20px;
  }
  body.index .link_section .wrapper div {
    width: 250px;
  }
  body.index .link_section header {
    margin-bottom: 20px;
    padding-top: 175px;
  }
  body.index .link_section header p {
    margin-bottom: 3px;
  }
  body.index .link_section .detail_btn {
    width: 250px;
    height: 40px;
    text-align: center;
    padding-right: 10px;
    line-height: 40px;
    font-weight: bold;
    background-image: url(../images/index/btn_frame.png);
  }
  body.index .link_section a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 500px;
    color: #000;
  }
  body.index .link_section a:hover {
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-image: url(../images/index/link_hover_bg.png);
  }
  body.index .link_section a:hover .detail_btn {
    background-image: url(../images/index/btn_frame_hover.png);
  }
}
body.index #ambition .bg {
  background-image: url(../images/index/ambition_bg.jpg);
}
body.index #ambition .wrapper div {
  margin: 0 0 0 auto;
}
body.index #profile .bg {
  background-image: url(../images/index/profile_bg.jpg);
}
body.index #profile .wrapper div {
  margin: 0 auto 0 0;
}
body.index #activity {
  padding: 65px 0 75px;
  background: #f9f8f4;
}
body.index #activity .wrapper {
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
}
body.index #activity header {
  margin-bottom: 30px;
  text-align: center;
}
body.index #activity .detail_btn a {
  display: block;
  width: 250px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  padding-right: 10px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  background-image: url(../images/index/btn_frame.png);
}
body.index #activity .detail_btn a:hover {
  background-image: url(../images/index/btn_frame_hover.png);
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.index #activity ul {
  margin-bottom: 34px;
}
body.index #activity li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
body.index #activity li:nth-child(3n) {
  margin-right: 0;
}
body.index #activity li:nth-child(3n+1) {
  clear: both;
}
body.index #activity li a {
  color: #000;
}
body.index #activity li a:hover {
  opacity: 0.7;
}
body.index #activity li .img {
  margin-bottom: 9px;
}
body.index #activity li h4 {
  margin-bottom: 3px;
  color: #ed7933;
  font-size: 14px;
  font-size: 1.4rem;
}
body.index #activity li p {
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
}
body.index #office {
  padding: 40px 0 30px;
  text-align: center;
}
body.index #office header {
  margin-bottom: 35px;
}
body.index #office #map {
  height: 400px;
  margin-bottom: 28px;
}
body.index #office ul {
  margin-bottom: 18px;
  font-size: 0px;
  font-size: 0rem;
}
body.index #office li {
  display: inline-block;
  margin: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
body.index #office li em {
  padding-right: 9px;
  font-weight: bold;
}
body.index #office .address {
  margin-bottom: 3px;
}
body.index #office .mail a {
  color: #005bce;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  body.index {
    /* Main visual
    --------------------------------------- */
  }
  body.index #main_visual {
    margin: 50px 0 45px;
    height: 420px;
  }
  body.index #main_visual h2 {
    left: 20px;
    bottom: 20px;
    max-width: 213px;
    width: 60%;
  }
  body.index #main_visual li {
    height: 420px;
  }
  body.index #main_visual li.main01 {
    background-image: url(../images/index/main01_sp.jpg);
  }
  body.index #main_visual li.main02 {
    background-image: url(../images/index/main02_sp.jpg);
  }
  body.index #main_visual li.main03 {
    background-image: url(../images/index/main03_sp.jpg);
  }
  body.index #main_visual li.main04 {
    background-image: url(../images/index/main04_sp.jpg);
  }
  body.index .section header p {
    margin-bottom: 3px;
    color: #ed7933;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
  }
  body.index .section header h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  body.index .link_section {
    position: relative;
    height: 175px;
    overflow: hidden;
  }
  body.index .link_section .bg {
    width: 100%;
    height: 175px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  body.index .link_section header {
    padding-top: 47px;
  }
  body.index .link_section header p {
    margin-bottom: 3px;
  }
  body.index .link_section header h3 {
    display: inline-block;
    vertical-align: middle;
  }
  body.index .link_section header h3:after {
    display: inline-block;
    content: "";
    width: 7.5px;
    height: 12px;
    margin-left: 35px;
    vertical-align: middle;
    background: url("../images/index/link_section_arrow.png");
    background-size: 7.5px 12px;
  }
  body.index .link_section .detail_btn {
    width: 250px;
    height: 40px;
    text-align: center;
    padding-right: 10px;
    line-height: 40px;
    font-weight: bold;
    background-image: url(../images/index/btn_frame.png);
  }
  body.index .link_section a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 175px;
    color: #000;
  }
  body.index #ambition .bg {
    background-image: url(../images/index/ambition_bg_sp.jpg);
  }
  body.index #ambition .wrapper div {
    width: 160px;
    margin: 0 0 0 auto;
  }
  body.index #profile .bg {
    background-image: url(../images/index/profile_bg_sp.jpg);
  }
  body.index #profile .wrapper div {
    padding-left: 40px;
  }
  body.index #activity {
    padding: 40px 0 45px;
  }
  body.index #activity .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  body.index #activity header {
    margin-bottom: 16px;
  }
  body.index #activity .detail_btn a {
    width: 255px;
    height: 45px;
    padding-right: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 45px;
    color: #000 !important;
    background-image: url("../images/index/btn_frame_sp.png") !important;
    background-size: 255px 45px;
  }
  body.index #activity .detail_btn a:hover {
    -webkit-transition: none;
    transition: none;
  }
  body.index #activity ul {
    margin-bottom: 0;
  }
  body.index #activity li {
    float: none;
    width: auto;
    margin: 0 0 38px;
  }
  body.index #activity li h4 {
    margin-bottom: 4px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  body.index #activity li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.index #activity li .img {
    width: auto;
    margin: 10px -20px 13px;
  }
  body.index #activity li .img img {
    width: 100%;
    max-width: none;
  }
  body.index #office {
    padding: 40px 0 8px;
  }
  body.index #office header {
    margin-bottom: 16px;
  }
  body.index #office #map {
    height: 225px;
    margin-bottom: 28px;
  }
  body.index #office ul {
    margin-bottom: 23px;
  }
  body.index #office li {
    display: block;
    margin: 0 0 3px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  body.index #office li em {
    padding-right: 9px;
  }
  body.index #office .address {
    margin-bottom: 2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  body.index #office .mail {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* ========================================
	Ambition
======================================== */
body.ambition {
  background-image: url(../images/common/sub_bg.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
body.ambition .wrapper {
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
}
body.ambition #contents {
  background-image: url(../images/ambition/main.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
body.ambition header.page_header {
  margin-bottom: 55px;
}
body.ambition header.page_header p {
  margin-bottom: 3px;
  color: #ed7933;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
body.ambition header.page_header h2 {
  font-size: 48px;
  font-size: 4.8rem;
}
body.ambition #ambition .section {
  float: left;
  width: 50%;
  margin-bottom: 9.5%;
}
body.ambition #ambition .section:nth-child(2n) {
  clear: both;
  padding-right: 3%;
}
body.ambition #ambition .section:nth-child(2n+1) {
  padding-left: 3%;
}
body.ambition #ambition .section.ambition1 {
  float: none;
  padding-right: 3%;
  padding-left: 0;
}
body.ambition #ambition .section.ambition4 {
  margin-top: -3px;
  padding-right: 4%;
}
body.ambition #ambition .section h3 {
  margin-bottom: 10px;
  color: #ed7933;
  font-size: 28px;
  font-size: 2.8rem;
}
body.ambition #ambition .section p {
  line-height: 1.87;
}

@media screen and (max-width: 768px) {
  body.ambition {
    background-color: #f9f8f4;
    background-image: url(../images/common/sub_bg_sp.png);
    background-repeat: no-repeat;
  }
  body.ambition .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  body.ambition #contents {
    background-image: url(../images/ambition/main_sp.png);
    background-position: center 50px;
  }
  body.ambition header.page_header {
    margin-bottom: 35px;
  }
  body.ambition header.page_header p {
    margin-bottom: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  body.ambition header.page_header h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  body.ambition #ambition .section {
    float: none;
    width: auto;
    margin-bottom: 50px;
    padding: 0 !important;
    margin-top: 0 !important;
  }
  body.ambition #ambition .section.ambition4 {
    margin-right: -20px;
    margin-left: -20px;
  }
  body.ambition #ambition .section.ambition4 img {
    width: 100%;
  }
  body.ambition #ambition .section h3 {
    margin-bottom: 4px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  body.ambition #ambition .section p {
    line-height: 1.62;
  }
}
/* ========================================
	Profile
======================================== */
body.profile {
  background-image: url(../images/common/sub_bg.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
body.profile .wrapper {
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
}
body.profile #contents {
  background-image: url(../images/profile/main.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
body.profile header.page_header {
  margin-bottom: 55px;
}
body.profile header.page_header p {
  margin-bottom: 3px;
  color: #ed7933;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
body.profile header.page_header h2 {
  font-size: 48px;
  font-size: 4.8rem;
}
body.profile #profile .section {
  float: left;
  width: 50%;
  margin-bottom: 7%;
}
body.profile #profile .section:nth-child(2n) {
  clear: both;
  padding-right: 20px;
}
body.profile #profile .section:nth-child(2n+1) {
  padding-left: 20px;
}
body.profile #profile .section.profile1 {
  float: none;
  margin-bottom: 9.5%;
  padding-right: 3%;
  padding-left: 0;
}
body.profile #profile .section.profile2 .profile_list {
  margin-bottom: 76px;
}
body.profile #profile .section h3 {
  margin-bottom: 10px;
  color: #ed7933;
  font-size: 28px;
  font-size: 2.8rem;
}
body.profile #profile .section h3.toureki {
  margin-top: 15px;
}
body.profile #profile .section p {
  line-height: 1.87;
}
body.profile .profile_list {
  line-height: 1.87;
}
body.profile .profile_list dt {
  float: left;
  width: 95px;
  font-weight: bold;
}
body.profile .profile_list dd {
  padding-left: 95px;
}
body.profile #episode h3 {
  margin-bottom: 10px;
  color: #ed7933;
  font-size: 28px;
  font-size: 2.8rem;
}
body.profile #episode div {
  margin-bottom: 10.5%;
}
body.profile #episode .img {
  float: left;
  width: 250;
  padding-top: 5px;
  display: none;
}
body.profile #episode h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
body.profile .episode_list {
  line-height: 1.87;
}
body.profile .episode_list li {
  position: relative;
  padding-left: 15px;
  background-image: url(../images/profile/disc.png);
  background-repeat: no-repeat;
  background-position: left 10px;
}

@media screen and (max-width: 768px) {
  body.profile {
    background-color: #f9f8f4;
    background-image: url(../images/common/sub_bg_sp.png);
    background-repeat: no-repeat;
  }
  body.profile .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  body.profile #contents {
    background-image: url(../images/profile/main_sp.png);
    background-position: center 50px;
  }
  body.profile header.page_header {
    margin-bottom: 35px;
  }
  body.profile header.page_header p {
    margin-bottom: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  body.profile header.page_header h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 374px) {
  body.profile header.page_header h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.profile #profile .section {
    float: none;
    width: auto;
    margin-bottom: 40px !important;
    padding: 0 !important;
  }
  body.profile #profile .section.profile2 .profile_list {
    margin-bottom: 40px;
  }
  body.profile #profile .section.profile2 .img {
    margin-right: -20px;
    margin-left: -20px;
  }
  body.profile #profile .section.profile2 .img img {
    width: 100%;
  }
  body.profile #profile .section h3 {
    margin-bottom: 4px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  body.profile .profile_list {
    line-height: 1.62;
    font-size: 15px;
    font-size: 1.5rem;
  }
  body.profile .profile_list dt {
    width: 90px;
  }
  body.profile .profile_list dd {
    padding-left: 90px;
  }
}
@media screen and (max-width: 768px) {
  body.profile #episode h3 {
    margin-bottom: 8px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  body.profile #episode div {
    margin-bottom: 40px;
  }
  body.profile #episode div section {
    padding-left: 0;
  }
  body.profile #episode .img {
    float: none;
    width: auto;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 13px;
    padding-top: 0;
  }
  body.profile #episode .img img {
    width: 100%;
  }
  body.profile #episode h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  body.profile .episode_list li {
    background-image: url(../images/profile/disc_sp.png);
    background-size: 9px;
  }
}
/* ========================================
	Activity
======================================== */
body.activity {
  background-image: url(../images/activity/bg_rt.png), url(../images/activity/bg_lb.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto;
}
body.activity .wrapper {
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
}
body.activity header.page_header {
  margin-bottom: 34px;
  padding-top: 11.5%;
  vertical-align: middle;
  font-size: 0px;
  font-size: 0rem;
}
body.activity header.page_header h2 {
  display: inline-block;
  vertical-align: middle;
  padding-right: 22px;
  font-size: 40px;
  font-size: 4rem;
}
body.activity header.page_header p {
  display: inline-block;
  vertical-align: middle;
  color: #ed7933;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
body.activity #activity ul {
  margin-bottom: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.activity #activity li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 5.5%;
}
body.activity #activity li:nth-child(3n) {
  margin-right: 0;
}
body.activity #activity li a {
  color: #000;
}
body.activity #activity li a:hover {
  opacity: 0.7;
}
body.activity #activity li .img {
  margin-bottom: 9px;
}
body.activity #activity li h4 {
  margin-bottom: 3px;
  color: #ed7933;
  font-size: 14px;
  font-size: 1.4rem;
}
body.activity #activity li p {
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  body.activity {
    background-position: center 50px, center bottom;
  }
  body.activity .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  body.activity header.page_header {
    padding-top: 70px;
    margin-bottom: 30px;
  }
  body.activity header.page_header h2 {
    padding-right: 15px;
    font-size: 30px;
    font-size: 3rem;
  }
  body.activity header.page_header p {
    margin-bottom: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  body.activity #activity ul {
    margin-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.activity #activity li {
    width: auto;
    margin: 0 0 38px;
  }
  body.activity #activity li h4 {
    margin-bottom: 4px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  body.activity #activity li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.activity #activity li .img {
    width: auto;
    margin: 0 -20px 13px;
  }
  body.activity #activity li .img img {
    width: 100%;
    max-width: none;
  }
}
/* ========================================
	Single
======================================== */
body.single {
  min-height: 100vh;
  padding-bottom: 428px;
  background-image: url(../images/activity/bg_rt.png), url(../images/activity/bg_lb.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto;
}
body.single .wrapper {
  max-width: 1040px;
  padding-right: 20px;
  padding-left: 20px;
}
body.single header.page_header {
  margin-bottom: 34px;
  padding-top: 15%;
  vertical-align: middle;
  font-size: 0px;
  font-size: 0rem;
}
body.single header.page_header h2 {
  display: inline-block;
  vertical-align: middle;
  padding-right: 22px;
  font-size: 40px;
  font-size: 4rem;
}
body.single header.page_header p {
  display: inline-block;
  vertical-align: middle;
  color: #ed7933;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
body.single #single {
  margin-bottom: 120px;
}
body.single #single .thumbnail {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
body.single #single .date {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 5px;
}
body.single #single .title {
  color: #ed7933;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
}
body.single .page_top {
  position: fixed;
  bottom: 55px;
  right: 25px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  body.single .page_top {
    bottom: 20px;
  }
}
body.single .page_top a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
body.single .page_top a img {
  width: 100px;
}
@media screen and (max-width: 768px) {
  body.single .page_top a img {
    width: 55px;
  }
}
body.single .page_top.absolute {
  position: absolute;
  bottom: 377px;
}
@media screen and (max-width: 768px) {
  body.single .page_top.absolute {
    bottom: 333px;
  }
}
body.single .f-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  body.single {
    padding-bottom: 363px;
    background-position: center 50px, center bottom;
  }
  body.single .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  body.single header.page_header {
    padding-top: 70px;
    margin-bottom: 30px;
  }
  body.single header.page_header h2 {
    padding-right: 15px;
    font-size: 30px;
    font-size: 3rem;
  }
  body.single header.page_header p {
    margin-bottom: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  body.single #single {
    margin-bottom: 50px;
  }
  body.single #single .thumbnail {
    margin-bottom: 35px;
  }
  body.single #single .title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}</pre></body></html>