@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
/* -----------------------------------------------
 HTML RESET
-------------------------------------------------- */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 18px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, label, legend {
  display: block;
}
/* Lists Resets */
ul, ol {
  margin: 0;
}
ul {
  list-style: none inside;
}
ol {
  list-style: decimal inside;
  margin-left: 1em;
}
.disc {
  list-style-type: disc;
  padding-left: 1em;
  text-indent: -1em;
}
.circle {
  list-style-type: circle;
}
li {
  line-height: 1.6;
  text-align: left;
}
ul ul, ol ol {
  margin: 0.7em 0 0 1.42em;
}
a {
  text-decoration: none;
  color: #212121
}
a:hover p {
  opacity: 0.5;
}
a.link_red{
color: var(--main);
}
.br_pc {
  display: block
}
/* -----------------------------------------------
  Layout
-------------------------------------------------- */ :root {
  --main: #BA082F;
  --bk: #333333;
  --sab: #1F4389;
  --shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
  --Montserrat: "Montserrat", sans-serif;
  --red: #CC0022;
}
html {
  background-color: #E7E5DC;
  -webkit-overflow-scrolling: touch;
}
body {
  font-size: 100%;
  font-weight: 400;
  vertical-align: bottom;
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--bk);
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.6;
  text-align: left;
  background-image: url("../images/bg.png");
  background-repeat: repeat;
}
* html, body {
  height: 100%;
}
#wrapper {
  width: 100%;
  text-align: left;
  position: relative;
  margin: 0 auto;
  /*padding-top: 100px;*/
  overflow: none;
}
#wrapper:after {
  content: "";
  display: table;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow-x: hidden;
}
#parallax {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
main {
  position: relative;
  width: 100%;
}

.container-fluid {
  font-size: 18px;
  position: relative;
  padding: 0;
  /*  z-index: 1;*/
}
.container {
  position: relative;
  padding: 5% 0;
  margin: auto;
}
main .container p, [class*="col-"] p {
  margin-bottom: 1.5em;
  line-height: 2
}
.row, .row [class*="col-"] {
  margin-bottom: 1em
}
img {
  max-width: 100%;
  height: auto;
}
[class*="col-"] img {
  width: 100%;
  height: auto;
}
/*マウスオーバーで拡大*/
.mo-img {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
  z-index: 1
}
.mo-img img {
  height: auto;
  transition: transform .5s;
}
.mo-img:hover img {
  transform: scale(1.1); /* 拡大 */
}
a:hover p {
  opacity: 0.5;
}
a:hover, a:focus {
  opacity: .5;
  color: var(--maincolor);
}
/* -----------------------------------------------
 Aligns & Formats
-------------------------------------------------- */
.imgleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.imgright {
  float: right;
  margin: 5px 0 20px 20px;
}
.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 20px;
}
.oh {
  overflow: hidden;
}
.hidden {
  display: none !important;
}
.hidden-text {
  font: 0/0 a !important;
}
.clear {
  clear: both;
  display: block;
}
/* -----------------------------------------------
Table
--------------------------------------------------*/
/* -----------------------------------------------
Table
--------------------------------------------------*/
.tbl01 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px;
  border-top: 1px solid #ccc;
  line-height: 1.8em;
  background-color: #FFF;
  margin-bottom: 0.5em;
}
.tbl01 th {
  padding: .5em 1em;
  text-align: center;
  vertical-align: middle;
  background-color: #F2F2F2;
  border-top: 1px solid #fff;
  /*border-left: 1px solid #fff;*/
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.8em;
}
.bg_dgray th {
  background-color: #2D2D2D;
  color: white
}
.tbl01 td {
  text-align: left;
  padding: .5em 1em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-weight: normal
}
.c_tbl td {
  text-align: center;
}
/*
.tbl01 td ul li {
  font-size: 14px;
  line-height: 1.8em;
}
*/
.tbl01 th:last-child, table td:last-child {
  border-right: none;
}
.tbl01.noboder, table.noboder td {
  border: none;
}
.tbl02 {
  position: relative;
  width: 60%;
  border-collapse: separate;
  border-spacing: 0px;
  line-height: 1.8em;
  margin-bottom: 0.5em;
}
.tbl02 th{
background-color: #fff;
}
.tbl02 th.brno{
border-right: none;
text-align: center;
}
.tbl02 th.brno span{
background-color: #323232;
color: #fff;
font-size: 90%;
padding: 4px 8px;
border-radius: 30px;
}
.tbl02 td{
background-color: #fff;
text-align: center;
}
.tbl02 th,
.tbl02 td{
	font-weight: normal;
}
/*レスポンシブ用table_scroll*/
.table-scroll {
  overflow-x: auto;
  margin-top: 0;
  margin-bottom: 1em;
  padding-top: 0
}
.scroll-hint-text {
  margin-top: 0;
}
.table-scroll::-webkit-scrollbar {
  height: 10px;
}
.table-scroll::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #666;
}
/*tableのセル内にある文字の折り返しを禁止*/
@media screen and (max-width: 1024px) {
  .table-scroll table th {
    white-space: nowrap;
  }
}
/* -----------------------------------------------
 dl list
-------------------------------------------------- */
.dl_list dl {
  display: flex;
  flex-wrap: wrap;
}
.dl_list dt {
  width: 30%;
  padding: 1% 2%;
  background-color: #F2F2F2;
  margin: 0 -1px -1px 0;
  display: flex;
  align-items: center;
  justify-content: left;
  border: 1px solid #F2F2F2
}
.dl_list dd {
  width: 65%;
  padding: 1% 2%;
  background-color: #fff;
  margin-bottom: -1px;
  text-align: left;
  border: 1px solid #F2F2F2
}
.dl_list dd p {
  margin-bottom: 0;
}
.dl_list dd.white {
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  /* dl list */
  .dl_list {
    display: block;
    flex-wrap: nowrap;
  }
  .dl_list dt {
    width: 100%;
    text-align: left;
  }
  .dl_list dd {
    width: 100%;
  }
 }
/* ul disc */
ul.listDisc {
  margin-bottom: 1em;
}
ul.listDisc li {
  padding-left: 1em; /*1em（1文字）分、右に動かす*/
  text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
  list-style-type: disc;
  padding-bottom: 0.5em;
}
.listDisc li .listDecimal li {
  line-height: 1.4;
  margin-bottom: 0
}
/* ul disc icon付 */
ul.listDiscIcon {
  width: 100%;
  border-radius: 10px;
  padding: 0 1em;
  margin-bottom: 2em;
}
ul.listDiscIcon li {
  position: relative;
  padding: 8px 0 8px 2em;
  margin: 0;
  list-style: none;
  text-indent: 0em; /*最初の行だけ1em（1文字）分、左に動かす*/
  border-bottom: 1px dotted #ccc
}
ul.listDiscIcon li::before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: '\f14a';
  color: #dd969f;
}
ul.listDiscIcon.half {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
ul.listDiscIcon.half li {
  position: relative;
  width: 50%;
}
/* ol decimal */
ol.listDecimal {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 2em
}
ol.listDecimal li {
  list-style-type: decimal;
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 1.6;
}
ol.listDecimal li ul {
  margin-top: 0.5em
}
ol.listDecimal li ul li {
  list-style: disc;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/* -----------------------------------------------
 text module
-------------------------------------------------- */
h1, h2, h3, h4, h5 {
  position: relative;
  margin: 0 0 1.5em;
  line-height: 1.4;
  display: block;
  width: 100%;
  font-weight: 600;
  text-align: center
}
h1 {
  font-size: 2.3em /*42px*/ ;
}
h2 {
  font-size: 1.77em /*32px*/ ;
}
h3 {
  font-size: 1.33em /*24px*/ ;
}
h4 {
  font-size: 1.1em /*20px*/ ;
}
.fs120 {
  font-size: 120%
}
.fs28 {
  font-size: 28px
}
.fs24 {
  font-size: 24px
}
.fs20 {
  font-size: 20px
}
.fs12 {
  font-size: 12px
}
.text-bold {
  font-weight: bold
}
.text-small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.5
}
.alignL {
  text-align: left !important;
}
.alignR {
  text-align: right !important;
}
.alignC {
  text-align: center !important;
}
.alignC p {
  text-align: center !important;
}
.row p.alignC {
  margin: 0 auto;
  padding: 1em
}
.uLine {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #CCC;
}
.col-bk {
  color: var(--bk) !important;
}
.col-white {
  color: #FFF !important;
}
.col-red {
  color: #C00;
}
.col-main {
  color: var(--main) !important;
}
.col-sab {
  color: var(--sab) !important;
}
.marker {
  background-image: linear-gradient(0deg, #92929238 0.5em, transparent 0.5em);
}
h2.top_h2 {
  color: var(--main);
  font-weight: 600;
  text-align: left;
  font-size: 60px;
  font-family: var(--Montserrat);
  margin-bottom: 1em;
}
h2.top_h2::before{
  content: "";
  display: inline-block;
  background-image: url("../images/parentheses.svg");
  width: 50px;
  height: 43px;
  background-repeat: no-repeat;
  padding-bottom: 1.2em;
  margin-right: -.3em;
}
h2.top_h2 span{
  display: block;
  font-size: 18px;
  color: var(--bk);
  padding-top: .5em;
  padding-left: 1.6em;
  font-weight: 600;
}
h2.h2_vertical {
  color: var(--main);
  font-weight: 600;
  text-align: left;
  font-size: 60px;
  font-family: var(--Montserrat);
  writing-mode: vertical-rl;
}
h2.h2_vertical span{
  display: block;
  font-size: 18px;
  text-align: center;
  color: white;
}
/* 左右に横線 */
h2[ttl] {
  font-size: 2em;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  border-bottom: solid 1px #ccc;
  position: relative;
  padding-bottom: 10px
}
h2[ttl]:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px var(--red);
  bottom: -2px;
  width: 10%;
}
/*
h2[ttl] {
  position: relative;
  padding: 1rem;
  text-align: center;
}
h2[ttl]::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background-color: var(--sab);
}
*/
h3[ttl] {
  position: relative;
  display: block;
  width: auto;
  text-align: center;
  margin-bottom: 2em;
  padding-top: 0;
  line-height: 1.6;
  font-weight: 600;
}
h3[ttl]::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #999;
  width: 100%;
  height: 1px;
}
h3.h3_bg {
    display: flex;
    align-items: center;
    padding: .25em .5em;
    background-color: #f2f2f2;
}

h3.h3_bg::before {
    display: inline-block;
    width: 5px;
    height: 1.125em;
    margin-right: .5em;
    background-color: var(--red);
    content: '';
}
.bg-lgray h3.h3_bg {
    background-color: #FEFEFE;
}
h4[ttl] {
  text-align: left !important;
	background-color: var(--bk);
	color: #fff;
	padding: 10px;
	margin-bottom: 1em
}
h4.h4_q {
  text-align: left !important;
	background-color: #EBEBEB;
	color: var(--bk);
	padding: 10px;
	margin-bottom: 1em
}
h4.h4_q::first-letter {
padding:  0px 8px 4px;
margin-right: 10px;
font-size: 95%;
font-weight: 400;
    border-radius: 50%;
    color: white;
    background-color: var(--main);
}
h4.h4_bg {
background-color: var(--bk);
color: #fff;
    display: flex;
    align-items: center;
    padding: .25em .25em .35em .5em;
}
.h5_m{
font-family: var(--Montserrat);
letter-spacing: 1px;
}
/* -----------------------------------------------
 margin style
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb5per {
  margin-bottom: 5% !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt1 {
  margin-top: -1em !important;
}
.ma0 {
  margin: 0 !important;
}
/* -----------------------------------------------
 padding style
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb5per {
  padding-bottom: 5% !important;
}
.px5per { /*左右のパディング*/
  padding: auto 5% !important;
}
.pa0 {
  padding: 0px !important;
}
.pa20 {
  padding: 20px !important;
}
.pa5per {
  padding: 5%
}
/* -----------------------------------------------
 structure module
-------------------------------------------------- */
.radius15 {
  border-radius: 15px;
}
.radius30 {
  border-radius: 30px;
}
.bottom-radius {
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.15);
}
.circle {
  border-radius: 50%;
}
.bg-white {
  background-color: #FFF;
}
.bg-lgray {
  background-color: #F4F4F4;
}
.bg-blue {
	background-color: var(--sab);
	color: #fff;
	font-size: 95%;
	padding: 0px 4px 4px;
}

.bg-whiteBox {
  background-color: #FFF;
  padding: 3%;
  border-radius: 30px;
  box-shadow: var(--shadow)
}

.bg-black {
  background-color: var(--bk) !important;
}
.parallax-bg {
  background-image: url("../images/pr_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}
.parallax-bg02 {
  background-image: url("../images/pr_bg02.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}
.parallax-bg03 {
  background-image: url("../images/pr_bg03.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 350px;
}
/* -----------------------------------------------
 common styles
-------------------------------------------------- */
/*---res map---*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto
}
.imgmap {
  width: 100%;
  min-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9.5;
  object-fit: cover
}
/*button_more*/
.more-button {
  position: relative;
  width: auto;
  text-align: right;
}
.more-button a {
  color: var(--bk);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--Montserrat);
  padding: 10px 40px 10px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
}
.more-button a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  top: 40%;
  right: 10px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
}
.more-button a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: var(--bk);
  bottom: -1px; /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1); /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s; /*変形の時間*/
}
.more-button a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}

.more-button2 {
  position: relative;
  max-width: 500px;
  padding: .8em 0;
  text-align: left;
  margin: 0 auto;
}
.more-button2 a {
  position: relative;
  display: block;
  width: 100%;
  color: white;
  z-index: 2;
  padding: 1.3em 1.5em;
  border-radius: 50px;
  letter-spacing: 2px;
}
.more-button2 a::after {
  display: block;
  content: "";
  background-image: url("../images/arrow_w.svg");
  width: 25px;
  height: 25px;
  position: absolute;
  top: 26px;
  right: 20px;
}
.more-bg-red{
   background-image: linear-gradient(90deg, rgba(183, 0, 34, 1), rgba(204, 0, 34, 1));
}
.more-bg-bule{
   background-image: linear-gradient(90deg, rgba(0, 47, 121, 1), rgba(0, 88, 180, 1));
}
.more-bg-bk{
   background-image: linear-gradient(90deg, rgba(26, 26, 26, 1), rgba(77, 77, 77, 1));
}
/*
a .list_btn{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #333;
  padding: 18px 30px;
  border-radius: 6px;
  transition: .3s;
}
a.list_btn:hover {
  background: #13c3ac;
  opacity: 1;
}
*/
a.list_btn{
display: block;
width: 100%;
background-color: #F1E2E2;
border: 1px solid var(--main);
padding: 1em;
text-align: center;
border-radius: 50px;
font-weight: 600;
}
.list_btn i{
padding-left: .5em;
color: var(--main)
}
a:hover.list_btn {
background-color: var(--main);
border: 1px solid var(--main);
color: #fff;
opacity: 1!important;
}
a:hover.list_btn i  {
color: #fff!important;
}
/*cover2*/
.cover2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 350px;
}
.cover2-bg  {
  position: fixed;
  z-index: 1;
  width: 100%;	
}
.cover2-bg img  {
  object-fit: cover;
  width: 100%;
  height: 350px!important;
  object-position: 50% 0; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 0;'; /* IE・Edge対応 */
  border-radius: 0 0  40px 40px;
  }
.cover2::after {
  content: '';
  width: 100%;
  height: 350px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
  z-index: 1;
  border-radius: 0 0  40px 40px;
}
@media screen and (min-width:1200px) {
.cover2 {
  height: 350px;
}
.cover2-bg img  {
  object-fit: cover;
  width: 100%;
  height: 350px;
  }
}
.cover2 h1 {
  position: absolute;
  top: 42%;
  left: 10%;
  width: 80%;
  text-align: left;
  color: white;
  z-index: 3;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 600;
  font-style: normal;
  font-size: 2.7em;
}
.cover2 h1 span {
  justify-content: center; /* 文字を中央寄せ */
  font-family: var(--Montserrat);
  font-weight: 400;
  font-size: 45%;
  letter-spacing: 2px;
  display: block;
}

/*cover Interview*/
.cover3 {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 650px;
}
.cover3-bg  {
  width: 100%;	
}
.cover3-bg img  {
  object-fit: cover;
  width: 100%;
  height: 650px!important;
  object-position: 50% 30%; /* 他のブラウザ用(＝通常の指定) */
  font-family: 'object-fit: cover; object-position: 50% 30%;'; /* IE・Edge対応 */
/*  border-radius: 0 0  40px 40px;*/
  }
.cover3::after {
  content: '';
  width: 100%;
  height: 650px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
/*  border-radius: 0 0  40px 40px;*/
}
.cover3 p {
  position: absolute;
  bottom: 15%;
  left: 10%;
  text-align: left;
  z-index: 3;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
}
.cover3 p span{
  background-color: white;
  line-height: 1.7;
}
.name{
    width: 98%;
    position: relative;
	margin: 0 auto;
}
.h3_in{
    color: white;
    font-size: 2.5em;
    text-align: left;
}
.name p{
    position: absolute;
    top: .7em;
    right: 0;
    font-size: 16px;
    color: white;
    line-height: 1.3;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  margin-left: 5%;
}

.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(50deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.bg-in {
	background-color: var(--main);
	color: #fff;
	width: 90%;
	margin-top: -2em;
	border-radius: 30px;
	z-index: 20;
}
.bg-in p{
	border-left: 1px solid #fff;
	padding-left: 2em;
}
#in{
    position: relative;
    z-index: 1;
}
#in h3{
    text-align: left;
	border-left: 6px solid var(--main);
	border-bottom: 1px solid #bfbfbf;
	line-height: 1.6;
	padding: 0 0  5px 12px;
}
.bg-g{
    position: absolute;
    width: 60%;
    top: -12em;
    left: 0;
    height: 800px;
    background-color: #F2F2F2;
    z-index: -3;
}

/*吹き出し*/
.q_box {
	position: relative;
	background: #f4edee;
	padding: 22px 20px 0;
	border-radius: 10px;
	border: 1px solid #b6b6b6;
	box-sizing:border-box;
}
.q_box:after, .q_box:before {
	right: 100%;
	top: 40%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.q_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #f7edef;
	border-top-width:6px;
    border-bottom-width:6px;
    border-left-width:12px;
    border-right-width:12px;
    margin-top: -6px;
}
.q_box:before {
	border-color: rgba(182, 182, 182, 0);
	border-right-color: #b6b6b6;
	border-top-width:7px;
    border-bottom-width:7px;
    border-left-width:13px;
    border-right-width:13px;
    margin-top: -7px;
    margin-right: 1px;
}
.a_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 20px 20px 0;
  border-radius: 12px;
  background: #fff;/*色は任意*/
  border: 1px solid #b6b6b6;
  box-sizing:border-box;
  margin:0 !important;
  line-height:1.5;
/*   align-items: center; */
}
.a_box:after, .a_box:before {
	left: 100%;
	top: 35%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.a_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-top-width:6px;
    border-bottom-width:6px;
    border-left-width:12px;
    border-right-width:12px;
    margin-top: -6px;
}
.a_box:before {
	border-color: rgba(182, 182, 182, 0);
	border-left-color: #b6b6b6;
	border-top-width:7px;
    border-bottom-width:7px;
    border-left-width:13px;
    border-right-width:13px;
    margin-top: -7px;
    margin-right: 1px;
}


.qus{
font-weight: 500;
}
.qus::first-letter {
color: var(--main);
font-weight: 600;
}
#interview{
  position: relative;
  z-index: 1;
}
.bg-red {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 550px;
  z-index: -1;
  background-color: #CB0022;
}
#message p{
line-height: 1.4!important;
}
#message .col-12 img{
width: 100px;
}
ul.interview_box02 {
  display: block;
  width: 100%;
  margin: 0 0 0 auto;
}
ul.interview_box02 li{
  display: inline-block;
  width: 23%;
  text-align: left;
  vertical-align: top;
  padding: 0 1% 0 0;
}
ul.interview_box02 li:last-child{
padding: 0!important;
}

ul.interview_box02 .po_ri{
  position: relative;
}
ul.interview_box02 li img{
  border-radius: 20px;
  width: 100%;
}

.text_box {
	border: 1px solid #A9A9A9;
	font-size: 95%;
	padding: 0 4px 2px;
	line-height: 1!important;
}
.box_white {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 30px;
  padding: 8% 8% 4% 8% !important;
  box-shadow: var(--shadow)
}
.box_white h2{
display: block;
line-height: 1.4;
  color: var(--red);
  font-family: var(--Montserrat);
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em;
}
.box_white h2 span{
display: block;
font-size: 60%;
  color: var(--bk);
  font-family: 'Noto Sans JP', sans-serif;
}
#no .box_white {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 20px;
  padding: 40px !important;
  box-shadow: var(--shadow)
}
.box_white02 {
border: 1px solid #ccc;
  border-radius: 30px;
  padding: 2.5em 2.5em 1em !important;
}

a.link_b{
    text-decoration: underline;
    font-weight: 600;
}
@media screen and (max-width: 1200px) {
.br_pc {
       display: none;
    }
}
/* -----------------------------------------------
Tablet 1024px
-------------------------------------------------- */
@media screen and (max-width: 1024px) {

  #wrapper {
    position: relative;
    /*padding-top: 60px;*/
  }
  .container-fluid {
    position: relative;
    padding: 1.5em;
  }
  .container {
    padding: 2em;
  }

  [class*="col-"] {
    margin-bottom: 1em
  }
h2.h2_vertical {
  writing-mode: horizontal-tb;
    margin-bottom: .4em;
}
.bg-red {
  left: 0;
}
}
/* -----------------------------------------------
789px
-------------------------------------------------- */
@media screen and (max-width: 769px) {
  /* dl list */
  .dl_list {
    display: block;
    flex-wrap: nowrap;
  }
  .dl_list dt {
    width: 100%;
    text-align: left;
  }
  .dl_list dd {
    width: 100%;
    border-left: 0;
  }
}
/* -----------------------------------------------
 991px
-------------------------------------------------- */
@media screen and (max-width:991px) {
.cover2 {
  height: 200px;
}
  .cover2 h1 {
    font-size: 2em;
  }
  .cover2 h1 span {
    font-size: 65%;
  }
  .bg-in h1{
  margin-bottom: 0;
  }
.bg-in p{
	border-left: none!important;
	text-align: center;
	padding-left: 0;
}
.parallax-bg01,
.parallax-bg02,
.parallax-bg03 {
  background-attachment: scroll;
  background-position: center;
  background-size: 100%;
  height: 600px;
}
}
/* -----------------------------------------------
SP 599px
-------------------------------------------------- */
@media screen and (max-width: 599px) {
  html, body, div, applet, object, iframe, 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-size: 14px;
  }
  body {
    line-height: 1.5;
  }
  .container-fluid {
    padding: 1em;
    font-size: 16px;
  }
  .container {
    padding: 1em;
  }
  .container p {
    font-size: 14px;
  }
  .row p {
    font-size: 14px;
  }
  .row img {
    /*max-width: 90%;*/
    max-width: 100%;
  }
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h2[ttl] {
    margin: 0 auto 30px;
  }
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h4, h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h2.top_h2, h2.h2_vertical{
    font-size: 35px;
  }
h2.top_h2::before{
  width: 40px;
  height: 33px;
  padding-bottom: 1.5em;
}
h2.top_h2 span{
  font-size: 14px;
  padding-top: 0;
  padding-left: 2em;

}
.cover2 {
  height: 180px;
}
  .cover2 h1 {
    font-size: 1.6em;
  }
  .no_br br {
    display: none;
  }
  .box_white, .bg-whiteBox {
    padding: 7% 5%;
  }
.radius30 {
  border-radius: 15px;
}
.more-button2 a::after {
  width: 20px;
  height: 20px;
  top: 20px;
}
.parallax-bg01,
.parallax-bg02,
.parallax-bg03 {
  height: 300px;
}
}