@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: white;
}

.page {
  margin: 0 auto;
}

.back-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
}
.back-top a {
  text-decoration: none;
}
.back-top i {
  color: white;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 70px;
}

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}

html {
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

header {
  margin: 0 auto 130px;
  position: sticky;
  top: 0;
  z-index: 1;
  margin-bottom: 15px;
  background-color: white;
}
header .inner {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  /* PC時には非表示 */
}
header .inner .hamburger-button {
  display: none;
}
header .inner h1 {
  margin-right: 179px;
}
header .inner ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
header .inner ul a {
  margin-right: 30px;
  text-decoration: none;
  font-size: 21px;
  color: black;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: 0.1s;
}
header .inner ul a:hover {
  color: #2BA1C5;
  border-bottom: 4px dotted #FFCE02;
  padding-bottom: 10px;
}
header .inner .contact {
  margin-top: 40px;
}
header .inner .contact a {
  color: white;
  text-decoration: none;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  background-color: #2BA1C5;
  padding: 15px 30px 15px 30px;
  border-radius: 15px;
  transition: background 0.5s;
}
header .inner .contact a:hover {
  background-color: #FFCE02;
}
header .inner .contact a i {
  font-size: 20px;
  margin-right: 2px;
}

#home main .fv {
  height: 623px;
  background-image: url(../images/top/top-fv@2x.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 110px;
}
#home main .fv h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 45%;
}
#home main .fv h2 span:first-child {
  font-size: 65px;
  color: black;
  background-color: white;
  display: inline-block;
  margin-bottom: 5px;
}
#home main .fv h2 span:last-child {
  font-size: 21px;
  color: #FFCE02;
  background-color: white;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 3px;
}
#home main .fv h2:first-child {
  top: 30%;
}
#home main .fv h2:last-child {
  top: 45%;
}
#home main .about {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  margin: 0 auto 120px;
}
#home main .about img {
  margin-right: 70px;
}
#home main .about h2 {
  font-size: 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 28px;
}
#home main .about h2 span {
  color: #FFCE02;
  font-size: 21px;
}
#home main .about p {
  font-size: 18px;
  color: #707070;
  line-height: 35px;
  margin-bottom: 20px;
}
#home main .about .button a {
  color: white;
  text-decoration: none;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  display: block;
  background-color: #2BA1C5;
  border-radius: 20px;
  width: 280px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background 0.5s;
}
#home main .about .button a:hover {
  background-color: #FFCE02;
}
#home main .servise {
  background-image: url(../images/top/back-patern@2x.jpg);
  background-position: center center;
  background-repeat: repeat;
  height: 960px;
  padding-top: 110px;
  margin: 0 auto;
}
#home main .servise h2 {
  font-size: 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 65px;
}
#home main .servise h2 span {
  color: #FFCE02;
  font-size: 21px;
}
#home main .servise .servises-img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  width: 1200px;
  margin: 0 auto;
}
#home main .servise .servises-img .box {
  width: 360px;
}
#home main .servise .servises-img img {
  margin-bottom: 20px;
}
#home main .servise .servises-img h3 {
  font-size: 30px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#home main .servise .servises-img p {
  color: #707070;
  line-height: 30px;
  margin-bottom: 65px;
}
#home main .servise .botton {
  display: flex;
  justify-content: center;
}
#home main .servise .botton a {
  color: white;
  text-decoration: none;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  display: block;
  background-color: #2BA1C5;
  border-radius: 20px;
  width: 280px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background 0.5s;
}
#home main .servise .botton a:hover {
  background-color: #FFCE02;
}
#home main .qa {
  margin-top: 120px;
}
#home main .qa h2 {
  font-size: 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 65px;
}
#home main .qa h2 span {
  color: #FFCE02;
  font-size: 21px;
}
#home main .qa .qa-img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
#home main .qa .qa-img .box {
  width: 262px;
}
#home main .qa .qa-img .kakudai {
  overflow: hidden;
  width: 262px;
  height: 151px;
  margin-bottom: 15px;
}
#home main .qa .qa-img img {
  margin-bottom: 15px;
  display: block;
  transition: 0.5s;
}
#home main .qa .qa-img img:hover {
  transform: scale(1.1, 1.1);
}
#home main .qa .qa-img h4 {
  font-size: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
#home main .qa .qa-img h4 bottuon {
  float: right;
}
#home main .qa .qa-img h4 bottuon i {
  color: #2BA1C5;
  font-size: 25px;
  transition: 0.5s;
}
#home main .qa .qa-img h4 bottuon i:hover {
  color: #FFCE02;
  opacity: 0.8;
}
#home main .qa .qa-img p {
  color: #707070;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  display: none;
}
#home main .qa .close {
  display: none;
}
#home main .qa .opened p {
  display: block;
}
#home main .qa .opened .open {
  display: none;
}
#home main .qa .opened .close {
  display: inline;
}
#home main .qa .opened .close i {
  color: #FFCE02;
}
#home main .qa .button {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
#home main .qa .button a {
  color: white;
  text-decoration: none;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  display: block;
  background-color: #2BA1C5;
  border-radius: 20px;
  width: 280px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: background 0.5s;
}
#home main .qa .button a:hover {
  background-color: #FFCE02;
}

footer {
  background-image: url(../images/top/back-patern@2x.jpg);
  background-position: center center;
  background-repeat: repeat;
  height: 570px;
  border-bottom: 20px solid #2BA1C5;
  padding-top: 80px;
}
footer .inner-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 140px;
  color: #707070;
}
footer .inner-top .name {
  letter-spacing: 1px;
}
footer .inner-lower {
  text-align: center;
}
footer .inner-lower ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 30px;
}
footer .inner-lower ul a {
  margin-right: 50px;
  text-decoration: none;
  font-size: 21px;
  color: black;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: 0.1s;
}
footer .inner-lower ul a:hover {
  color: #2BA1C5;
  border-bottom: 4px dotted #FFCE02;
  padding-bottom: 10px;
}
footer .inner-lower .news_ticker2 {
  overflow: hidden;
  white-space: nowrap;
}
footer .inner-lower .news_ticker2 li {
  font-size: 62px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 3px #2BA1C5;
}
@keyframes hscroll2 {
  0% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(-100%);
  }
}
footer .inner-lower .news_ticker2 ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  animation: hscroll2 50s linear infinite;
}
footer .inner-lower .news_ticker2 li {
  display: inline-block;
}
footer .inner-lower small {
  color: #707070;
  letter-spacing: 2px;
}

#about main .fv {
  height: 434px;
  background-image: url(../images/about/about-fv@2x.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#about main .fv h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 45%;
}
#about main .fv h2 span:first-child {
  font-size: 60px;
  color: black;
  background-color: white;
  display: inline-block;
  margin-bottom: 5px;
}
#about main .fv h2 span:last-child {
  font-size: 21px;
  color: #FFCE02;
  background-color: white;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 3px;
}
#about main .fv h2:first-child {
  top: 38%;
}
#about main .about-main {
  width: 1200px;
  margin: 0 auto;
}
#about main .about-main .pan {
  margin-bottom: 100px;
  text-align: right;
}
#about main .about-main .pan ol {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
#about main .about-main .pan ol a {
  text-decoration: none;
  color: #707070;
  transition: 0.1s;
}
#about main .about-main .pan ol a:hover {
  color: #2BA1C5;
  border-bottom: 4px dotted #FFCE02;
  padding-bottom: 10px;
}
#about main .about-main .pan ol li {
  display: inline-block;
  color: #2BA1C5;
}
#about main .about-main .greeting {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
#about main .about-main .greeting .left {
  margin-right: 60px;
}
#about main .about-main .greeting h3 {
  font-size: 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
#about main .about-main .greeting h4 {
  color: #FFCE02;
  font-size: 21px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
#about main .about-main .greeting p {
  color: #707070;
  font-size: 18px;
  line-height: 35px;
}
#about main .about-main .profile {
  width: 1100px;
  margin: 0 auto 140px;
}
#about main .about-main .profile h3 {
  font-size: 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 35px;
}
#about main .about-main .profile h4 {
  color: #FFCE02;
  font-size: 21px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
#about main .about-main .profile p {
  color: #707070;
  font-size: 18px;
  line-height: 35px;
  font-size: 16px;
  line-height: 30px;
}
#about main .about-main .office-outline h3 {
  font-size: 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
#about main .about-main .office-outline h4 {
  color: #FFCE02;
  font-size: 21px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  margin-bottom: 55px;
}
#about main .about-main .office-outline table {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 130px;
}
#about main .about-main .office-outline table tr {
  line-height: 70px;
  border-bottom: 1px solid black;
}
#about main .about-main .office-outline table tr th {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  padding-right: 20px;
}
#about main .about-main .office-outline table tr td {
  color: #707070;
  font-size: 18px;
}
#about main .about-main .office-outline table tr td address {
  font-style: normal;
}

#servises main .fv {
  height: 434px;
  background-image: url(../images/servises/servises-fv@2x.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#servises main .fv h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 70%;
}
#servises main .fv h2 span:first-child {
  font-size: 60px;
  color: black;
  background-color: white;
  display: inline-block;
  margin-bottom: 5px;
}
#servises main .fv h2 span:last-child {
  font-size: 21px;
  color: #FFCE02;
  background-color: white;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 3px;
}
#servises main .fv h2:first-child {
  top: 40%;
}
#servises main .servises-main {
  width: 1200px;
  margin: 0 auto;
}
#servises main .servises-main .pan {
  margin-bottom: 100px;
  text-align: right;
}
#servises main .servises-main .pan ol {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
#servises main .servises-main .pan ol a {
  text-decoration: none;
  color: #707070;
  transition: 0.1s;
}
#servises main .servises-main .pan ol a:hover {
  color: #2BA1C5;
  border-bottom: 4px dotted #FFCE02;
  padding-bottom: 10px;
}
#servises main .servises-main .pan ol li {
  display: inline-block;
  color: #2BA1C5;
}
#servises main .servises-main section {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 150px;
}
#servises main .servises-main section .left {
  margin-right: 60px;
}
#servises main .servises-main section h3 {
  font-size: 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 30px;
}
#servises main .servises-main section h4 {
  color: #FFCE02;
  font-size: 21px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
#servises main .servises-main section p {
  color: #707070;
  font-size: 18px;
  line-height: 35px;
}

#qanda main .fv {
  height: 434px;
  background-image: url(../images/q&a/Q&A-fv@2x.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#qanda main .fv h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 70%;
}
#qanda main .fv h2 span:first-child {
  font-size: 60px;
  color: black;
  background-color: white;
  display: inline-block;
  margin-bottom: 5px;
}
#qanda main .fv h2 span:last-child {
  font-size: 21px;
  color: #FFCE02;
  background-color: white;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 3px;
}
#qanda main .fv h2:first-child {
  top: 40%;
}
#qanda main .qanda-main {
  width: 1200px;
  margin: 0 auto;
}
#qanda main .qanda-main .pan {
  margin-bottom: 100px;
  text-align: right;
}
#qanda main .qanda-main .pan ol {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
#qanda main .qanda-main .pan ol a {
  text-decoration: none;
  color: #707070;
  transition: 0.1s;
}
#qanda main .qanda-main .pan ol a:hover {
  color: #2BA1C5;
  border-bottom: 4px dotted #FFCE02;
  padding-bottom: 10px;
}
#qanda main .qanda-main .pan ol li {
  display: inline-block;
  color: #2BA1C5;
}
#qanda main .q {
  width: 1120px;
  margin: 0 auto;
}
#qanda main .q .box {
  position: relative;
}
#qanda main .q .text {
  display: inline;
}
#qanda main .q .box:last-child {
  margin-bottom: 200px;
}
#qanda main .q h3 {
  font-size: 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 35px;
  padding-bottom: 35px;
  padding-top: 30px;
  border-bottom: 1px solid black;
}
#qanda main .q br {
  display: none;
}
#qanda main .q i {
  float: right;
  color: #2BA1C5;
  padding-right: 45px;
}
#qanda main .q h4 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #FFCE02;
  font-size: 35px;
  position: absolute;
  top: 148px;
  left: 90px;
  display: none;
}
#qanda main .q p {
  color: #707070;
  font-size: 18px;
  line-height: 35px;
  border-bottom: 1px solid black;
  padding: 40px 80px 70px 200px;
  display: none;
}
#qanda main .q .close {
  display: none;
}
#qanda main .q .opened p {
  display: block;
}
#qanda main .q .opened h4 {
  display: block;
}
#qanda main .q .opened .open {
  display: none;
}
#qanda main .q .opened .close {
  display: inline;
}
#qanda main .q .opened .close i {
  color: #FFCE02;
}
#qanda main .q .opened h3 {
  border-bottom: none;
}

#contact main .fv {
  height: 434px;
  background-image: url(../images/contact/contact-fv@2x.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#contact main .fv h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 60%;
}
#contact main .fv h2 span:first-child {
  font-size: 60px;
  color: black;
  background-color: white;
  display: inline-block;
  margin-bottom: 5px;
}
#contact main .fv h2 span:last-child {
  font-size: 21px;
  color: #FFCE02;
  background-color: white;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 3px;
}
#contact main .fv h2:first-child {
  top: 40%;
}
#contact main .contact-main {
  width: 1200px;
  margin: 0 auto;
}
#contact main .contact-main .pan {
  margin-bottom: 100px;
  text-align: right;
}
#contact main .contact-main .pan ol {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
#contact main .contact-main .pan ol a {
  text-decoration: none;
  color: #707070;
  transition: 0.1s;
}
#contact main .contact-main .pan ol a:hover {
  color: #2BA1C5;
  border-bottom: 4px dotted #FFCE02;
  padding-bottom: 10px;
}
#contact main .contact-main .pan ol li {
  display: inline-block;
  color: #2BA1C5;
}
#contact main form {
  width: 1000px;
  margin: 0 auto;
}
#contact main form select {
  width: 1000px;
  height: 55px;
  margin-top: 30px;
  font-size: 21px;
  color: #707070;
}
#contact main form label {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
}
#contact main form p {
  margin-bottom: 60px;
}
#contact main form span {
  color: red;
  font-size: 20px;
}
#contact main form input[type=text],
#contact main form input[type=email],
#contact main form input[type=tel] {
  width: 1000px;
  height: 55px;
  margin-top: 30px;
  font-size: 19px;
}
#contact main form textarea {
  width: 1000px;
  height: 200px;
  margin-top: 20px;
}
#contact main form .che {
  margin-top: -40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
}
#contact main form .che a {
  color: #2BA1C5;
}
#contact main form .doui {
  color: black;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
#contact main form button {
  border: none;
  color: white;
  text-decoration: none;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  display: block;
  background-color: #2BA1C5;
  border-radius: 20px;
  width: 280px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 120px;
  transition: background 0.5s;
}
#contact main form button:hover {
  background-color: #FFCE02;
}

#privacy main .fv {
  height: 434px;
  background-image: url(../images/privacy/privacy-fv@2x.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#privacy main .fv h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 45%;
}
#privacy main .fv h2 span:first-child {
  font-size: 65px;
  color: black;
  background-color: white;
  display: inline-block;
  margin-bottom: 5px;
}
#privacy main .fv h2 span:last-child {
  font-size: 21px;
  color: #FFCE02;
  background-color: white;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 3px;
}
#privacy main .fv h2:first-child {
  top: 40%;
}
#privacy main .privacy-main {
  width: 1200px;
  margin: 0 auto;
}
#privacy main .privacy-main .pan {
  margin-bottom: 100px;
  text-align: right;
}
#privacy main .privacy-main .pan ol {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
#privacy main .privacy-main .pan ol a {
  text-decoration: none;
  color: #707070;
  transition: 0.1s;
}
#privacy main .privacy-main .pan ol a:hover {
  color: #2BA1C5;
  border-bottom: 4px dotted #FFCE02;
  padding-bottom: 10px;
}
#privacy main .privacy-main .pan ol li {
  display: inline-block;
  color: #2BA1C5;
}
#privacy main h3 {
  font-size: 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 40px;
}
#privacy main h3 span {
  color: #FFCE02;
  font-size: 21px;
}
#privacy main p {
  color: #707070;
  font-size: 18px;
  line-height: 35px;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 130px;
}

#thanks main .fv {
  height: 434px;
  background-image: url(../images/contact/contact-fv@2x.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
#thanks main .fv h2 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 65%;
}
#thanks main .fv h2 span:first-child {
  font-size: 65px;
  color: black;
  background-color: white;
  display: inline-block;
  margin-bottom: 5px;
}
#thanks main .fv h2 span:last-child {
  font-size: 21px;
  color: #FFCE02;
  background-color: white;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 3px;
}
#thanks main .fv h2:first-child {
  top: 40%;
}
#thanks main .contact-main {
  width: 1200px;
  margin: 0 auto;
}
#thanks main .contact-main .pan {
  margin-bottom: 100px;
  text-align: right;
}
#thanks main .contact-main .pan ol {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
#thanks main .contact-main .pan ol a {
  text-decoration: none;
  color: #707070;
}
#thanks main .contact-main .pan ol li {
  display: inline-block;
}
#thanks main .contact-main .pan ol .tha {
  color: #2BA1C5;
}
#thanks main .contact-main h2 {
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 60px;
  margin-top: 150px;
}
#thanks main .contact-main p {
  margin-bottom: 200px;
  line-height: 35px;
  color: #707070;
  font-size: 20px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */