@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  background: #fff;
  counter-reset: number 0;
  line-height: 1.8;
  font-weight: 700 !important;
  letter-spacing: 0.6;
  color: #000;
  font-size: 17px;
  word-wrap: break-word;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100% !important;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 15px;
  }
}

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 {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}

@media screen and (max-width: 834px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner1000 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

.inner1100 {
  margin: 0 auto;
  max-width: 1100px;
}

.inner1200 {
  margin: 0 auto;
  max-width: 1200px;
}

.inner1300 {
  margin: 0 auto;
  max-width: 1300px;
}

.inner1400 {
  margin: 0 auto;
  max-width: 1400px;
}

.inner920 {
  margin: 0 auto;
  min-width: 920px;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  /* position:relative; */
  z-index: 999;
}

#contents {
  width: 100%;
  background: #fff;
  padding: 0 20px 100px 20px;
  max-width: 1200px;
}

@media only screen and (max-width: 834px) {
  #contents {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 640px) {
  #contents {
    padding-bottom: 30px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

.pankuzu a {
  color: #4a2381;
}

.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}

.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #fff;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
}

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

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}

.smp h2:first-of-type {
  margin-top: 0;
}

.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}

.smp h3:first-of-type {
  margin-top: 20px;
}

.smp p {
  margin-bottom: 10px;
}

.smp ul {
  padding: 0 20px;
}

.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !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 {
  display: block;
  font-size: 14px;
}

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

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.8s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 1;
}

.imgR, .imgL {
  margin-left: 3%;
}

@media screen and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}

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

.imgL {
  margin-left: 0;
  margin-right: 3%;
}

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

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

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}

.event_Instagram01 .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}

.event_Instagram01 .sns_photo {
  width: 100% !important;
}

.event_Instagram01 div.sns_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 33%;
}

@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 33.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}

.event_Instagram11 .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    width: 97%;
  }
}

.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}

.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}

.event_Instagram11 .sns_photo {
  width: 100% !important;
}

.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}

@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.event_Instagram11 div.sns_list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}

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

.bnone td {
  border: none !important;
}

/********* 新着情報 *********/
.news_area {
  max-height: 310px;
  overflow-y: auto;
}

.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}

.news_area td:nth-child(odd) {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0.1);
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}

.news_area dt,
.news_area dd {
  background: none !important;
  border: none !important;
}

.news_area dt {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.news_area dt > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.news_area dl {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

@media screen and (max-width: 640px) {
  .news_area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .news_area dt {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .news_area dt,
  .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even),
  .news_area dd:nth-child(even) {
    padding-bottom: 1em !important;
  }
}

.sns1 {
  overflow: hidden !important;
}

.sns1 .sns_photo img {
  width: 100% !important;
  height: 10vw !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media screen and (max-width: 834px) {
  .sns1 .sns_photo img {
    height: 30vw !important;
  }
}

/* .sns1{
	width:90%;
.sns1 div.sns_list > div {
  border-bottom: none;
  width: 90% !important; }
.sns1 .sns_list {
  border: none; }
.sns1 div.sns_list div.sns_photo {
  width: 90% !important; 
.sns_photo{
	width:100%!important;
	height:100%!important;
    a{
    	position:relative;
    	display: flex !important;
		align-items: center;
		justify-content: space-between;
		flex-direction: row !important;
		height:100%!important;
    	&:before{
		position: relative;
		z-index: 1;
		content: "";
		padding-top: 100%;
		display: block;
		width: 100% !important;
		@include tabsp {
		display: none;
		}
		}
		img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		object-fit: cover;
		font-family: "object-fit:cover;";
		width: 100% !important;
}
}
}
}
.sns1 i {
  display: none; 
}
} */
section div.form_wrap.error {
  background: #fe1100 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

section div.form_wrap dl dt {
  border: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  background-color: #fff !important;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left !important;
  font-size: 16px;
}

.polia a {
  color: #51a912 !important;
  border-bottom: 1px solid #51a912 !important;
}

.blog .wrap {
  margin-top: 100px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1062px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #fff !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog_txt {
  width: 100% !important;
}

.detail {
  margin-top: 0 !important;
}

.blog h2 {
  background-color: #51a912;
  color: #fff;
  padding-left: 10px;
  font-size: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.blog .pages a {
  color: #51a912 !important;
}

.blog #contents {
  margin-left: 30px;
}

/* blog */
.blog * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.blog .fa,
.blog .fas {
  font-family: Font awesome\5 Pro !important;
}

.blog .ttl_h1 {
  padding: 4% 0;
}

.blog #form_calendar,
.blog #contents {
  min-width: auto !important;
}

.blog .date {
  color: #333 !important;
}

.blog .flex02 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

section div#contents > dl dt span {
  display: block;
  font-size: 14px;
}

.blog .clearfix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}

.blog #contents a:hover,
.blog #contents a:active {
  color: #499e0c !important;
}

.blog #contents a:visited {
  color: #fe1100 !important;
}

.blog #contents a:link {
  color: #fe1100 !important;
}

@media only screen and (max-width: 640px) {
  .blog #contents {
    width: 90% !important;
  }
}

.blog_list div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.blog_date {
  color: #fff !important;
  background-color: #60369a !important;
  display: inline-block;
  border-radius: 3px;
  width: 120px;
  height: 27px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog_text span {
  color: #333 !important;
  font-weight: bold !important;
}

.blog_text span a {
  color: #333 !important;
}

section form p.annot {
  margin: 20px 0;
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
}

/*-------------------- 新着 --------------------*/
.scroll {
  margin-top: 100px;
  padding: 0px;
  overflow-y: scroll;
  max-height: 300px;
  min-height: 300px;
  width: 100%;
  margin-right: 5%;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 100px;
  margin-top: 40px;
}

.scroll a {
  color: #4a2381 !important;
}

@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    margin-bottom: 40px;
    max-height: 400px;
    min-height: 400px;
  }
}

.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: none !important;
  width: 82% !important;
  text-align: left !important;
  border: 1px solid #fff !important;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
  }
}

.scroll .form_wrap a {
  color: #fe1100 !important;
  text-decoration: underline;
  -webkit-text-decoration-color: #fe1100;
          text-decoration-color: #fe1100;
}

.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 20px 0 !important;
  border-bottom: 1px dashed #b3b3b3 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 5px !important;
  }
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  width: 22% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  text-align: center !important;
  background-color: #4a2381 !important;
  display: inline-block;
  width: 150px;
  height: 27px;
  color: #fff;
  border-radius: 3px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}

@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}

@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}

.newsttl {
  background-color: #0283c7;
  padding: 3px 20px;
  font-size: 10px;
  border-radius: 50px;
  color: #fff;
}

.blogttl {
  background-color: #2fb84f;
  padding: 3px 20px;
  font-size: 10px;
  border-radius: 50px;
  color: #fff;
}

.blog_photo {
  width: 42% !important;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jcss {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.jcsc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ais {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dir_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box2 {
  width: 48%;
  margin: 20px 1% 0 1%;
}

.box3 {
  width: 31.111%;
  margin: 20px 1% 0 1%;
}

.box4 {
  width: 23%;
  margin: 20px 1% 0 1%;
}

.box60 {
  width: 58%;
}

.box70 {
  width: 68%;
}

.box40 {
  width: 38%;
}

.box50 {
  width: 48%;
}

.box30 {
  width: 28%;
}

.box100 {
  width: 100%;
}

.box80 {
  width: 78%;
}

.box20 {
  width: 18%;
}

.box75 {
  width: 73%;
}

.box25 {
  width: 23%;
}

@media only screen and (max-width: 834px) {
  .box_tabsp100 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 834px) {
  .box_tabsp50 {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

@media only screen and (max-width: 834px) {
  .box_sp50 {
    width: 48%;
    margin: 0 1% 10% 1%;
  }
}

@media screen and (max-width: 640px) {
  .box_sp100 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.img100 img {
  width: 100% !important;
}

.img80 img {
  width: 80% !important;
}

.img50 img {
  width: 50% !important;
}

.center_img a {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .center_img a img {
    width: 100% !important;
  }
}

/***********************link_name*******************************************/
.link_name {
  padding-top: 58px;
  margin-top: -58px;
}

@media only screen and (max-width: 834px) {
  .link_name {
    padding-top: 48px;
    margin-top: -48px;
  }
}

.link_name01 {
  padding-top: 68px;
  margin-top: -68px;
}

@media only screen and (max-width: 834px) {
  .link_name01 {
    padding-top: 68px;
    margin-top: -68px;
  }
}

/*********************************電話番号************************************/
.sp_tel a {
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .sp_tel a {
    pointer-events: auto;
  }
}

.sp_tel_text a {
  color: #000 !important;
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 834px) {
  .sp_tel_text a {
    pointer-events: auto;
    color: #a77eb5 !important;
    text-decoration: underline;
  }
}

header#global_header {
  max-width: 100% !important;
  background-color: #fff;
  max-width: 960px !important;
}

@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 54px;
  }
}

header#global_header button {
  display: none !important;
}

@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.header_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  background-color: #fff;
  z-index: 9999;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .header_container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
    height: auto;
    left: 0;
    width: 100%;
    padding: 0px 15px;
  }
}

@media screen and (max-width: 640px) {
  .header_container {
    display: block;
  }
}

.header_container .h_logo {
  width: 90%;
  margin: auto;
  z-index: 999;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .header_container .h_logo {
    top: 10px;
    left: 10px;
    position: fixed;
    width: 40%;
    z-index: 9999;
    margin-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  .header_container .h_logo {
    z-index: 9;
    width: 40%;
    top: 5px;
    left: 10px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 414px) {
  .header_container .h_logo {
    width: 45%;
  }
}

.header_container .col_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 10px 0;
}

@media only screen and (max-width: 1136px) {
  .header_container .col_01 {
    left: 0%;
  }
}

@media screen and (max-width: 834px) {
  .header_container .col_01 {
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .header_container .col_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }
}

.telbox {
  line-height: 20px;
  text-align: left;
}

.telbox .time {
  font-size: 13px;
}

@media only screen and (max-width: 1062px) {
  .telbox .time {
    font-size: 10px;
  }
}

.col_02 {
  width: 70%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1342px) {
  .col_02 {
    width: 75%;
  }
}

@media only screen and (max-width: 1124px) {
  .col_02 {
    width: 85%;
  }
}

@media only screen and (max-width: 1076px) {
  .col_02 {
    width: 85%;
  }
}

@media screen and (max-width: 640px) {
  .col_02 {
    width: 100%;
  }
}

#header {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9999;
}

#nav_global {
  margin: 0 auto;
  padding: 1em 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 0px;
  width: 64%;
  text-align: center;
}

#nav_global ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: inline;
  line-height: 15px;
}

#nav_global ul li a {
  color: #2e2e2e !important;
  font-size: 15px;
  position: relative;
  display: inline-block;
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif !important;
  text-decoration: none;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1062px) {
  #nav_global ul li a {
    font-size: 12px;
  }
}

#nav_global ul li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #341168 !important;
}

@media only screen and (max-width: 1076px) {
  #nav_global ul li {
    font-size: 10px;
  }
}

#nav_global ul li ul {
  position: absolute;
  left: -25%;
  margin: 0 auto;
  z-index: 99999 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #341168;
  text-align: center;
  width: 150%;
}

#nav_global ul li ul li {
  border-bottom: 1px solid #fff;
  text-align: center;
  width: 100%;
}

#nav_global ul li ul li:nth-child(1) a:after {
  content: "";
}

#nav_global ul li ul li:nth-child(2) a:after {
  content: "";
}

#nav_global ul li ul li:nth-child(3) a:after {
  content: "";
}

#nav_global ul li ul li a {
  display: block;
  padding: 10px 0px;
  font-size: 12px;
  color: #fff !important;
}

#nav_global ul li ul li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.6;
  color: #fff !important;
}

.contact {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1200px) {
  .contact {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    background: #4a2381;
    padding: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 200px;
    z-index: 999;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.contact .btn {
  background-color: #a77eb5;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  font-size: 16px;
  width: 35%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .btn:hover {
  background-position: right center;
  color: #fff !important;
  background-color: #333 !important;
}

.contact .btn span {
  font-family: "Josefin Sans", sans-serif !important;
}

@media only screen and (max-width: 1310px) {
  .contact .btn {
    width: 40%;
    font-size: 11px;
  }
}

@media only screen and (max-width: 1062px) {
  .contact .btn {
    width: 47%;
  }
}

@media screen and (max-width: 834px) {
  .contact .btn {
    width: 50%;
    font-size: 11px;
    height: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (max-width: 640px) {
  .contact .btn {
    width: 45%;
    padding: 6px;
    margin: 0px;
    font-size: 15px;
    height: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .contact .btn {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .contact .btn {
    width: 49%;
  }
}

.fa-envelope {
  padding-right: 10px;
}

.tel01 {
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: 200% auto;
  color: #333;
  display: block;
  width: 50%;
  height: 100px;
  font-size: 20px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Josefin Sans", sans-serif !important;
}

@media only screen and (max-width: 1200px) {
  .tel01 {
    color: #fff;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 640px) {
  .tel01 {
    display: inline-block;
    margin: 0 10px;
    width: auto;
  }
}

.tel01:before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: #333;
  font-weight: 900;
  padding-right: 5px;
}

@media only screen and (max-width: 1200px) {
  .tel01:before {
    color: #fff;
  }
}

.tel01 a {
  color: #fff !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

@media only screen and (max-width: 1310px) {
  .tel01 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1238px) {
  .tel01 {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  .tel01 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .tel01 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 320px) {
  .tel01 {
    font-size: 15px;
  }
}

.mail_btn {
  margin-right: 5px;
}

@media only screen and (max-width: 1200px) {
  .mail_btn {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .mail_btn {
    display: inline-block;
    margin: 0 10px;
  }
}

.mail_btn a {
  padding: 10px 20px;
  color: #fff;
  background: #4a2381;
  display: inline-block;
  font-size: 14px;
}

.mail_btn a:hover {
  background-color: #49ecb3;
}

@media only screen and (max-width: 1200px) {
  .mail_btn a {
    background: #fff;
    color: #4a2381;
    display: block;
  }
}

.mail_btn a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: 900;
  padding-right: 5px;
}

@media only screen and (max-width: 1200px) {
  .mail_btn a:before {
    color: #4a2381;
  }
}

#mainArea {
  position: relative;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 0;
}

@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  #mainArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#mainArea img {
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
}

@media screen and (max-width: 834px) {
  #mainArea img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    margin-top: 0px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea img {
    max-height: 500px;
    min-height: 178px;
    width: 500px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 320px) {
  #mainArea img {
    min-height: 157px;
  }
}

#mainArea .txt {
  width: 38%;
  font-size: 56px;
  font-weight: bold;
  text-align: left;
  line-height: 80px;
  margin-top: 100px;
  z-index: 999;
  margin-left: 5%;
  margin-top: 15%;
}

@media screen and (max-width: 834px) {
  #mainArea .txt {
    font-size: 23px;
    line-height: 35px;
  }
}

@media screen and (max-width: 640px) {
  #mainArea .txt {
    width: 100%;
    font-size: 30px;
    line-height: 1.4;
  }
}

#mainArea .txt .gre {
  color: #189637;
}

#mainArea .txt .eng {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif !important;
  line-height: 30px !important;
}

@media screen and (max-width: 640px) {
  #mainArea .txt .eng {
    font-size: 15px;
    line-height: 8px;
  }
}

#mainArea .swiper-container {
  width: 58%;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  #mainArea .swiper-container {
    width: 100% !important;
  }
}

#mainArea .swiper-container img {
  width: 100% !important;
}

#mainArea .bgimg {
  position: absolute;
  left: 1%;
  top: 13%;
  z-index: -10 !important;
  position: fixed;
}

@media screen and (max-width: 640px) {
  #mainArea .bgimg {
    display: none;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #341168;
}

.mean-container .mean-bar {
  background: #fff !important;
  position: fixed !important;
  z-index: 6 !important;
  padding: 0px 0 !important;
}

.mean-container .mean-nav {
  background: #341168 !important;
  margin-top: 54px !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li {
  z-index: 99999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #341168 !important;
  z-index: 9 !important;
}

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

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #fff !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a {
  padding: 15px 5% !important;
  z-index: 999 !important;
  color: #fff !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

.mean-container .mean-nav ul li li a {
  width: 100% !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #4892df !important;
  z-index: 999 !important;
}

@media only screen and (min-width: 834px) {
  .pcnone {
    display: none !important;
  }
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #60369a !important;
  z-index: 999 !important;
}

#global_footer {
  position: relative;
  background-color: #fff !important;
  bottom: 0 !important;
  background: url(../images/common/footer_bg.png);
  background-repeat: repeat;
}

#footer {
  padding: 10px 0;
  bottom: 0 !important;
}

@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
  }
}

#footer .inner {
  position: relative;
}

#footer .inner .footer_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer .inner .footer_container .col_001 {
  padding: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 {
    margin-bottom: 0em;
    width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footer .inner .footer_container .col_001 .f_logo img {
  width: 70%;
}

@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo img {
    width: 55%;
  }
}

@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 .f_logo img {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 .f_logo {
    margin-top: 0 auto;
  }
}

#footer .inner .footer_container .col_2 {
  width: 100%;
}

#footer .inner .footer_container .col_2 .nav_footer {
  color: #fff !important;
  font-size: 14px;
}

@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_2 .nav_footer {
    display: none;
  }
}

#footer .inner .footer_container .col_2 .nav_footer li {
  padding: 0 20px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}

#footer .inner .footer_container .col_2 .nav_footer li a {
  color: #fff !important;
}

#footer .inner .footer_container .col_2 .nav_footer li a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#footer .ttl {
  font-weight: bold;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 10px;
  width: 80%;
  font-size: 17px;
  color: #fff;
}

.fa-phone-alt {
  padding-right: 20px;
}

.cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont .tel02 {
  background-color: #4a2381;
  font-size: 36px;
  width: 50%;
  padding: 50px;
  color: #fff !important;
  font-family: "Josefin Sans", sans-serif !important;
}

@media screen and (max-width: 640px) {
  .cont .tel02 {
    width: 100%;
    padding: 10px;
    font-size: 20px;
  }
}

.cont .tel02 a {
  color: #fff !important;
  font-family: "Josefin Sans", sans-serif !important;
}

.cont .mail02 {
  background-color: #60369a;
  font-size: 36px;
  width: 50%;
  padding: 50px;
  color: #fff !important;
  font-family: "Josefin Sans", sans-serif !important;
}

@media screen and (max-width: 640px) {
  .cont .mail02 {
    padding: 10px;
    width: 100%;
    font-size: 20px;
  }
}

.cont .mail02:hover {
  background-color: #333;
}

#copyright {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #copyright {
    padding-bottom: 80px;
  }
}

#global_footer {
  bottom: 0px !important;
  min-width: 0px !important;
}

.add {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .add {
    text-align: center;
  }
}

/*-----------------------------------------------------------------------------------------*/
/* contents */
.bnone td {
  border: none !important;
}

.bnone2 td {
  border: none !important;
  padding: 10px !important;
}

.cont_1 {
  margin: 0 auto;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}

@media only screen and (max-width: 834px) {
  .cont_1 {
    margin: 50px 10px;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .cont_1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.cont_1 h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 834px) {
  .cont_1 h1 {
    font-size: 25px;
  }
}

.cont_1 .box:last-child {
  width: 50%;
}

@media only screen and (max-width: 834px) {
  .cont_1 .box:last-child {
    width: 45%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_1 .box:last-child {
    width: 100%;
  }
}

.cont_1 .box:first-child {
  width: 50%;
  padding: 0 4% 0 8%;
}

@media only screen and (max-width: 834px) {
  .cont_1 .box:first-child {
    width: 55%;
    padding: 0 2% 0 2%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_1 .box:first-child {
    width: 100%;
    padding-left: 0%;
    margin-top: 20px;
  }
}

.btn01 {
  background: #341168;
  background-repeat: repeat;
  position: relative;
  height: auto;
  padding: 15px 30px;
  display: inline-block;
  margin: 0 auto !important;
  width: 50%;
  position: relative;
  font-size: 14px;
  text-align: left !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  letter-spacing: 3px;
}

.btn01:hover {
  background-color: #49ecb3;
}

@media only screen and (max-width: 834px) {
  .btn01 {
    width: 100%;
  }
}

.btn01 a {
  color: #fff !important;
}

.btn01:before {
  content: "";
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn01:hover:before {
  width: 40px;
  right: 10px;
}

.btn01:hover:after {
  right: 10px;
}

.cnt_textbtn01 a {
  position: relative;
  padding: 10px 60px 10px 60px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  background: #4a2381;
  color: #fff !important;
  font-size: 16px;
}

.cnt_textbtn01 a:hover {
  background-color: #49ecb3;
}

.cnt_textbtn01 a:after {
  content: "";
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

@media screen and (max-width: 640px) {
  .cnt_textbtn01 a {
    font-size: 14px;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
}

.cnt_textbtn01 a i {
  margin-right: 10px;
}

.h2ttl h2 {
  font-size: 80px;
  font-family: "Josefin Sans", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
}

@media only screen and (max-width: 834px) {
  .h2ttl h2 {
    font-size: 50px;
  }
}

.top01_pj_bg {
  height: 10%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
}

.cont_2 {
  background-color: #d4e0d5;
  z-index: 9;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

@media only screen and (max-width: 834px) {
  .cont_2 {
    margin-top: 80px;
    z-index: 0;
  }
}

@media only screen and (max-width: 640px) {
  .cont_2 {
    height: auto;
    z-index: 0;
    margin-top: 50px;
  }
}

.cont_2 .inner {
  margin: 0 auto;
  text-align: center;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .cont_2 .inner {
    margin-top: 50px;
  }
}

.cont_2 .bannerbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: -100px;
}

@media only screen and (max-width: 1050px) {
  .cont_2 .bannerbox {
    max-width: 700px;
    margin: 0 auto;
  }
}

.cont_2 .bannerbox .box {
  width: 23%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1050px) {
  .cont_2 .bannerbox .box {
    width: 48%;
  }
}

@media only screen and (max-width: 834px) {
  .cont_2 .bannerbox .box {
    width: 48%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_2 .bannerbox .box {
    margin-bottom: 20px;
    width: 100%;
  }
}

.cont_2 .bannerbox .box > div {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  padding-top: 10px;
  display: block;
}

.cont_2 .bannerbox .box > div h3 {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .cont_2 .bannerbox .box > div h3 {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_2 img {
    width: 100% !important;
  }
}

.btn02 {
  background-repeat: repeat;
  position: relative;
  height: auto;
  padding: 5px 10px;
  display: inline-block;
  width: 50%;
  margin: 10px 0 0 auto;
  position: relative;
  font-size: 12px;
  text-align: left !important;
  background-color: #341168;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  font-family: "Josefin Sans", sans-serif !important;
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .btn02 {
    width: 50%;
  }
}

.btn02 a {
  color: #fff !important;
}

.btn02:before {
  content: "";
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn02:hover:before {
  width: 20px;
  right: 10px;
}

.btn02:hover:after {
  right: 10px;
}

.btn03 {
  background-repeat: repeat;
  position: relative;
  height: auto;
  padding: 5px 10px;
  display: inline-block;
  width: 50%;
  position: relative;
  margin: 10px 0 0 auto;
  font-size: 12px;
  text-align: right !important;
  background-color: #4a2381;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  font-family: "Josefin Sans", sans-serif !important;
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .btn03 {
    width: 50%;
  }
}

.btn03 a {
  color: #fff !important;
}

.btn03:before {
  content: "";
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn03:hover:before {
  width: 20px;
  right: 10px;
}

.btn03:hover:after {
  right: 10px;
}

.btn04 {
  background-repeat: repeat;
  position: relative;
  height: auto;
  padding: 5px 10px;
  display: inline-block;
  margin: 10px 0 0 auto;
  width: 50%;
  margin: 10px 0 0 auto;
  position: relative;
  font-size: 12px;
  text-align: left !important;
  background-color: #60369a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  font-family: "Josefin Sans", sans-serif !important;
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .btn04 {
    width: 50%;
  }
}

.btn04 a {
  color: #fff !important;
}

.btn04:before {
  content: "";
  width: 20px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.btn04:hover:before {
  width: 20px;
  right: 10px;
}

.btn04:hover:after {
  right: 10px;
}

.fadein {
  opacity: 0.5;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media screen and (max-width: 834px) {
  .fadein {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 640px) {
  .fadein {
    opacity: 1 !important;
  }
}

.fadein.right {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

@media screen and (max-width: 640px) {
  .fadein.right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadein.left {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

@media screen and (max-width: 640px) {
  .fadein.left {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.inview {
  position: relative;
  overflow: hidden;
}

.inview::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
  background: linear-gradient(to left, #fff, transparent);
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.inview img {
  opacity: 0;
  -webkit-transition: 0.2s 0.2s;
  transition: 0.2s 0.2s;
  overflow: hidden;
}

/* 可視範囲に入ったとき */
.inview.show::after {
  left: 100%;
}

@media only screen and (max-width: 640px) {
  .inview.show::after {
    display: none;
  }
}

.inview.show img {
  opacity: 1;
}

.cont_3 {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media only screen and (max-width: 834px) {
  .cont_3 {
    margin: 0 10px;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.cont_3 .box {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .cont_3 .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_3 .box h3 {
  font-size: 80px !important;
  font-family: "Josefin Sans", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1200px) {
  .cont_3 .box h3 {
    font-size: 50px !important;
  }
}

@media only screen and (max-width: 834px) {
  .cont_3 .box h3 {
    font-size: 50px !important;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3 .box h3 {
    font-size: 50px !important;
  }
}

.cont_3 .box:first-child {
  margin-left: 200px;
  width: 45%;
}

@media only screen and (max-width: 1238px) {
  .cont_3 .box:first-child {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 834px) {
  .cont_3 .box:first-child {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_3 .box:first-child {
    width: 100%;
    margin-left: 0px;
  }
}

.cont_3 h2 {
  font-size: 80px;
  font-family: "Josefin Sans", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
}

@media only screen and (max-width: 834px) {
  .cont_3 h2 {
    font-size: 40px;
  }
}

.cont_3 p {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .cont_3 p {
    font-size: 25px;
  }
}

.cont_4 {
  margin-top: 150px;
}

@media only screen and (max-width: 640px) {
  .cont_4 {
    margin-top: 50px;
  }
}

.cont_4 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 640px) {
  .cont_4 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_4 .newsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
}

@media only screen and (max-width: 640px) {
  .cont_4 .newsbox {
    width: 100%;
  }
}

.h2ttl02 h2 {
  font-size: 40px;
  font-family: "Josefin Sans", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
}

.cont_5 {
  background: url(../images/common/h1_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 834px) {
  .cont_5 {
    height: auto;
    padding: 100px 20px;
  }
}

.cont_5 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 150px 0 120px 0;
}

@media only screen and (max-width: 834px) {
  .cont_5 .inner {
    padding: 80px 0 80px 0;
  }
}

@media only screen and (max-width: 640px) {
  .cont_5 .inner {
    padding: 20px 0 20px 0;
  }
}

.h1txt h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 834px) {
  .h1txt h1 {
    font-size: 25px;
    line-height: 20px;
    padding-left: 20px;
  }
}

.h1txt span {
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif !important;
  line-height: 30px !important;
  color: #4a2381;
}

@media only screen and (max-width: 640px) {
  .h1txt span {
    font-size: 12px;
  }
}

.h2txt h2 {
  font-size: 35px;
  font-weight: bold;
  padding: 0.1em 0 0.1em 0.4em;
  border-left: 6px solid #4a2381;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 834px) {
  .h2txt h2 {
    font-size: 20px;
  }
}

.h2txt02 {
  margin-top: 20px;
}

.h2txt02 h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
}

@media only screen and (max-width: 834px) {
  .h2txt02 h2 {
    font-size: 25px;
  }
}

.h2txt02 span {
  font-size: 15px;
  font-weight: normal;
  font-family: "Josefin Sans", sans-serif !important;
  line-height: 30px !important;
  color: #4c985f;
}

@media only screen and (max-width: 834px) {
  .h2txt02 span {
    font-size: 10px;
  }
}

.sttxt {
  font-size: 20px;
  font-weight: bold !important;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px;
  width: 80%;
}

@media only screen and (max-width: 834px) {
  .sttxt {
    padding: 20px;
    font-size: 17px;
    line-height: 40px;
    width: 90%;
  }
}

.sttxt p {
  background-color: #4a2381;
  color: #fff;
  padding: 3px 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.listbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .listbox {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.listbox .box {
  width: 30%;
  background-color: #4a2381;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

@media only screen and (max-width: 640px) {
  .listbox .box {
    width: 100%;
    margin-bottom: 10px;
  }
}

.cont_6 {
  background: url(../images/contents/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: auto;
  margin-top: 100px;
}

.cont_6 .inner {
  padding: 120px 0;
}

@media only screen and (max-width: 834px) {
  .cont_6 .inner {
    padding: 50px;
  }
}

.cont_7 {
  background: url(../images/contents/bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: auto;
  margin-top: 100px;
}

@media only screen and (max-width: 640px) {
  .cont_7 {
    margin-top: 40px;
  }
}

.cont_7 .inner {
  padding: 120px 0;
}

@media only screen and (max-width: 834px) {
  .cont_7 .inner {
    padding: 50px;
  }
}

.cont_8 {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media only screen and (max-width: 640px) {
  .cont_8 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-top: 100px;
  }
}

.cont_8 .box {
  width: 50%;
}

@media only screen and (max-width: 640px) {
  .cont_8 .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_8 .box:first-child {
  width: 60%;
}

@media only screen and (max-width: 834px) {
  .cont_8 .box:first-child {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_8 .box:first-child {
    width: 100%;
    margin-left: 0px;
  }
}

.cont_8 .box:last-child {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .cont_8 .box:last-child {
    width: 100%;
  }
}

.cont_8 h3 {
  font-size: 35px;
  font-weight: 700 !important;
  margin-bottom: 40px;
}

@media only screen and (max-width: 834px) {
  .cont_8 h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_8 h3 {
    font-size: 20px;
  }
}

.hyo {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.hyo .left {
  width: 15%;
  border-bottom: 1px solid #4a2381 !important;
  text-align: center !important;
}

@media only screen and (max-width: 640px) {
  .hyo .left {
    width: 26%;
  }
}

.hyo .right {
  border-bottom: 1px solid #ddd !important;
}

.h3txt h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #a77eb5;
  padding: 3px 20px;
}

.photoimg {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .photoimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.photoimg .box {
  width: 30%;
}

@media only screen and (max-width: 640px) {
  .photoimg .box {
    width: 100%;
    margin-bottom: 10px;
  }
}

.hyo02 {
  margin-top: 30px;
  margin-bottom: 50px;
}

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

.hyo02 .left {
  width: 15%;
  text-align: center !important;
  background-color: #d4ecda;
}

.hyo02 .right {
  border-bottom: 1px solid #ddd !important;
}

.step {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  .step {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 35px;
  }
}

.step .box:first-child {
  width: 20%;
  background-color: #4a2381;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 640px) {
  .step .box:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
}

.step .box:first-child > div {
  font-family: "Josefin Sans", sans-serif !important;
  color: #fff;
}

.step .box:first-child span {
  font-size: 30px;
}

.step .box:last-child {
  width: 80%;
}

@media only screen and (max-width: 640px) {
  .step .box:last-child {
    width: 100%;
  }
}

.step .box:last-child article h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #a7a7a7;
}

.flexbox002 {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin-top: 30px;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

@media only screen and (max-width: 640px) {
  .flexbox002 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 35px;
  }
}

.flexbox002 .box:first-child {
  width: 30%;
}

@media only screen and (max-width: 640px) {
  .flexbox002 .box:first-child {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.flexbox002 .box:last-child {
  width: 70%;
  margin-left: 20px;
}

@media only screen and (max-width: 640px) {
  .flexbox002 .box:last-child {
    width: 100%;
    margin-left: 0px;
  }
}

.flexbox002 .box:last-child article h3 {
  font-size: 25px;
}

.flexbox03 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .flexbox03 .box {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.flexbox03 .box img {
  width: 30% !important;
  margin-right: 20px;
}

@media only screen and (max-width: 834px) {
  .flexbox03 .box img {
    width: 50% !important;
  }
}

@media only screen and (max-width: 640px) {
  .flexbox03 .box img {
    width: 100% !important;
  }
}

.beaf {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .beaf {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.beaf .box:first-child {
  width: 43%;
}

@media only screen and (max-width: 640px) {
  .beaf .box:first-child {
    width: 100%;
  }
}

.beaf .box:last-child {
  width: 43%;
}

@media only screen and (max-width: 640px) {
  .beaf .box:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

.txtbox a {
  color: #333 !important;
}

.top_blog .blog_photo {
  display: none;
}

.top_blog .blog_text {
  width: 100% !important;
}

.cont100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

/*******************チェック　ul(AI用)******************************/
.ul_list01 ul {
  margin: 0 auto;
  display: block !important;
}

.ul_list01 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.ul_list01 ul li .no {
  color: #4a2381;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

.ul_list01 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #4a2381;
}

/*******************チェック　ul(AI用)******************************/
.ul_list02 ul {
  margin: 0 auto;
  display: block !important;
}

.ul_list02 ul li {
  float: none !important;
  display: block !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a77eb5;
  position: relative;
}

.ul_list02 ul li .no {
  color: #a77eb5;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

.ul_list02 ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  border-radius: 5px;
  left: 10px;
  top: 20px;
  background: #a77eb5;
}

/*******************チェック　ul(AI用)******************************/
.ul_list03 ul {
  margin: 0 auto;
  display: block !important;
}

.ul_list03 ul li {
  float: none !important;
  display: block !important;
  border-bottom: 1px dashed #a77eb5;
  position: relative;
  padding: 10px;
}

.ul_list03 ul li:nth-child(odd) {
  background: #f0e6f3;
}

.ul_list03 ul li .no {
  color: #4a2381;
  margin-right: 10px;
  font-weight: bold;
  font-size: 20px;
}

/* bg_100per */
.con_100 {
  margin-top: 100px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

/* box */
.home_td03 {
  margin-top: 100px;
}

@media screen and (max-width: 640px) {
  .home_td03 {
    margin-top: 50px;
  }
}

.home_td03 .box {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .home_td03 .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.home_td03 .box:nth-of-type(3n) {
  margin-right: 0;
}

.home_td03 .box img {
  width: 100% !important;
}

/* title */
body header #local-keyvisual {
  position: relative;
  z-index: 0;
  padding-top: 81px;
}

@media screen and (max-width: 640px) {
  body header #local-keyvisual {
    padding-top: 73px;
  }
}

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffd791;
  border-top: 10px double #fff;
  border-bottom: 10px double #fff;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  body header #local-keyvisual #local-keyvisual-title {
    font-size: 27px;
  }
}

body header #local-keyvisual #local-keyvisual-title a {
  font-weight: bold;
  color: #000;
}

body header #local-keyvisual #local-keyvisual-title:empty {
  padding: 50px;
  margin-bottom: 50px;
}

.midashi01 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .midashi01 h2 {
    font-size: 22px;
  }
}

.midashi01 h3 {
  font-size: 36px;
}

.midashi01 h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

@media only screen and (max-width: 834px) {
  .midashi01 h3 {
    margin-top: 20px;
  }
}

.midashi01 h3 .sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}

.midashi02 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .midashi02 h2 {
    font-size: 22px;
  }
}

.midashi02 h3 {
  font-size: 36px;
}

.midashi02 h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 5px dotted #fff;
}

.midashi02 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .midashi02 h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {
  .midashi02 h3 {
    display: block;
    font-size: 18px;
  }
}

.midashi02 h3:before, .midashi02 h3:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-top: 1px solid #333;
}

@media screen and (max-width: 640px) {
  .midashi02 h3:before, .midashi02 h3:after {
    display: none;
  }
}

.midashi02 h3:before {
  margin-right: 3rem;
}

@media screen and (max-width: 834px) {
  .midashi02 h3:before {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .midashi02 h3:before {
    margin-right: 0;
  }
}

.midashi02 h3:after {
  margin-left: 3rem;
}

@media screen and (max-width: 834px) {
  .midashi02 h3:after {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .midashi02 h3:after {
    margin-left: 0;
  }
}

.midashi03 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .midashi03 h2 {
    font-size: 22px;
  }
}

.midashi03 h3 {
  font-size: 36px;
}

.midashi03 h2 {
  margin: 20px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 500;
}

.midashi03 h3 {
  margin: 100px auto 40px auto;
  padding: 10px;
  background-color: #fff;
  border-left: 8px solid #ffd791;
  font-size: 28px;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .midashi03 h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px) {
  .midashi03 h3 {
    margin: 70px auto 20px auto;
    font-size: 22px;
  }
}

.sub_ttl01 div {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 4px double rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* btn */
.btn_org01, .btn_org02, .btn_org03, .btn_org04 {
  margin-top: 30px;
}

.btn_org01 a, .btn_org02 a, .btn_org03 a, .btn_org04 a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 12.5px 3px;
  background-color: #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}

.btn_org01 a:before, .btn_org02 a:before, .btn_org03 a:before, .btn_org04 a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
  color: #fff;
  font-weight: 900;
}

.btn_org01 a:hover, .btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #f2efea;
  color: #000;
}

.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #000;
}

.btn_org02 a, .btn_org03 a, .btn_org04 a {
  max-width: 160px;
  margin: 40px auto 0 0;
  padding: 7.5px 3px;
}

.btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #ffd791;
  color: #fff;
}

.btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #fff;
}

.btn_org03 a {
  margin: 30px auto 0 auto;
}

.btn_org04 a {
  background-color: #ffd791;
  color: #000;
}

@media screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}

.btn_org04 a:before {
  color: #000;
}

.btn_org04 a:hover {
  background-color: #f2efea;
  color: #000;
}

.btn_org04 a:hover:before {
  color: #000;
}

/* common */
.linkTel a {
  color: #000;
}

.wrap_org01 {
  margin-top: 100px;
  padding: 70px 0 30px 0;
}

@media screen and (max-width: 640px) {
  .wrap_org01 {
    margin-top: 50px;
  }
}

.wrap_gry01 {
  margin-top: 100px;
  padding: 70px 0 90px 0;
}

@media screen and (max-width: 640px) {
  .wrap_gry01 {
    margin-top: 50px;
  }
}

.st_tbl01 td {
  border: none !important;
  padding: 10px !important;
}

.mg_b60 h2 {
  margin-bottom: 60px;
}

.mg_b50 .box {
  margin-bottom: 50px;
}

.mg_b30 h2 {
  margin-bottom: 30px;
}

.mg_t0 h2 {
  margin-top: 0;
}

.pd_4 {
  padding: 4%;
}

@media screen and (max-width: 640px) {
  .pd_4 {
    padding: 15px;
  }
}

.tbl_st01 td {
  padding: 30px 10px !important;
  text-align: center !important;
}

.tbl_st01 td:first-of-type {
  width: 40%;
  background-color: #ffe7bc;
}

@media only screen and (max-width: 834px) {
  .tab_blk {
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .tab_blk .box,
  .tab_blk .box02 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sp_blk {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .sp_blk .box {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .sp_brNone br {
    display: none;
  }
}

@media only screen and (max-width: 834px) {
  .sp_brNone div {
    text-align: left !important;
  }
}

.img_30 img {
  max-width: 30%;
}

.bdr_r10 {
  border-radius: 10px;
}

.bdr_dbl01 {
  border: 19px double #fff;
}

.center {
  text-align: center;
}

.img_bdr img {
  border: 7px solid rgba(255, 215, 145, 0.6);
}

.img_100 img {
  width: 100% !important;
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}

.btn a {
  display: block;
  max-width: 300px;
  background: #fff;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex1._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex1._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex1:before {
  width: calc(100% / 1 - 2%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:before {
  width: calc(100% / 1 - 2%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex1:after {
  width: calc(100% / 1 - 2%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex1 .box {
  width: calc(100% / 1 - 2%);
  margin-bottom: calc(2% * 1 / (1 - 1));
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 2%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 2%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 2%);
    margin-bottom: calc(2% * 2);
  }
}

.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex2._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex2._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex2:before {
  width: calc(100% / 2 - 2%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:before {
  width: calc(100% / 2 - 2%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex2:after {
  width: calc(100% / 2 - 2%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex2 .box {
  width: calc(100% / 2 - 2%);
  margin-bottom: calc(2% * 2 / (2 - 1));
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 2%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 2%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 2%);
    margin-bottom: calc(2% * 2);
  }
}

.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex3._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex3._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex3:before {
  width: calc(100% / 3 - 2%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:before {
  width: calc(100% / 3 - 2%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex3:after {
  width: calc(100% / 3 - 2%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex3 .box {
  width: calc(100% / 3 - 2%);
  margin-bottom: calc(2% * 3 / (3 - 1));
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 2%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 2%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 2%);
    margin-bottom: calc(2% * 2);
  }
}

.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex4._top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex4._center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex4:before {
  width: calc(100% / 4 - 2%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:before {
  width: calc(100% / 4 - 2%);
  content: "";
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.flex4:after {
  width: calc(100% / 4 - 2%);
  content: "";
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.flex4 .box {
  width: calc(100% / 4 - 2%);
  margin-bottom: calc(2% * 4 / (4 - 1));
}

@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 2%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 2%);
  }
}

@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 2%);
    margin-bottom: calc(2% * 2);
  }
}

.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}

.square._75 .square-inner:before {
  padding-top: 75%;
}

.square._66 .square-inner:before {
  padding-top: 66%;
}

.square td .square-inner {
  display: block;
  position: relative;
}

.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}

.square > .box .square-inner {
  display: block;
  position: relative;
}

.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}

.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.mg1 {
  margin: 1em;
}

.mgT1 {
  margin-top: 1em;
}

.mgR1 {
  margin-right: 1em;
}

.mgB1 {
  margin-bottom: 1em;
}

.mgL1 {
  margin-left: 1em;
}

.pd1 {
  padding: 1em;
}

.pdT1 {
  padding-top: 1em;
}

.pdR1 {
  padding-right: 1em;
}

.pdB1 {
  padding-bottom: 1em;
}

.pdL1 {
  padding-left: 1em;
}

.mg2 {
  margin: 2em;
}

.mgT2 {
  margin-top: 2em;
}

.mgR2 {
  margin-right: 2em;
}

.mgB2 {
  margin-bottom: 2em;
}

.mgL2 {
  margin-left: 2em;
}

.pd2 {
  padding: 2em;
}

.pdT2 {
  padding-top: 2em;
}

.pdR2 {
  padding-right: 2em;
}

.pdB2 {
  padding-bottom: 2em;
}

.pdL2 {
  padding-left: 2em;
}

.mg3 {
  margin: 3em;
}

.mgT3 {
  margin-top: 3em;
}

.mgR3 {
  margin-right: 3em;
}

.mgB3 {
  margin-bottom: 3em;
}

.mgL3 {
  margin-left: 3em;
}

.pd3 {
  padding: 3em;
}

.pdT3 {
  padding-top: 3em;
}

.pdR3 {
  padding-right: 3em;
}

.pdB3 {
  padding-bottom: 3em;
}

.pdL3 {
  padding-left: 3em;
}

.mg4 {
  margin: 4em;
}

.mgT4 {
  margin-top: 4em;
}

.mgR4 {
  margin-right: 4em;
}

.mgB4 {
  margin-bottom: 4em;
}

.mgL4 {
  margin-left: 4em;
}

.pd4 {
  padding: 4em;
}

.pdT4 {
  padding-top: 4em;
}

.pdR4 {
  padding-right: 4em;
}

.pdB4 {
  padding-bottom: 4em;
}

.pdL4 {
  padding-left: 4em;
}

.mg5 {
  margin: 5em;
}

.mgT5 {
  margin-top: 5em;
}

.mgR5 {
  margin-right: 5em;
}

.mgB5 {
  margin-bottom: 5em;
}

.mgL5 {
  margin-left: 5em;
}

.pd5 {
  padding: 5em;
}

.pdT5 {
  padding-top: 5em;
}

.pdR5 {
  padding-right: 5em;
}

.pdB5 {
  padding-bottom: 5em;
}

.pdL5 {
  padding-left: 5em;
}

.mg6 {
  margin: 6em;
}

.mgT6 {
  margin-top: 6em;
}

.mgR6 {
  margin-right: 6em;
}

.mgB6 {
  margin-bottom: 6em;
}

.mgL6 {
  margin-left: 6em;
}

.pd6 {
  padding: 6em;
}

.pdT6 {
  padding-top: 6em;
}

.pdR6 {
  padding-right: 6em;
}

.pdB6 {
  padding-bottom: 6em;
}

.pdL6 {
  padding-left: 6em;
}

.mg7 {
  margin: 7em;
}

.mgT7 {
  margin-top: 7em;
}

.mgR7 {
  margin-right: 7em;
}

.mgB7 {
  margin-bottom: 7em;
}

.mgL7 {
  margin-left: 7em;
}

.pd7 {
  padding: 7em;
}

.pdT7 {
  padding-top: 7em;
}

.pdR7 {
  padding-right: 7em;
}

.pdB7 {
  padding-bottom: 7em;
}

.pdL7 {
  padding-left: 7em;
}

.mg8 {
  margin: 8em;
}

.mgT8 {
  margin-top: 8em;
}

.mgR8 {
  margin-right: 8em;
}

.mgB8 {
  margin-bottom: 8em;
}

.mgL8 {
  margin-left: 8em;
}

.pd8 {
  padding: 8em;
}

.pdT8 {
  padding-top: 8em;
}

.pdR8 {
  padding-right: 8em;
}

.pdB8 {
  padding-bottom: 8em;
}

.pdL8 {
  padding-left: 8em;
}

.mg9 {
  margin: 9em;
}

.mgT9 {
  margin-top: 9em;
}

.mgR9 {
  margin-right: 9em;
}

.mgB9 {
  margin-bottom: 9em;
}

.mgL9 {
  margin-left: 9em;
}

.pd9 {
  padding: 9em;
}

.pdT9 {
  padding-top: 9em;
}

.pdR9 {
  padding-right: 9em;
}

.pdB9 {
  padding-bottom: 9em;
}

.pdL9 {
  padding-left: 9em;
}

.mg10 {
  margin: 10em;
}

.mgT10 {
  margin-top: 10em;
}

.mgR10 {
  margin-right: 10em;
}

.mgB10 {
  margin-bottom: 10em;
}

.mgL10 {
  margin-left: 10em;
}

.pd10 {
  padding: 10em;
}

.pdT10 {
  padding-top: 10em;
}

.pdR10 {
  padding-right: 10em;
}

.pdB10 {
  padding-bottom: 10em;
}

.pdL10 {
  padding-left: 10em;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

.contact_dl {
  font-size: 16px;
}

.contact_dl dl {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .contact_dl dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    border: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact_dl dl dt {
  font-weight: bold;
  text-align: center !important;
  background: none !important;
  color: #333 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: 0px !important;
  border-bottom: 1px solid #4a2381 !important;
  padding: 30px 5px !important;
}

@media screen and (max-width: 640px) {
  .contact_dl dl dt {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
    text-align: left !important;
    display: block !important;
    background: #f0e6f3 !important;
  }
}

.contact_dl dl dd {
  padding: 30px !important;
  border: 0px !important;
  background: none !important;
  border-bottom: 1px solid #ccc !important;
}

@media screen and (max-width: 640px) {
  .contact_dl dl dd {
    padding: 10px !important;
    width: 100% !important;
    border: 0 !important;
  }
}
/*# sourceMappingURL=asset.css.map */