@charset "UTF-8";
/*=== common reset ===*/
#wedgwood--wrapper h1, #wedgwood--wrapper h2, #wedgwood--wrapper h3, #wedgwood--wrapper h4 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
/*=== contents layout ===*/
#wedgwood--wrapper {
  font-size: 16px;
  font-weight: 600;
  color: #444;
  line-height: 2;
}
#wedgwood--wrapper .wedgwood--inner {
  width: 1000px;
  margin: 0 auto;
}
#wedgwood--wrapper .flex--box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#wedgwood--wrapper .flex--reverse {
  flex-direction: row-reverse;
}
#wedgwood--wrapper figure {
  text-align: center;
}
.figure_bg {
  text-align: center;
  background-color: #fff;
}

#wedgwood--wrapper img {
  vertical-align: top;
}
/*== text ==*/
.txt_font-nsj {
  font-family: 'Noto Serif JP', serif;
}
.txt_size-tax {
  font-size: 12px;
}
.txt_note {
  font-size: 11px;
  display: block;
}
#wedgwood--wrapper .txt_line {
  background-image: linear-gradient(transparent 60%, #efeccd 60%, #efeccd 100%);
}
#wedgwood--wrapper .txt_mt30 {
  margin: 30px 0 0;
}
#wedgwood--wrapper h2.co_h2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  margin: auto;
  padding: 35px 0;
  background: #79ABD2;
  outline: 3px solid #FFFFFF;
  outline-offset: -10px;
}
/*== item ==*/
.flex--box.item--box {
  justify-content: center;
  gap: calc((100% - 223px * 4) / 3);
  margin: 40px 17px 0;
}
.item--box li {
  margin-bottom: calc((100% - 223px * 4) / 3);
  text-align: center;
  line-height: 1.7;
}
.item--box li:nth-child(4n) {
  margin-right: 0;
}
.item--box li .item_img {
  position: relative;
  margin: 0 0 25px;
}
.item--box li .item_img span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 66px;
  background: rgba(0, 0, 0, 0.15);
}
.item--box li .txt_item-detail {
  width: 223px;
  font-size: 14px;
  text-align: left;
  margin: 10px auto 0;
}
/*== button ==*/
.btn_box {
  margin: auto;
}
.btn_box2 a.btn_arrow {
  width: 298px;
  padding: 9px 0 12px;
}
a.btn_arrow-w {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 50px;
  margin: 45px auto 50px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #D27979;
  background: #fff;
  border: 3px solid #D27979;
  border-radius: 40px;
}
a.btn_arrow-w:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #D27979;
  border-right: 2px solid #D27979;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.btn_arrow-w:hover {
  color: #fff;
  background: #D27979;
  border: 3px solid #D27979;
}
a.btn_arrow-w:hover:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*a.btn_arrow-w:focus {
  color: #fff;
}*/
a.btn_arrow-w:active {
  color: #fff;
}
a.btn_arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 223px;
  height: 50px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: #D27979;
  border-radius: 30px;
}
a.btn_arrow:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.btn_arrow:hover {
  opacity: 0.7;
}
/*== mv ==*/
.wedgwood--mv .mv_logo01 {
  margin: 35px auto;
}
.wedgwood--mv .mv_p01 {
  text-align: center;
  margin: 40px auto 25px;
}
/*== container01 ==*/
#wedgwood--wrapper .wedgwood--container01 {
  padding: 60px 0;
  background: #EAF3FA;
}
.wedgwood--container01 .co_photo01-1 {
  margin: 0 auto 100px;
}
.wedgwood--container01 .co_p01 {
  position: relative;
  width: 595px;
  margin: auto;
  padding: 90px 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 5px;
  background: #fff;
  border-radius: 5px;
  outline: 2px solid #79ABD2;
  outline-offset: -30px;
}
.wedgwood--container01 .co_p01 span {
  position: relative;
  z-index: 2;
}

.wedgwood--container01 .co_photo01-2 {
  margin: 100px auto 0;
}
/*== container02 ==*/
#wedgwood--wrapper .wedgwood--container02 {
  padding: 60px 0 0;
}
.co_bg02 {
  text-align: center;
}
.co_bg02_inner {
  padding: 30px 40px 40px;
  background: #fff;
  border: 1px solid #C6C6C6;
}
#wedgwood--wrapper .wedgwood--container02 .co_h302 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
}
.wedgwood--container02 .co_p02-1 {
  font-size: 18px;
}
.wedgwood--container02 .co_p02-1 + div figure figcaption {
  font-size: 11px;
}
.wedgwood--container02 .flex--box {
  margin: 40px 30px;
}
.wedgwood--container02 .co_photo02-1 {
  margin: 0 45px 0 0;
}
.wedgwood--container02 .co_p02-2 {
  text-align: left;
  line-height: 1.7;
  margin: 30px 0 0;
}
.wedgwood--container02 .co_p02-3 {
  font-size: 20px;
  line-height: 1.7;
  margin: 30px 0 0;
  padding: 20px 0;
  border-top: 7px double #ddd;
  border-bottom: 7px double #ddd;
}
/*== container03 ==*/
#wedgwood--wrapper .wedgwood--container03 {
  padding: 0 0 35px;
}
.wedgwood--container03 .co_box03 {
  margin: 45px 50px;
}
#wedgwood--wrapper .wedgwood--container03 .co_h303 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 15px;
  padding: 0 0 0 35px;
}
#wedgwood--wrapper .wedgwood--container03 .co_h303:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 22px;
  height: 32px;
  border-radius: 2px;
}
#wedgwood--wrapper .wedgwood--container03 .co_h303.co_h3bg-r:after {
  background: #DBB8BC;
}
#wedgwood--wrapper .wedgwood--container03 .co_h303.co_h3bg-g:after {
  background: #C4DBB8;
}
#wedgwood--wrapper .wedgwood--container03 figure.co_photo03 {
  justify-content: space-between;
  margin: 15px 0 0;
}
#wedgwood--wrapper .wedgwood--container03 figure.co_photo03 div {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
/*== container04 ==*/
#wedgwood--wrapper .wedgwood--container04 {
  padding: 60px 0 50px;
  background: #76A9D1;
}
.wedgwood--container04 .co_box04 {
  margin: 0 50px;
  padding: 0 50px 50px;
  border: 4px solid #FFFFFF;
}
#wedgwood--wrapper .wedgwood--container04 .co_h204 {
  display: table;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: -42px auto 0;
  padding: 25px;
  background: #76A9D1;
}
.wedgwood--container04 .co_logo04 {
  margin: 5px auto;
}
.wedgwood--container04 .co_p04 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 2.3;
  text-align: center;
  margin: 20px 0 0;
}
/*== container05 ==*/
#wedgwood--wrapper .wedgwood--container05 {
  padding: 50px 0 60px;
}
.wedgwood--container05 .co_photo05 {}
/*== container06 ==*/
#wedgwood--wrapper .wedgwood--container06 {
  padding: 0 0 60px;
}
/*== container07 ==*/
#wedgwood--wrapper .wedgwood--container07 {
  padding: 0 0 20px;
}
.wedgwood--container07 figure:not(.co_photo07) {
  margin: 50px auto 35px;
}
.wedgwood--container07 .co_p07-1 {
  text-align: center;
  margin: 0 auto 50px;
}
.wedgwood--container07 .co_box07 {
  width: 800px;
  margin: 0 auto 60px;
}
#wedgwood--wrapper .wedgwood--container07 .co_h307 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 3.6px;
  padding: 5px 0;
  border-top: 7px double #ddd;
  border-bottom: 7px double #ddd;
}
.wedgwood--container07 .flex--box {
  align-items: center;
  margin: 40px 0 0;
}
.wedgwood--container07 .flex--box.co_icon-box07 {
  width: 100%;
  padding: 30px;
  background: #E7F1F2;
}
.wedgwood--container07 .flex--box.co_icon-box07.bg-none {
  margin: 0;
  background: none;
}
.wedgwood--container07 .flex--box.co_icon-box07:last-of-type {
  margin: 0;
  padding-top: 10px;
}
.wedgwood--container07 .flex--box.co_icon-box07 > .flex--box {
  /*width: 350px;
  height: 237px;*/
  margin: 0;
  /*padding: 0 20px;*/
  background: #fff;
  border-radius: 5px;
}
#wedgwood--wrapper .wedgwood--container07 .flex--box.co_icon-box07 > .flex--box {
  width: 100%;
  flex-wrap: nowrap;
  padding: 20px 75px;
}
.wedgwood--container07 .co_photo07 {
  margin: 0 40px 0 0;
}
.wedgwood--container07 .flex--box.co_icon-box07 .co_photo07 {
  width: 90px;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}
.wedgwood--container07 .co_p07-2 {
  width: 320px;
  font-weight: 500;
}
.wedgwood--container07 .flex--box.co_icon-box07 .co_p07-2 {
  width: unset;
  font-size: 14px;
}
.wedgwood--container07 .co_box07-title {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.wedgwood--container07 .co_p07-3 {
  margin: 40px 0 0;
}
.wedgwood--container07 .flex--box.co_img07 {
  justify-content: space-between;
}
.wedgwood--container07 .flex--box.co_img07 img {
  width: 48%;
}
/*== container08 ==*/
#wedgwood--wrapper .wedgwood--container08 {
  padding: 20px 0 80px;
}
/*== container09 ==*/
#wedgwood--wrapper .wedgwood--container09 {
  padding: 0 0 80px;
}
.wedgwood--container09 .co_box09 {
  background: #F0F0EC;
}
.flex--box.review--box {
  flex-wrap: wrap;
  padding: 40px 40px 0;
}
.review--box li {
  width: calc(50% - 20px);
  margin: 0 40px 40px 0;
  padding: 35px;
  background: #fff;
  border-radius: 5px;
}
.review--box li:nth-of-type(2n) {
  margin: 0 0 40px;
}
.comment_box {
  position: relative;
  margin: 0 0 30px;
  padding: 30px;
  border: 2px solid #79ABD2;
  border-radius: 5px;
}
.comment_box img.star_4 {
  width: 90px;
  height: 24px;
  margin: -10px 0 10px -5px;
  display: block;
}
/*.comment_box:after {
  content: "";
  position: absolute;
  top: -13px;
  left: 20px;
  margin: auto;
  width: 90px;
  height: 24px;
  background: #fff url(/ec/img/usr/freepage/wedgwood/star_4yellow.png) no-repeat;
  background-size: 90px auto;
}*/
.comment_box h3 {
  font-size: 26px;
  color: #79ABD2;
  line-height: 1.3;
  padding: 0 0 10px !important;
}
.comment_box p {
  font-weight: 500;
}
.individual_box img {
  margin: 0 30px 0 0;
}
.individual_box p {
  font-size: 14px;
  font-weight: 500;
}
.review--box a.btn_arrow {
  width: 180px;
  height: 50px;
  margin: 25px auto 0;
}
/*== container10 ==*/
#wedgwood--wrapper .wedgwood--container10 {
  padding: 0 0 100px;
}
#wedgwood--wrapper .wedgwood--container10 .co_h310 {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 3.6px;
  text-align: center;
  margin: 60px auto 0;
}
.wedgwood--container10 .btn_arrow-w {
  margin: 80px auto 0;
}
/*== container11 ==*/
#wedgwood--wrapper .wedgwood--container11 {
  padding: 0 0 45px;
}
#wedgwood--wrapper .wedgwood--container11 .co_h311 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 3.6px;
	margin: 30px 0 0;
    /*padding: 5px 0;
    border-top: 7px double #ddd;
    border-bottom: 7px double #ddd;*/
}
.wedgwood--mv a.btn_arrow-w:after {
  top: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mb_10 {
  margin-bottom: 10px;
}
.mr_10 {
  margin-right: 10px;
}
.m_10 {
  margin: 10px;
}
.text_center {
  text-align: center;
}