@charset "utf-8";

/* reset */
html, body, div, ol, ul, dl {
  margin: 0;
  padding: 0;
}
p, h1, h2, h3, h4, h5, h6, dt, dd, a, span, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: none;
}
td, th, caption, thead {
  margin: 0;
  padding: 0;
  font-size: 100%;
  word-break: break-all;
}
address, caption, cite, code, dfn, em, strong, var, th {
  font-style: normal;
  font-weight: 400;
}
ol, ul, li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

/* base */
html {
  background: #ffffff;
  font-size: 62.5%;
}
body {
  position: relative;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', '游ゴシック', 'YuGothic', '游ゴシック体', 'メイリオ', Meiryo, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  color: #353535;
  margin: 0 auto;
  letter-spacing: 1.5px;
	text-align: justify;
}
* {
  box-sizing: border-box;
}
.hdg1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #35a0a0;
  text-align: center;
}
sup {
  font-size: 60%;
}
/* fixed_btn */
.fixed_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.9);
  line-height: 1.5;
  z-index: 100;
}
.in .fixed_btn {
  display: none;
}
.fixed_btn .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 10px;
}
.fixed_btn .inner .btn1 {
  width: 34%;
}
.fixed_btn .inner .btn1 a {
  border: 1px solid rgb(136, 136, 136);
  border-radius: 80px;
  background: #fff4e8;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 8px 15px 11px;
  font-weight: bold;
  display: block;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
	position: relative;
}
.fixed_btn .inner .btn2.icon_mail a {
  background: #ffc011;
}
.fixed_btn .inner .btn1 a .btn1_flex,
.fixed_btn .inner .btn2 a .btn2_flex{
  display: flex;
  align-items: center;
  justify-content: center;
	}

.fixed_btn .inner .btn2 a .btn3 {
margin-top: 10px;
}

.fixed_btn .inner .btn1 a .span1 {
  font-size: 2.1rem;
  display: inline-block;
  margin-right: 15px;
  padding: 5px 18px;
  background: #fff;
  line-height: 1;
}
.fixed_btn .inner .btn1 a .span2 {
  font-size: 2.2rem;
}
.fixed_btn .inner .btn1 a .btn1_text,
.fixed_btn .inner .btn2 a .btn2_text {
  font-size: 1.2rem;
	padding: 5px 18px 0;
	font-weight: normal;
	text-align: center;
}
.fixed_btn .inner .btn2 {
  width: 32%;
}
.fixed_btn .inner .btn2 a {
  border: 1px solid rgb(136, 136, 136);
  border-radius: 80px;
  background: #fff4e8;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  align-items: center;
  justify-content: center;
  color: #333333;
  text-decoration: none;
  padding: 10px 0 12px;
  transition: 0.3s;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  min-height: 80px;
}
.fixed_btn .inner .btn1 a:after,
.fixed_btn .inner .btn2 a:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  margin: auto;
  /* background: url("../img/arrow.png") no-repeat; */
	background-size: 10px auto;
  width: 22px;
  height: 22px;
}
.fixed_btn .inner .btn1.icon_note a:after{
  background: url("../img/icon_note.png") no-repeat;
}

.fixed_btn .inner .btn2.icon_phone a:after{
  background: url("../img/icon_phone.png") no-repeat;
}

.fixed_btn .inner .btn2.icon_mail a:after{
  background: url("../img/icon_mail.png") no-repeat;
}
.nofixed.fixed_btn {
  position: static;
}
.in .nofixed.fixed_btn {
  display: block;
}

/* main */
.main {
  background: url("../img/main_bg.jpg") no-repeat right top #f2f4f6;
  min-height: 600px;
  padding: 20px 32px;
	background-size: cover;
}
.main .logo img {
  width: 609px;
}
.main .logo img:nth-child(2) {
  width: 200px;
}
.main .logo img:nth-child(3) {
  width: 320px;
  margin-left: 8px;
}
.main .inner {
  max-width: 1170px;
  margin: 0 auto;
  padding: 44px 0 0 0;
}
.main .circle_wrap {
  display: flex;
  align-items: center;
}
.main .circle_wrap .circle {
  background: #fff;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  letter-spacing: 1px;
  line-height: 1.5;
}
.main .circle_wrap .circle:nth-child(2) {
  margin: 0 30px;
}
.main .circle_wrap .circle span {
  letter-spacing: 1.5px;
}
.main .txt1 {
  font-size: 2.1rem;
  margin: 32px 0 15px 10px;
  line-height: 1.5;
}
.main .txt1 span {
  position: relative;
}
.main .txt1 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: #88c6c6;
}
.main .txt2 {
  margin-left: 10px;
/*  line-height: 1.4;
  font-size: 3.6rem;
  letter-spacing: 2.5px;*/
  line-height: 1.3;
  font-size: 2.8rem;
  letter-spacing: 5px;	
  font-weight: bold;
  text-shadow : 
  3px  3px 3px #ffffff,
  -3px  3px 3px #ffffff,
   3px -3px 3px #ffffff,
  -3px -3px 3px #ffffff,
   3px  0px 3px #ffffff,
   0px  3px 3px #ffffff,
  -3px  0px 3px #ffffff,
   0px -3px 3px #ffffff;   
}
.main .txt2 span {
  letter-spacing: 6px;
}
.main figure{
	margin-top: 50px;
	padding-bottom: 30px;
}
.txt_att{
	font-size: 1.2rem;
	text-align: right;
	max-width: 1000px;
	margin: 10px auto 0;
}
/* section1 */
.section1 {
  position: relative;
  padding: 0 0 133px;
}
.section1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 540px; 
  z-index: -1;
}
.section1 .box1 {
  max-width: 1170px;
  margin: 0 auto 80px;
  padding: 50px 0 56px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.section1 .box1 .wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.section1 .box1 .inner {
  position: relative;
}
.section1 .box1 .inner .txt_wrap {
  width: 71.4%;
  margin-top: 34px;
}
.section1 .box1 .inner .txt_wrap p + p {
  margin-top: 30px;
}
.section1 .box1 .inner .txt_wrap p .small {
  font-size: 1.4rem;
	white-space: pre-wrap;
}
.section1 .box1 .inner .txt_wrap p .color {
  color: #35a0a0;
  font-weight: bold;
}
.section1 .box1 .inner img {
  width: 162px;
  position: absolute;
  bottom: 6px;
  right: -4px;
}
.section1 .box2 .hdg.pc {
  display: flex;
  justify-content: space-between;
  font-size: 2.1rem;
  font-weight: bold;
  max-width: 1000px;
  margin: 47px auto 20px;
  padding: 0 10px;
}
.section1 .box2 .hdg.pc p {
  width: 50%;
  text-align: center;
  position: relative;
  padding-bottom: 22px;
}
.section1 .box2 .hdg.pc p:last-child {
  color: #35a0a0;
}
.section1 .box2 .hdg.pc p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../img/arrow2.png") no-repeat;
  background-size: 20px 8px;
  width: 20px;
  height: 8px;
}
.section1 .box2 .hdg.pc p:last-child:after {
  background: url("../img/arrow3.png") no-repeat;
}
.section1 .box2 .aco_wrap {
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 20px 0;
  border: 2px solid #35A0A0;
}
.section1 .box2 .aco_wrap:not(:last-child) {
  margin-bottom: 10px;
}
.section1 .box2 .aco_wrap .head {
  color: #35A0A0;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.section1 .box2 .txt_wrap {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 0;
  padding: 0;
}
.section1 .box2 .txt_wrap + .txt_wrap {
  margin-top: 20px;
}
.section1 .box2 .txt_wrap .txt_box {
  width: 50%;
  text-align: center;
}
.section1 .box2 .txt_wrap .txt_box.other {
  border-right: none;
  padding: 82px 10px 0 10px;
  background: url("../img/icon_other.png") no-repeat center top;
}
.section1 .box2 .txt_wrap .txt_box.ifa {
  padding: 82px 10px 0 10px;
  font-weight: bold;
  color: #35a0a0;
  font-size: 1.6rem;
  background: url("../img/icon_ifa.png") no-repeat center top;
	letter-spacing: 1.4px;
  position: relative;
}
.section1 .box2 .txt_wrap .txt_box .hdg::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.section1 .box2 .txt_wrap .txt_box.ifa .hdg::before {
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #35A0A0 transparent transparent transparent;
}
.section1 .box2 .txt_wrap .txt_box.other .hdg::before {
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #353535 transparent transparent transparent;
}
.section1 .box2 .txt_wrap .txt_box .hdg {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 32px;
  position: relative;
}
.section1 .box2 .txt_wrap .txt_box p span {
  font-size: 1.4rem;
  font-weight: normal;
}
.section1 .box2 .aco_icn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 128px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.section1 .box2 .aco_icn.open {
  justify-content: center;
}
.section1 .box2 .aco_icn::before {
  display: block;
  content: "続きを読む";
  color: #007FFF;
  font-size: 16px;
  line-height: 1;
}
.section1 .box2 .aco_icn.open::before {
  content: "閉じる";
}
.section1 .box2 .aco_icn::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icn_open.png)no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.section1 .box2 .aco_icn.open::after {
  background: url(../img/icn_close.png)no-repeat center;
  background-size: cover;
}

/* section2 */
.section2 {
  background: #f2f4f6;
  padding: 115px 0 0;
}
.section2 .box1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.section2 .box1 .txt1 {
  text-align: center;
  font-weight: bold;
  margin: 35px 0;
  line-height: 1.9;
}
.section2 .box1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 48px 0 25px;
}
.section2 .box1 ul li {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 0;
  padding: 10px;
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  width: 30.6%;
  margin: 0 2% 2.5%;
}
.section2 .box1 ul li:first-child {
  margin-left: 0;
}
.section2 .box1 ul li:nth-child(3) {
  margin-right: 0;
}
.section2 .box1 img {
  max-width: 100%;
}
.section2 .box2 {
  padding: 90px 10px 105px;
}
.section2 .box2 .dl_wrap {
  max-width: 1190px;
  margin: 43px auto 35px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.section2 .box2 .dl_wrap dl {
  border: 2px solid #95cccc;
  width: 31.2%;
  padding: 50px 36px 60px;
}
.section2 .box2 .dl_wrap .dl1 {
  background: url("../img/dl1_bg.png") no-repeat right 38px top 60px #fff;
  background-size: 42px 46px;
}
.section2 .box2 .dl_wrap .dl2 {
  background: url("../img/dl2_bg.png") no-repeat right 38px top 60px #fff;
  background-size: 53px 46px;
}
.section2 .box2 .dl_wrap .dl3 {
  background: url("../img/dl3_bg.png") no-repeat right 46px top 60px #fff;
  background-size: 60px 48px;
}
.section2 .box2 .dl_wrap dl dt {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  min-height: 63px;
  margin-bottom: 17px;
  padding-right: 60px;
}
.box2 dl dd {
  display: none;
}
.section2 .box2 .aco_icn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 128px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.section2 .box2 .aco_icn.open {
  justify-content: center;
}
.section2 .box2 .aco_icn::before {
  display: block;
  content: "続きを読む";
  color: #007FFF;
  font-size: 16px;
  line-height: 1;
}
.section2 .box2 .aco_icn.open::before {
  content: "閉じる";
}
.section2 .box2 .aco_icn::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icn_open.png)no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.section2 .box2 .aco_icn.open::after {
  background: url(../img/icn_close.png)no-repeat center;
  background-size: cover;
}
.section2 .box2 .notes {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.section2 .box2 .notes span {
  font-weight: bold;
}
.section2 .box3 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px 135px;
}
.section2 .box3 p {
  text-align: center;
  margin: 35px 0 25px;
}
.section2 .box3 ul {
  border: 1px solid #9d9e9e;
  background: #fbf1e3;
  padding: 50px 55px;
  font-size: 2.1rem;
  font-weight: bold;
}
.section2 .box3 ul li {
  text-indent: -1em;
  padding-left: 1em;
	letter-spacing: 1px;
}
.section2 .box3 ul li + li {
  margin-top: 2px;
}
.section2 .box_chart{
	max-width: 1190px;
	margin: 43px auto 35px;
	padding: 0 10px;
}
.section2 .box_chart figure{
	margin: 43px auto 35px;
}
.section2 .box_chart figure img{
	width: 100%;
}
.section2 .box_chart p{
	font-size: 1.2rem;
	text-align: right;
	margin: 10px auto 0;
	padding-bottom: 95px;
}
/* section3 */
.section3  {
  padding: 124px 0 160px;
}
.section3 .box1 .dl_wrap {
  max-width: 1000px;
  margin: 43px auto 32px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.section3 .box1 .dl_wrap + .dl_wrap {
  margin: 0 auto 48px;
}
.section3 .box1 .dl_wrap dl {
  border: 2px solid #95cccc;
  width: 47.9%;
  padding: 70px 47px 30px;
  min-height: 338px;
  position: relative;
  letter-spacing: 0.6px;
}
.section3 .box1 .dl_wrap dl .step {
  position: absolute;
  left: 0;
  top: 0;
  width: 98px;
  background: #5cb0b0;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  padding: 6px 0 11px;
  display: block;
}
.section3 .box1 .dl_wrap dl .step span {
  font-size: 2.1rem;
}
.section3 .box1 .dl_wrap .dl1 {
  background: url("../img/dl4_bg.png") no-repeat right 48px top 80px #fff;
  background-size: 30px 46px;
}
.section3 .box1 .dl_wrap .dl2 {
  background: url("../img/dl5_bg.png") no-repeat right 48px top 77px #fff;
  background-size: 60px 46px;
}
.section3 .box1 .dl_wrap .dl3 {
  background: url("../img/dl1_bg.png") no-repeat right 47px top 76px #fff;
  background-size: 42px 46px;
  margin:auto;
}
.section3 .box1 .dl_wrap .dl4 {
  background: url("../img/dl2_bg.png") no-repeat right 48px top 75px #fff;
  background-size: 53px 46px;
}
.section3 .box1 .dl_wrap dl dt {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.5;
  min-height: 63px;
  margin-bottom: 17px;
  padding-right: 60px;
}

/* section4 */
.section4 {
  background: #f2f4f6;
}
.section4 .box1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 93px 10px 0;
  background: url("../img/hdg1_bg.png") no-repeat right 17px top 65px;
}
.section4 .hdg1 {
  margin-bottom: 40px;
}
.section4 .accordion {
  border: 2px solid #539e9e;
  border-radius: 10px;
}
.section4 .accordion + .accordion {
  margin-top: 10px;
}
.section4 .accordion dt {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 30px 100px 30px 0;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.section4 .accordion dt.open {
  border-radius: 10px 10px 0 0;
}
.section4 .accordion dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  background: url("../img/arrow_off.png") no-repeat;
  width: 24px;
  height: 14px;
}
.section4 .accordion dt.open:after {
  background: url("../img/arrow_on.png") no-repeat;
}
.section4 .accordion dd {
  border-radius: 0 0 10px 10px;
  display: none;
}
.section4 .accordion dd .inner {
  background: #fff4e8;
  display: flex;
  align-items: flex-start;
  padding: 30px 100px 30px 0;
  border-radius: 0 0 10px 10px;
}
.section4 .accordion .qa {
  font-size: 4rem;
  font-weight: bold;
  width: 98px;
  text-align: center;
  line-height: 1;
  padding-left: 5px;
}
.section4 .accordion dt .qa {
  color: #539e9e;
  padding-bottom: 8px;
}
.section4 .accordion dd .qa {
  color: #353535;
  padding-top: 10px;
}
.section4 .accordion .contents {
  width: calc(100% - 98px);
  padding-left: 28px;
  position: relative;
}
.section4 .accordion dt .contents {
  padding: 12px 0 12px 28px;
  border-left: 2px solid #cccccc;
}
.section4 .accordion dd .contents:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 74px;
  max-height: 100%;
  background: #cccccc;
}
.section4 .accordion .contents img {
  max-width: 100%;
  margin: 25px auto;
}
.section4 .accordion .contents ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.section4 .box2 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 93px 10px 130px;
  background: url("../img/hdg2_bg.png") no-repeat right 47px top 90px;
}

/* section5 */
.section5 {
  background: #5cb0b0;
  padding: 133px 10px 98px;
}
.section5 .box1 {
  max-width: 1200px;
  margin: 0 auto;
  /*padding: 60px 0 130px;*/
	padding: 60px 0;
  border-radius: 10px;
  background: #fff;
}
.section5 .box1 .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}
.section5 .box1 .hdg1 {
  display: flex;
  align-items: center;
  justify-content: center;
 /* max-width: 590px;*/
 	max-width: 730px;
  margin: 0 auto 10px;
}
.section5 .box1 .hdg1 .circle {
  width: 101px;
  height: 101px;
  background: #5cb0b0;
  font-weight: bold;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 20px;
  line-height: 1;
	margin-bottom: 15px;
}
.section5 .box1 .hdg1 .txt {
  width: calc(100% - 116px);
}
.section5 .box1 .scroll {
  border: 1px solid #888888;
  height: 129px;
  margin: 28px auto 50px;
  padding: 20px 40px 0;
  overflow-y: scroll;
}
.section5 .box1 .scroll p {
  margin-bottom: 20px;
	text-align: left;
}
.section5 .box1 .btn {
  max-width: 600px;
  border: 1px solid rgb(136, 136, 136);
  border-radius: 40px;
  background: #e9eb19;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 10px 60px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}
.section5 .box1 .btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  margin: auto;
  background: url("../img/arrow_off2.png") no-repeat;
  width: 24px;
  height: 14px;
}
.section5 .box1 .btn span {
  font-size: 1.6rem;
  display: block;
}
.section5 .box1 .form {
  margin-top: 50px;
  display: none;
}
.section5 .box1 .form div {
  height: 230px;
  background: #f2f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5 .box1 .form + .hdg1 {
  margin-top: 120px;
}
.section5 .box1 .btn_form a {
  max-width: 700px;
  border: 1px solid rgb(136, 136, 136);
  border-radius: 40px;
  background: #e9eb19;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  margin: 40px auto 10px;
  padding: 20px 60px 22px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
  display: block;
	position: relative;
	letter-spacing: 5px;
}
.section5 .box1 .btn_form a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  margin: auto;
  background: url("../img/arrow.png") no-repeat;
  width: 14px;
  height: 24px;
}
.section5 .box1 .btn_form a span {
  font-size: 1.6rem;
  display: block;
}


.section5 .box1 .detail {
  margin-top: 40px;
}
.section5 .box1 .detail li {
  background: #fff4e8;
  font-size: 2.1rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  padding: 20px 30px 21px 103px;
  line-height: 1.4;
}
.section5 .box1 .detail li:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/icon_check.png") no-repeat;
  width: 34px;
  height: 31px;
}
.section5 .box1 .detail li + li {
  margin-top: 20px;
}
.section5 .box1 .detail li span {
  color: #35a0a0;
}
.section5 p{
	text-align: center;
}
/* section6 */
.section6 {
  padding: 0 0 160px;
}
.section6 .box1 {
  max-width: 1000px;
  margin: 0 auto 10px;
}
.section6 .box1 .detail {
  margin-top: 40px;
}
.section6 .box1 .detail li {
  background: #fff4e8;
  font-size: 2.1rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  padding: 20px 30px 21px 103px;
  line-height: 1.4;
}
.section6 .box1 .detail li:after {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/icon_check.png") no-repeat;
  width: 34px;
  height: 31px;
}
.section6 .box1 .detail li + li {
  margin-top: 20px;
}
.section6 .box1 .detail li span {
  color: #35a0a0;
}
.section6 p{
	text-align: center;
}

/* footer */
footer {
  background: #5cb0b0;
  padding-top: 12px;
  padding-bottom: 124px;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}
footer ul li {
  position: relative;
}
footer ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  width: 1px;
  height: 16px;
}
footer ul li:first-child:after {
  content: none;
}
footer ul li a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 0 24px;
}
footer small {
  text-align: center;
  color: #888888;
  background: #dddddb;
  padding: 11px 0 12px;
  display: block;
  font-size: 1.6rem;
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 80px;
  right: 30px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 101;
}
.pagetop img {
  width: 60px;
  height: 60px;
}

@media all and (min-width: 1400px) {
  .main {
    /*padding: 20px 32px 10%;*/
		padding: 20px 32px 30px;
    background-size: cover;
  }
  .main .txt1 {
    margin: 5% 0 3% 10px;
  }
/*  .main .inner {
    padding: 4% 0 0 0;
  } */
}

@media all and (min-width: 768px) {
  .sp {
    display: none;
  }
  /* hover */
  .fixed_btn .inner .btn1 a:hover,
  .fixed_btn .inner .btn2 a:hover,
  .section5 .box1 .btn:hover,
	.section5 .box1 .btn_form a:hover	{
    background: #fedd83;
  }
  .section4 .accordion dt:hover {
    background: #abefef;
  }
  footer ul li a:hover {
    text-decoration: underline;
  }
  .pagetop:hover {
    opacity: .5;
  }
	.box2 dl dd{
		letter-spacing: 1.1px;
	}
}
@media all and (max-width: 767px) {
  body {
    line-height: 1.9;
  }
  .pc {
    display: none;
  }
  .hdg1 {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  /* fixed_btn */
  .fixed_btn .inner {
    max-width: 100%;
    padding: 0;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    line-height: 1.4;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
		align-items: inherit;
  }
  .fixed_btn .inner .btn2.icon_mail {
    width: 34%;
    position: relative;
    background: #ffc011;
  }
	.fixed_btn .inner .btn1 a:after,
	.fixed_btn .inner .btn2 a:after{
	 display: none;
	}
  .fixed_btn .inner .btn1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    /* background: url("../img/arrow.png") no-repeat right center; */
    background-size: 7px 12px;
  }
  .fixed_btn .inner .btn1 {
    border-left: 1px solid #888888;
  }
  .fixed_btn .inner .btn1.icon_note:after{
    background: url("../img/icon_note.png") no-repeat right center;
  }
  .fixed_btn .inner .btn1 a {
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 10px 15px 0;
    min-height:100%;
  }
  .fixed_btn .inner .btn1 a .span1 {
    font-size: 1.3rem;
    margin-right: 10px;
    padding: 5px 10px;
  }
  .fixed_btn .inner .btn1 a .span2 {
    font-size: 1.6rem;
    text-align:center;
  }
.fixed_btn .inner .btn1 a .btn1_text {
  display:none;	   
  font-size: 1.2rem;
  padding-top: 5px;
  padding-bottom: 0;
  text-align: left;
  }
  .fixed_btn .inner .btn2 {
    width: 33%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff4e8;
    }
  .fixed_btn .inner .btn2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3px;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    /* background: url("../img/arrow.png") no-repeat right center; */
    background-size: 7px 12px;
  }
  .fixed_btn .inner .btn2.icon_phone:after{
    background: url("../img/icon_phone.png") no-repeat right center;
  }
  .fixed_btn .inner .btn2.icon_mail:after{
    background: url("../img/icon_mail.png") no-repeat right center;
  }
  .fixed_btn .inner .btn2 a {
    border: none;
    border-left: 1px solid #888888;
    box-shadow: none;
    font-size: 1.6rem;
    padding: 8px 10px 8px 0;
    border-radius: 0;
		display: table;
		height: 100%;
		width: 100%;
		text-align: center;
		white-space: normal;	
  }
  .fixed_btn .inner .btn2 span {
		display: table-cell;
		vertical-align: middle;
  }
.fixed_btn .inner .btn2 a .btn2_text {
  font-size: 0.8rem;
   padding:0;
	padding-top: 5px;
	padding-bottom: 0;
	text-align: center;
}

.fixed_btn .inner .btn2 a .btn3 {
margin-top: 8px;
}

  /* main */
  .main {
    position: relative;
    background:  #f2f4f6;
    min-height: 100%;
    padding: 0;
  }
  .main:after {
    content: "";
    position: absolute;
    top: 14.602vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 200px;
    background: url("../img/main_bg_sp.jpg") no-repeat top center;
    background-size: cover;
  }
  .main .logo {
    position: relative;
    z-index: 1;
    padding: 2px 4px;
    background: #f2f4f6;
  }
  .main .logo img {
    width: 100%;
  }
  .main .logo img:nth-child(2) {
    width: 33.898vw;
  }
  .main .logo img:nth-child(3) {
    width: 54.237vw;
  }
  .main .inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    /*padding: 80px 0 0 0;*/
    padding: 2.6vw 0 0 0;
  }
  .main .circle_wrap {
    display: block;
    position: relative;
    max-width: 375px;
    height: 195px;
    margin: 0 auto;
  }
  .main .circle_wrap .circle {
    width: 125px;
    height: 125px;
    font-size: 1.4rem;
    line-height: 1.4;
    position: absolute;
  }
  .main .circle_wrap .circle:nth-child(1) {
    top: 0;
    left: 10px;
  }
  .main .circle_wrap .circle:nth-child(2) {
    margin: 0;
    top: 0;
    right: 10px;
  }
  .main .circle_wrap .circle:nth-child(3) {
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .main .txt1 {
    /* text-align: center; */
    font-size: 1.4rem;
    /*margin: 18px 0 10px 0;*/
    margin: 10% 5% 5% 5%;
    line-height: 1.5;
  }
  .main .txt1 span:after {
    z-index: -1;
  }
  .main .txt2 {
    /* text-align: center; */
    margin-left: 0;
   /* padding-bottom: 85px;*/
	  padding-bottom: 0;
		letter-spacing: 1.5px;
    line-height: 1.5;
    font-size: 1.8rem;
    text-shadow : none; 
    margin: 10% 5% 5% 5%;
  }
  .main .txt2 span {
    letter-spacing: 3px;
  }
	.main figure {
  margin-top: 30px;
  padding-bottom: 30px;
	text-align: center;
	}
	.main figure img{
		max-width: 100%;
		height: auto;
	}
	.txt_att{
	padding: 0 15px;
}

  /* section1 */
  .section1 {
    padding: 35px 15px 65px;
  }
  .section1:after {
    height: 33.8%;
    max-height: 907px;
  }
  .section1 .box1 {
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 44px 18px 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .section1 .box1 .wrap {
    max-width: 100%;
    padding: 0;
  }
  .section1 .box1 .inner {
    position: relative;
  }
  .section1 .box1 .inner .txt_wrap {
    width: 100%;
    margin-top: 12px;
  }
  .section1 .box1 .inner .txt_wrap p + p {
    margin-top: 10px;
  }
  .section1 .box1 .inner .txt_wrap p .small {
    font-size: 1.4rem;
  }
  .section1 .box1 .inner .txt_wrap p .color {
    color: #35a0a0;
    font-weight: bold;
  }
  .section1 .box1 .inner img {
    width: 90.5px;
    text-align: center;
    margin: 20px auto 0;
    position: static;
    display: block;
  }
  .section1 .box2 .hdg.pc {
    display: none;
  }
  .section1 .box2 .hdg.sp {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2px 0 2px 42px;
  }
  .section1 .box2 .txt_wrap {
    flex-flow: column-reverse;
    max-width: 100%;
    margin: 12px auto 0;
    padding: 0;
  }
  .section1 .box2 .txt_wrap + .txt_wrap {
    margin-top: 30px;
  }
  .section1 .box2 .txt_wrap .txt_box {
    width: 100%;
  }
  .section1 .box2 .txt_wrap .txt_box.other {
    padding: 84px 10px 10px;
  }
  .section1 .box2 .txt_wrap .txt_box.ifa {
    padding: 84px 10px 10px;
  }
  .section1 .box2 .txt_wrap .txt_box .txt {
    line-height: 1.5;
  }
  .section1 .box2 .aco_wrap:not(:last-child) {
    margin-top: 20px;
  }
  .section1 .box2 .aco_wrap .head {
    line-height: 1.238;
  }

  /* section2 */
  .section2 {
    padding: 58px 15px 0;
  }
  .section2 .box1 {
    max-width: 100%;
    padding: 0;
  }
  .section2 .box1 .txt1 {
    margin: 26px 0 20px;
    line-height: 1.9;
  }
  .section2 .box1 ul {
    align-items: center;
    margin: 24px 0 12px;
  }
  .section2 .box1 ul li {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 20px 0;
    padding: 5px;
    font-size: 2rem;
    font-weight: bold;
    width: 47.1%;
    margin: 0 2.9% 5.2%;
  }
  .section2 .box1 ul li.li1,
  .section2 .box1 ul li.li4 {
    margin-left: 0;
    margin-right: 2.9%;
  }
  .section2 .box1 ul li.li2,
  .section2 .box1 ul li.li3 {
    margin-right: 0;
  }
  .section2 .box1 ul li.li5 {
    width: 60.8%;
  }
  .section2 .box1 img {
    max-width: 100%;
  }
  .section2 .box2 {
    padding: 58px 0 55px;
  }
  .section2 .box2 .dl_wrap {
    max-width: 100%;
    margin: 12px auto 22px;
    padding: 0;
    display: block;
  }
  .section2 .box2 .dl_wrap dl {
    width: 100%;
    padding: 21px 25px 25px;
  }
  .section2 .box2 .dl_wrap .dl1 {
    background: url("../img/dl1_bg.png") no-repeat right 25px top 28px #fff;
    background-size: 42px 46px;
  }
  .section2 .box2 .dl_wrap .dl2 {
    background: url("../img/dl2_bg.png") no-repeat right 25px top 30px #fff;
    background-size: 53px 46px;
    margin: 30px 0;
  }
  .section2 .box2 .dl_wrap .dl3 {
    background: url("../img/dl3_bg_sp.png") no-repeat right 25px top 30px #fff;
    background-size: 58px 47px;
  }
  .section2 .box2 .dl_wrap dl dt {
    font-size: 1.8rem;
    line-height: 1.6;
    min-height: 56px;
    margin-bottom: 18px;
    padding-right: 60px;
  }
  .section2 .box2 .notes {
    max-width: 100%;
    padding: 0;
  }
  .section2 .box3 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 55px;
  }
  .section2 .box3 p {
    text-align: left;
    margin: 20px 0 25px;
  }
  .section2 .box3 ul {
    padding: 20px 25px;
    font-size: 1.6rem;
  }
  .section2 .box3 ul li + li {
    margin-top: 0;
  }
	.section2 .box_chart figure{
		text-align: center;
	}
	.section2 .box_chart figure img{
		max-width: 370px;
	}
  
  /* section3 */
  .section3  {
    padding: 60px 0 65px;
  }
  .section3 .box1 .dl_wrap {
    max-width: 100%;
    margin: 20px auto 32px;
    padding: 0 15px;
    display: block;
  }
  .section3 .box1 .dl_wrap + .dl_wrap {
    margin: 0 auto;
  }
  .section3 .box1 .dl_wrap dl {
    width: 100%;
    padding: 45px 25px 25px;
    min-height: 100%;
    letter-spacing: 1.5;
  }
  .section3 .box1 .dl_wrap dl .step {
    width: 74px;
    font-size: 1.1rem;
    padding: 4px 0 8px;
  }
  .section3 .box1 .dl_wrap dl .step span {
    font-size: 1.6rem;
  }
  .section3 .box1 .dl_wrap .dl1 {
    background: url("../img/dl4_bg.png") no-repeat right 25px top 48px #fff;
    background-size: 30px 46px;
    margin-bottom: 30px;
  }
  .section3 .box1 .dl_wrap .dl2 {
    background: url("../img/dl5_bg.png") no-repeat right 25px top 52px #fff;
    background-size: 60px 46px;
  }
  .section3 .box1 .dl_wrap .dl3 {
    background: url("../img/dl1_bg.png") no-repeat right 25px top 50px #fff;
    background-size: 42px 46px;
    margin-bottom: 30px;
  }
  .section3 .box1 .dl_wrap .dl4 {
    background: url("../img/dl2_bg.png") no-repeat right 25px top 50px #fff;
    background-size: 53px 46px;
  }
  .section3 .box1 .dl_wrap dl dt {
    font-size: 1.8rem;
    line-height: 1.6;
    min-height: 56px;
    margin-bottom: 18px;
    padding-right: 60px;
  }
  
  /* section4 */
  .section4{
 		padding-bottom:40px;
	}
  .section4 .box1 {
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 15px 0;
    background: url("../img/hdg1_bg.png") no-repeat right 15px top 68px;
    background-size: 54px 71px;
  }
  .section4 .hdg1 {
    margin-bottom: 28px;
  }
  .section4 .accordion {
    border: 1px solid #539e9e;
  }
  .section4 .accordion + .accordion {
    margin-top: 20px;
  }
  .section4 .accordion dt {
    padding: 12px 48px 12px 10px;
    font-size: 1.6rem;
    align-items: flex-start;
  }
  .section4 .accordion dt:after {
    right: 20px;
    background: url("../img/arrow_off.png") no-repeat;
    background-size: 12px 7px;
    width: 12px;
    height: 7px;
  }
  .section4 .accordion dt.open:after {
    background: url("../img/arrow_on.png") no-repeat;
    background-size: 12px 7px;
  }
  .section4 .accordion dd .inner {
    padding: 12px 10px 15px;
    align-items: flex-start;
  }
  .section4 .accordion .qa {
    font-size: 1.8rem;
    width: 30px;
    padding-left: 0;
    padding-top: 5px;
  }
  .section4 .accordion dt .qa {
    padding-bottom: 8px;
  }
  .section4 .accordion .contents {
    width: calc(100% - 30px);
    padding-left: 5px;
  }
  .section4 .accordion dt .contents {
    padding: 0 0 0 5px;
    border-left: none;
  }
  .section4 .accordion dd .contents:after {
    content: none;
  }
  .section4 .accordion .contents img {
    margin: 15px auto;
  }
  .section4 .box2 {
    max-width: 100%;
    padding: 72px 15px 36px;
    background: url("../img/hdg2_bg.png") no-repeat right 30px top 93px;
    background-size: 27px 56px;
  }
  
  /* section5 */
  .section5 {
    padding: 35px 5px 48px;
  }
  .section5 .box1 {
    max-width: 100%;
    padding: 42px 15px 40px;
    border-radius: 5px;
  }
  .section5 .box1 .inner {
    max-width: 100%;
    padding: 0;
  }
  .section5 .box1 .hdg1 {
    display: flex;
/*    align-items: center;
    justify-content: center;*/
		align-items: normal;
		justify-content: left;
  }
  .section5 .box1 .hdg1 .circle {
    width: 65px;
    height: 65px;
    font-size: 1.8rem;
    margin-right: 5px;
  }
  .section5 .box1 .hdg1 .txt {
    width: calc(100% - 70px);
  }
	.section5 .box1 .hdg1{
		text-align: left;}
  .section5 .box1 .scroll {
    margin: 28px auto 30px;
    padding: 10px 22px 0;
  }
  .section5 .box1 .scroll p {
    margin-bottom: 10px;
  }
  .section5 .box1 .btn{
    max-width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 13px 30px;
    font-size: 2.1rem;
    line-height: 1.6;
  }
  .section5 .box1 .btn_form a {
    max-width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
		line-height: 1.6;
		font-size: 2.4rem;
		letter-spacing: 2.3px;
		border-radius: 100px;
  }	
	.section5 .box1 .btn:after{
    right: 19px;
    background: url("../img/arrow_off2.png") no-repeat;
    background-size: 12px 7px;
    width: 12px;
    height: 7px;
  }
  .section5 .box1 .btn_form a:after {
    right: 19px;
    background: url("../img/arrow.png") no-repeat;
    background-size: 7px 12px;
    width: 7px;
    height: 12px;
  }
  .section5 .box1 .btn span {
    font-size: 1.3rem;
  }
  .section5 .box1 .form {
    margin-top: 29px;
  }
  .section5 .box1 .form + .hdg1 {
    margin-top: 60px;
  }
  .section5 .box1 .detail {
    margin-top: 28px;
  }
  .section5 .box1 .detail li {
    font-size: 1.6rem;
    padding: 13px 20px 13px 38px;
    line-height: 1.9;
  }
  .section5 .box1 .detail li:after {
    content: none;
  }
  .section5 .box1 .detail li + li {
    margin-top: 23px;
  }
  
  .section6 {
    padding: 0 5px 48px;
  }
  .section6 .box1 {
    max-width: 100%;
    padding: 0 15px 30px;
  }
  .section6 .box1 .inner {
    max-width: 100%;
    padding: 0;
  }
  .section6 .box1 .hdg1 {
    display: flex;
    align-items: center;
    justify-content: center;
		/*align-items: normal;*/
		margin-bottom: 10px;
  }
  .section6 .box1 .detail {
    margin-top: 28px;
  }
  .section6 .box1 .detail li {
    font-size: 1.6rem;
    padding: 13px 20px 13px 38px;
    line-height: 1.9;
  }
  .section6 .box1 .detail li:after {
    content: none;
  }
  .section6 .box1 .detail li + li {
    margin-top: 23px;
  }
  .section6 a {
    margin-top: 0;
  }
  
  
  /* footer */
  footer {
    padding-bottom: 100px;
  }
  footer ul {
    flex-wrap: wrap;
    /*margin: 0 auto 44px;*/
		margin: 30px auto 34px;
    max-width: 350px;
  }
  footer ul li {
    position: relative;
  }
  footer ul li:nth-child(3),
  footer ul li:last-child {
    margin-top: 17px;
  }
  footer ul li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
    width: 1px;
    height: 16px;
  }
  footer ul li:nth-child(3):after {
    content: none;
  }
  footer ul li a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 0 24px;
  }
  footer small {
    padding: 6px 0;
    font-size: 1.3rem;
  }

  /* pagetop */
  .pagetop {
    bottom: 83px;
    right: 10px;
  }
  .pagetop img {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 375px) {
  .main .inner {
    padding: 3.733333333333334vw 0 0 0;
  }
	.main .txt1 {
    margin: 4.5% 0 3% 0;
  }
}
@media all and (max-width: 450px) {
  .main:after {
    top: 16.444vw;
  }
  .main .logo img:nth-child(2) {
    width: 136px;
  }
  .main .logo img:nth-child(3) {
    margin-left: 4px;
  }
}
/* font-size */
@media all and (max-width: 767px) {
	.font14SP{
		font-size: 1.4rem!important;
	}
}

/* セミナー動画ページ */
.seminar-movie .main .logo img{
  width: 141px;
}

.seminar-movie .movieWrap{
  margin-bottom: 50px;
}

.seminar-movie .movieWrap iframe{
  height: 50vw;
  max-height: 480px;
}

.seminar-movie .movieWrap h1{
  color: #353535;
  font-size: 18px;
  margin-top: 10px;
}

.seminar-movie h2 {
  font-weight: 400;
  font-size: 32px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  background-image: url(../../common/img/common_short_border.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  letter-spacing: 4px;
}

.seminar-movie .flexWrap{
  display: flex;
  justify-content: space-between;
}
.seminar-movie .flexWrap .flexTtl{
  width: 60%;
}
.seminar-movie .flexWrap .flexTtl .txt-red{
  color: #c8000e;
}

.seminar-movie .flexWrap figure {
  width: 40%;
  margin: 0;
  padding: 0;
}

.seminar-movie .btnArea li a {
  display: block;
  margin: auto;
  padding: 20px 60px;
  box-sizing: border-box;
  border-radius: 4px;
  background: url(../img/arrow02.png) no-repeat right 25px center #6EBABA;
  background-size: 8px auto;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
}
.seminar-movie .btnArea li a:hover {
  background-color: #29D2D2;
}

.seminar-movie .btnArea.visible_pc{
  display: block;
}
.seminar-movie .btnArea.visible_sp{
  display: none;
}

.seminar-movie footer .logo {
  text-align: center;
}


/*****************************
consultation_quality 
******************************/

.width_1020 {
    max-width: 1020px;
    margin: 0px auto 120px auto;
    width: 96%;
}
.consultation_quality{
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: row-reverse;
	padding: 40px 60px;
}
.quality_text{
	flex-shrink: 0;
	width: 580px;
}
.consultation_quality h3{
	font-size: 26px;
	margin-bottom: 20px;
	text-align: left;
}
.consultation_quality strong.text-em {
    background: linear-gradient(transparent 70%, #ece578 70%);
    font-weight: bold;
}
.consultation_quality figure{
	width: 274px;
}
.consultation_quality figure img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}


/*****************************
ここまで
******************************/

@media all and (max-width: 767px) {

  .seminar-movie h2 {
    font-size: 18px;
  }

  .seminar-movie .flexWrap{
    display: block;
  }

  .seminar-movie .flexWrap .flexTtl,
  .seminar-movie .flexWrap figure {
    width: 100%;
  }

  .seminar-movie header .logo {
    text-align: center;
  }

  .seminar-movie .btnArea.visible_pc{
    display: none;
  }
  .seminar-movie .btnArea.visible_sp{
    display: block;
  }


}


@media all and (max-width: 1040px) {

/*****************************
consultation_quality 
******************************/

  .consultation_quality{
    display: block;
    padding: 60px 20px;
  }
  .quality_text{
    width: 100%;
    margin-bottom: 30px;
  }
  .consultation_quality h3{
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
  }
  .consultation_quality figure{
    margin-left: auto;
    margin-right: auto;
  }
.consultation_quality figure img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
  }

.quality_text br.visible_pc{
    display: none;
}
}

/* TOPyoutube動画 */
section.movie {
  max-width: 834px;
  width: 100%;
  margin: 40px auto;
}
.iframe_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
}
.iframe_wrap iframe {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:none;
  display:block;
}
@media all and (max-width: 767px) {
  section.movie {
    padding: 0 20px;
  }
}

/*アコーディオン*/
.aco_btn {
  max-width: 1000px;
  width: 100%;
  height: 64px;
  background: #35A0A0;
  margin: 20px auto 0;
  cursor: pointer;
  position: relative;
}
.aco_btn::before {
  content: "続きを読む";
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
}
.aco_btn.open::before {
  content: "閉じる";
}
.aco_btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.aco_btn.open::after {
  transform: rotate(180deg) translateX(50%);
}
@media all and (max-width: 767px) {
  .aco_btn::before {
    font-size: 16px;
    top: 14px;
  }
}
.aco_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 128px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.aco_link.open {
  justify-content: center;
}
.aco_link::before {
  content: "続きを読む";
  display: block;
  color: #007FFF;
  font-size: 16px;
  line-height: 1;
}
.aco_link.open::before {
  content: "閉じる";
}
.aco_link::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/icn_open.png)no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.aco_link.open::after {
  background: url(../img/icn_close.png)no-repeat center;
  background-size: cover;
}

/*コンシェルジュのご紹介*/
.box_concierge {
  background: #fff;
  padding: 40px 10px 120px;
  position: relative;
}
.box_concierge .box_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.box_concierge p.txt {
  text-align: center;
  margin: 20px 0 40px;
}
.box_concierge .grid {
  display: flex;
}
.box_concierge .col {
  width: calc((100% - 32px)/ 2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.box_concierge .col:nth-child(odd) {
  margin-right: 32px;
}
.box_concierge .col .img img {
  width: 100%;
}
.box_concierge .col .txt {
  padding: 20px;
}
.box_concierge .col .txt .name {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.box_concierge .col .txt .title {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.box_concierge .col .txt .prof {
  line-height: 1.3;
}
.box_concierge .col .txt .prof .aco_wrap {
  display: none;
}
@media all and (max-width: 767px) {
  .box_concierge {
    padding-bottom: 60px;
  }
  .box_concierge::before {
    content: "";
    display: block;
    width: calc(100% + 32px);
    height: 100%;
    position: absolute;
    top: 0;
    left: -16px;
    background: #fff;
    z-index: 1;
  }
  .box_concierge .grid {
    display: block;
  }
  .box_concierge .col {
    width: 100%;
  }
  .box_concierge .col:nth-child(odd) {
    margin-right: 0;
  }
  .box_concierge .col:not(:last-child) {
    margin-bottom: 32px;
  }
}

/*CTA*/
.entry_wrap {
  margin-top: 30px;
}
.entry_wrap .btn1_text {
  font-size: 14px;
}
.entry_wrap a{
  max-width: 535px;
  border: 1px solid rgb(136, 136, 136);
  border-radius: 80px;
  background: #FFFF66;
  padding: 8px 15px 11px;
  margin: 0 auto;
  font-weight: bold;
  display: block;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.entry_wrap a:hover{
  background: #f8f98d;
}
.entry_wrap a .btn1_flex {
  font-size: 20px;
}
.entry_wrap p {
  text-align: center;
}
@media all and (max-width: 767px) {
  .entry_wrap a {
    max-width: 345px;
  }
}

/*お客さまの相談事例*/
.section7 {
  padding-bottom: 120px;
}
.section7 .box {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px
}
.section7 .inner {
  margin-top: 40px;
  padding: 40px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.section7 .inner .wrap {
  display: flex;
  flex-flow: column;
  padding: 0 20px 0 120px;
  margin-bottom: 16px;
  position: relative;
}
.section7 .inner .wrap::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/icn_people_01@2x.png) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.section7 .inner:nth-of-type(2) .wrap::before {
  background: url(../img/icn_people_02@2x.png) no-repeat center;
  background-size: cover;
}
.section7 .inner:nth-of-type(3) .wrap::before {
  background: url(../img/icn_people_03@2x.png) no-repeat center;
  background-size: cover;
}
.section7 .inner .title {
  font-size: 2.6rem;
  letter-spacing: 0.03em
}
.section7 .inner .tag {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}
.section7 .inner .tag span {
  font-weight: bold;
  background: #D0E8E8;
  border-radius: 32px;
  padding: 4px 16px;
}
.section7 .inner .tag span:not(:last-child) {
  margin-right: 10px;
}
.section7 .grid {
  display: none;
  margin-top: 20px;
}
.section7 .grid .col {
  text-align: center;
  padding: 40px 80px;
  background: #F7F7F7;
}
.section7 .grid .col:not(:first-child) {
  margin-top: 10px;
  background: #FBF1E3;
}
.section7 .grid .col img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.section7 .grid .col .head {
  color: #35A0A0;
  font-size: 2.1rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.section7 .grid .col .txt {
  text-align: left;
}
@media all and (max-width: 767px) {
  .section7 {
    padding-bottom: 60px;
  }
  .section7 .box {
    padding: 0 16px;
  }
  .section7 .inner {
    margin-top: 20px;
  }
  .section7 .inner .wrap {
    padding-top: 100px;
    padding-left: 20px;
  }
  .section7 .inner .wrap::before {
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
  }
  .section7 .inner .title {
    font-size: 18px;
    line-height: 1.3333333;
  }
  .section7 .inner .tag {
    padding-bottom: 12px;
  }
  .section7 .inner .tag span {
    font-size: 12px;
    padding: 4px 7px;
    margin-bottom: 4px;
  }
  .section7 .grid .col {
    padding: 20px 10px;
  }
  .section7 .grid .col img {
    margin-bottom: 10px;
  }
  .section7 .grid .col .head {
    padding-bottom: 10px;
  }
}

/* 離脱防止モーダル */
.modal{
  display: none;
  width: 80%;
  max-width: 1080px;
  position: fixed;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  z-index: 99999;
}
.modal__bg{
  display: none;
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: fixed;
  z-index: 99998;
  width: 100%;
}
.modal__content{
  background: #f1eee2;
  padding: 10px;
  width: 100%;
}
.cat_border_title {
  font-size: 2.4rem;
  text-align: center;
}
.area_book_wrap, .area_seminarMovie_wrap {
  background: #f1eee2;
}
.area_book_flex, .area_seminarMovie_flex {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  padding: 30px;
}
.area_book_1 {
  width: 25%;
}
.area_book_1 img, .area_seminarMovie_1 img {
  width: 100%;
  box-shadow: 0px 0px 16px -6px rgb(0 0 0 / 40%);
}
.area_book_2 {
  width: 75%;
}
.area_book_2 ul, .area_seminarMovie_2 ul {
  margin-bottom: 30px;
}
.area_book_2 li, .area_seminarMovie_2 li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.area_book_2 li span, .area_seminarMovie_2 li span {
  background: #ece578;
  padding-left: 3px;
  padding-right: 3px;
}
.area_top_btn {
  background: #FFB464;
  color: #fff;
  border: solid 1px #fff;
  background-image: url(/common/img/common_btn_iconwhite.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 7px auto;
  display: block;
  width: 80%;
  border-radius: 50px;
  padding: 15px 50px;
  max-width: 500px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
}
br.sp2 {
  display: none;
}
.modal__close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;  /* 丸みの度合い */
  background: #333; /* ボタンの背景色 */
  top: -15px;
  right: -15px;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #fff; /* バツ印の色 */
}
.modal__close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media only screen and (max-width: 1024px){
  .modal {
    width: 100%;
    height: 100%;
  }
  .modal__content {
    width: 90%;
    height: 90%;
    overflow-y: scroll;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal__close {
    top: 3vh;
    right: 3vw;
    z-index: 100;
  }
.area_book_flex, .area_seminarMovie_flex {
  display: block;
}
.area_book_1 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.area_book_2, .area_seminarMovie_2 {
  width: 100%;
  padding-left: 0;
  margin-top: 30px;
}
.area_book_2 ul, .area_seminarMovie_2 ul {
  margin-bottom: 20px;
}
.area_top_btn {
  width: 100%;
  max-width: 800px;
}
br.sp2 {
    display: block;
}
}
@media only screen and (max-width: 768px){
  .area_book_flex, .area_seminarMovie_flex {
    padding: 16px;
  }
  .area_book_2 li, .area_seminarMovie_2 li {
    font-size: 1.4rem;
  }
  .area_top_btn {
    font-size: 1.4rem;
    padding: 10px;
  }
  .cat_border_title {
    font-size: 1.6rem;
  }
}

/*------------------------

Title

------------------------*/

.main .inner .title_point img {
    width: 500px;
    margin-bottom: 20px;
  }

  @media only screen and (max-width: 1024px) {
  .main .inner .title_point img {
      width: 80%;
      margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
  .main .inner .title_point {
    padding: 0 5%;
  }
  .main .inner .title_point img {
      width: 80%;
      margin-bottom: 20vw;
    }
  }
