@charset "UTF-8";
.introduce {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .introduce {
    margin-top: 50px;
  }
}
.introduce__title {
  text-align: center;
  color: #243b65;
}
@media screen and (max-width: 768px) {
  .introduce__title {
    font-size: 18px;
  }
}
.introduce__tx {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduce__tx {
    text-align: left;
  }
}
.introduce__otr {
  padding: 0 100px;
  margin-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .introduce__otr {
    padding: 0 20px;
  }
}
.introduce__h2 {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .introduce__h2 {
    font-size: 20px;
  }
}
.introduce__tx1 {
  text-align: center;
}
.introduce__btm {
  max-width: 922px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}
.introduce__tribg {
  padding: 50px 0;
  background-image: -webkit-linear-gradient(-55deg, #fff 50%, rgba(36, 59, 101, 0.1803921569) 50%);
}
@media screen and (max-width: 768px) {
  .introduce__tribg {
    padding: 30px 20px;
  }
}
.introduce .introduce-wrap__otr {
  background: #243b65;
  padding: 50px 0 50px;
  margin-top: 50px;
}
.introduce .introduce-wrap {
  max-width: 922px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  color: white;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .introduce .introduce-wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .introduce .introduce-wrap {
    padding: 0 20px;
  }
}
.introduce .introduce-wrap .introduce-left {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .introduce .introduce-wrap .introduce-left {
    width: 100%;
  }
}
.introduce .introduce-wrap .introduce-left .introduce-pic {
  background-size: 100%;
  border-radius: 50%;
  border: #243b65 3px solid;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .introduce .introduce-wrap .introduce-left .introduce-pic {
    width: 200px;
    height: 200px;
  }
}
.introduce .introduce-wrap .introduce-comment {
  width: calc(50% - 50px);
  line-height: 2;
  margin-left: 50px;
}
@media screen and (max-width: 992px) {
  .introduce .introduce-wrap .introduce-comment {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }
}
.introduce .myname {
  text-align: right;
  padding-right: 30px;
  font-size: 14px;
}
.introduce .myname .handwritten {
  font-size: 20px;
  font-weight: bold;
}
.introduce .h3-title {
  text-align: center;
  color: #243b65;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .introduce .h3-title {
    padding: 50px 20px 0;
  }
}
.introduce .h3-title .h3-text {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduce .h3-title .h3-text {
    font-size: 16px;
  }
}
.introduce .h3-title .h3-text::before, .introduce .h3-title .h3-text::after {
  position: absolute;
  top: calc(50% - 3px);
  width: 200px;
  height: 6px;
  content: "";
  border-top: solid 2px #243b65;
  border-bottom: solid 2px #243b65;
  transform: skewX(40deg);
}
.introduce .h3-title .h3-text::before {
  left: -150px;
}
.introduce .h3-title .h3-text::after {
  right: -150px;
}
.introduce ul {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .introduce ul {
    width: 100%;
    padding: 0;
  }
}

.ball-animation {
  position: relative;
  position: relative;
  height: 100vh;
  background: url("../img/lawn.png") repeat-x 50% 104%;
}
.ball-animation ul {
  margin-top: 30px;
  padding-bottom: 100px;
}
.ball-animation li {
  padding: 5px 0;
}
.ball-animation li a:link,
.ball-animation li a:hover,
.ball-animation li a:visited {
  color: #243b65;
  font-weight: bold;
}
.ball-animation .ball {
  width: 50px;
  animation: ugoki1 4s linear infinite alternate, ugoki2 1s ease-in infinite alternate;
  position: absolute;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .ball-animation .ball {
    width: 30px;
    animation: ugoki1_sp 4s linear infinite alternate, ugoki2 1s ease-in infinite alternate;
  }
}
@keyframes ugoki1 {
  0% {
    left: 0%;
    transform: rotate(0deg);
  }
  100% {
    left: calc(100% - 60px);
    transform: rotate(920deg);
  }
}
@keyframes ugoki1_sp {
  0% {
    left: 0%;
    transform: rotate(0deg);
  }
  100% {
    left: calc(100% - 35px);
    transform: rotate(920deg);
  }
}
@keyframes ugoki2 {
  0% {
    top: 0%;
  }
  100% {
    top: 90%;
  }
}

.introduce .introduce-wrap .introduce-left .introduce-pic {
  background: url("../img/myphoto.png.webp") no-repeat;
  background-size: 100%;
}

.contact .contact-text p {
  text-align: center;
}
.contact .red-color {
  color: red;
}
.contact .wpcf7-form {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact .wpcf7-form {
    width: 100%;
    padding: 0 20px;
  }
}
.contact .wpcf7-form label {
  font-size: 16px;
}
.contact .wpcf7-form .mark {
  color: rgb(253, 78, 78);
}
.contact .confirm_area,
.contact .thanks_area {
  display: none;
}
.contact_form {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .contact_form {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact th p {
    margin-bottom: 0;
  }
}

.cmn_content02 {
  position: relative;
  z-index: 1;
}
.cmn_content02 .contact_wrap {
  text-align: center;
  padding: 0 0 100px;
}
.cmn_content02 .contact_wrap .txt01 {
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 50px;
}
.cmn_content02 .contact_wrap .contact_border {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 30px 70px;
  display: inline-block;
  margin-top: 80px;
}
.cmn_content02 .contact_wrap .contact_border img {
  width: 35px;
  margin-right: 20px;
}
.cmn_content02 .contact_wrap .contact_border .txt02 {
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: bolder;
  font-family: "游ゴシック体";
}
.cmn_content02 .contact_wrap .contact_border .txt02 span {
  display: block;
  margin-top: 15px;
  font-size: 38px;
  letter-spacing: 1.9px;
}
.cmn_content02 .inquiry {
  border-collapse: separate;
  border-spacing: 0px 34px;
  width: 100%;
}
.cmn_content02 .inquiry .table_inr {
  margin-bottom: 34px;
}
.cmn_content02 .inquiry th {
  text-align: left;
  font-size: 18px;
  letter-spacing: 1.8px;
  width: 30%;
  vertical-align: top;
}
.cmn_content02 .inquiry td {
  font-size: 16px;
  letter-spacing: 2.4px;
  width: 70%;
  text-align: left;
}
.cmn_content02 .inquiry td input,
.cmn_content02 .inquiry td textarea {
  font-size: 16px;
}
.cmn_content02 .inquiry td .form_style01 {
  width: 100%;
  height: 45px;
  padding: 10px;
}
.cmn_content02 .inquiry td .form_style02 {
  width: 115px;
  height: 45px;
  margin-bottom: 10px;
  padding: 10px;
}
.cmn_content02 .inquiry td .form_style03 {
  width: 100%;
  height: 147px;
  padding: 10px;
}
.cmn_content02 .inquiry tr {
  margin-bottom: 34px;
}
.cmn_content02 .inquiry .policy_box {
  background: #fff;
  overflow-y: scroll;
  padding: 10px 30px;
  width: 100%;
  height: 142px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.cmn_content02 .inquiry .policy_box .txt {
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.cmn_content02 .verticallist .wpcf7-list-item {
  display: block;
}
.cmn_content02 input.back_button {
  background: none;
  border: none;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cmn_content02 .btn01 input[type=submit],
.cmn_content02 .btn02 input[type=button],
.cmn_content02 .btn03 input[type=submit],
.cmn_content02 input.confirm_button {
  font-size: 16px;
  letter-spacing: 1.6px;
  padding: 25px 0;
  width: 330px;
  display: block;
  margin: 60px auto 0;
  text-align: center;
  font-weight: bolder;
  border-radius: 50px;
  border: solid 2px #243b65;
  cursor: pointer;
  transition: 0.4s all;
  background: #243b65;
  color: white;
}
.cmn_content02 .btn01 input[type=submit]:hover,
.cmn_content02 .btn02 input[type=button]:hover,
.cmn_content02 .btn03 input[type=submit]:hover,
.cmn_content02 input.confirm_button:hover {
  background: white;
  color: #243b65;
}
@media screen and (max-width: 768px) {
  .cmn_content02 .btn01 input[type=submit],
  .cmn_content02 .btn02 input[type=button],
  .cmn_content02 .btn03 input[type=submit],
  .cmn_content02 input.confirm_button {
    padding: 14px 0;
  }
}
.cmn_content02 .btn01 input[type=submit]:disabled {
  color: white;
  background: #ccc;
  border-color: transparent;
  cursor: default;
}
.cmn_content02 .wpcf7-previous {
  font-size: 16px;
  letter-spacing: 1.6px;
  padding: 25px 0;
  width: 330px;
  display: block;
  margin: 60px auto 0;
  text-align: center;
  font-weight: bolder;
  border-radius: 50px;
  border: solid 2px #243b65;
  cursor: pointer;
  background: white;
  color: #243b65;
}
@media screen and (max-width: 768px) {
  .cmn_content02 .wpcf7-previous {
    padding: 14px 0;
  }
}

@media (max-width: 768px) {
  .cmn_content02 .contact_wrap .container03 {
    width: 100%;
    padding: 0 18px;
  }
  .cmn_content02 .contact_wrap .container03 .inquiry {
    border-spacing: 0px 17px;
  }
  .cmn_content02 .contact_wrap .container03 .inquiry th {
    font-size: 16px;
    letter-spacing: 1.6px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .cmn_content02 .contact_wrap .container03 .inquiry td {
    font-size: 12px;
    letter-spacing: 1.2px;
    display: block;
    width: 100%;
  }
  .cmn_content02 .contact_wrap .container03 .inquiry .policy_box {
    background: #fff;
    overflow-y: scroll;
    padding: 6px 10px;
    width: 100%;
    height: 142px;
  }
  .cmn_content02 .contact_wrap .container03 .inquiry .policy_box .txt {
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  .cmn_content02 .contact_wrap .container03 .formbtn {
    margin: 45px auto 0;
    width: 100%;
  }
  .cmn_content02 .contact_wrap .contact_border {
    padding: 28px 0;
    display: inline-block;
    margin-top: 76px;
  }
  .cmn_content02 .contact_wrap .contact_border img {
    width: 40px;
    margin-right: 11px;
  }
  .cmn_content02 .contact_wrap .contact_border .txt02 {
    font-size: 17px;
  }
  .cmn_content02 .contact_wrap .contact_border .txt02 span {
    margin-top: 5px;
    font-size: 40px;
  }
}
.table_wrap table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.table_wrap tr {
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
}
.table_wrap tr:first-child, .table_wrap tr:last-child {
  border-top: none;
  border-bottom: none;
}
.table_wrap tr th {
  width: 20%;
  vertical-align: top;
}
.table_wrap tr td {
  width: 80%;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 1.9;
  padding: 16px 0;
}
.table_wrap tr td p + p {
  margin-top: 1em;
}
.table_wrap tr th {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 1.9;
  padding: 16px 0;
}

@media (max-width: 768px) {
  .table_wrap .container03 {
    width: 90%;
  }
  .table_wrap tr th {
    width: 30%;
  }
  .table_wrap tr td {
    width: 70%;
    font-size: 13px;
    letter-spacing: 1.3px;
    padding: 12px 0;
  }
  .table_wrap tr th {
    font-size: 13px;
    letter-spacing: 1.3px;
    padding: 12px 0;
  }
}
.qa-page .qa {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .qa-page .qa {
    margin-top: 100px;
  }
}
.qa-page h1 {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 100px;
  padding-left: 0;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .qa-page h1 {
    font-size: 20px;
  }
}
.qa-page h1 .en {
  font-family: "Cormorant Garamond", serif;
}
.qa-page h1::before {
  content: "";
  background: #243b65;
  width: 1px;
  height: 60px;
  display: inline-block;
  position: absolute;
  top: 56%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .qa-page h1::before {
    top: 44%;
  }
}
.qa-page h1::after {
  content: "";
  background: #243b65;
  width: 1px;
  height: 60px;
  display: inline-block;
  position: absolute;
  top: -30%;
  left: 50%;
}
.qa-page__h2-ttl {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .qa-page__h2-ttl {
    margin-top: 50px;
  }
}
.qa-page .qa-content {
  max-width: 992px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .qa-page .qa-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.qa-page .q-text {
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .qa-page .q-text {
    padding-bottom: 50px;
    display: flex;
    align-items: start;
    font-size: 16px;
  }
}
.qa-page .q-text img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .qa-page .q-text img {
    margin-top: 6px;
  }
}
.qa-page .q-text span {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .qa-page .q-text span {
    padding-right: 10px;
  }
}
.qa-page .q-text::before {
  content: url(../img/q-blue.svg);
}
.qa-page .q-text::before {
  content: "";
  position: absolute;
  top: 75%;
  right: 19px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #243b65;
  transform: translateY(-50%);
  transform: rotate(-45deg);
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .qa-page .q-text::before {
    right: 154px;
  }
}
.qa-page .q-text.open::before {
  transform: translateY(-50%);
  transform: rotate(45deg);
}
.qa-page .q-text::after {
  content: "";
  position: absolute;
  top: 75%;
  right: 32px;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #243b65;
  transform: translateY(-50%);
  transform: rotate(45deg);
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .qa-page .q-text::after {
    right: 168px;
  }
}
.qa-page .q-text.open::after {
  transform: translateY(-50%);
  transform: rotate(-45deg);
}
.qa-page .a-text {
  font-size: 16px;
  margin-top: 20px;
  display: flex;
  align-items: start;
  padding-right: 80px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .qa-page .a-text {
    padding-right: initial;
  }
}
.qa-page .a-text img {
  width: auto;
  margin-top: 6px;
}
.qa-page .a-text span {
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 20px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .qa-page .a-text span {
    padding-right: 10px;
  }
}
.qa-page .qa-item {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .qa-page .qa-item {
    padding-top: 30px;
  }
}
.qa-page .qa-item:nth-child(n+2) {
  border-top: 1px solid #243b65;
}

.top-header__otr {
  background-size: cover;
  padding: 300px 0 200px;
}
@media screen and (max-width: 768px) {
  .top-header__otr {
    padding: 140px 0 120px;
  }
}
.top-header__otr--contact {
  background: url("../img/contactbg.png") no-repeat center;
}
@media screen and (max-width: 768px) {
  .top-header__otr--contact {
    background: url("../img/contactbg_sp.png") no-repeat center;
  }
}
.top-header__otr--works {
  background: url("../img/worksbg.png") no-repeat center;
}
@media screen and (max-width: 768px) {
  .top-header__otr--works {
    background: url("../img/worksbg_sp.png") no-repeat center;
  }
}
.top-header__otr--qa {
  background: url("../img/qabg.png") no-repeat center;
}
@media screen and (max-width: 768px) {
  .top-header__otr--qa {
    background: url("../img/qabg_sp.png") no-repeat center;
  }
}
.top-header__otr--message {
  background: url("../img/messagebg.png") no-repeat center;
}
@media screen and (max-width: 768px) {
  .top-header__otr--message {
    background: url("../img/messagebg_sp.png") no-repeat center;
  }
}
.top-header__inr {
  max-width: 1160px;
  margin: 0 auto;
}
.top-header__h1 {
  color: white;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .top-header__h1 {
    font-size: 22px;
  }
}

.breadcrumb {
  margin-top: 20px;
  margin-bottom: 80px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.breadcrumb__list {
  list-style: none;
  display: inline;
  font-size: 14px;
  padding-left: 0;
}
.breadcrumb__item {
  display: inline;
}
.breadcrumb__item a {
  text-decoration: underline;
}
.breadcrumb__item:nth-child(n+2) {
  position: relative;
  padding-left: 20px;
}
.breadcrumb__item:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #243b65;
}
.breadcrumb strong {
  font-weight: normal;
}

.character {
  height: 10000px;
}
.character__otr {
  width: 100px;
  height: 100px;
  background: #243b65;
  border-radius: 50%;
  text-align: center;
}
.character__otr--size1 {
  width: 100px;
  height: 100px;
}
.character__otr--size2 {
  width: 200px;
  height: 200px;
}
.character__otr--size3 {
  width: 300px;
  height: 300px;
}
.character__ttl {
  color: white;
}
.character__tx {
  background: white;
  color: #243b65;
}

.career__left {
  width: 50%;
  height: calc(100vh - 110px);
  position: sticky;
  top: 110px;
  left: 0;
  margin-top: -100vh;
}
.career__picture {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 0;
  opacity: 0;
  transition: opacity 2s;
}
@media screen and (max-width: 768px) {
  .career__picture {
    opacity: 1;
    height: 200px;
    margin: 20px 0 10px;
  }
}
.career__picture.is-active {
  height: 100%;
  opacity: 1;
}
.career__picture--pic1 {
  background-image: url(../img/career1.png);
}
.career__picture--pic2 {
  background-image: url(../img/career2.png);
}
.career__picture--pic3 {
  background-image: url(../img/career3.png);
}
.career__picture--pic4 {
  background-image: url(../img/career4.png);
}
.career__picture--pic5 {
  background-image: url(../img/career5.png);
}
@media screen and (max-width: 768px) {
  .career__picture--pic5 {
    background-position: bottom;
  }
}
.career__picture--pic6 {
  background-image: url(../img/career6.png);
}
@media screen and (max-width: 768px) {
  .career__picture--pic6 {
    background-position: bottom;
  }
}
.career__picture--pic7 {
  background-image: url(../img/career7.png);
}
.career__right {
  width: 50%;
  margin-left: auto;
}
.career__textContents {
  display: flex;
  justify-content: center;
  flex-flow: column;
  text-align: center;
}
.career__textContents.area1, .career__textContents.area2, .career__textContents.area3, .career__textContents.area4, .career__textContents.area5, .career__textContents.area6, .career__textContents.area7 {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .career__textContents.area1, .career__textContents.area2, .career__textContents.area3, .career__textContents.area4, .career__textContents.area5, .career__textContents.area6, .career__textContents.area7 {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .career__textContents.area5 .career__inner {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    position: static;
    transform: initial;
    white-space: initial;
  }
}
.career__logo {
  background: #243b65;
  color: white;
  font-size: 20px;
  margin-bottom: 50px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .career__logo {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
    padding: 5px 0;
  }
}
.career__table {
  line-height: 2;
}

.title-skew {
  text-align: center;
  width: 450px;
  margin: 100px auto 0;
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #b0cbf0;
  transform: skewX(-150deg);
}
.title-skew:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #243b65;
}
.title-skew .skew-correct {
  display: block;
  transform: skewX(150deg);
  white-space: nowrap;
}

@media screen and (max-width: 576px) {
  .title-skew {
    width: calc(100% - 56px);
    font-size: 18px;
  }
}
.h2-wrap {
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .h2-wrap {
    padding-bottom: 50px;
  }
}
.service-content {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .service-content {
    margin-top: 50px;
  }
}
.service-content__item {
  display: flex;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service-content__item {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-content__number {
  font-size: 46px;
  color: #243b65;
}
@media screen and (max-width: 768px) {
  .service-content__number {
    text-align: center;
    font-size: 30px;
  }
}
.service-content__tx-wrap {
  padding-left: 20px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 768px) {
  .service-content__tx-wrap {
    padding-left: 0;
    width: 100%;
  }
}
.service-content__title {
  font-size: 26px;
  margin-top: 16px;
  padding-bottom: 20px;
  color: #243b65;
}
@media screen and (max-width: 768px) {
  .service-content__title {
    text-align: center;
    font-size: 20px;
  }
}
.service-content__tx {
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .service-content__tx {
    line-height: 1.6;
  }
}
.service-content__img {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .service-content__img {
    padding-left: 0;
    margin-top: 20px;
  }
}

.contact-bg {
  background: url(../img/contactbtmbg.png) no-repeat 33%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .contact-bg {
    height: 300px;
  }
}
.contact-bg__tx {
  color: white;
  text-align: center;
  padding-bottom: 20px;
}
.contact-bg .more-link {
  margin-top: 0;
}

.page-id-11575 .footer,
.page-id-11578 .footer,
.page-id-11594 .footer,
.page-id-11581 .footer,
.page-id-11591 .footer,
.page-id-11611 .footer {
  margin-top: 0;
}

.page-id-11611 .sec1__wrap {
  background: no-repeat url(../img/pricebg.png.webp);
  background-size: cover;
  display: flex;
  flex-flow: row-reverse;
  padding: 30px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__wrap {
    display: block;
  }
}
.page-id-11611 .sec1__otr-wrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__otr-wrap {
    width: 100%;
  }
}
.page-id-11611 .sec1__otr {
  width: 470px;
  height: 470px;
  position: relative;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__otr {
    width: 280px;
    height: 280px;
  }
}
.page-id-11611 .sec1__otr::before {
  content: "";
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid white;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__otr::before {
    width: 257px;
    height: 257px;
  }
}
.page-id-11611 .sec1__ball-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  animation: rotate 30s infinite linear;
  text-align: center;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-id-11611 .sec1__ball {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #243b65;
  display: inline-block;
  position: relative;
}
.page-id-11611 .sec1__ball::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  animation: point 2s ease infinite;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: rgba(36, 59, 101, 0.9);
}
.page-id-11611 .sec1__ball::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  animation: point 2s ease infinite;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: rgba(200, 219, 255, 0.9);
  animation-delay: 0.4s;
  z-index: -1;
}
@keyframes point {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(8);
  }
}
.page-id-11611 .sec1__item {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: white;
  border: 1px solid white;
  background: url(../img/mainbg.svg);
  text-align: center;
  display: grid;
  place-items: center;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__item {
    font-size: 14px;
    width: 100px;
    height: 100px;
    line-height: 1.2;
    background: #243b65;
  }
}
.page-id-11611 .sec1__item::before {
  content: "";
  display: inline-block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__item::before {
    width: 105px;
    height: 105px;
  }
}
.page-id-11611 .sec1__item--1 {
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
}
.page-id-11611 .sec1__item--2 {
  top: 30px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__item--2 {
    left: -20px;
    top: 16px;
  }
}
.page-id-11611 .sec1__item--3 {
  top: 30px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__item--3 {
    right: -20px;
    top: 16px;
  }
}
.page-id-11611 .sec1__item--4 {
  top: 55%;
  transform: translateY(-50%);
  left: -50px;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__item--4 {
    left: -40px;
    top: 64%;
  }
}
.page-id-11611 .sec1__item--5 {
  top: 55%;
  transform: translateY(-50%);
  right: -50px;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__item--5 {
    right: -40px;
    top: 64%;
  }
}
.page-id-11611 .sec1__item--6 {
  bottom: 0px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__item--6 {
    left: 30px;
    bottom: -50px;
  }
}
.page-id-11611 .sec1__item--7 {
  bottom: 0px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__item--7 {
    right: 30px;
    bottom: -50px;
  }
}
.page-id-11611 .sec1__msg-wrap {
  position: relative;
  width: 50%;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__msg-wrap {
    width: 100%;
  }
}
.page-id-11611 .sec1__message {
  color: white;
  text-align: left;
  font-size: 24px;
  text-shadow: 2px 2px black;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__message {
    position: static;
    font-size: 18px;
  }
}
.page-id-11611 .sec1__btn {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .page-id-11611 .sec1__btn {
    margin-top: 0;
  }
}
.page-id-11611 .sec1__red {
  text-shadow: 1px 1px white;
}

.service-sec {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: wrap;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .service-sec {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}
.service-sec__item {
  width: calc(50% - 20px);
  font-size: 20px;
  border: 1px solid #243b65;
  padding: 20px;
  margin-bottom: 20px;
  background: white;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #243b65;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .service-sec__item {
    width: 100%;
    font-size: 16px;
  }
}
@media (hover: hover) {
  .service-sec__item:hover {
    border: 2px solid #243b65;
    background: white;
    color: #243b65;
  }
}
.service-sec__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #243b65;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 0);
  transform-origin: center;
}
.service-sec__item span {
  position: relative;
  z-index: 10;
  color: #243b65;
}
@media (hover: hover) {
  .service-sec__item:hover::before {
    transform: scale(1, 1);
  }
  .service-sec__item:hover span {
    color: #fff;
  }
}
.service-sec__item:nth-child(2n) {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .service-sec__item:nth-child(2n) {
    margin-left: initial;
  }
}

.h2-ttl {
  text-align: center;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .h2-ttl {
    padding-bottom: 30px;
    padding-top: 10px;
    font-size: 18px;
  }
}
.h2-ttl::after {
  position: absolute;
  bottom: calc(0% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 60px;
  height: 2px;
  background: #243b65;
}
@media screen and (max-width: 768px) {
  .h2-ttl::after {
    bottom: calc(0% + 10px);
  }
}
.message-about__table {
  margin-top: 50px;
}

.table-type {
  margin: 0 auto;
}
.table-type th {
  width: 20%;
  padding: 30px;
  background: #f4f8ff;
  border: 2px solid white;
  color: #243b65;
}
@media screen and (max-width: 768px) {
  .table-type th {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.table-type td {
  width: 80%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .table-type td {
    width: 100%;
    display: block;
    padding: 20px;
  }
}
.table-type li {
  list-style: none;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .table-type--cus1 {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .table-type--cus1 tbody,
  .table-type--cus1 tr {
    display: block;
  }
}
.table-type--cus1 th {
  width: 40%;
  background: none;
  border: none;
  border-bottom: 1px solid #243b65;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .table-type--cus1 th {
    width: 100%;
  }
}
.table-type--cus1 td {
  width: 60%;
  text-align: right;
  border-bottom: 1px solid rgb(206, 206, 206);
}
@media screen and (max-width: 768px) {
  .table-type--cus1 td {
    width: 100%;
    border: none;
    padding: 20px 10px;
  }
}

.price-number {
  color: rgb(230, 20, 20);
}

.comment-tx {
  font-size: 14px;
}

a.link-tx {
  color: #243b65;
  border-bottom: 1px solid #243b65;
}

.service-comment {
  padding-bottom: 100px;
}

.service-otr__h2-ttl {
  margin-bottom: 100px;
}

.center-tx {
  text-align: center;
}

.price-comment {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .price-comment {
    padding-bottom: 20px;
  }
}

.price-support {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .price-support {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.price-support__flex {
  display: flex;
  margin: 50px auto 0;
  max-width: 1120px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .price-support__flex {
    display: block;
  }
}
.price-support__explain {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .price-support__explain {
    width: 100%;
  }
}
.price-support__light {
  margin-left: 30px;
  border: 2px solid #243b65;
  position: relative;
  padding: 40px 20px 20px 35px;
}
@media screen and (max-width: 768px) {
  .price-support__light {
    margin-left: 0px;
    margin-top: 50px;
  }
}
.price-support__name {
  text-align: center;
  background: #243b65;
  color: white;
  position: absolute;
  top: -37px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 25px;
}
@media screen and (max-width: 768px) {
  .price-support__name {
    width: 260px;
  }
}
.price-support__name2 {
  text-align: center;
}
.price-support__content {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
}

.post-template-workcustom .sec1 {
  max-width: 840px;
  margin: 50px auto 0;
}
.post-template-workcustom .sec2 {
  max-width: 530px;
  margin: 50px auto 0;
}
.post-template-workcustom .sec3 {
  max-width: 1040px;
  margin: 50px auto 0;
}
.post-template-workcustom .sec3__otr {
  display: flex;
  flex-flow: wrap;
  padding: 0 20px;
}
.post-template-workcustom .sec3__item {
  width: calc((100% - 40px) / 2);
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .post-template-workcustom .sec3__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 576px) {
  .post-template-workcustom .sec3__item {
    font-size: 12px;
  }
}
.post-template-workcustom .sec3__item img {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.post-template-workcustom .sec3__item:not(:nth-child(2n-1)) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .post-template-workcustom .sec3__item:not(:nth-child(2n-1)) {
    margin-left: 20px;
  }
}
.post-template-workcustom .sec4 {
  max-width: 1206px;
  margin: 50px auto 0;
  padding: 0 20px;
  text-align: justify;
}
.post-template-workcustom .sec5 {
  max-width: 740px;
  margin: 50px auto 0;
  padding: 0 20px;
  text-align: justify;
}
.post-template-workcustom .sec6 {
  max-width: 740px;
  margin: 30px auto 100px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .post-template-workcustom .sec6 {
    margin-bottom: 50px;
  }
}

.work-ul li {
  list-style-position: inside;
  line-height: 2;
}

.article__item {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 50px;
}
.article__title {
  font-size: 18px;
  border-bottom: 1px solid #243b65;
}
@media screen and (max-width: 768px) {
  .article__title {
    font-size: 16px;
  }
}
.article__category ul {
  list-style: none;
  display: inline-block;
}
.article__pager {
  max-width: 540px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.article__pager a {
  border-bottom: 1px solid #243b65;
}

.single-page__content {
  max-width: 1206px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  /* 配置位置 右 */
  /* 配置位置 左 */
  /* 配置位置 中央 */
}
@media screen and (max-width: 768px) {
  .single-page__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-page__content ul,
.single-page__content ul li {
  list-style: initial;
  list-style-position: inside;
}
.single-page__content ol,
.single-page__content ol li {
  list-style: decimal;
  list-style-position: inside;
}
.single-page__content strong {
  font-weight: bold;
}
.single-page__content a {
  color: #243b65;
  text-decoration: underline;
}
.single-page__content img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.single-page__content img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.single-page__content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.single-page__content img {
  width: initial;
}
@media screen and (max-width: 768px) {
  .single-page__content {
    padding: 0 20px;
  }
}
.single-page__content h2 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
  background: #f0f7ff;
  padding-left: 10px;
}
.single-page__content > * {
  margin-bottom: 20px;
}
.single-page__content h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #243b65;
  bottom: -3px;
  width: 20%;
  left: 0;
}
.single-page__content h3 {
  padding: 0.5em; /*文字周りの余白*/
  display: inline-block; /*おまじない*/
  line-height: 1.3; /*行高*/
  background: #cce4ff; /*背景色*/
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px; /*左側の角を丸く*/
}
.single-page__content h3:before {
  content: "●";
  color: white;
  margin-right: 8px;
}
.single-page__content iframe.wp-embedded-content {
  display: block;
  margin: 50px auto;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .single-page__content iframe.wp-embedded-content {
    width: 100%;
  }
}
.single-page__content .box14 {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #f0f7ff;
  border: dashed 2px #5b8bd0; /*点線*/
}
.single-page__content .box14 p {
  margin: 0;
  padding: 0;
}
.single-page__content .toc-002 {
  border: 2px solid #243b65;
  border-radius: 3px;
  max-width: 640px;
  margin: 0 auto 30px;
}
.single-page__content .toc-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #243b65;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
}
.single-page__content .toc-002 div::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  content: "";
}
.single-page__content .toc-002 ol {
  list-style-type: decimal;
  margin: 0;
  overflow: hidden;
}
.single-page__content .toc-002 > ol {
  padding: 1em 1em 1em 2em;
}
.single-page__content .toc-002 ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}
.single-page__content .toc-002 li {
  padding: 5px 0;
  font-weight: 600;
}
.single-page__content .toc-002 ol ol li {
  font-weight: 500;
  font-size: 0.9em;
}
.single-page__content .toc-002 a {
  color: #333;
  text-decoration: none;
}
.single-page__title {
  font-size: 2rem;
  border-bottom: 2px solid #243b65;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .single-page__title {
    font-size: 18px;
  }
}
.single-page .article__date {
  margin-bottom: 50px;
}
.single-page__paging {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100px;
  max-width: 780px;
  margin: 100px auto 50px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .single-page__paging {
    padding: 0;
    margin: 60px 20px 0;
  }
}
.single-page__paging a {
  color: #243b65;
}
.single-page__prev {
  position: absolute;
  left: 0;
}
.single-page__prev:before {
  border-left: 3px solid #243b65;
  border-bottom: 3px solid #243b65;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -12px;
}
.single-page__next {
  position: absolute;
  right: 0;
}
.single-page__next:after {
  border-right: 3px solid #243b65;
  border-bottom: 3px solid #243b65;
  width: 10px;
  height: 10px;
  content: "";
  transform: translateY(-50%) rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -12px;
}
.single-page__archive {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid #243b65;
}

.page-id-11723 .price-table {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-id-11723 .price-table {
    padding-bottom: 50px;
  }
}
.page-id-11723 .price-table__1 .table-type th {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .page-id-11723 .price-table__1 .table-type th {
    display: table-cell;
  }
}
.page-id-11723 .price-table__1 .table-type td {
  width: 35%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-id-11723 .price-table__1 .table-type td {
    display: table-cell;
  }
}
.page-id-11723 .price-table__1 .table-type {
  min-width: 600px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-id-11723 .price-table__scroll {
    overflow-x: scroll;
  }
}
.page-id-11723 .price-table__ul {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 20px;
}
.page-id-11723 .price-table__li {
  padding-bottom: 10px;
  list-style-position: outside;
}/*# sourceMappingURL=other.css.map */