@charset "UTF-8";
/* CSS Document */
/* fade
-----------------------------------------------*/
#main, #lead .col01, #lead .col02, #news h2, #news h3, #news ul, #news .more, #news .col, #bnr li {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.210, .60, .350, 1), opacity 1.0s cubic-bezier(.210, .60, .350, 1);
}
#lead .col03, #lead .col04 {
  transform: translate(-50%, 40px);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.210, .60, .350, 1), opacity 1.0s cubic-bezier(.210, .60, .350, 1);
}
#lead .col05 {
  transform: translate(0%, 40px);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.210, .60, .350, 1), opacity 1.0s cubic-bezier(.210, .60, .350, 1);
}
#main.fade, #lead.fade .col01, #lead.fade .col02, #news.fade h2, #news.fade h3, #news.fade ul, #news.fade .more, #news.fade .col, #bnr li.fade {
  transform: translateY(0);
  opacity: 1;
}
#lead.fade .col03, #lead.fade .col04 {
  transform: translate(-50%, 0);
  opacity: 1;
}
#lead.fade .col05 {
    transform: translate(0%, 0);
  opacity: 1;
}
#lead.fade .col01, #news.fade ul {
  transition-delay: .3s;
}
#lead.fade .col02, #news.fade .more {
  transition-delay: .6s;
}
#lead.fade .col03 {
  transition-delay: .9s;
}
#lead.fade .col04 {
  transition-delay: 1.2s;
}
#lead.fade .col05 {
  transition-delay: 1.5s;
}


/* contents
-----------------------------------------------*/
#contents {
  background-image: url(/img/general/common/bgi-02.png);
  background-position: top center;
}
@media only screen and (max-width:767px) {}


/* section
-----------------------------------------------*/

section .inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
section .inner font + font{
/*	float: left;*/
}
section .col {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
section .col a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding-top: 20px;
  overflow: hidden;
}
section .col a .inner {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 !important;
}
section .col a h2 {
  font-size: 60px;
  text-align: center;
  display: block;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
section .col a h2 font {
  font-size: 38px;
  line-height: 1.2;
}
section .col a h2:has(font) {
  max-width: 360px;
  margin: 20px auto 0;
  line-height: 1.2;
}
section .col a h2:has(font) br {
  display: none;
}
section .col a p:has(font) {
  max-width: 220px;
		    line-height: 1.3;
}
section .col a p {
  text-align: center;
  line-height: 20px;
  color: #fff;
  min-height: 20px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  margin-top: 20px;
}
section .col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 70px;
  margin: 30px auto 0;
}
@media only screen and (max-width:1240px) {
  section .col {
    width: 330px;
    height: 330px;
  }
  section .col a h2 {
    font-size: 40px;
  }
  section .col a h2 font {
    font-size: 30px;
    line-height: 1.2;
  }
  section .col a h2:has(font) {
    max-width: 270px;
    margin: 0 auto 0;
  }
  section .col a p:has(font) {
    margin-top: 20px;
  }
  section .col a p {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    min-height: 20px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    margin-top: 30px;
  }
  section .col .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 70px;
    margin: 30px auto 0;
  }
  section .col a p:has(font) + .img img {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width:800px) {
  section .col {
    width: 200px;
    height: 200px;
  }
  section .col a h2 {
    font-size: 30px;
  }
  section .col a h2 font {
    font-size: 24px;
  }
  section .col a h2:has(font) {
    max-width: 110px;
    line-height: 0;
  }
  section .col a p:has(font) {
    max-width: 130px;
    margin-top: 0;
    line-height: 1.2;
  }
  section .col a p {
    font-size: 14px;
  }
  section .col .img img {
    max-width: 45px;
  }
  section .col a p:has(font) + .img img {
    margin: 10px auto 0;
  }
  section .col a p {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media only screen and (max-width:500px) {
  section .col {
    width: 155px;
    height: 155px;
  }
  section .col a h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
   section .col a h2 font {
    font-size: 18px;
  }
 section .col a h2, section .col a p, section .col .img {
    width: 100%;
  }
  section .col .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 24px;
    margin: 10px auto 0;
  }
  section .col a p::before {
    width: 47px;
    height: 2px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  section .col a {
    margin-top: 5px;
  }
}


/* lead
-----------------------------------------------*/
#lead .inner {
  height: 880px;
  margin-top: -100px;
}
#lead .col01 {
  background: var(--keycolor01);
  top: -110px;
  right: 60px;
}
#lead .col02 {
  background: #ffffff;
  border: 20px solid var(--keycolor01);
  top: -50px;
  left: 0;
  box-sizing: unset;
}
#lead .col03 {
  width: 290px;
  height: 290px;
  background: #f6fce3;
  bottom: 10px;
  left: 50%;
}
#lead .col04 {
  width: 290px;
  height: 290px;
  background: var(--keycolor01);
  bottom: -230px;
  z-index: 1;
  left: calc(216px + 8%);
}
#lead .col05 {
  width: 400px;
  height: 400px;
  bottom: -270px;
  right: 0;
  background: #ffffff;
  border: 20px solid var(--keycolor01);
  box-sizing: unset;
  z-index: 1;
}
#lead .col01 h2 {
  color: #fff;
}
#lead .col03 h2, #lead .col04 h2 {
  font-size: 40px;
}
#lead .col03 h2, #lead .col03 a p {
  color: var(--keycolor01);
}
#lead .col02 h2, #lead .col02 a p {
  color: var(--keycolor01);
}
#lead .col04 h2 {
  color: #fff;
}
#lead .col .img img {
  width: 20px;
  height: auto;
}
#lead .col05 p, #lead .col05 h2 {
  color: var(--keycolor01);
}
@media only screen and (max-width:1023px) {
  #lead .inner {
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    padding: 0 0 20px 0;
    max-width: 700px;
    margin: -60px auto 0;
  }
}


/* lead
-----------------------------------------------*/
#leadbnr {
  margin-top: 120px;
  padding-bottom: 100px;
}
#leadbnr .inner {
  padding: 0;
}
#leadbnr li strong{
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  word-break: auto-phrase;
  margin-bottom: 10px;
}
#leadbnr li strong font {
  font-size: 26px;
}
#leadbnr li strong:has(font) {
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
}
#leadbnr li strong:has(font) br {
  display: none;
}
#leadbnr li {
  text-align: center;
  width: 25%;
  aspect-ratio: 1;
  margin: 0 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#leadbnr li a .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#leadbnr li a[target="_blank"]{
  padding-bottom: 30px;
}
#leadbnr li a[target="_blank"]::after{
  position: absolute;
  display: block;
  content: "";
  background: url("/img/general/common/icon-link.svg")no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#leadbnr li a {
  font-size: 22px;
  line-height: 1.25;
}
#leadbnr .col01 {
  position: relative;
  background: #ffffff;
}
#leadbnr .col01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 20px solid var(--keycolor01);
  border-radius: 50%;
}
#leadbnr .col02,
#leadbnr .col04 {
  background: #fff;
}
#leadbnr .col03 {
  background: var(--keycolor01);
}
#leadbnr li a {
  color: var(--keycolor02);
}
#leadbnr .col03 a {
}
@media only screen and (max-width:1240px) {
  #leadbnr li strong{
    font-size: 30px;
  }
  #leadbnr li strong font{
    font-size: 20px;
  }
  #leadbnr li a {
    font-size: 18px;
  }
}
@media only screen and (max-width:1180px) {
  #leadbnr .col01::before {
    border: 12px solid var(--keycolor01);
  }
  #leadbnr li strong {
    font-size: 26px;
  }
  #leadbnr li strong font {
    font-size: 18px;
  }
  #leadbnr li a {
    font-size: 16px;
  }
}
@media only screen and (max-width:940px) {
#leadbnr li a[target="_blank"]{
  padding-bottom: 20px;
}
#leadbnr li a[target="_blank"]::after{
  width: 13px;
  height: 13px;
  }
}
@media only screen and (max-width:767px) {
  #leadbnr {
    margin-top: 80px;
    padding-bottom: 40px;
  }
  #leadbnr li {
    max-width: 153px;
    margin: 0 5px;
    padding: 0 10px;
  }
  #leadbnr li a {
    font-size: 14px;
  }
  #leadbnr .col01::before {
    border: 8px solid var(--keycolor01);
  }
  #leadbnr li strong{
    font-size: 18px;
  }
  #leadbnr li strong font {
    font-size: 14px;
  }
}


/* notice
-----------------------------------------------*/
#notice {
  padding: 80px 40px;
}
#notice .inner {
  max-width: 1210px;
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 60px 60px;
  border-radius: 30px;
  overflow: hidden;
  border: #ED1C24 solid 8px;
}
#notice h2 {
  text-align: center;
  color: #ED1C24;
  font-size: 46px;
}
#notice h2 strong {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
  display: block;
}
#notice h2 + p{
  margin-top: 50px;
}
#notice a{
  text-decoration: underline;
    color: #ED1C24;
}
@media only screen and (max-width:767px) {
  #notice {
    padding: 40px 20px;
  }
  #notice .inner {
    padding: 30px 20px;
    border-radius: 5px;
  }
  #notice h2 {
    margin: 0 auto;
    font-size: 20px;
  }
  #notice h2 strong {
    font-size: 35px;
    margin: 0 auto;
  }
#notice h2 + p{
    margin-top: 20px;
  }
  #notice a,
  #notice p {
    font-size: 16px;
  }
}
/* news
-----------------------------------------------*/
#news {
  margin-top: -90px;
}
#news > .inner > h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 100px;
  color: var(--keycolor01);
  line-height: 1;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
#news h3 {
  font-size: 40px;
  color: var(--keycolor01);
  position: relative;
  z-index: 2;
}
#news .inner {
  padding: 140px 40px;
}
#news > .inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  max-width: 1730px;
  height: 100%;
  top: 0;
  left: -240px;
  border-radius: 100px;
  margin: 0 calc(50% - 50vw);
  background: rgba(255, 255, 255, 1)
}
#news ul {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  max-width: 700px;
}
#news li {
  padding-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 18px;
}
#news li a {
  font-size: 18px;
  font-weight: bold;
}
#news li time {
  padding-right: 10px;
  position: relative;
}
#news li time::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 18px;
  background: #333;
  top: calc(50% + 1px);
  right: 0;
  transform: translateY(-50%);
}
#news li p {
  padding-left: 10px;
  font-weight: bold;
}
#news .col {
  top: -80px;
  right: 0;
  background: #ffffff;
  border: 20px solid var(--keycolor01);
  box-sizing: unset;
}
#news .col p, #news .col h2 {
  color: var(--keycolor01);
}
#news .more {
  width: 134px;
  height: 134px;
  position: absolute;
  z-index: 2;
  bottom: -60px;
  right: 240px;
}
#news .more a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--keycolor01);
  border-radius: 50%;
}
#news .more a span {
  position: relative;
  font-weight: bold;
  padding-bottom: 20px;
  color: var(--keycolor02);
}
#news .more a span::before, #news .more a span::after {
  content: "";
  position: absolute;
  background-color: var(--keycolor02);
  height: 2px;
  bottom: 0;
}
#news .more a span::before {
  right: 50%;
  width: 20px;
  transform: translateX(50%);
}
#news .more a span::after {
  right: 40px;
  transform-origin: right bottom;
  width: 10px;
  transform: rotate(45deg);
}
@media only screen and (max-width:767px) {
  #news {
    margin-top: 0;
  }
  #news > .inner::before {
    left: -30px;
    border-radius: 0 60px 60px 0;
  }
  #news .col {
    top: -100px;
    border: 8px solid var(--keycolor01);
  }
  #news .inner {
    padding: 30px 20px;
  }
  #news > .inner > h2 {
    font-size: 35px;
  }
  #news h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  #news ul {
    margin-top: 15px;
    padding-right: 40px;
  }
  #news li {
    flex-direction: column;
    gap: 3px;
    line-height: 1.5;
    padding-bottom: 10px;
    font-size: 16px;
  }
  #news li a {
    padding-bottom: 10px;
    width: 100%;
    line-height: 1.5;
  }
  #news li p {
    padding-left: 0;
    width: 100%;
    line-height: 1.5;
  }
  #news li time::before {
    display: none;
  }
  #news .more {
    width: 100px;
    height: 100px;
    bottom: -40px;
    right: 30px;
  }
  #news .more a span {
    font-size: 12px;
    padding-bottom: 15px;
  }
  #news .more a span::after {
    right: 20px;
  }
}
/* bnr
-----------------------------------------------*/
#bnr .inner {
  padding: 40px 40px 320px;
}
#bnr ul {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
#bnr .illust {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  width: 613px;
  height: 315px;
}
@media only screen and (max-width:767px) {
  #bnr .inner {
    padding: 20px 20px 0;
  }
  #bnr ul {
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
  }
  #bnr .illust {
    position: sticky;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
}

/* slider
-----------------------------------------------*/
.slick-slider {
  overflow: hidden;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, 
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
}
.slick-slide:focus {
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-next, 
.slick-prev {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  opacity: .8;
  cursor: pointer;
  font-size: 0;
}
.slick-next {
  left: 100%;
}
.slick-prev {
  right: 100%;
}
.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 10px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-color: #fff;
  border: #fff solid 2px;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  transition: background .4s;
  box-sizing: unset;
}
.slick-dots li button + button {
  display: none;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
  background-color: #002e70;
}
@media only screen and (max-width:767px) {
  .slick-dots {
    margin-top: 5px;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}


@media print{
  #news h2,
  #news h3,
  #news ul,
  #news .more,
  #news .col,
  #lead .col {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  #news > .inner::before {
  width: 100% !important;
  margin: 0 !important;
}
}


/* lead
-----------------------------------------------*/
#lead .inner{
  max-width: 900px;
}
/* circle
-----------------------------------------------*/
.circle {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color:  var(--keycolor02);
  cursor: pointer;
}
.circle-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transition: transform .4s;
}
.circle-inner:hover::before {
  transform: scale(1.05);
}
a.circle-inner {
  opacity: 1 !important;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle h2 {
  line-height: 1.5;
  text-align: center;
}
.circle h2 span {
  display: block;
  font-size: 24px;
  margin-top: 10px;
}
.circle ul {
  display: none;
  opacity: 0;
  transition: opacity .5s;
}
.circle ul.fade {
  opacity: 1;
}
.circle ul li {
  font-size: 16px;
}
.circle ul li:first-child {
  padding-top: 20px;
}
.circle ul li:not(:first-child) {
  margin-top: 10px;
}
.circle ul li a {
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.5;
  display: block;
}
.circle-02 ul li a {
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
}
.circle .circle-btn {
  position: relative;
  width: 56px;
  height: 38px;
  cursor: pointer;
  margin: 30px auto 0;
}
.circle .circle-btn span,
.circle .circle-btn::before,
.circle .circle-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 6px;
  margin: auto;
  background:  var(--keycolor02);
  border-radius: 10px;
}
.circle .circle-btn::before {
  transform: translate(0, -16px);
  content: "";
}
.circle .circle-btn::after {
  transform: translate(0, 16px);
  content: "";
}
.circle .circle-btn span {
  transition: opacity .3s;
}
.circle .circle-btn::before, .circle .circle-btn::after {
  transition: transform .2s;
}
.circle .active .circle-btn span {
  opacity: 0;
  transition: opacity .3s;
}
.circle .active .circle-btn::before {
  transform: rotate(45deg);
}
.circle .active .circle-btn::after {
  transform: rotate(-45deg);
}
.circle-01 {
  left: 0;
  top: 50px;
  width: 300px;
  height: 300px;
}
.circle-02 {
  right: 3%;
  top: 0;
  color: var(--keycolor02);
  width: 320px;
  height: 320px;
}
.circle-03 {
  right: 70px;
  width: 300px;
  height: 300px;
  bottom: 140px;
}
.circle-04 {
  left: 15%;
  bottom: 200px;
  width: 240px;
  height: 240px;
}
.circle-05 {
  left: calc(50% - 130px);
  color: var(--keycolor02);
  top: calc(55% - 270px);
  width: 240px;
  height: 240px;
}
.circle-01 h2 {
  font-size: 40px;
}
.circle-02 h2 {
  font-size: 35px;
  -webkit-text-stroke: 10px #fff;
  text-stroke: 10px #fff;
  paint-order: stroke;
}
.circle-03 h2 {
  font-size: 40px;
}
.circle-04 h2 {
  font-size: 30px;
}
.circle-05 h2 {
  font-size: 26px;
}
.translated-ltr .circle-01 h2 {
  font-size: 28px;
  padding: 0 30px;
}
.translated-ltr .circle-02 h2 {
    font-size: 24px;
    padding: 0 20px;
}
.translated-ltr .circle-03 h2 {
  font-size: 28px;
}
.translated-ltr .circle-04 h2 {
      font-size: 20px;
}
.circle-01 a {
  color:  var(--keycolor02);
}
.circle-02 a {
  color: var(--keycolor02);
}
.circle-03 a {
  color:  var(--keycolor02);
}
.circle-04 a {
  color: var(--keycolor02);
}
.circle-05 a {
  color:  var(--keycolor02);
}
.circle-01 .circle-inner::before {
  background: var(--keycolor01);
}
.circle-02 .circle-inner::before {
  background: #fff;
  border: 20px solid var(--keycolor01);
}
.circle-03 .circle-inner::before {
  background: var(--keycolor01);
}
.circle-04 .circle-inner::before {
  background: #fff;
  border: 20px solid var(--keycolor01);
}
.circle-05 .circle-inner::before {
  background: #fff;
}
.circle-02 .circle-btn span,
.circle-02 .circle-btn::before,
.circle-02 .circle-btn::after,
.circle-05 .circle-btn span,
.circle-05 .circle-btn::before,
.circle-05 .circle-btn::after {
  background: var(--keycolor02);
}
.circle-01 div.circle-inner.active::before {
  transform: scale(1.35) !important;
}
.circle-02 div.circle-inner.active::before {
  transform: scale(1.35) !important;
}
.circle-03 div.circle-inner.active::before {
  transform: scale(1.35) !important;
}
.circle-05 div.circle-inner.active::before {
  transform: scale(1.8) !important;
}
/* fade */
.circle {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.210, .60, .350, 1), opacity 1.0s cubic-bezier(.210, .60, .350, 1);
}
.circle.fade {
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width:1023px) {
  #lead{
    max-width: 375px;
    margin: 0 auto;
  }
  .circle {
    position: relative;
    margin: 0 auto;
    min-height: 240px;
    min-width: 240px;
  }
  .circle-01,
  .circle-02,
  .circle-03,
  .circle-04,
  .circle-05 {
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
  .circle-02,
  .circle-04 {
    min-height: 180px;
    min-width: 180px;
    max-width: 230px;
  }
  .circle-01 {
    margin: 0 auto 0 0;
    left: -10px;
  }
  .circle-02 {
    margin: 0 0 0 auto;
    right: -20px;
    margin-top: -120px;
  }
  .circle-04 {
    margin: 0 auto 0 0;
    left: -20px;
    margin-top: -50px;
  }
  .circle-03 {
    margin: 0 0 0 auto;
    right: -10px;
    margin-top: -120px;
  }
  .circle-05 {
    margin: 0 auto 0 0;
    left: -10px;
    margin-top: -80px;
  }
  .circle-01 h2 {
    font-size: 24px;
  }
  .circle-02 h2 {
    font-size: 20px;
  }
  .circle-03 h2 {
    font-size: 24px;
  }
  .circle-04 h2 {
    font-size: 20px;
  }
  .circle-05 h2 {
    font-size: 24px;
  }
.translated-ltr .circle-01 h2 {
  font-size: 20px;
  padding: 0 30px;
}
.translated-ltr .circle-02 h2 {
    font-size: 18px;
    padding: 0 20px;
}
.translated-ltr .circle-03 h2 {
  font-size: 22px;
}
.translated-ltr .circle-04 h2 {
      font-size: 16px;
}
  .circle h2 span {
    font-size: 18px;
    margin-top: 5px;
  }
  .circle-02 .circle-inner::before {
    border-width: 8px;
  }
  .circle-04 .circle-inner::before {
    border-width: 8px;
  }
  a.circle-inner {
    min-height: 240px;
  }
  .circle-02 a.circle-inner,
  .circle-04 a.circle-inner {
    min-height: 180px;
    width: 180px;
  }
  .circle-inner::before {
    border-radius: 150px;
  }
  .circle-inner:hover::before {
    transform: scale(1) !important;
  }
  .circle-01 div.circle-inner.active::before,
  .circle-02 div.circle-inner.active::before,
  .circle-03 div.circle-inner.active::before,
  .circle-05 div.circle-inner.active::before {
    transform: scale(1.2) !important;
  }
  .circle ul {
    max-width: 200px;
    margin: 0 auto;
  }
  .circle-01 ul,
  .circle-05 ul {
    margin: 0 0 0 auto;
  }
  .circle-03 ul {
    margin: 0 auto 0 0;
  }
  .circle ul li:first-child {
    padding-top: 15px;
  }
  .circle ul li a {
    font-size: 15px;.
    word-break: keep-all;
  }
  .circle-inner {
    transition: width .4s;
    width: 240px;
    padding: 40px 0;
  }
  div.circle-inner.active {
    width: 240px;
  }
  .circle .circle-btn {
    position: relative;
    width: 40px;
    height: 28px;
    margin: 20px auto 0;
  }
  .circle .circle-btn span,
  .circle .circle-btn::before,
  .circle .circle-btn::after {
    height: 4px;
  }
  .circle .circle-btn::before {
    transform: translate(0, -12px);
  }
  .circle .circle-btn::after {
    transform: translate(0, 12px);
  }
}
@media only screen and (max-width:767px) {
  #wrap {
    overflow: hidden;
  }
  #lead{
    max-width: 375px;
    margin: 0 auto;
  }
  .circle {
    position: relative;
    margin: 0 auto;
    min-height: 180px;
    min-width: 180px;
  }
  .circle-01,
  .circle-02,
  .circle-03,
  .circle-04,
  .circle-05 {
    width: auto;
    height: auto;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
  .circle-02,
  .circle-04 {
    min-height: 180px;
    min-width: 180px;
  }
  .circle-01 {
    margin: 0 auto 0 0;
    left: 10px;
  }
  .circle-02 {
    margin: 0 0 0 auto;
    right: 30px;
    margin-top: -80px;
  }
  .circle-04 {
    margin: 0 auto 0 0;
    left: 30px;
    margin-top: -60px;
  }
  .circle-03 {
    margin: 0 0 0 auto;
    right: 10px;
    margin-top: -80px;
  }
  .circle-05 {
    left: 10px;
    margin: 0 auto 0 0;
    margin-top: -90px;
  }
  .circle-01 h2 {
    font-size: 22px;
  }
  .circle-02 h2 {
    font-size: 20px;
  }
  .circle-03 h2 {
    font-size: 22px;
  }
  .circle-04 h2 {
    font-size: 20px;
  }
  .circle-05 h2 {
    font-size: 22px;
  }
.translated-ltr .circle-05 h2,
.translated-ltr .circle-01 h2 {
  font-size: 16px;
}
.translated-ltr .circle-02 h2,
.translated-ltr .circle-02 h2 span {
    font-size: 14px!important;
}
.translated-ltr .circle-03 h2 {
  font-size: 18px;
}
.translated-ltr .circle-04 h2 {
      font-size: 16px;
}
  .circle h2 span {
    font-size: 18px;
    margin-top: 5px;
  }
  .circle-02 .circle-inner::before {
    border-width: 8px;
  }
  .circle-04 .circle-inner::before {
    border-width: 8px;
  }
  a.circle-inner {
    min-height: 180px;
  }
  .translated-ltr .circle-02 a.circle-inner,
  .translated-ltr .circle-04 a.circle-inner {
    min-height: 180px;
  }
  .circle-02 a.circle-inner,
  .circle-04 a.circle-inner {
    min-height: 180px;
    max-width: 180px;
  }
  .circle-inner::before {
    border-radius: 150px;
  }
  .circle-inner:hover::before {
    transform: scale(1) !important;
  }
  .circle-02 div.circle-inner.active::before,
  .circle-01 div.circle-inner.active::before,
  .circle-03 div.circle-inner.active::before,
  .circle-05 div.circle-inner.active::before {
    transform: scale(1.2) !important;
  }
  .circle ul {
    max-width: 180px;
    margin: 0 auto;
  }
  .circle-01 ul,
  .circle-05 ul {
    margin: 0 0 0 auto;
  }
  .circle-03 ul {
    margin: 0 auto 0 0;
    padding-bottom: 10px;
  }
  .circle ul li:first-child {
    padding-top: 20px;
  }
  .circle ul li a {
    font-size: 14px;
  }
  .circle-inner {
    transition: width .4s;
    width: 180px;
    padding: 0;
  }
  div.circle-inner.active {
    width: 180px;
  }
  .circle .circle-btn {
    position: relative;
    width: 35px;
    height: 24px;
    margin: 20px auto 0;
  }
  .circle .circle-btn span,
  .circle .circle-btn::before,
  .circle .circle-btn::after {
    height: 3px;
  }
  .circle .circle-btn::before {
    transform: translate(0, -9px);
  }
  .circle .circle-btn::after {
    transform: translate(0, 10px);
  }
}