@charset "UTF-8";
/* CSS Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

:root {
  --or: #00A0E1;
}

.m_color {
  color: var(--or) !important;
}

img {
  height: inherit;
  display: inline-block;
  width: inherit;
}

.op0 {
  opacity: 0;
}

.fadeup {
  animation: fadeup 0.6s 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
  }

  80%,
  100% {
    opacity: 1;
  }
}

@media screen and (min-width:850px) {

  .logo img {
    max-width: 188px;
  }

  .sec01Img img {
    max-width: 490px;
  }

  .sec04Img img {
    max-width: 520px;
  }

  .sec02List img {
    max-width: 400px;
  }

  .sec05Img img {
    max-width: 480px;
  }

}


input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

select {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #494949;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

.nvColor {
  color: var(--nv);
}

.glColor {
  color: var(--gray);
}

body {
  padding-top: 73px;
}

/* text */
.mid12,
.mid12 * {
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.semi12,
.semi12 * {
  font-size: 12px !important;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 600 !important;
}

.bold12,
.bold12 * {
  font-size: 12px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.mid14,
.mid14 * {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.bold14,
.bold14 * {
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.mid16,
.mid16 * {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.bold16,
.bold16 * {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.mid18,
.mid18 * {
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.bold18,
.bold18 * {
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.semi20,
.semi20 * {
  font-size: 20px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.bold20,
.blod20 * {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.bold24,
.bold24 * {
  font-size: 24px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.bold32,
.bold32 * {
  font-size: 32px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.bold40,
.bold40 * {
  font-size: 40px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.semi48,
.semi48 * {
  font-size: 48px;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.bold48,
.bold48 * {
  font-size: 48px;
  line-height: 1.4em;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.semi56,
.semi56 * {
  font-size: 56px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.bold56,
.bold56 * {
  font-size: 56px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.lh200 {
  line-height: 2em;
}

.cl_wt,
.cl_wt * {
  color: #ffffff !important;
}

.eng,
.eng * {
  font-family: "Montserrat", sans-serif;
}

.robo,
.robo * {
  font-family: "Roboto", sans-serif;
}

.noto,
.noto * {
  font-family: "Noto Sans JP", sans-serif;
}

.tx-left {
  text-align: left !important;
}

/* common */
.sp,
.spdis {
  display: none;
}

.content {
  max-width: 1080px;
  margin: auto;
  width: 90%;
}

/* header */
.nav a {
  color: #000000;
  text-decoration: none;
}

.mainHead {
  position: fixed;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  ;
  align-items: center;
  height: 80px;
  padding: 10px 35px;
  z-index: 100;
  box-shadow: 0 4px 8px 0 rgba(0 0 0 / 8%);
}

.headContact {
  display: flex;
  height: 45px;
  width: 151px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid var(--or);
  transition: 0.5s;
  background: var(--or);
  text-decoration: none;
  margin: auto;
  color: #ffffff !important;
}

.headContact svg {
  display: inline-block;
  margin-right: 8px;
}

.headContact svg * {
  fill: #ffffff;
  transition: 0.5s;
}

.headContact:hover {
  color: var(--or) !important;
  background: #ffffff;
}

.headContact:hover svg * {
  fill: var(--or);
}

.mainHead a:not(.headContact) {
  text-align: center;
}

.mainHead a:not(.headContact) span {
  color: var(--or);
}

@media screen and (min-width:1151px) {
  .mainHead .nav {
    display: flex !important;
    align-items: center;
    transition: 0;
  }

  .mainHead .nav li {
    margin-left: 40px;
    transition: 0;
  }

  .mainHead .nav li a:not(.headContact) {
    transition: 0.5s;
    display: inline-block;
    position: relative;
  }

  .mainHead .nav li a:hover {
    color: var(--or);
  }

}

/* KV */
.mainImageWrap {
  height: 560px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: url("../images/mainImage.webp") center;
  background-size: cover;
}

.mainTextBox {
  background: url("../images/mainTextBg.webp") center;
  background-size: contain;
  width: 556px;
  height: 370px;
  text-align: center;
  margin: auto;
  margin-top: 54px;
  padding-top: 108px;
  background-repeat: no-repeat;
}

.mainUd {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}

.mainText02 {
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
  background: var(--or);
  color: #ffffff;
  margin-top: 30px;
  border-radius: 8px;
}


/* mainContent */
.sec {
  padding: 80px 0 80px;
}

.sec02 {
  padding: 80px 0;
}

#sec01 {
  padding: 80px 0 100px;
}

.secTitle {
  margin-bottom: 50px;
  text-align: center;
}

.sec01Cont {
  background: url("../images/sec01Img.webp");
  background-position: top right;
  background-size: auto 90%;
  background-repeat: no-repeat;
  padding-top: 30px;
}

.contTitle.bold32 {
  margin-bottom: 30px;
}

.sec01Cont .box {
  padding: 30px;
  box-shadow: 0 0 8px 0 rgba(0 0 0 / 12%);
  background: #ffffff;
  border-radius: 20px;
  width: 540px;
}

.sec01Cont .contTitle {
  padding: 4px 0;
  padding-left: 20px;
  position: relative;
}

.sec01Cont .contTitle:after {
  content: " ";
  width: 4px;
  height: 100%;
  background: var(--or);
  position: absolute;
  left: 0;
  top: 0;
}

.btnLink {
  margin-top: 32px;
}

.btnLink a {
  transition: 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 330px;
  border-radius: 100px;
  border: 1px solid var(--or);
  text-decoration: none;
  color: var(--or);
  background: #ffffff;
}

.btnLink a svg {
  display: inline-block;
  margin-left: 15px;
}

.btnLink a:hover {
  color: #ffffff;
  background: var(--or);
}

.btnLink a svg,
.btnLink a svg * {
  fill: var(--or);
  transition: 0.5s;
}

.btnLink a:hover svg,
.btnLink a:hover svg * {
  fill: #ffffff;
}

.pt50 {
  padding-top: 50px;
}


.txct {
  display: flex;
  justify-content: center;
}

#sec02 {
  background: #E3F8FF;
  padding-bottom: 220px;
  background-image: url("../images/sec02Ud.webp");
  background-size: auto 190px;
  background-repeat: repeat-x;
  background-position: bottom center;
}

.newsList {
  display: flex;
  margin-bottom: 47px;
  flex-wrap: wrap;
}

.newsList li {
  width: calc((100% - 60px) / 3);
  border: 1px solid #F2F2F2;
  border-radius: 20px;
  background: #ffffff;
  transition: 0.5s;
  padding: 20px 20px 30px;
}

.newsList.pt02 li {
  padding: 0;
}

.newsList li:nth-child(3n + 2) {
  margin-left: 30px;
  margin-right: 30px;
}

.newsList li .img {
  height: 140px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}

.newsList.pt02 li {
  box-shadow: 0 0 8px 0 rgba(0 0 0 / 12%);
}

.newsList.pt02 li .img {
  height: 200px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0;
}

.newsList li .newsWrap {
  padding: 10px 20px 30px;
}

.newsList li .img img {
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.newsList li a {
  color: #39322A;
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: 0.5s;
}


.newsList:not(.pt02) li:hover {
  border-color: var(--or);
}

.newsList li .text01 {
  transition: 0.5s;
}

.newsList:not(.pt02) li:hover .text01 {
  color: var(--or);
}

.newsList li .text02 {
  text-align: right;
  margin: 4px 0 8px;
}

.slider-wrapper {
  position: relative;
  padding: 0 60px;
  /* コントローラー分の左右余白確保 */
  max-width: 1080px;
  margin: 0 auto;
}

.bx-wrapper .bx-prev {
  background: url('../images/slide_prev.svg') no-repeat center center;
  left: -60px;
  /* スライダーの外に出す */
}

.bx-wrapper .bx-next {
  background: url('../images/slide_after.svg') no-repeat center center;
  right: -60px;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  width: 40px;
  height: 40px;
  background-size: contain;
}

.bx-wrapper .bx-controls-direction a {
  top: 50%;
  transform: translateY(-50%);
}

.slide img {
  width: 100%;
  display: block;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0;
}

.bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  ;
  border: none;
  background: #fff;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #D5D5D5;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: var(--or);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover:after,
.bx-wrapper .bx-pager.bx-default-pager a.active:after,
.bx-wrapper .bx-pager.bx-default-pager a:focus:after {
  border: 1px solid var(--or);
  content: " ";
  width: 15px;
  height: 15px;
  position: absolute;
  left: -2.5px;
  top: -2.5px;
  display: inline-block;
  border-radius: 100px;
}

.slide {
  padding: 10px;
}

.slide .wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0 0 0 / 12%);
}

.slide .img {
  width: 240px;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}

.slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.slide .box {
  width: calc(100% - 280px);
}

.slide .name {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.slide .name span {
  display: inline-block;
  margin-right: 20px;
}

.slide .name span.name02 {
  border-radius: 100px;
  padding: 2px 10px;
  border: var(--or) 1px solid;
  background: var(--or);
  color: #ffffff;
}

.slide .name span.name03 {
  border-radius: 100px;
  padding: 2px 10px;
  border: var(--or) 1px solid;
  color: var(--or);
}

.slide .text01 {
  margin-bottom: 20px;
}


#sec04 {
  background: url("../images/sec04Bg.webp") center;
  background-size: cover;
}

.sec04Cont {
  background: #ffffff;
  padding: 40px;
  height: 420px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  position: relative;
}

#sec04 .box {
  padding-right: 420px;
}

.sec04Title.bold32 {
  margin: 0 0 24px;
}

.sec04Img {
  position: absolute;
  top: calc(50% - 150px);
  right: 60px;
  width: 380px;
}

.bggr {
  background: #F7F7F5;
}

#sec05 .content {
  position: relative;
  z-index: 2;
}

.accordion {
  border: 1px solid var(--or);
  padding: 24px;
  position: relative;
  background: #ffffff;
  border-radius: 4px;
}

.accordion:not(:first-child) {
  margin-top: 20px;
}

.accordion-header {
  cursor: pointer;
  padding-right: 40px;
  position: relative;
  font-weight: bold;
}

.accordion-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url('../images/qua_close.svg') no-repeat center center;
  background-size: contain;
  transition: background-image 0.3s ease;
}

.accordion-header {
  padding-left: 30px;
  position: relative;
  line-height: 2.5em;
}

.accordion-header:after {
  content: "Q";
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--or);
  font-size: 24px;
}

.accordion.open .accordion-icon {
  background-image: url('../images/qua_open.svg');
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
}


.accordion-content a {
  color: var(--or);
  text-decoration: underline;
}

#sec06 {
  background: url("../images/commonBg.webp");
  background-size: cover;
  background-position: center;
}

#sec06 .content {
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 8px 0 rgba(0 0 0 / 12%);
}

#sec06 .secTitle {
  margin-bottom: 24px;
}

.sec06text {
  text-align: center;
}

.sec06Cont {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #C3C3C3;
}

.sec06Cont .box {
  width: calc((100% - 50px) / 2);
}

.sec06Cont .text01 {
  text-align: center;
}

.udbtn01 {
  margin-top: 15px;
}

.udbtn01 a {
  transition: 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid var(--or);
  text-decoration: none;
  color: #ffffff;
  background: var(--or);
}

.udbtn01 a svg {
  display: inline-block;
  margin-right: 15px;
}

.udbtn01 a:hover {
  color: var(--or);
  background: #ffffff;
}

.udbtn01 a svg,
.udbtn01 a svg * {
  fill: #ffffff;
  transition: 0.5s;
}

.udbtn01 a:hover svg,
.udbtn01 a:hover svg * {
  fill: var(--or);
}

.udbtn02 {
  margin-top: 15px;
}

.udbtn02 a {
  transition: 0.5s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid #C3C3C3;
  text-decoration: none;
  color: #494949;
  background: #ffffff;
}

.mainFoot {
  background: #494949;
  padding: 40px 0 0;
}

.footText {
  margin: 20px 0;
}

.footCont {
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
  padding-bottom: 30px;
}

.foot01 {
  width: calc(100% - 430px);
  display: flex;
  justify-content: flex-end;
}

.foot02 {
  width: 360px;
}

.footNav {
  margin-left: 80px;
}

.footNav li {
  height: 40px;
}

.footNav li a {
  transition: 0.5s;
  display: inline-block;
  position: relative;
}

.footNav li a {
  transition: 0.5s;
}

.footNav li a:hover {
  color: var(--or) !important;
}

.mainFoot a {
  text-decoration: none;
}

.footUd {
  padding: 25px 0;
  background: #ffffff;
}

.footUd .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footUd a {
  color: #494949;
}

.footNav02 {
  display: flex;
  margin-right: 30px;
}

/*
  .footNav02 li:first-child:after{
    content:"｜";
  }
*/


/* other */

/* about */
.otherpageTitleWrap.about {
  background: #20A5E3;
  position: relative;
}

.otherpageTitleWrap.about .content {
  height: 250px;
  display: flex;
  align-items: center;
}

.otherpageTitle {
  padding-bottom: 40px;
}

.aboutMain {
  width: 620px;
  position: absolute;
  right: 5%;
  bottom: 15px;
}

.aboutUd {
  position: absolute;
  bottom: -10px;
  left: 0;
  line-height: 0;
}

.aboutUd img {
  width: 100%;
}

#aboutsec01 .content {
  padding-right: 450px;
  position: relative;
}

#aboutsec01 .aboutsec01_img {
  width: 420px;
  position: absolute;
  right: 0;
  top: 0;
}


.aboutsec01_text01 {
  margin: 20px 0;
}

.aboutsec01_text02 {
  border: 1px solid #F2F2F2;
  padding: 10px 20px;
}

#aboutsec02 {
  background: #F7F7F5;
}

.aboutsec02_cont {
  background: #ffffff;
  padding: 40px;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
}

body .aboutsec02_title {
  margin-bottom: 24px;
}

.aboutsec02_cont .img {
  width: 320px;
}

.aboutsec02_cont .box {
  width: calc(100% - 360px);
}

.aboutsec03_list {
  display: flex;
}

.aboutsec03_list li {
  width: calc((100% - 60px) / 3);
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px dashed #20A5E3;
}

.aboutsec03_list li:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}

.aboutsec03_list li .title {
  margin: 24px 0;
  text-align: center;
}

.aboutsec03_list .img {
  width: 80px;
  margin: auto;
}

.otherpageTitleWrap.other .content {
  height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 40px;
}

.otherpageTitleImg {
  position: absolute;
  top: -80px;
  right: 0;
  width: 250px;
}


#companySec01 .content {
  padding: 0 40px;
  background: #ffffff;
  border-radius: 20px;
}

.copanyTable {
  width: 100%;
}

.copanyTable th {
  width: 100%;
  width: 130px;
  padding: 20px;
  border-right: #F2F2F2 1px solid;
  text-align: left;
  vertical-align: middle;
}

.copanyTable td {
  width: calc(100% - 130px);
  padding: 20px;
}

.copanyTable tr th,
.copanyTable tr td {
  border-bottom: 1px solid #C3C3C3;
}

#officeSec01 .newsList.office li {
  width: calc((100% - 40px) / 2);
  margin-bottom: 40px;
}

#officeSec01 .newsList.office li:nth-child(3n + 2) {
  margin-left: inherit;
  margin-right: inherit;
}

#officeSec01 .newsList.office li .map {
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
}

#officeSec01 .newsList.office li .map iframe {
  width: 100%;
  height: 100%;
}

#officeSec01 .newsList.office li:nth-child(odd) {
  margin-right: 40px;
}


#staffSec01 .slide:not(:last-child) {
  margin-bottom: 20px;
}

.voiceList li {
  padding: 20px 30px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 0 8px 0 rgba(0 0 0 / 12%);
}

.voiceList li:not(:last-child) {
  margin-bottom: 20px;
}

.voiceListCont {
  display: flex;
  margin-bottom: 10px;
}

.voiceListCont .img {
  width: 100px;
  margin-right: 20px;
}

.voiceListTitle {
  width: calc(100% - 120px);
}

.voiceListTitle02 span {
  display: inline;
  padding: 3px 8px;
  background: #20A5E3;
  margin-top: 10px;
  border-radius: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  /* Safari対応 */
  line-height: 2em;
}

.voiceList .text {
  background: #EFFAFF;
  padding: 20px;
  border-radius: 10px;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #C3C3C3;
}

.tab-button {
  padding: 10px 40px;
  border: none;
  background: #C3C3C3;
  cursor: pointer;
  margin-right: 20px;
  color: #ffffff;
  border-radius: 10px 10px 0 0;
}

.tab-button.active {
  background: var(--or);
}

.tab-content {
  display: none;
  padding: 20px 0;
}

.tab-content.active {
  display: block;
}

.tabInner01 {
  margin-top: 20px;
  padding: 0 20px;
  border: 1px solid var(--or);
  border-radius: 10px;
}

.tabInner01-cont {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.tabInner01-cont:first-child {
  border-bottom: 1px dashed var(--or);
}

.tabInner01-cont .img {
  margin-right: 40px;
  width: 300px;
}

.tabInner01-cont .box {
  width: calc(100% - 340px);
}

.tabInner01-cont .text01 {
  color: var(--or);
  margin-bottom: 10px;
}

.tabInner-table {
  width: 100%;
  margin-top: 20px;
}

.tabInner-table th {
  padding: 15px 0;
  width: 200px;
  border-bottom: 1px solid #ECECEC;
  font-size: 16px;
  vertical-align: text-top;
  text-align: left;
}

.tabInner-table td {
  padding: 15px 0;
  width: calc(100% - 200px);
  border-bottom: 1px solid #ECECEC;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

.tabInner02 {
  margin-top: 20px;
  display: flex;
}

.tabInner02 .img {
  margin-right: 20px;
  width: 300px;
}

.flowList li {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.flowList li:not(:last-child) {
  margin-bottom: 60px;
  position: relative;
}

.flowList li:not(:last-child):after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 27px solid transparent;
  border-left: 27px solid transparent;
  border-top: 20px solid var(--or);
  border-bottom: 0;
  bottom: -40px;
  left: calc(50% - 13px);
}

.flowList li .box01 {
  width: 220px;
  padding-right: 30px;
}

.flowList li .box01 .text01 {
  color: var(--or);
}

.flowList li .box02 {
  padding: 20px;
  background: #EFFAFF;
  border-radius: 10px;
  width: calc(100% - 220px);
}

.flowList li.last {
  background: var(--or);
}

.flowList li.last .box01 .text01,
.flowList li.last .box01 .text02 {
  color: #ffffff;
}

.flowList li.last .box02 {
  background: #ffffff;
  color: var(--or);
}

.priWrap {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.priWrap a {
  color: #333333;
  text-decoration: underline;
}

.subWrap {
  text-align: center;
}

.priWrap input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
}




















































.blogTab {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}

.blogTab:after {
  content: " ";
  background: #C3C3C3;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  position: absolute;
}

.blogTab li {
  margin-right: 20px;
}

.blogTab li a {
  display: flex;
  border-radius: 10px 10px 0 0;
  justify-content: center;
  align-items: center;
  background: #C3C3C3;
  color: #ffffff;
  text-decoration: none;
  height: 50px;
  width: 215px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.blogTab li.active a {
  background: var(--or);
}

#newsSec .newsList li {
  margin-bottom: 30px;
}

.contactCont {
  padding: 40px 60px;
  border-radius: 10px;
  background: url("../images/otherpage/contactContBg.webp");
  background-size: cover;
  background-position: center;
}

.contactContTitle {
  margin-bottom: 30px;
  text-align: center;
}

.contactContBox {
  display: flex;
  justify-content: space-between;
}

.contactContBox .box {
  width: calc((100% - 60px) / 3);
  padding: 30px;
  border-radius: 10px;
  background: #ffffff;

}

.contactContBox .btn02 a {
  max-width: 100%;
  height: 48px;
}

.contactContBox .text02 {
  margin: 10px 0 8px;
}

.contactContBox .text02 span {
  color: var(--or);
}

.contactFormTitle {
  text-align: center;
}

.contactFormWrap {
  width: 100%;
  max-width: 780px;
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
  margin: auto;
}

.select-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-container select {
  appearance: none;
  /* ネイティブのドロップダウンスタイルを削除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  padding: 8px;
  width: 100%;
  border-radius: 4px;
}

.select-container .contactSelect,
input::placeholder,
textarea::placeholder {
  color: #999999;
}

.select-container .contactSelect.filled {
  color: #333333;
}

.select-container::after {
  content: '';
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  width: 10px;
  height: 10px;
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  transform: rotate(135deg);
  pointer-events: none;
}

.contactFormTable {
  width: 100%;
}

.contactFormTable th {
  padding-top: 20px;
  vertical-align: top;
  text-align: left;
  width: 170px;
}

.contactFormTable th span {
  color: #FF0000;
}

.contactFormTable td {
  padding-top: 20px;
  width: calc(100% - 170px);
}

.contactFormTable input[type="text"],
.contactFormTable input[type="mail"],
.contactFormTable input[type="tel"],
.contactFormTable textarea {
  appearance: none;
  /* ネイティブのドロップダウンスタイルを削除 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
  display: block;
}

.contactFormTable textarea {
  height: 195px;
}


.subBtn input,
.subBtn button {
  all: unset;
  /* ← これでほぼ完全にリセットできます（モダンブラウザ） */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: flex;
  color: #ffffff;
  padding-right: 20px;
  border-radius: 100px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: #C3C3C3;
  width: 100%;
  cursor: pointer;
}

.priWrap .wpcf7-not-valid-tip {
  display: none;
}

.subBtn {
  position: relative;
  display: inline-block;
  max-width: 260px;
  width: 100%;
  font-weight: bold;
}

.subBtn:after {
  content: url("../images/otherpage/arrowWt.svg");
  position: absolute;
  right: 40px;
  top: 20px;
}

.mb100 {
  margin-bottom: 100px;
}

#privacySec .content {
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
}

/* pageTitle */
.pageTitle.comp {
  background-image: url("../images/otherpage/comMain.webp");
}

.pageTitle.news {
  background-image: url("../images/otherpage/newsMain.webp");
}

.pageTitle.column {
  background-image: url("../images/otherpage/colMain.webp");
}

.pageTitle.contact {
  background-image: url("../images/otherpage/contactMain.webp");
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination>* {
  margin: 0 10px;
}

.pagination .current {
  color: #ffffff;
  border-radius: 8px;
  background: #39322A;
  padding: 3px 10px;
  display: inline-block;
  margin: 0 4px;
}

.pagination .prev img,
.pagination .next img {
  position: relative;
  top: -2px;
}

input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.priWrap .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -16px;
  left: 0;
  font-size: 12px;
}

.priWrap .wpcf7-form-control-wrap {
  position: initial;
}

.priWrap .wpcf7-list-item-label {
  display: none;
}

/* single */
.bold32,
.bold32 * {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.entry-content {
  margin-top: 20px;
  margin-bottom: 40px;
}


.single-post {
  margin: auto;
  margin-top: 50px;
  width: 90%;
  border-radius: 20px;
  background: #ffffff;
  padding: 40px;
  margin-bottom: 100px;
}

@media screen and (min-width:851px) {
  .single-post {
    width: 60%;
  }
}

.newsback a {
  display: inline-flex;
  align-items: center;
}

.newsback a:after {
  content: " ";
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #333333;
  border-right: solid 2px #333333;
  /*position: absolute;
  left: 10px;
  top: 8px;*/
  display: inline-block;
  margin-right: 10px;
}

.arrow.arrow-top::before {
  transform: rotate(-45deg);
}

.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}

.arrow.arrow-left::before {
  transform: rotate(-135deg);
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.entry-content p {
  margin-top: 20px;
}

.entry-content h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-left: 0.75em;
}

.entry-content h2:before {
  content: " ";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(32, 165, 227, 1);
}

.entry-content h3 {
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
}

.entry-content h3:before {
  content: "・";
  color: rgba(32, 165, 227, 1);
}

.entry-content p {
  margin-top: 10px;
}

.newsback {
  margin-bottom: 8px;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
  justify-content: space-between;
  margin-top: 40px;
}

.is-layout-flex.rev {
  flex-flow: row-reverse;
}


.is-layout-flex .wp-block-image img {
  width: 100% !important;
}

.is-layout-flex>* {
  width: 48%;
}


@media screen and (max-width:767px) {
  body .is-layout-flex {
    display: block;
    ;
    margin-bottom: 25px;
    width: 100%;
    margin-top: 10px;
  }

  body .is-layout-flex>* {
    width: 100%;
  }

  .is-layout-flex .wp-block-image {
    margin-bottom: 15px;
  }
}



.sectop {
  padding-top: 0;
}

@media screen and (max-width:480px) {

  footer a[href^="tel"],
  footer a[href^="mailto"],
  footer a[href^="sms"] {
    text-decoration: none !important;
    color: inherit !important;
    pointer-events: none;
    cursor: default;
  }

}

.secTitle .bold24 {
  line-height: 2em;
}

#sec05 .content,
#sec06 .content {
  max-width: 840px;
}

.otherpageTitleWrap.other {
  margin-bottom: 40px;
}

.priText {
  font-weight: 500;
}

.p-thanks-content__button {
  transition: 0.5s;
  background: var(--or);
  border: 1px solid var(--or);
}

.p-thanks-content__button:hover {
  color: var(--or);
  background: #ffffff;
}

.c-heading {
    border-bottom: none !important;
}