@charset "utf-8";
/* service */
#service .support {
  padding: 90px 0;
}
#service .service_ttl {
  text-align: center;
  margin: 0 auto 60px;
}
#service .service_ttl h2 {
  font-size: 38px;
  margin: 0 auto 35px;
}
#service .service_ttl p {
  font-size: 18px;
  font-weight: bold;
}
#service .support_cont {
  background-color: #fcfaf5;
  border-radius: 24px;
  padding: 60px 40px;
  margin: 0 auto;
}
#service .support_cont .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#service .support_cont:not(:last-of-type) {
  margin-bottom: 55px;
}
#service .support_cont .support_contTxt {
  width: 58%;
}
#service .support_cont .support_contTxt h3 {
font-size: 32px;
line-height: 1.8;
margin-bottom: 15px;
}
#service .support_cont .support_contTxt h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
#service .support_cont figure {
  width: 38%;
}
#service .support_cont ul.flex {
  margin: 20px auto 0;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
#service .support_cont ul li {
  width: 17%;
  background-color: #f8efbe;
  border-radius: 10px;
  padding: 25px 10px 20px;
  position: relative;
}
#service .support_cont ul li:not(:last-child)::after {
content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #eb8f0c;
    border-right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -15%;
}
#service .support_cont ul li span {
  display: block;
  max-width: 80px;
  margin: 0 auto 15px;
}
#service .support_cont ul li p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#service .workspace .workspace_txt {
  background-color: #fcfaf5;
  margin: 90px auto 0;
  padding: 70px 0;
}
#service .workspace .workspace_txt ul {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 80px;
}
#service .workspace .workspace_txt ul li .workspace_txtInn {
  position: relative;
  padding-left: 70px;
}
#service .workspace .workspace_txt ul li .workspace_txtInn::before {
  content: '';
    display: inline-block;
    background: url(../images/service/check.png) no-repeat top center / 100% auto;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 20px;
    top: 5px;
}
#service .workspace .workspace_txt ul li h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#service .workspace .workspace_txt ul li:not(:last-child) {
border-bottom: 1px dotted #076bac;
padding-bottom: 25px;
margin-bottom: 25px;
}
#service .use {
  background-color: #e7ecf4;
  padding: 55px 0 30px;
  margin: 0 auto 125px;
}
#service .use h2 {
  font-size: 38px;
  text-align: center;
  margin: 0 auto 50px;
}
#service .use ul li {
  width: 31%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  line-height: 1.5;
}
#service .use ul li h3 {
  text-align: center;
  font-size: 20px;
}
#service .use ul li figure {
  max-width: 177px;
  margin: 10px auto;
}
#service .use ul li p sup {
  font-size: 10px;
}
#service .use span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  margin-top: 20px;
}
/* flow */
#flow .subTtl p {
  font-weight: bold;
}
#flow .flowCont {
  padding: 55px 0 155px;
}
#flow .flowCont ul {
  max-width: 900px;
  margin: 0 auto;
}
#flow .flowCont ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #e7ecf4;
  margin-bottom: 75px;
  position: relative;
}
#flow .flowCont ul li:not(:last-child)::after {
content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
   border-top: 22px solid #eb8f0c;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 0;
    position: absolute;
    bottom: -50px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
}
#flow .flowCont ul li span {
  max-width: 90px;
  width: 10%;
  background-color: #14628b;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 上から下へ配置 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 縦方向の中央揃え */
}
#flow .flowCont ul li span p {
  font-size: 42px;
}
#flow .flowCont ul li .flowCont_txt {
  width: 85%;
  padding: 10px 0 15px;
}
#flow .flowCont ul li .flowCont_txt h3 {
  font-size: 20px;
}
#flow .flowCont .flowCont_last {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fcfbec;
  border-radius: 22px;
  padding: 50px 30px;
  letter-spacing: .04rem;
}
#flow .flowCont .flowCont_last p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
/* company */
#company .companyAbout {
  margin: 85px auto 90px;
}
#company .companyAbout dl {
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 40px;
}
#company .companyAbout dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #14628b;
  width: 20%;
}
#company .companyAbout dl dd {
  font-size: 18px;
  width: 75%;
}
#company .companyAccess {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 155px;
  background-color: #fcfaf5;
  border-radius: 25px;
  padding: 75px 100px 90px;
}
#company .companyAccess h2 {
  font-size: 42px;
  text-align: center;
  margin: 0 auto 60px;
}
#company .companyAccess .map {
  width: 100%;
  height: 370px;
}
#company .companyAccess .map iframe {
  width: 100%;
  height: 100%;
}
#company .companyAccess .companyAccess_info {
  background-color: #fff;
  margin: 60px auto 0;
  padding: 45px 110px;
  font-size: 18px;
}
#company .companyAccess .companyAccess_info p {
  margin-bottom: 5px;
}
/* よくある質問 */
#faq .faqs_list {
  max-width: 970px;
  margin: 85px auto 155px;
}
#faq .faqs_list dl {
  margin: 0 auto 35px;
}
#faq .faqs_list dl:last-of-type {
  margin-bottom: 0;
}
#faq .faqs_list dl dd {
   padding: 20px 2% 0;
    display: none;
}
#faq .faqs_list dl dt {
  color: #fff;
  background-color: #14628b;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 20px;
}
#faq .plus {
    position: absolute;
    right: 20px;
    top: 50%;
    height: 26px;
    width: 26px;
    border-radius: 0px 10px 10px 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#faq .plus::before,
#faq .plus::after {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    width: 26px;
    height: 3px;
    bottom: 50%;
    right: 50%;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#faq .plus::before {
    width: 3px;
    height: 26px;
}
/*アコーディオンが開いたらプラスをマイナスにする*/
#faq .toggle_title.selected .plus::before {
    -webkit-transform: translate(50%, 50%) rotate(90deg);
    -ms-transform: translate(50%, 50%) rotate(90deg);
    transform: translate(50%, 50%) rotate(90deg);
}
/* お問い合わせ */
#contact .contact_cont {
  margin: 85px auto 155px;
  max-width: 1100px;
  width: 90%;
  background-color: #fcfaf5;
  border-radius: 15px;
  padding: 55px 0 110px;
}
#contact .contact_contInn {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
#contact .contact_contInn .contact_list {
  margin: 0 auto 25px;
}
#contact .contact_contInn .contact_list input:not([type="radio"]), #contact .contact_contInn .contact_list textarea {
  width: 100%;
    min-height: 30px;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
    padding: 3px;
}
#contact .contact_contInn .contact_list input[type="radio"] {
   border: 1px solid #9d9d9d;
   width: 15px;
    height: 15px;
}
#contact .contact_contInn .contact_list .radioBtn .wpcf7-list-item.first {
  margin-left: 0;
}
#contact .contact_contInn .contact_list .radioBtn .wpcf7-list-item.last {
  margin-left: 30px;
}
#contact .contact_contInn .contact_list .radioBtn .wpcf7-list-item-label {
  display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    font-size: 18px;
}
#contact .contact_contInn .contact_listTtl {
      line-height: 1;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 16px;
}
#contact .contact_contInn .contact_listTtl span {
  display: inline-block;
  background-color: #e60012;
  font-size: 14px;
  color: #fff;
  padding: 2px 5px;
  line-height: 1;
  margin-left: 5px;
}
#contact .contact_contInn h3 {
  text-align: center;
  font-weight: 500;
  margin: 55px auto 0;
}
#contact .contact_contInn h3 a {
  text-decoration: underline;
}
#contact .contact_contInn h4 {
  text-align: center;
  font-weight: 500;
  margin: 10px auto 0;
}
#contact .contact_contInn h4 .wpcf7-list-item {
  margin: 0 auto;
}
#contact .contact_contInn .sendBtn {
  cursor: pointer;
    display: block;
    background-color: #eb8f0c;
    border: unset;
    margin: 45px auto 0;
    max-width: 275px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: all 0.2s ease;
}
#contact .contact_contInn .sendBtn::after {
  content: '';
    width: 10px;
    height: 10px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
    position: absolute;
    top: 50%;
    right: 20px;
}
#contact .contact_contInn .sendBtn:hover {
  opacity: .7;
}
#contact .contact_contInn .sendBtn input {
  margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  color: #fff;
  font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    width: 100%;
    height: 100%;
    display: block;
}
/* private */
#private {
  padding-bottom: 155px;
}
#private h3 {
  margin: 15px auto 0;
}
@media only screen and (max-width: 1024px) {
/* service */
#service .support {
  padding: 40px 0;
}
#service .service_ttl {
  margin: 0 auto 30px;
}
#service .service_ttl h2 {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 auto 15px;
}
#service .service_ttl p {
  font-size: 16px;
}
#service .support_cont {
  padding: 20px 5%;
}
#service .support_cont:not(:last-of-type) {
  margin-bottom: 30px;
}
#service .support_cont .support_contTxt {
  width: 100%;
}
#service .support_cont .support_contTxt h3 {
font-size: 20px;
text-align: center;
}
#service .support_cont .support_contTxt h4 {
  font-size: 18px;
  line-height: 1.5;
}
#service .support_cont figure {
  width: 100%;
  margin: 20px auto 0;
  max-width: 380px;
}
#service .support_cont ul.flex {
  margin: 20px auto 0;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  max-width: 380px;
}
#service .support_cont ul li {
  width: 100%;
  padding: 10px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
#service .support_cont ul li:not(:last-child) {
  margin: 0 auto 30px;
}
#service .support_cont ul li:not(:last-child)::after {
  border-top: 13px solid #eb8f0c;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 0;
    top: unset;
    bottom: -25px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    right: unset;
    left: 50%;
}
#service .support_cont ul li span {
  max-width: 50px;
  width: 30%;
  margin: 0;
}
#service .support_cont ul li p {
  font-size: 14px;
  width: 50%;
}
#service .workspace .workspace_txt {
  margin: 40px auto 0;
  padding: 40px 0;
}
#service .workspace figure {
  overflow-x: scroll;
}
#service .workspace figure img {
  max-width: 600px;
    width: 600px;
    display: block;
}
#service .workspace .workspace_txt ul {
  padding: 20px 5%;
}
#service .workspace .workspace_txt ul li .workspace_txtInn {
  padding-left: 40px;
}
#service .workspace .workspace_txt ul li .workspace_txtInn::before {
    width: 25px;
    height: 25px;
    left: 0;
}
#service .workspace .workspace_txt ul li h3 {
  font-size: 16px;
}
#service .workspace .workspace_txt ul li:not(:last-child) {
padding-bottom: 15px;
margin-bottom: 15px;
}
#service .use {
  padding: 40px 0 30px;
  margin: 0 auto 60px;
}
#service .use h2 {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 auto 30px;
}
#service .use ul {
  max-width: 380px;
  margin: 0 auto;
}
#service .use ul li {
  width: 100%;
  padding: 20px 5%;
  line-height: 1.5;
  margin: 0 auto;
}
#service .use ul li:not(:last-child) {
  margin-bottom: 20px;
}
#service .use ul li h3 {
  font-size: 18px;
}
#service .use ul li figure {
  max-width: 140px;
}
#service .use span {
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
}
/* flow */
#flow .flowCont {
  padding: 40px 0 60px;
}
#flow .flowCont ul {
  max-width: 900px;
}
#flow .flowCont ul li {
  margin-bottom: 40px;
}
#flow .flowCont ul li:not(:last-child)::after {
   border-top: 18px solid #eb8f0c;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
    bottom: -30px;
}
#flow .flowCont ul li span {
  width: 18%;
  font-size: 14px;
}
#flow .flowCont ul li span p {
  font-size: 30px;
}
#flow .flowCont ul li .flowCont_txt {
  width: 77%;
  padding: 10px 5% 15px 0;
}
#flow .flowCont ul li .flowCont_txt h3 {
  font-size: 16px;
}
#flow .flowCont ul li .flowCont_txt p {
  text-indent: -1rem;
  padding-left: 1rem;
}
#flow .flowCont .flowCont_last {
  padding: 30px 5%;
}
#flow .flowCont .flowCont_last p {
  font-size: 16px;
}
/* company */
#company .companyAbout {
  margin: 25px auto 40px;
}
#company .companyAbout dl {
  padding: 5px 20px;
}
#company .companyAbout dl dt {
  font-size: 16px;
}
#company .companyAbout dl dd {
  font-size: 14px;
}
#company .companyAccess {
  margin: 0 auto 60px;
  padding: 30px 5%;
}
#company .companyAccess h2 {
  font-size: 26px;
  margin: 0 auto 20px;
}
#company .companyAccess .map {
  height: 300px;
}
#company .companyAccess .companyAccess_info {
  margin: 30px auto 0;
  padding: 20px 5%;
  font-size: 16px;
}
#company .companyAccess .companyAccess_info p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
/* よくある質問 */
#faq .faqs_list {
  margin: 25px auto 60px;
}
#faq .faqs_list dl {
  margin: 0 auto 25px;
}
#faq .faqs_list dl dd {
   padding: 10px 2% 0;
}
#faq .faqs_list dl dt {
  font-size: 16px;
  padding: 10px 5%;
}
#faq .plus {
    right: 15px;
    height: 23px;
    width: 23px;
}
#faq .plus::before,
#faq .plus::after {
    width: 23px;
}
#faq .plus::before {
    width: 3px;
    height: 23px;
}
/* お問い合わせ */
#contact .contact_cont {
  margin: 25px auto 60px;
  padding: 40px 0 60px;
}
/* private */
#private {
  padding-bottom: 60px;
}
}