@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  color: #333333;
}

.mincho {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* Magnific Popup CSS */
.u-font-notoSerif {
  font-family: "Noto Serif JP", serif;
}

.c-head2 {
  padding: 16px 0;
  border-radius: 34px;
  font-size: 3rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(152deg, #008efa 0%, #008efa 50%, #2fa3fb 50%, #2fa3fb 100%);
}

.l-header {
  position: relative;
  width: 100%;
  z-index: 100;
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px 11px;
  background: #FFFFFF;
  z-index: 100;
}
.l-header__logo {
  width: 320px;
}
.l-header__right {
  padding: 6px 0 0;
  text-align: right;
}
.l-header__telButton {
  width: 3.9rem;
}
.l-header__menuButton {
  width: 3.9rem;
  margin-left: 0.6rem;
}
.l-header__menuButton__close {
  display: none;
}
.l-header__menuButton.is-active .l-header__menuButton__open {
  display: none;
}
.l-header__menuButton.is-active .l-header__menuButton__close {
  display: block;
}
.l-header__tel {
  display: inline-block;
  max-width: 629px;
}
.l-header__note {
  margin-top: 9px;
  font-size: 1.3rem;
  color: #808080;
}


.l-footer {
  padding-bottom: 100px;
}
.l-footer__inner {
  padding: 85px 0 0;
}
.l-footer__balloon {
  position: relative;
  width: 195px;
  margin: auto;
  padding: 1px 0px;
  border: 1px solid;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: #FFFFFF;
}
.l-footer__balloon::before, .l-footer__balloon::after {
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.l-footer__balloon::before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 10px;
  margin-left: -10px;
  margin-top: 0.5px;
  border-top-color: #000000;
}
.l-footer__balloon::after {
  border-color: rgba(255, 255, 255, 0);
  border-width: 9px;
  margin-left: -9px;
  border-top-color: #FFFFFF;
}
.l-footer__snsList {
  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: 20px 0 0;
}
.l-footer__snsList__item {
  width: 55px;
  margin: 0 15px;
}
.l-footer__logo {
  width: 312px;
  margin: 50px auto;
}
.l-footer__address {
  margin: 24px 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.l-footer__copyright {
  margin-top: 20px;
  font-size: 1.2rem;
  text-align: center;
  color: #9e9e9e;
}

.l-container {
  overflow: hidden;
}

.l-inner, .l-inner2 {
  position: relative;
  margin: auto;
}

.l-inner {
  max-width: 1000px;
  width: 96%;
}

.l-inner2 {
  max-width: 980px;
  width: 91.3%;
}

.mfp-iframe-holder .mfp-close {
  display: none !important;
}

/* mfp-bg（overlay） */
.mfp-fade.mfp-bg {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* mfp-content */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-fade .mfp-iframe-holder .mfp-content {
  max-width: 980px;
}

.l-modal {
  position: relative;
  padding: 53px 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#D9ECFF), to(#FFFFFF));
  background: linear-gradient(to right bottom, #D9ECFF 0%, #FFFFFF 100%);
}
.l-modal__inner {
  padding: 10px 5.6%;
}
.l-modal__closeButton01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 63px;
  background: #008efa;
}
.l-modal__closeButton01::before, .l-modal__closeButton01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 53%;
  height: 4px;
  margin: auto;
  background: #FFFFFF;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-modal__closeButton01::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-modal__closeButton01::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-modal__closeButton02 {
  width: 276px;
  margin: auto;
  padding: 6px 0;
  border-radius: 22px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #008efa;
}
.l-modal__closeButton01, .l-modal__closeButton02 {
  cursor: pointer;
}

.p-index__mainVisual {
  position: relative;

}
.p-index__mainVisual::before {

}
.p-index__mainVisual__inner {
  position: relative;
  padding-left: 5px;
}
.p-index__mainVisual__img img {
  width: 100%;
}


.p-index__lead{
	padding: 130px 0;
	width: 100%;
	background: url(../img/bg_lead.png) no-repeat left bottom;
	background-size: cover;
	text-align: center;
}

.p-index__lead .lead_txt{
	color: #345275;
	font-size: 1.8rem;
	font-weight: 600;
}

.p-index__lead .lead_txt p{
	line-height: 2.6;
	font-size: 2.3rem;
}

.p-index__nav{
	padding: 60px 0 100px;
}

.p-index__nav .p-index__nav__head{
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	color: #000;
}

.p-index__nav .p-index__nav__head span{
	display: block;
	font-size: 2.2rem;
}

.p-index__nav .l-header__nav__list{
	max-width: 840px;
	margin: 50px auto 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-index__nav .l-header__nav__list li{
	color: #345275;
	max-width: 406px;
	width: 48%;
	height: 106px;
	padding: 0 20px;
	box-sizing: border-box;
	border: solid 1px #345275;
	margin-bottom: 20px
	
}

.l-header__nav__list li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #345275;
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 500;
}

.l-header__nav__list li a::before{
	content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 1px #345275;
  border-right: solid 1px #345275;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}

.p-index__nav .pdf_link{
	text-align: center;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}

.p-index__nav .pdf_link a{
	font-size: 1.9rem;
	color: #345275;
	text-decoration: underline;
}

.p-index__nav .pdf_link .icon{
	display: inline-block;
	margin-left: 10px;
	width: 35px;
	
}

.p-index__overview{
	width: 100%;
	background: url(../img/bg_main.png) no-repeat;
	background-size: cover;
	padding: 100px 0 0;
}

.p-index__overview .ttl_box{
	padding: 40px 0;
	text-align: center;
	color: #345275;
	border: solid 1px #345275;
}

.p-index__overview .ttl_box .p-index__ttl__head{
	font-size: 3rem;
	letter-spacing: 0.2rem;
	font-weight: bold;
	margin-bottom: 15px
}

.p-index__overview .ttl_box p{
	font-size: 2.3rem;
	font-weight: bold;
}

.p-index__overview .overview_sec{
	
}

.p-index__overview .overview_sec .overview_topArea{
	padding-top: 100px;
	padding-bottom: 30px;
	color: #345275;
	text-align: center;
	font-weight: 600;
	line-height: 2.3;
}

.p-index__overview .overview_sec .overview_topArea .top_ttl{
	background-color: #345275;
	color: #fff;
	font-size: 2.4rem;
	display: inline-block;
	padding: 2px 20px;
	border-radius: 10px;
	margin-bottom: 30px
}

.p-index__overview .overview_sec .overview_topArea p{
	font-size: 2rem;
}

.p-index__overview .overview_sec .overview_btmArea{
	padding: 40px 0 100px;
	background-color: rgba(234, 211, 190, 0.5);
	color: #8f6a1a;
}

.p-index__overview .overview_sec .overview_btmArea .btm_ttl{
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

.p-index__overview .overview_sec .overview_btmArea .btm_box{
	position: relative;
	line-height: 2.3;
	display: flex;
	align-items: center;
}

.p-index__overview .overview_sec .overview_btmArea .btm_box p{
	max-width: 870px;
	margin: 20px auto;
	font-size: 2.2rem;
	line-height: 2.1;
	text-align: justify;
	letter-spacing: 0;
	font-weight: 500;
	
}

.p-index__overview .overview_sec .overview_btmArea .btm_box_s::before{
	content: "";
	display: block;
	width: 28px;
	height: 246px;
	background: url(../img/ka_l_s.png) no-repeat;
	background-size: 100%;
	
}

.p-index__overview .overview_sec .overview_btmArea .btm_box_s::after{
	content: "";
	display: block;
	width: 28px;
	height: 246px;
	background: url(../img/ka_r_s.png) no-repeat;
	background-size: 100%;
	
}

.p-index__overview .overview_sec .overview_btmArea .btm_box_l::before{
	content: "";
	display: block;
	width: 28px;
	height: 346px;
	background: url(../img/ka_l_m.png) no-repeat;
	background-size: 100%;
	/*
	position: absolute;
	left: 0;
	top: -30px;
	*/
}

.p-index__overview .overview_sec .overview_btmArea .btm_box_l::after{
	content: "";
	display: block;
	width: 28px;
	height: 346px;
	background: url(../img/ka_r_m.png) no-repeat;
	background-size: 100%;
	/*
	position: absolute;
	right: 0;
	top: -30px;
	*/
}


@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
  .pc-view {
    display: none;
  }
  .c-head2 {
    padding: 0.7rem 0;
    border-radius: 4rem;
    font-size: 1.8rem;
    background: linear-gradient(162deg, #008efa 0%, #008efa 50%, #2fa3fb 50%, #2fa3fb 100%);
  }
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .l-header__inner {
    padding: 5% 0;
  }
  .l-header__logo {
    width: 50%;
    margin: 0 auto;
  }
  
  .l-footer {
    padding-bottom: 3rem;
  }
  .l-footer__inner {
    padding: 3.4rem 0 0;
  }
  
  .l-footer__logo {
    width: 50%;
    margin: 3.4rem auto;
  }
  .l-footer__address {
    margin: 0.6rem 0 0;
    font-size: 2.6vw;
  }
  .l-footer__copyright {
    margin-top: 2.3rem;
    font-size: 2vw;
  }
  .l-contents {
    padding-top: 5.7rem;
  }
  .l-inner {
    width: 90%;
  }
  
  .p-index__mainVisual {
  position: relative;

}
.p-index__mainVisual::before {

}
.p-index__mainVisual__inner {
  position: relative;
  padding-left: 5px;
}
.p-index__mainVisual__img img {
  width: 100%;
}


.p-index__lead{
	padding: 70px 0;
	width: 100%;
	background: url(../img/bg_lead_sp.png) no-repeat left bottom;
	background-size: cover;
	text-align: center;
}

.p-index__lead .lead_txt{
	
	font-weight: 600;
}

.p-index__lead .lead_txt p{
	line-height: 2.6;
	font-size: 1.1rem;
}

.p-index__nav{
	padding: 40px 0 60px;
}

.p-index__nav .p-index__nav__head{
	text-align: center;
	font-size: 5vw;
	font-weight: bold;
	color: #000;
}

.p-index__nav .p-index__nav__head span{
	display: block;
	font-size: 0.7em
}

.p-index__nav .l-header__nav__list{
	max-width: 840px;
	margin: 20px auto 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.p-index__nav .l-header__nav__list li{
	color: #345275;
	width: 49%;
	height: 60px;
	padding: 0 10px;
	box-sizing: border-box;
	border: solid 1px #345275;
	margin-bottom: 20px
	
}

.l-header__nav__list li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #345275;
	display: flex;
	align-items: center;
	font-size: 3vw;
	font-weight: 500;
}

.l-header__nav__list li a::before{
	content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 1px #345275;
  border-right: solid 1px #345275;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
}

.p-index__nav .pdf_link{
	text-align: left;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-around;
	
	
}

.p-index__nav .pdf_link a{
	color: #345275;
	text-decoration: none;
	border-bottom: solid 1px #345275;
	font-size: 1.15rem;
}

.p-index__nav .pdf_link .icon{
	display: inline-block;
	margin-left: 10px;
	width: 35px;
	
}

.p-index__overview{
	width: 100%;
	background: url(../img/bg_main.png) no-repeat;
	background-size: cover;
	padding: 50px 0 0;
}

.p-index__overview .ttl_box{
	padding: 30px 0;
	text-align: center;
	color: #345275;
	border: solid 1px #345275;
}

.p-index__overview .ttl_box .p-index__ttl__head{
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing:0.1px;
}

.p-index__overview .ttl_box p{
	font-size: 4vw;
	font-weight: bold;
	letter-spacing: 1px;
}

.p-index__overview .overview_sec{
	
}

.p-index__overview .overview_sec .overview_topArea{
	padding-top: 60px;
	padding-bottom: 30px;
	color: #345275;
	text-align: center;
	font-weight: 600;
	line-height: 2;
	font-size: 2.8vw
}

.p-index__overview .overview_sec .overview_topArea .top_ttl{
	background-color: #345275;
	color: #fff;
	font-size: 4vw;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 10px;
	margin-bottom: 20px
}

.p-index__overview .overview_sec .overview_topArea p{
	font-size: 1.1rem;
	letter-spacing: 0;
	margin-left:-5%;
	width: calc(100% + 10%);
}

.p-index__overview .overview_sec .overview_btmArea{
	padding: 40px 0 60px;
	background-color: rgba(234, 211, 190, 0.5);
	color: #8f6a1a;
}

.p-index__overview .overview_sec .overview_btmArea .btm_ttl{
	font-size: 4vw;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

.p-index__overview .overview_sec .overview_btmArea .btm_box{
	position: relative;
	line-height: 2;
}

.p-index__overview .overview_sec .overview_btmArea .btm_box p{
	max-width: 80%;
	margin: 0px auto;
	font-size: 3.05vw;
	font-weight: 500;
}

.p-index__overview .overview_sec .overview_btmArea .btm_box_s::before{
	content: "";
	display: block;
	width: 7%;
	height: 0;
	padding-bottom: 60%;
	background: url(../img/ka_l_s.png) no-repeat;
	background-size: 100%;
	/*
	position: absolute;
	left: 0;
	top: -3rem;
	*/
}

.p-index__overview .overview_sec .overview_btmArea .btm_box_s::after{
	content: "";
	display: block;
	width: 7%;
	height: 0;
	padding-bottom: 60%;
	background: url(../img/ka_r_s.png) no-repeat;
	background-size: 100%;
	/*
	position: absolute;
	right: 0;
	top: -3rem;
	*/
}

.p-index__overview .overview_sec .overview_btmArea .btm_box_l::before{
	content: "";
	display: block;
	width: 7%;
	height: 0;
	padding-bottom: 90%;
	background: url(../img/ka_l_m.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: -2rem;
}

.p-index__overview .overview_sec .overview_btmArea .btm_box_l::after{
	content: "";
	display: block;
	width: 7%;
	height: 0;
	padding-bottom: 90%;
	background: url(../img/ka_r_m.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	top: -2rem;
}
  
  }

@media screen and (min-width: 769px) {
  a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover {
    opacity: 0.7;
  }
  .sp-view {
    display: none;
  }
  }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*# sourceMappingURL=style.css.map */