@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			RESET

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,label,textarea,p,blockquote,table,caption,tbody,tfoot,thead,th,td,option,figure,figcaption{
	margin:0;
	padding:0;}

table{
	border-collapse:collapse;
	border-spacing:0;}

fieldset,img,abbr,acronym{border:0;}

address,caption,cite,code,dfn,th,var,optgroup,strong,em,b,i{
	font-style:normal;
	font-weight:normal;}

ol,ul{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;}

a,ins,del{text-decoration: none;}

a {
	display: inline-block;
	cursor: pointer;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;}

img{
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
	margin: 0;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;}

object,embed,th,td{vertical-align: top;}

input,textarea,select{font-size: 1em;}

picture,figure,audio{display: inline-block;}

audio {max-width: 100%;}
/***CLEAR FIX***/
.clf::after {
	content: "";
	display: block;
	clear: both;}
/***NO iOS STYLE***/
input[type="submit"],
input[type="button"],
input[type="reset"] {
-webkit-appearance: none;}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			COMMON

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
* {
	box-sizing: border-box;
	outline: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.467vw;
  font-weight: 500;
	color: #333;
}
html,
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
	opacity: 0;
	padding: 0;
	position: relative;
}
body.show {
	opacity: 1;
	transition: 1s;
}
main {
  flex: 1;
}
.inner {
  padding-left: 5.333vw;
  padding-right: 5.333vw;
}
.en {
  font-family: "Montserrat", sans-serif;
}
.pc {
  display: none;
}
p {
  line-height: 1.75;
}
/*================================
contents title
=================================*/
.contents_title_wrap {
  margin-bottom: 8vw;
  text-align: center;
  opacity: 1%;
  visibility: hidden;
}
.fadein.anim_active .contents_title_wrap {
  animation: fadeup .8s .4s forwards;
}
.contents_title_wrap .title_en {
  font-size: 7.467vw;
  letter-spacing: .06em;
}
.contents_title_wrap .title_ja {
  font-size: 3.2vw;
  font-weight: 700;
}
/*================================
fadein animation
=================================*/
.fadein {
  opacity: 1%;
}
.fadein.anim_active {
  animation: fadein .8s forwards;
}
@keyframes fadein {
  0% {
    opacity: 1%;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeup {
  0% {
    opacity: 1%;
    visibility: hidden;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media all and (min-width:751px) {
  * {
    font-size: 1.538vw;
  }
  .inner {
    padding-left: 1.923vw;
    padding-right: 1.923vw;
  }
  .mb {
    display: none;
  }
  .pc {
    display: block;
  }
  /*================================
  contents title
  =================================*/
  .contents_title_wrap {
    margin-bottom: 4.615vw;
  }
  .contents_title_wrap .title_en {
    font-size: 3.077vw;
  }
  .contents_title_wrap .title_ja {
    font-size: 1.154vw;
  }
}
@media all and (min-width:1040px) {
  * {
    font-size: 16px;
  }
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
  /*================================
  contents title
  =================================*/
  .contents_title_wrap {
    margin-bottom: 48px;
  }
  .contents_title_wrap .title_en {
    font-size: 32px;
  }
  .contents_title_wrap .title_ja {
    font-size: 12px;
  }
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			HEADER / FOOTER

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
/*================================
header
=================================*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.667vw 5.333vw;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
header .header_logo {
  width: 10.667vw;
}
header .header_navi,
header .header_navi ul {
  display: none;
}
/*================================
ハンバーガーメニュー
=================================*/
.btn_trigger {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
.hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); 
  margin: -1px;
}
.btn_trigger_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.8vw;
  height: 5.867vw;
  position: fixed;
  top: 5.333vw;
  right: 5.333vw;
  cursor: pointer;
  transition: all .4s;
  z-index: 10000;
}
.open .btn_trigger_wrap {
  width: 6.667vw;
  height: 6.667vw;
  top: 4.8vw;
}
.btn_trigger_wrap button,
.btn_trigger_wrap .line_wrap,
.btn_trigger_wrap .line_wrap .line {
  width: 100%;
  height: 100%;
}
.btn_trigger_wrap .line_wrap {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.btn_trigger_wrap .line_wrap .line {
  position: relative;
}
.btn_trigger_wrap .line_wrap span {
  display: inline-block;
  width: 100%;
  height: 0.667vw;
  background: #71D8CD;
  position: absolute;
  left: 0;
  transition: all .4s;
}
.btn_trigger_wrap .line_wrap span:nth-child(1) {
  top: 0;
}
.btn_trigger_wrap .line_wrap span:nth-of-type(2) {
	top: 50%;
  transform: translateY(-50%);
}
.btn_trigger_wrap .line_wrap span:nth-child(3) {
  bottom: 0;
}
.open .btn_trigger_wrap .line_wrap span:nth-child(1) {
  top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.open .btn_trigger_wrap .line_wrap span:nth-of-type(2) {
	opacity: 0;
}
.open .btn_trigger_wrap .line_wrap span:nth-child(3) {
  bottom: 50%;
	-webkit-transform: translateY(50%) rotate(-45deg);
	transform: translateY(50%) rotate(-45deg);
}
/*================================
グローバルナビゲーション
=================================*/
.navi_open_wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  transform: translateX(101%);
  transition: all .6s cubic-bezier(0.29, 0.97, 0.85, 0.99);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.navi_open_wrap::-webkit-scrollbar {
  display:none;
}
.open .navi_open_wrap {
  transform: translateX(0);
}
.navi_open_wrap .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  background: #fff;
  width: 66.667vw;
  height: 100%;
  min-height: 120vw;
}
.navi_open_wrap ul {
  margin-bottom: 10.667vw;
}
.navi_open_wrap ul li {
  margin-bottom: 10.667vw;
}
.navi_open_wrap ul li:last-child {
  margin-bottom: 0;
}
.navi_open_wrap ul li a,
.navi_open_wrap .contact a {
  font-size: 4.267vw;
  font-weight: 700;
}
.navi_open_wrap ul li a {
  color: #71D8CD;
}
.navi_open_wrap .contact {
  width: 53.333vw;
  max-width: 400px;
  margin: 0 auto;
}
.navi_open_wrap .contact a {
  width: 100%;
  padding: 6.267vw 0;
  color: #fff;
  background: #71D8CD;
  border-radius: 0.8vw;
}
/*================================
footer
=================================*/
footer *{
  color: #fff;
}
footer {
  padding: 13.333vw 0 5.6vw 0;
  text-align: center;
  background: #71D8CD;
}
footer .address_wrap {
  margin-bottom: 8vw;
}
footer .address_wrap .footer_logo {
  width: 18.667vw;
  margin: 0 auto 8vw auto;
}
footer .footer_navi {
  margin-bottom: 13.333vw;
}
footer .footer_navi ul,
footer .footer_navi ul li {
  margin-bottom: 8vw;
}
footer .footer_navi ul li:last-child {
  margin-bottom: 0;
}
footer .footer_navi ul li a,
footer .footer_navi .contact a {
  font-size: 4.267vw;
  font-weight: 700;
}
footer .footer_navi .contact {
  max-width: 89.333vw;
  margin: 0 auto;
}
footer .footer_navi .contact a {
  width: 100%;
  padding: 6.267vw 0;
  border: 2px solid #fff;
  border-radius: 0.8vw;
}
footer .copyright {
  font-size: 2.933vw;
  text-align: center;
}
@media all and (min-width:751px) {
  /*================================
  header
  =================================*/
  header {
    padding: 1.923vw 3.846vw;
  }
  header .header_logo {
    width: 5.192vw;
    max-width: 54px;
  }
  header .header_navi,
  header .header_navi ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .header_navi ul,
  header .header_navi ul li {
    margin-right: 3.846vw;
  }
  header .header_navi ul li:last-child {
    margin-right: 0;
  }
  header .header_navi ul li a:hover {
    opacity: .7;
  }
  header .header_navi .contact a {
    padding: 1.442vw 2.885vw;
    color: #fff;
    background: #71D8CD;
    border: 1px solid transparent;
    border-radius: 0.577vw;
  }
  header .header_navi .contact a:hover {
    color: #71D8CD;
    background: #fff;
    border: 1px solid #71D8CD;
  }
  /*================================
  ハンバーガーメニュー
  =================================*/
  .btn_trigger_wrap {
    display: none;
  }
  /*================================
  footer
  =================================*/
  footer {
    padding: 3.846vw 3.846vw 1.923vw 3.846vw;
    text-align: left;
  }
  footer .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .address_wrap {
    margin-bottom: 0;
  }
  footer .address_wrap .tel a:hover,
  footer .address_wrap .email a:hover,
  footer .footer_navi ul li a:hover {
    opacity: .7;
  }
  footer .address_wrap .footer_logo {
    width: 5.192vw;
    max-width: 54px;
    margin: 0 0 2.308vw 0;
  }
  footer .footer_navi,
  footer .footer_navi ul,
  footer .footer_navi ul li {
    margin-bottom: 0;
  }
  footer .footer_navi,
  footer .footer_navi ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  footer .footer_navi ul,
  footer .footer_navi ul li {
    margin-bottom: 0;
    margin-right: 3.846vw;
  }
  footer .footer_navi ul li:last-child {
    margin-right: 0;
  }
  footer .footer_navi ul li,
  footer .footer_navi .contact {
    flex-shrink: 0;
  }
  footer .footer_navi ul li a,
  footer .footer_navi .contact a {
    font-size: 1.538vw;
  }
  footer .footer_navi .contact {
    width: 15vw;
    max-width: 156px;
    margin: 0;
    text-align: center;
  }
  footer .footer_navi .contact a {
    padding: 1.442vw 0;
    border: 1px solid #fff;
    border-radius: 0.577vw;
  }
  footer .footer_navi .contact a:hover {
    color: #71D8CD;
    background: #fff;
  }
  footer .copyright {
    font-size: 1.154vw;
  }
}

@media all and (min-width:1040px) {
  /*================================
  header
  =================================*/
  header {
    padding: 20px 40px;
  }
  header .header_navi ul, header .header_navi ul li {
    margin-right: 40px;
}
  header .header_navi .contact a {
    padding: 15px 30px;
    border-radius: 6px;
  }
  /*================================
  footer
  =================================*/
  footer {
    padding: 40px 40px 20px 40px;
  }
  footer .address_wrap .footer_logo {
    margin-bottom: 24px;
  }
  footer .footer_navi ul,
  footer .footer_navi ul li {
    margin-right: 40px;
  }
  footer .footer_navi ul li a,
  footer .footer_navi .contact a {
    font-size: 16px;
  }
  footer .footer_navi .contact a {
    padding: 15px 0;
    border-radius: 6px;
  }
  footer .copyright {
    font-size: 12px;
  }
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			HOME

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/
#message,
#business,
#profile,
#news {
  margin-top: -16.267vw;
  padding-top: 16.267vw;
}
/*================================
main visual
=================================*/
#home .main_visual_wrap {
	width: 100%;
  height: calc((var(--vh, 1vh) * 100));
  min-height: 100vh;
  padding-top: 16.267vw;
  position: relative;
}
#home .main_visual_wrap .mv_image {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
	height: 100%;
  position: relative;
}
#home .main_visual_wrap .mv_image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(113, 216, 205, .5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#home .main_visual_wrap .mv_image li {
  width: 50%;
  height: 50%;
}
#home .main_visual_wrap .mv_image li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#home .main_visual_wrap .mv_logo {
  width: 37.333vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
/*================================
message
=================================*/
#home .home_message_wrap {
  padding: 13.333vw 0;
  background: url("../images/home/message/message_bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
#home .home_message_wrap .contents {
  opacity: 1%;
  visibility: hidden;
}
#home .home_message_wrap.fadein.anim_active .contents {
  animation: fadeup .8s .6s forwards;
}
#home .home_message_wrap .text.top,
#home .home_message_wrap .catch_text {
  margin-bottom: 5.333vw;
}
#home .home_message_wrap .text {
  line-height: 2;
}
#home .home_message_wrap .catch_text {
  font-size: 4.267vw;
  font-weight: 700;
}
/*================================
company
=================================*/
#home .home_company_wrap {
  padding: 13.333vw 0;
}
#home .home_company_wrap .contents {
  margin-bottom: 3.2vw;
  padding: 8vw 5.867vw;
  border-radius: 1.333vw;
  box-shadow: 0 0 14px -2px rgba(113, 216, 205, .7);
  opacity: 1%;
  visibility: hidden;
}
#home .home_company_wrap.fadein.anim_active .contents {
  animation: fadeup .8s .6s forwards;
}
#home .home_company_wrap .contents dl {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(113, 216, 205, .2);
}
#home .home_company_wrap .contents dl:last-child {
	margin-bottom: 0;
}
#home .home_company_wrap .contents dl dt {
	margin-bottom: 20px;
	color: #71D8CD;
}
#home .home_company_wrap .contents dl * {
	line-height: 2;
}

/*================================
business
=================================*/
/***question***/
#home .home_business_wrap .question_wrap {
  margin-bottom: 10.667vw;
  padding: 13.333vw 0;
  background: #E4F7F5;
  position: relative;
}
#home .home_business_wrap .question_wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 44.667vw solid transparent;
  border-left: 44.667vw solid transparent;
  border-top: 10.667vw solid #E4F7F5;
  border-bottom: 0;
  position: absolute;
  bottom: -10vw;
  left: 50%;
  transform: translateX(-50%);
}
#home .home_business_wrap .contents {
  opacity: 1%;
  visibility: hidden;
}
#home .home_business_wrap .fadein.anim_active .contents {
  animation: fadeup .8s .6s forwards;
}
#home .home_business_wrap .item_title,
#home .home_business_wrap .item_title span {
  font-size: 5.333vw;
  font-weight: 700;
  color: #71D8CD;
}
#home .home_business_wrap .item_title {
  text-align: center;
}
#home .home_business_wrap .question_wrap .item_title {
  margin-bottom: 5.333vw;
}
#home .home_business_wrap .item_title span {
  display: inline-block;
  text-align: left;
}
#home .home_business_wrap .item_title .dots {
  background-image: radial-gradient(circle at center, #FFAF50 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .4em;
}
#home .home_business_wrap .question_wrap .image_wrap .image {
  width: 61.333vw;
  margin: 0 auto 5.333vw auto;
}
#home .home_business_wrap .question_wrap ul li {
  margin-bottom: 5.333vw;
  padding-bottom: 4.667vw;
  border-bottom: 2px solid #71D8CD;
  position: relative;
}
#home .home_business_wrap .question_wrap ul li:last-child {
  margin-bottom: 0;
}
#home .home_business_wrap .question_wrap ul li span {
  display: inline-block;
  padding-left: 10.267vw;
  font-size: 4.267vw;
  position: relative;
}
#home .home_business_wrap .question_wrap ul li span::before {
  content: "";
  width: 7.2vw;
  height: 7.2vw;
  background: url("../images/common/icon_check.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/***answer***/
#home .home_business_wrap .answer_wrap {
  padding: 8vw 0 13.333vw 0;
}
#home .home_business_wrap .answer_wrap .item_title {
  margin-bottom: 8vw;
  opacity: 1%;
  visibility: hidden;
}
#home .home_business_wrap .fadein.anim_active .item_title {
  animation: fadeup .8s .4s forwards;
}
#home .home_business_wrap .answer_wrap .contents {
  margin-bottom: 5.333vw;
}
#home .home_business_wrap .answer_wrap .item {
  margin-bottom: 5.333vw;
  padding: 8vw 5.333vw;
  border-radius: 1.333vw;
  box-shadow: 0 0 14px -2px rgba(113, 216, 205, .7);
}
#home .home_business_wrap .answer_wrap .item:last-child {
  margin-bottom: 0;
}
#home .home_business_wrap .answer_wrap .item .list_title {
  margin-bottom: 6.4vw;
  font-size: 4.267vw;
  font-weight: 700;
  text-align: center;
  color: #71D8CD;
}
#home .home_business_wrap .answer_wrap .item ul li {
  margin-bottom: 4.267vw;
}
#home .home_business_wrap .answer_wrap .item ul li::before {
  content: "・";
}
#home .home_business_wrap .answer_wrap .item ul li:last-child {
  margin-bottom: 0;
}
#home .home_business_wrap .answer_wrap .bottom_text {
  text-align: center;
  opacity: 1%;
  visibility: hidden;
}
#home .home_business_wrap .fadein.anim_active .bottom_text {
  animation: fadeup .8s .6s forwards;
}
#home .home_business_wrap .answer_wrap .bottom_text span {
  display: inline-block;
  text-align: left;
}
#home .home_business_wrap .answer_wrap .item .banner {
	padding-top: 4.267vw;
}
/*================================
profile
=================================*/
#home .home_profile_wrap {
  padding: 12vw 0 13.333vw 0;
  background: #E4F7F5;
}
#home .home_profile_wrap .contents {
  padding: 8vw 5.333vw;
  background: #fff;
  border-radius: 1.333vw;
  box-shadow: 0 0 14px -2px rgba(113, 216, 205, .7);
  opacity: 1%;
  visibility: hidden;
}
#home .home_profile_wrap.fadein.anim_active .contents {
  animation: fadeup .8s .6s forwards;
}
#home .home_profile_wrap .image_wrap {
  width: 60vw;
  margin: 0 auto 5.333vw auto;
}
#home .home_profile_wrap .image_wrap .image {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 5px;
  overflow: hidden;
}
#home .home_profile_wrap .image_wrap .credit {
  text-align: right;
}
#home .home_profile_wrap .image_wrap .credit span {
  display: inline-block;
  font-size: 3.077vw;
  text-align: left;
}
#home .home_profile_wrap .text_wrap .name {
  margin-bottom: 5.333vw;
  font-size: 4.267vw;
  font-weight: 700;
}
#home .home_profile_wrap .text_wrap .text {
  letter-spacing: .08em;
}
/*================================
news
=================================*/
#home .home_news_wrap {
  padding: 13.333vw 0;
}
#home .home_news_wrap .contents {
  opacity: 1%;
  visibility: hidden;
}
#home .home_news_wrap.fadein.anim_active .contents {
  animation: fadeup .8s .6s forwards;
}
#home .home_news_wrap .item {
  margin-bottom: 5.333vw;
  padding-bottom: 6.133vw;
  border-bottom: 4px solid rgba(113, 216, 205, .2);
}
#home .home_news_wrap .item:last-child {
  margin-bottom: 0;
}
#home .home_news_wrap .item a {
  width: 100%;
}
#home .home_news_wrap .item ul {
  display: flex;
}
#home .home_news_wrap .item ul li {
  line-height: 1.75;
}
#home .home_news_wrap .item ul li.article_date {
  margin-right: 2.667vw;
  flex-shrink: 0;
}
#home .home_news_wrap .item ul li.article_title {
  width: 100%;
  padding-right: 6.667vw;
  position: relative;
}
#home .home_news_wrap .item a ul li.article_title::before {
  content: "";
  width: 4vw;
  height: 4vw;
  background: url("../images/common/icon_arrow.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 1.333vw;
  right: 0;
}
#home .home_news_wrap .item a ul li.article_title span {
  border-bottom: 1px solid #222;
}
@media all and (min-width:751px) {
  #message,
  #business,
  #profile,
  #news {
    margin-top: -9.231vw;
    padding-top: 9.231vw;
  }
  /*================================
  main visual
  =================================*/
  #home .main_visual_wrap {
    padding-top: 9.231vw;
  }
  #home .main_visual_wrap .mv_logo {
    width: 14.653vw;
    min-width: 211px;
  }
  /*================================
  message
  =================================*/
  #home .home_message_wrap {
    padding: 9.615vw 0;
  }
  #home .home_message_wrap .text.top,
  #home .home_message_wrap .catch_text {
    margin-bottom: 3.846vw;
  }
  #home .home_message_wrap .text {
    line-height: 2.5;
  }
  #home .home_message_wrap .catch_text {
    font-size: 2.308vw;
  }
  /*================================
  company
  =================================*/
  #home .home_company_wrap {
    padding: 9.615vw 0;
  }
  #home .home_company_wrap .contents {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4.808vw 7.115vw;
    border-radius: 0.962vw;
  }
	#home .home_company_wrap .contents dl {
		display: flex;
	}
	#home .home_company_wrap .contents dl dt {
		width: 11.154vw;
		max-width: 116px;
		margin-bottom: 0;
		margin-right: 3.846vw;
		flex-shrink: 0;
	}
	#home .home_company_wrap .contents dl dd {
		width: 100%;
	}
  /*================================
  business
  =================================*/
  /***question***/
  #home .home_business_wrap .question_wrap {
    margin-bottom: 4.615vw;
    padding: 9.615vw 0;
  }
  #home .home_business_wrap .question_wrap::before {
    border-right: 22.404vw solid transparent;
    border-left: 22.404vw solid transparent;
    border-top: 4.615vw solid #E4F7F5;
    border-bottom: 0;
    bottom: -4.423vw;
  }
  #home .home_business_wrap .question_wrap .contents {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
  }
  #home .home_business_wrap .item_title,
  #home .home_business_wrap .item_title span {
    font-size: 3.077vw;
  }
  #home .home_business_wrap .question_wrap .item_title {
    margin-bottom: 3.269vw;
  }
  #home .home_business_wrap .question_wrap .image_wrap .image {
    width: 28.654vw;
    margin: 0;
  }
  #home .home_business_wrap .question_wrap ul {
    width: 62.885vw;
    max-width: 654px;
  }
  #home .home_business_wrap .question_wrap ul li {
    margin-bottom: 1.923vw;
    padding-bottom: 0.962vw;
  }
  #home .home_business_wrap .question_wrap ul li span {
    padding-left: 4.808vw;
    font-size: 1.923vw;
  }
  #home .home_business_wrap .question_wrap ul li span::before {
    width: 2.885vw;
    height: 2.885vw;
  }
  /***answer***/
  #home .home_business_wrap .answer_wrap {
    padding: 4.808vw 0 9.615vw 0;
  }
  #home .home_business_wrap .answer_wrap .item_title {
    margin-bottom: 4.615vw;
  }
  #home .home_business_wrap .answer_wrap .contents {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto 3.077vw auto;
  }
  #home .home_business_wrap .answer_wrap .item {
    width: 32%;
    margin-bottom: 0;
    padding: 3.846vw 2.885vw;
    border-radius: 0.962vw;
  }
  #home .home_business_wrap .answer_wrap .item .list_title {
    margin-bottom: 1.923vw;
    font-size: 2.308vw;
  }
  #home .home_business_wrap .answer_wrap .item ul li {
    margin-bottom: 1.442vw;
  }
	#home .home_business_wrap .answer_wrap .item .banner {
		padding-top: 2.222vw;
	}
  /*================================
  profile
  =================================*/
  #home .home_profile_wrap {
    padding: 9.615vw 0;
  }
  #home .home_profile_wrap .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 4.808vw 3.846vw;
    border-radius: 0.962vw;
  }
  #home .home_profile_wrap .image_wrap {
    width: 24.038vw;
    max-width: 250px;
    margin: 0;
    order: 2;
  }
  #home .home_profile_wrap .image_wrap .image {
    margin-bottom: 0.481vw;
  }
  #home .home_profile_wrap .image_wrap .credit span {
    font-size: 1.154vw;
  }
  #home .home_profile_wrap .text_wrap {
    width: 57.692vw;
    max-width: 600px;
    order: 1;
  }
  #home .home_profile_wrap .text_wrap .name {
    margin-bottom: 1.923vw;
    font-size: 1.923vw;
  }
  #home .home_profile_wrap .text_wrap .text {
    letter-spacing: unset;
  }
  /*================================
  news
  =================================*/
  #home .home_news_wrap {
    padding: 9.615vw 0;
  }
  #home .home_news_wrap .contents {
    max-width: 1000px;
    margin: 0 auto;
  }
  #home .home_news_wrap .item {
    margin-bottom: 1.923vw;
    padding-bottom: 1.923vw;
    border-bottom: 2px solid rgba(113, 216, 205, .2);
  }
  #home .home_news_wrap .item ul li.article_date {
    margin-right: 1.923vw;
  }
  #home .home_news_wrap .item ul li.article_title {
    padding-right: 4.808vw;
  }
  #home .home_news_wrap .item a ul li.article_title::before {
    width: 1.442vw;
    height: 1.442vw;
    top: 0.7vw;
    right: 1.923vw;
    transition: all .4s;
  }
  #home .home_news_wrap .item a:hover ul li.article_title::before {
    right: 0;
  }
  #home .home_news_wrap .item a ul li.article_title span {
    transition: all .4s;
  }
  #home .home_news_wrap .item a:hover ul li.article_title span {
    color: #71D8CD;
    border-color: #71D8CD;
  }
}
@media all and (min-width:1040px) {
  #message,
  #business,
  #profile,
  #news {
    margin-top: -96px;
    padding-top: 96px;
  }
  /*================================
  main visual
  =================================*/
  #home .main_visual_wrap {
    padding-top: 96px;
  }
  /*================================
  message
  =================================*/
  #home .home_message_wrap {
    padding: 100px 0;
  }
  #home .home_message_wrap .text.top,
  #home .home_message_wrap .catch_text {
    margin-bottom: 40px;
  }
  #home .home_message_wrap .catch_text {
    font-size: 24px;
  }
  /*================================
  company
  =================================*/
  #home .home_company_wrap {
    padding: 100px 0;
  }
  #home .home_company_wrap .contents {
    padding: 50px 74px;
    border-radius: 10px;
  }
	#home .home_company_wrap .contents dl dt {
		margin-right: 40px;
	}
  /*================================
  business
  =================================*/
  /***question***/
  #home .home_business_wrap .question_wrap {
    margin-bottom: 48px;
    padding: 100px 0;
  }
  #home .home_business_wrap .question_wrap::before {
    border-right: 233px solid transparent;
    border-left: 233px solid transparent;
    border-top: 48px solid #E4F7F5;
    border-bottom: 0;
    bottom: -46px;
  }
  #home .home_business_wrap .item_title,
  #home .home_business_wrap .item_title span {
    font-size: 32px;
  }
  #home .home_business_wrap .question_wrap .item_title {
    margin-bottom: 34px;
  }
  #home .home_business_wrap .question_wrap .image_wrap .image {
    width: 298px;
    margin: 0;
  }
  #home .home_business_wrap .question_wrap ul li {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  #home .home_business_wrap .question_wrap ul li span {
    padding-left: 50px;
    font-size: 20px;
  }
  #home .home_business_wrap .question_wrap ul li span::before {
    width: 30px;
    height: 30px;
  }
  /***answer***/
  #home .home_business_wrap .answer_wrap {
    padding: 50px 0 100px 0;
  }
  #home .home_business_wrap .answer_wrap .item_title {
    margin-bottom: 48px;
  }
  #home .home_business_wrap .answer_wrap .contents {
    margin-bottom: 32px;
  }
  #home .home_business_wrap .answer_wrap .item {
    padding: 40px 30px;
    border-radius: 10px;
  }
  #home .home_business_wrap .answer_wrap .item .list_title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #home .home_business_wrap .answer_wrap .item ul li {
    margin-bottom: 15px;
  }
	#home .home_business_wrap .answer_wrap .item .banner {
		padding-top: 32px;
	}
  /*================================
  profile
  =================================*/
  #home .home_profile_wrap {
    padding: 100px 0;
  }
  #home .home_profile_wrap .contents {
    padding: 50px 40px;
    border-radius: 10px;
  }
  #home .home_profile_wrap .image_wrap .image {
    margin-bottom: 5px;
  }
  #home .home_profile_wrap .image_wrap .credit span {
    font-size: 12px;
  }
  #home .home_profile_wrap .text_wrap .name {
    margin-bottom: 20px;
    font-size: 20px;
  }
  /*================================
  news
  =================================*/
  #home .home_news_wrap {
    padding: 100px 0;
  }
  #home .home_news_wrap .item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #home .home_news_wrap .item ul li.article_date {
    margin-right: 20px;
  }
  #home .home_news_wrap .item ul li.article_title {
    padding-right: 50px;
  }
  #home .home_news_wrap .item a ul li.article_title::before {
    width: 15px;
    height: 15px;
    top: 10px;
    right: 20px;
  }
}
/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

		UNDER RLAYER

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/


@media all and (min-width:481px) {

}
@media all and (min-width:641px) {

}
@media all and (min-width:769px) {

}
@media all and (min-width:1025px) {

}