@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"); }
@font-face {
  font-family: 'anzu';
  font-style: normal;
  font-weight: 400;
  src: url(../font/APJapanesefont_0.eot) format("eot"), url(../font/APJapanesefont_0.woff) format("woff"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 2.0;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word; }

a {
  text-decoration: none; }

.tel a {
  color: #333; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 1000px; }

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media screen and (max-width: 480px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
.sinner {
  max-width: 620px; }

.bornone td {
  border: none !important; }

.pdnone td {
  padding: 0 !important; }

.img100 img {
  width: 100%; }

.link1 a {
  color: #104480;
  font-weight: bold; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#contents {
  padding: 0;
  max-width: 100%; }

#main {
  max-width: 100%;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    #main {
      width: 100%; } }

#main #col_main {
  width: 100%; }
  @media screen and (max-width: 1000px) {
    #main #col_main {
      width: 100%; } }

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important; } }

.map {
  margin: 0 auto;
  max-width: 1000px; }

.map li {
  border-left: 3px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }
  .map li:last-child {
    display: none; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 22px;
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

table {
  table-layout: fixed; }

table td {
  margin-bottom: -1px !important;
  padding: 15px !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

b {
  font-weight: bold; }

.borderB {
  border-bottom: 1px dashed #333; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1000px) {
    #contents_wrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 480px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 1000px;
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 1000px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media screen and (max-width: 480px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; } }
@media screen and (max-width: 480px) {
  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; } }
.fwb {
  font-weight: bold; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fs17 {
  font-size: 17px; }

.fs18 {
  font-size: 18px; }

.fs19 {
  font-size: 19px; }

.fs20 {
  font-size: 20px; }

.fs21 {
  font-size: 21px; }

.fs22 {
  font-size: 22px; }

.fs23 {
  font-size: 23px; }

.fs24 {
  font-size: 24px; }

.fs25 {
  font-size: 25px; }

.fs26 {
  font-size: 26px; }

.fs27 {
  font-size: 27px; }

.fs28 {
  font-size: 28px; }

.fs29 {
  font-size: 29px; }

.fs30 {
  font-size: 30px; }

.fs31 {
  font-size: 31px; }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.lh2 {
  line-height: 2.0; }

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto; }

.dsnone {
  display: none; }

.not_page {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 80px; }

.pankuzu {
  font-size: 14px; }
  @media screen and (max-width: 480px) {
    .pankuzu {
      display: none; } }

.bornone td {
  border: none !important; }

header#global_header {
  max-width: 100%; }

#header {
  width: 100%;
  padding: 0 0 20px 0; }
  @media screen and (max-width: 840px) {
    #header {
      padding: 50px 0 0; } }

#siteID {
  margin: 15px 0 0;
  min-width: 210px; }

.h_wrap {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .h_wrap {
      padding: 0 20px; } }
  .h_wrap .h_left {
    float: left;
    width: 25.75%; }
    @media screen and (max-width: 1000px) {
      .h_wrap .h_left {
        padding-top: 20px; } }
    @media screen and (max-width: 840px) {
      .h_wrap .h_left {
        padding-top: 0; } }
    @media screen and (max-width: 540px) {
      .h_wrap .h_left {
        float: none;
        width: 100%; } }
  .h_wrap .h_right {
    float: right;
    width: 60.66%;
    padding-top: 75px; }
    @media screen and (max-width: 1100px) {
      .h_wrap .h_right {
        width: 70%; } }
    @media screen and (max-width: 840px) {
      .h_wrap .h_right {
        padding: 50px 0 0; } }
    @media screen and (max-width: 540px) {
      .h_wrap .h_right {
        width: 100%;
        padding: 15px 0 0; } }
    .h_wrap .h_right .contactbox {
      margin: 0 0 20px;
      font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      @media screen and (max-width: 540px) {
        .h_wrap .h_right .contactbox {
          margin: 0; } }
      .h_wrap .h_right .contactbox p {
        text-align: right; }
        @media screen and (max-width: 540px) {
          .h_wrap .h_right .contactbox p {
            text-align: center; } }
        .h_wrap .h_right .contactbox p.c_btn {
          margin-left: 15px;
          float: right;
          width: 45.33%; }
          @media screen and (max-width: 840px) {
            .h_wrap .h_right .contactbox p.c_btn {
              display: none; } }
        .h_wrap .h_right .contactbox p.h_tel {
          font-size: 30px;
          line-height: 1.4;
          float: right;
          width: 51.92%; }
          @media screen and (max-width: 540px) {
            .h_wrap .h_right .contactbox p.h_tel {
              float: none;
              width: 100%; } }
          .h_wrap .h_right .contactbox p.h_tel span.address {
            font-size: 14px;
            display: block;
            margin: 0 0 -10px 0; }
          .h_wrap .h_right .contactbox p.h_tel span.fs01 {
            font-size: 24px; }
          .h_wrap .h_right .contactbox p.h_tel span.fs02 {
            font-size: 18px;
            display: block;
            margin-top: -15px; }

#nav_global {
  max-width: 1200px;
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 20px;
  margin: 20px auto 0; }
  @media screen and (max-width: 1000px) {
    #nav_global {
      font-size: 16px; } }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1; }
      #nav_global ul li a {
        color: #565656;
        transition: .3s; }
        #nav_global ul li a:hover {
          color: #f9968a; }
      #nav_global ul li.spnone {
        display: none; }

#mainArea {
  width: 100% !important;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    #mainArea {
      margin-top: 10px; } }
  #mainArea .slick-prev, #mainArea .slick-next {
    display: none !important; }
  #mainArea ul li img {
    margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    #mainArea {
      width: auto !important; } }

.mean-container .mean-bar {
  background: #f9968a !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #f9968a !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

#global_footer {
  min-width: 100% !important; }

#footer {
  background: url(../images/common/conbg02.jpg) top center;
  border-bottom: 5px solid #ee86a7;
  padding: 50px 0 15px; }
  @media screen and (max-width: 768px) {
    #footer {
      padding: 50px 20px 15px; } }
  @media screen and (max-width: 480px) {
    #footer {
      padding: 50px 10px 15px; } }
  #footer p {
    font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    #footer p.f_info {
      font-size: 20px; }
    #footer p.f_tel {
      font-size: 30px;
      line-height: 1.5; }
      #footer p.f_tel span {
        font-size: 24px; }
    #footer p.osirase {
      font-size: 22px;
      margin: 0 0 25px 0; }

.flogo {
  margin: 0 0 20px 0; }

.subnav {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  max-width: 1000px;
  margin: 0 auto 20px; }
  .subnav ul li {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px; }
    .subnav ul li:last-child {
      margin-right: 0; }
    .subnav ul li a {
      color: #333;
      transition: .3s; }
      .subnav ul li a:hover {
        color: #f9968a; }

.f_bnr ul li {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 20px; }
  .f_bnr ul li:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1000px) {
    .f_bnr ul li {
      margin-right: 10px; } }
  @media screen and (max-width: 768px) {
    .f_bnr ul li:nth-child(2) {
      margin-right: 0; } }
  @media screen and (max-width: 540px) {
    .f_bnr ul li {
      margin-right: 0; } }

#contents_wrap {
  padding: 100px 0 100px;
  background: url(../images/common/conbg01.jpg) top center; }
  @media screen and (max-width: 768px) {
    #contents_wrap {
      padding: 60px 20px 60px; } }
  @media screen and (max-width: 480px) {
    #contents_wrap {
      padding: 40px 10px 40px; } }

/* TOP */
.width1000 {
  max-width: 1000px;
  margin: 0 auto; }

.kakoi {
  border-radius: 20px;
  box-shadow: 0 0 5px #ccc;
  padding: 30px;
  background: url(../images/common/img01.jpg) right 15px bottom 0px no-repeat #fff; }
  @media screen and (max-width: 1000px) {
    .kakoi {
      background-size: 330px; } }
  @media screen and (max-width: 768px) {
    .kakoi {
      padding-bottom: 240px; } }
  .kakoi .leftarea01 {
    width: 65%; }
    @media screen and (max-width: 768px) {
      .kakoi .leftarea01 {
        width: 100%; } }
  .kakoi .leftbox01 {
    float: left;
    width: 65%; }
  .kakoi .rightbox01 {
    float: right;
    width: 30%; }
  .kakoi h2 {
    font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 36px;
    color: #875c0d;
    line-height: 1.2;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .kakoi h2 {
        font-size: 30px; } }
    @media screen and (max-width: 480px) {
      .kakoi h2 {
        font-size: 26px; } }

.kakoi02 {
  border-radius: 20px;
  box-shadow: 0 0 5px #ccc;
  padding: 30px;
  background: #fff; }
  .kakoi02 .leftbox01 {
    float: left;
    width: 65%; }
    @media screen and (max-width: 640px) {
      .kakoi02 .leftbox01 {
        float: none;
        width: 100%; } }
    .kakoi02 .leftbox01 h2 {
      font-size: 36px;
      color: #875c0d;
      line-height: 1.2;
      font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      @media screen and (max-width: 768px) {
        .kakoi02 .leftbox01 h2 {
          font-size: 28px; } }
      @media screen and (max-width: 480px) {
        .kakoi02 .leftbox01 h2 {
          font-size: 26px; } }
    .kakoi02 .leftbox01 h3 {
      font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 24px;
      line-height: 1.4; }
      .kakoi02 .leftbox01 h3 span {
        color: #f47765;
        border-bottom: 2px solid #f47765; }
  .kakoi02 .rightbox01 {
    float: right;
    width: 30%; }
    @media screen and (max-width: 640px) {
      .kakoi02 .rightbox01 {
        float: none;
        width: 100%; } }
  .kakoi02 .leftbox02 {
    float: left;
    width: 30%; }
    @media screen and (max-width: 640px) {
      .kakoi02 .leftbox02 {
        float: none;
        width: 100%; } }
  .kakoi02 .rightbox02 {
    float: right;
    width: 65%; }
    @media screen and (max-width: 640px) {
      .kakoi02 .rightbox02 {
        float: none;
        width: 100%; } }
    .kakoi02 .rightbox02 h2 {
      font-size: 36px;
      color: #875c0d;
      line-height: 1.2;
      font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
      @media screen and (max-width: 768px) {
        .kakoi02 .rightbox02 h2 {
          font-size: 28px; } }
      @media screen and (max-width: 480px) {
        .kakoi02 .rightbox02 h2 {
          font-size: 26px; } }
    .kakoi02 .rightbox02 h3 {
      font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 24px;
      line-height: 1.4; }

.leftbox03 {
  float: left;
  width: 48%; }
  @media screen and (max-width: 480px) {
    .leftbox03 {
      float: none;
      width: 100%;
      margin-bottom: 30px; } }

.rightbox03 {
  float: right;
  width: 48%; }
  @media screen and (max-width: 480px) {
    .rightbox03 {
      float: none;
      width: 100%; } }

.products img {
  max-width: 150px !important; }

.kakoi03 .frame01 {
  border: 5px solid #d4a4d0;
  border-top: none;
  background: url(../images/common/img10.jpg) right bottom no-repeat #fff;
  padding: 30px;
  margin-bottom: 60px; }
  @media screen and (max-width: 480px) {
    .kakoi03 .frame01 {
      background: #fff; } }
  @media screen and (max-width: 480px) {
    .kakoi03 .frame01 img {
      width: 100% !important; } }
  .kakoi03 .frame01 span.present {
    font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 36px;
    color: #f9968a; }
    @media screen and (max-width: 768px) {
      .kakoi03 .frame01 span.present {
        font-size: 28px; } }
    @media screen and (max-width: 480px) {
      .kakoi03 .frame01 span.present {
        font-size: 26px;
        line-height: 1.2; } }
  .kakoi03 .frame01 span.hosoku {
    font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    display: block;
    margin-top: -15px; }
  .kakoi03 .frame01 span.uketuke {
    font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px; }
    @media screen and (max-width: 480px) {
      .kakoi03 .frame01 span.uketuke {
        font-size: 16px; } }
    .kakoi03 .frame01 span.uketuke br {
      display: none; }
      @media screen and (max-width: 480px) {
        .kakoi03 .frame01 span.uketuke br {
          display: block; } }
  .kakoi03 .frame01 span.con_tel {
    font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 70px;
    display: inline-block;
    line-height: 1.4;
    margin-top: -15px; }
    @media screen and (max-width: 480px) {
      .kakoi03 .frame01 span.con_tel {
        font-size: 36px; } }
    .kakoi03 .frame01 span.con_tel span {
      font-size: 50px; }
      @media screen and (max-width: 480px) {
        .kakoi03 .frame01 span.con_tel span {
          font-size: 24px; } }
.kakoi03 .frame02 {
  border: 5px solid #b3cf6d;
  border-top: none;
  background: #fff;
  padding: 30px; }

.title01 h1 {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  color: #875c0d;
  line-height: 1.2;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .title01 h1 {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .title01 h1 {
      font-size: 26px; } }
.title01 h2 {
  font-size: 40px;
  color: #fff;
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .title01 h2::before {
    content: url(../images/common/icon.png);
    display: block;
    margin-bottom: -20px; }
  @media screen and (max-width: 768px) {
    .title01 h2 {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    .title01 h2 {
      font-size: 28px; } }
.title01 h3 {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  color: #875c0d;
  line-height: 1.2; }
  @media screen and (max-width: 768px) {
    .title01 h3 {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .title01 h3 {
      font-size: 24px; } }
  .title01 h3.point01 {
    position: relative;
    padding: 10px 0 0 145px; }
    @media screen and (max-width: 480px) {
      .title01 h3.point01 {
        padding-left: 0; } }
    .title01 h3.point01::before {
      content: url(../images/common/point01.png);
      position: absolute;
      top: -10px;
      left: 0;
      z-index: 10; }
      @media screen and (max-width: 480px) {
        .title01 h3.point01::before {
          display: none; } }
    .title01 h3.point01::after {
      content: url(../images/common/kasen.png);
      position: absolute;
      right: 10px;
      bottom: -25px;
      overflow: hidden;
      padding-left: 50px;
      display: block; }
      @media screen and (max-width: 1000px) {
        .title01 h3.point01::after {
          width: 80%; } }
      @media screen and (max-width: 640px) {
        .title01 h3.point01::after {
          width: 95%;
          bottom: -40px; } }
  .title01 h3.point02 {
    position: relative;
    padding: 10px 0 0 145px; }
    @media screen and (max-width: 480px) {
      .title01 h3.point02 {
        padding-left: 0; } }
    .title01 h3.point02::before {
      content: url(../images/common/point02.png);
      position: absolute;
      top: -10px;
      left: 0;
      z-index: 10; }
      @media screen and (max-width: 480px) {
        .title01 h3.point02::before {
          display: none; } }
    .title01 h3.point02::after {
      content: url(../images/common/kasen.png);
      position: absolute;
      right: 10px;
      bottom: -25px;
      overflow: hidden;
      padding-left: 50px;
      display: block; }
      @media screen and (max-width: 1000px) {
        .title01 h3.point02::after {
          width: 80%; } }
      @media screen and (max-width: 640px) {
        .title01 h3.point02::after {
          width: 95%;
          bottom: -40px; } }
  .title01 h3.point03 {
    position: relative;
    padding: 10px 0 0 145px; }
    @media screen and (max-width: 480px) {
      .title01 h3.point03 {
        padding-left: 0; } }
    .title01 h3.point03::before {
      content: url(../images/common/point03.png);
      position: absolute;
      top: -10px;
      left: 0;
      z-index: 10; }
      @media screen and (max-width: 480px) {
        .title01 h3.point03::before {
          display: none; } }
    .title01 h3.point03::after {
      content: url(../images/common/kasen.png);
      position: absolute;
      right: 10px;
      bottom: -25px;
      overflow: hidden;
      padding-left: 50px;
      display: block; }
      @media screen and (max-width: 1000px) {
        .title01 h3.point03::after {
          width: 80%; } }
      @media screen and (max-width: 640px) {
        .title01 h3.point03::after {
          width: 95%;
          bottom: -40px; } }
  .title01 h3.point04 {
    position: relative;
    padding: 10px 0 0 145px; }
    @media screen and (max-width: 480px) {
      .title01 h3.point04 {
        padding-left: 0; } }
    .title01 h3.point04::before {
      content: url(../images/common/point04.png);
      position: absolute;
      top: -10px;
      left: 0;
      z-index: 10; }
      @media screen and (max-width: 480px) {
        .title01 h3.point04::before {
          display: none; } }
    .title01 h3.point04::after {
      content: url(../images/common/kasen.png);
      position: absolute;
      right: 10px;
      bottom: -25px;
      overflow: hidden;
      padding-left: 50px;
      display: block; }
      @media screen and (max-width: 1000px) {
        .title01 h3.point04::after {
          width: 80%; } }
      @media screen and (max-width: 640px) {
        .title01 h3.point04::after {
          width: 95%;
          bottom: -40px; } }
  .title01 h3.point05 {
    position: relative;
    padding: 10px 0 0 145px; }
    @media screen and (max-width: 480px) {
      .title01 h3.point05 {
        padding-left: 0; } }
    .title01 h3.point05::before {
      content: url(../images/common/point05.png);
      position: absolute;
      top: -10px;
      left: 0;
      z-index: 10; }
      @media screen and (max-width: 480px) {
        .title01 h3.point05::before {
          display: none; } }
    .title01 h3.point05::after {
      content: url(../images/common/kasen.png);
      position: absolute;
      right: 10px;
      bottom: -25px;
      overflow: hidden;
      padding-left: 50px;
      display: block; }
      @media screen and (max-width: 1000px) {
        .title01 h3.point05::after {
          width: 80%; } }
      @media screen and (max-width: 640px) {
        .title01 h3.point05::after {
          width: 95%;
          bottom: -40px; } }
  .title01 h3.point06 {
    position: relative;
    padding: 10px 0 0 145px; }
    @media screen and (max-width: 480px) {
      .title01 h3.point06 {
        padding-left: 0; } }
    .title01 h3.point06::before {
      content: url(../images/common/point06.png);
      position: absolute;
      top: -10px;
      left: 0;
      z-index: 10; }
      @media screen and (max-width: 480px) {
        .title01 h3.point06::before {
          display: none; } }
    .title01 h3.point06::after {
      content: url(../images/common/kasen.png);
      position: absolute;
      right: 10px;
      bottom: -25px;
      overflow: hidden;
      padding-left: 50px;
      display: block; }
      @media screen and (max-width: 1000px) {
        .title01 h3.point06::after {
          width: 80%; } }
      @media screen and (max-width: 640px) {
        .title01 h3.point06::after {
          width: 95%;
          bottom: -40px; } }

.title02 h2 {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px; }
  .title02 h2.titlebg01 {
    font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 36px;
    color: #fff;
    background: url(../images/contents/conbg04.jpg) top center;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .title02 h2.titlebg01 {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      .title02 h2.titlebg01 {
        font-size: 26px; } }
  .title02 h2.titlebg02 {
    font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 36px;
    color: #fff;
    background: url(../images/contents/conbg05.jpg) top center;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .title02 h2.titlebg02 {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      .title02 h2.titlebg02 {
        font-size: 26px; } }

.title03 h1 {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 38px;
  color: #875c0d;
  background: url(../images/common/kasen.png) left bottom repeat-x;
  padding: 0 0 10px 0; }
  @media screen and (max-width: 768px) {
    .title03 h1 {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .title03 h1 {
      font-size: 26px; } }
.title03 h2 {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 38px;
  color: #875c0d;
  background: url(../images/common/kasen.png) left bottom repeat-x;
  padding: 0 0 10px 0; }
  @media screen and (max-width: 768px) {
    .title03 h2 {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .title03 h2 {
      font-size: 26px; } }
.title03 h3 {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  color: #875c0d;
  background: url(../images/common/kasen.png) left bottom repeat-x;
  padding: 0 0 10px 0; }
  @media screen and (max-width: 768px) {
    .title03 h3 {
      font-size: 26px; } }
  @media screen and (max-width: 480px) {
    .title03 h3 {
      font-size: 24px;
      line-height: 1.2;
      padding-bottom: 20px; } }

.title04 h2 {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  color: #875c0d;
  line-height: 1.2;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .title04 h2 {
      font-size: 30px; } }
  @media screen and (max-width: 480px) {
    .title04 h2 {
      font-size: 26px; } }
.title04 h3 {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  color: #333;
  background: url(../images/common/kasen.png) left bottom repeat-x;
  padding: 0 0 20px 0;
  line-height: 1.6; }

.con_bg01 {
  background: url(../images/common/img02.jpg) top right no-repeat; }
  .con_bg01 .kakoi02 {
    max-width: 700px !important;
    display: block;
    margin-right: auto;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 5px #ccc;
    line-height: 2.0; }
    .con_bg01 .kakoi02 h1 {
      font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 32px;
      color: #875c0d;
      line-height: 1.2; }
      .con_bg01 .kakoi02 h1 span {
        color: #fc7868; }
      @media screen and (max-width: 768px) {
        .con_bg01 .kakoi02 h1 {
          font-size: 28px; } }
      @media screen and (max-width: 480px) {
        .con_bg01 .kakoi02 h1 {
          font-size: 26px; } }
  .con_bg01 td {
    padding: 40px 0 0 0 !important; }
    @media screen and (max-width: 768px) {
      .con_bg01 td {
        padding-top: 260px !important; } }
  @media screen and (max-width: 768px) {
    .con_bg01 {
      background-size: contain; } }
  @media screen and (max-width: 480px) {
    .con_bg01 {
      background-size: contain; }
      .con_bg01 span {
        padding: 30px 30px 0; } }

.con_bg02 {
  background: url(../images/contents/conbg03.jpg) top center;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 40px 0 80px;
  margin-bottom: 80px; }
  @media screen and (max-width: 1000px) {
    .con_bg02 {
      padding: 40px 20px 80px; } }
  @media screen and (max-width: 480px) {
    .con_bg02 {
      padding: 40px 20px 40px; } }
  .con_bg02 .rightbox01 {
    clear: none !important; }
    @media screen and (max-width: 480px) {
      .con_bg02 .rightbox01 img {
        width: 100% !important; } }
  @media screen and (max-width: 480px) {
    .con_bg02 .leftbox01 .btn01 {
      width: 100%; } }

.rightbox01 {
  clear: none !important; }

a.btn01 {
  color: #fff;
  text-decoration: none;
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  display: inline-block;
  margin: 20px 0 0 0;
  transition: 0.3s;
  position: relative;
  background: #f9968a;
  border-radius: 10px;
  width: 300px;
  text-align: center;
  padding: 10px 0; }
  a.btn01:hover {
    opacity: 0.7; }
  a.btn01::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    position: absolute;
    right: 10px;
    top: 18px;
    margin: auto;
    font-size: 16px; }

a.btn02 {
  color: #fff;
  text-decoration: none;
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  display: inline-block;
  margin: 20px 0 0 0;
  transition: 0.3s;
  position: relative;
  background: #fac563;
  border-radius: 10px;
  width: 300px;
  text-align: center;
  padding: 10px 0; }
  a.btn02:hover {
    opacity: 0.7; }
  a.btn02::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    position: absolute;
    right: 10px;
    top: 18px;
    margin: auto;
    font-size: 16px; }

h2.LRborder {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  color: #875c0d;
  display: flex;
  align-items: center; }
  h2.LRborder::before {
    content: "";
    flex-grow: 1;
    height: 5px;
    background: #875c0d;
    display: block;
    margin-right: 2em; }
  h2.LRborder::after {
    content: "";
    flex-grow: 1;
    height: 5px;
    background: #875c0d;
    display: block;
    margin-left: 2em; }
  @media screen and (max-width: 768px) {
    h2.LRborder {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    h2.LRborder {
      font-size: 26px; } }

h2.LRborder02 {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1.2; }
  @media screen and (max-width: 480px) {
    h2.LRborder02 {
      display: block;
      font-size: 22px; } }
  h2.LRborder02::before {
    content: "";
    flex-grow: 1;
    height: 3px;
    background: #333;
    display: block;
    margin-right: 2em; }
    @media screen and (max-width: 480px) {
      h2.LRborder02::before {
        display: none; } }
  h2.LRborder02::after {
    content: "";
    flex-grow: 1;
    height: 3px;
    background: #333;
    display: block;
    margin-left: 2em; }
    @media screen and (max-width: 480px) {
      h2.LRborder02::after {
        display: none; } }
  @media screen and (max-width: 768px) {
    h2.LRborder02 {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    h2.LRborder02 {
      font-size: 26px; } }

.news {
  max-height: 600px;
  overflow-y: auto; }
  .news .news_text {
    border-bottom: 1px dashed #aaaaaa;
    padding: 30px 0; }
    .news .news_text span {
      font-size: 18px; }

.btnbox .btn01 {
  float: left;
  margin: 0 25px 0 0; }
  @media screen and (max-width: 768px) {
    .btnbox .btn01 {
      margin-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    .btnbox .btn01 {
      float: none;
      width: 100%; } }
.btnbox .btn02 {
  float: left;
  margin-top: 0; }
  @media screen and (max-width: 480px) {
    .btnbox .btn02 {
      float: none;
      width: 100%; } }

.staff span {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  line-height: 1.2; }

.career td {
  padding: 10px 0 !important;
  border: none !important; }
  .career td.year {
    width: 12%; }

.menulist {
  border-radius: 10px 10px 0 0; }
  .menulist h2 {
    font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 28px;
    color: #fff; }

.borderbox01 {
  background: #fff;
  border-left: 3px solid #e787a8;
  border-bottom: 3px solid #e787a8;
  border-right: 3px solid #e787a8;
  padding: 30px; }

.borderbox02 {
  background: #fff;
  border-left: 3px solid #fac563;
  border-bottom: 3px solid #fac563;
  border-right: 3px solid #fac563;
  padding: 30px; }

.borderbox03 {
  background: #fff;
  border-left: 3px solid #c490bf;
  border-bottom: 3px solid #c490bf;
  border-right: 3px solid #c490bf;
  padding: 30px; }

.borderbox04 {
  background: #fff;
  border-left: 3px solid #b6d56a;
  border-bottom: 3px solid #b6d56a;
  border-right: 3px solid #b6d56a;
  padding: 30px; }

.blog h2 {
  font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 28px;
  line-height: 1.4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  cursor: pointer; }
  @media screen and (max-width: 480px) {
    .blog h2 {
      font-size: 24px; } }

.blogbtn {
  margin-right: -1.960%; }

.blogbtn01 {
  float: left;
  width: 31.372%;
  margin: 0 1.960% 1.960% 0; }
  .blogbtn01 a {
    color: #fff;
    text-decoration: none;
    font-family: "anzu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    display: inline-block;
    margin: 20px 0 0 0;
    transition: 0.3s;
    position: relative;
    background: #f9968a;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    padding: 10px 0; }
    .blogbtn01 a:hover {
      opacity: 0.7; }
    .blogbtn01 a::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f105';
      position: absolute;
      right: 10px;
      top: 18px;
      margin: auto;
      font-size: 16px; }

.route td {
  border: none !important;
  padding: 0 !important; }
  .route td.route_img {
    width: 30%; }

@media screen and (max-width: 480px) {
  .fa-arrow-right {
    transform: rotate(90deg);
    padding: 20px 0; } }

#contents {
  max-width: 1200px;
  width: 100%; }

/*.submit button{
	display: none;
}*/
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .flex_wrap .flex_table {
    width: 48%; }
    @media screen and (max-width: 480px) {
      .flex_wrap .flex_table {
        width: 100%; } }
    .flex_wrap .flex_table img {
      width: 200px !important; }
      @media screen and (max-width: 480px) {
        .flex_wrap .flex_table img {
          display: block;
          text-align: center;
          margin: 0 auto; } }

.title_common h3.point01::after {
  width: 86%; }

.taiken a {
  display: block;
  background: #fe769a;
  color: #fff;
  line-height: 100px;
  font-weight: bold;
  font-size: 20px;
  max-width: 1000px;
  margin: 0 auto; }

section div#contents article ul li a {
  display: block;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
  margin-right: 10px;
  margin-top: 10px; }

div.detail {
  margin-top: 5px !important; }

/*# sourceMappingURL=common_style.css.map */
